@charset "UTF-8";/*
GROOWEB SCSS SMACSS BEM
*//* Tools *//* media quary *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}/* show only  SP/PC
-------------------------------*/.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}/* font
-------------------------------*/.bold {
  font-weight: bold;
}/* margin
-------------------------------*//* padding
-------------------------------*/body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #000000;
  color: #FFFFFF;
  margin: 0;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}/* Layout */.l-body {
  width: 100%;
}

.l-footer {
  position: relative;
  background: #e9e9e9;
  text-align: center;
  font-size: 14px;
  color: #000000;
  padding: 20px 0 20px;
}

.l-wrapper {
  position: relative;
  width: 100%;
  padding: 0 3.125%;
  box-sizing: border-box;
}/* Module */.logo-1 {
  width: 72px;
  margin: 20px auto;
}

.logo-2 {
  width: 80%;
  margin: 0 auto 20px;
}

.logo-2 img {
  width: 100%;
}

.anchorlink:before,.anchorlink:after {
  content: "";
  display: table;
}

.anchorlink:after {
  clear: both;
}

.anchorlink__item {
  float: left;
  width: 30%;
  margin-right: 2.5%;
}

.anchorlink__item:first-child {
  margin-left: 2.5%;
}

.main-visual {
  margin-bottom: 20px;
}

.main-visual img {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-visual img.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 6s;
  transition: 6s;
}

.amazing {
  border-bottom: 1px solid #FFFFFF;
  padding: 40px 0 0;
}

.amazing__head {
  margin: 0 0 30px;
}

.amazing__item {
  margin: 0 0 40px;
  display: block;
}

.amazing__image {
  margin: 0 0 16px;
}

.amazing__title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 2px solid #FFFFFF;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #caa73a;
}

.amazing__title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #caa73a;
}

.amazing__txt-1 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.amazing__txt-2 {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
}

.amazing__txt-3 {
  font-size: 10px;
  line-height: 14px;
}

.amazing__notice {
  font-size: 10px;
  text-align: right;
  margin: -15px 0 30px;
}

.gourmet {
  padding-top: 40px;
}

.gourmet__head {
  margin: 0 auto 25px;
}

.gourmet__item {
  margin: 0 0 35px;
  display: block;
}

.gourmet__image {
  margin: 0 0 16px;
}

.gourmet__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #caa73a;
}

.gourmet__txt-1 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.gourmet__txt-2 {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.gourmet__txt-3 {
  font-size: 10px;
  line-height: 14px;
}

.gift {
  background: url(../img/bg_gift_1_sp.jpg) no-repeat left top/contain, url(../img/bg_gift_2_sp.jpg) no-repeat left bottom/contain, #fffbef;
  padding: 80px 0 60px;
}

.gift__head {
  margin: 0 auto 25px;
}

.gift__item {
  display: block;
  float: left;
  width: 47.5%;
  margin: 0 5% 20px 0;
  color: #000000;
}

.gift__item:nth-child(even) {
  margin-right: 0;
}

.gift__image {
  margin-bottom: 10px;
}

.gift__title {
  color: #caa73a;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  margin-bottom: 5px;
}

.gift__txt-1 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}

.gift__txt-2 {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.txt-notice {
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  padding: 20px 3.125% 30px;
  background: #FFFFFF;
  color: #000000;
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  cursor: pointer;
  width: 35px;
}

.sns__item {
  width: 25px;
  display: inline-block;
  margin: 0 3px 13px;
}

.sns__item a {
  display: block;
}

.copyright {
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.animatioin {
  opacity: 0.1;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.animatioin.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animatioin-2 {
  opacity: 0.1;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.animatioin-2.scrollin {
  opacity: 1;
}/* State *//* Theme */@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }

  a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .l-body {
    min-width: 1280px;
  }

  .l-footer {
    padding: 25px 0;
  }

  .l-wrapper {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .l-wrapper:before,.l-wrapper:after {
    content: "";
    display: table;
  }

  .l-wrapper:after {
    clear: both;
  }

  .logo-1 {
    width: 77px;
    margin: 11px 0 10px 0;
  }

  .logo-2 {
    position: absolute;
    top: 30px;
    left: 195px;
    width: auto;
    margin: 0;
  }

  .logo-2 img {
    width: auto;
  }

  .anchorlink {
    display: none;
  }

  .main-visual {
    margin: 0 auto;
    padding: 0 0.8%;
    box-sizing: border-box;
  }

  .amazing__head {
    margin: 0 auto 39px;
    text-align: center;
  }

  .amazing__head img {
    margin: 0 auto;
  }

  .amazing__item {
    width: 386px;
    margin: 0 41px 38px 0;
    float: left;
  }

  .amazing__item:nth-child(3n) {
    margin-right: 0;
  }

  .amazing__item:last-child {
    margin-bottom: 0;
  }

  .amazing__image {
    margin: 0 0 25px;
  }

  .amazing__title {
    padding: 0 0 14px;
    font-size: 18px;
    letter-spacing: -1.5px;
  }

  .amazing__txt-1 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 13px;
  }

  .amazing__txt-2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 13px;
  }

  .amazing__txt-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .amazing__notice {
    margin: -22px 0 59px;
    font-size: 12px;
  }

  .gourmet__head {
    margin: 21px auto 39px;
    text-align: center;
  }

  .gourmet__head img {
    margin: 0 auto;
  }

  .gourmet__item {
    width: 386px;
    margin: 0 41px 38px 0;
    float: left;
  }

  .gourmet__item:nth-child(3n) {
    margin-right: 0;
  }

  .gourmet__image {
    margin: 0 0 32px;
  }

  .gourmet__title {
    font-size: 20px;
    margin: 0 0 12px;
    letter-spacing: 1.5px;
  }

  .gourmet__txt-1 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }

  .gourmet__txt-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .gourmet__txt-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .gift {
    background: url(../img/bg_gift_1_pc.jpg) no-repeat left top, url(../img/bg_gift_2_pc.jpg) no-repeat right top, url(../img/bg_gift_3_pc.jpg) no-repeat left bottom, url(../img/bg_gift_4_pc.jpg) no-repeat right bottom, #fffbef;
    padding: 59px 0 25px;
  }

  .gift__head {
    margin: 0 auto 37px;
    text-align: center;
  }

  .gift__head img {
    margin: 0 auto;
  }

  .gift__item {
    width: 284px;
    margin: 0 34px 30px 0;
  }

  .gift__item:nth-child(even) {
    margin-right: 35px;
  }

  .gift__item:nth-child(4n) {
    margin-right: 0;
  }

  .gift__image {
    margin-bottom: 20px;
  }

  .gift__title {
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 11px;
  }

  .gift__txt-1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .gift__txt-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .txt-notice {
    font-size: 12px;
    line-height: 20px;
    padding: 16px 0 39px;
  }

  .txt-notice span {
    display: block;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-top {
    width: 50px;
    right: 20px;
    bottom: 20px;
  }

  .sns {
    display: inline-block;
  }

  .sns__item {
    margin: 0 3px 0;
  }

  .copyright {
    position: static;
    font-size: 12px;
    line-height: 25px;
    margin: 0 20px 0 0;
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  .animatioin {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}
