@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Cuisine CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Variables
-------------------------------------------- */
/* Content
-------------------------------------------- */
#container section#main > h2, #container section.item > h2 {
  font-size: 3.4rem;
  font-family: "Cormorant Garamond", "Frank Ruhl Libre", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  text-align: center;
  padding: 0 0 90px; }
  @media (max-width: 960px) {
    #container section#main > h2, #container section.item > h2 {
      font-size: 3rem;
      padding: 0 0 60px; } }
  @media (max-width: 480px) {
    #container section#main > h2, #container section.item > h2 {
      font-size: 2.4rem;
      padding: 0 0 40px; } }
#container section#main.se_box .se_img_box, #container section.item.se_box .se_img_box {
  width: 100%;
  transform: translateX(0); }
#container section#main.se_box:hover .se_img_box .se_img img, #container section.item.se_box:hover .se_img_box .se_img img {
  transform: scale(1) rotate(0.001deg); }



#container section.lead {
  text-align: center;
  max-width: 1000px;
  margin: 100px auto;
}
@media (max-width: 480px) {
  #container section.lead {
    margin: 60px auto;
  }
}
#container section.lead .lead_header {
  display: flex;
  align-items: center;
}
#container section.lead .lead_header:before,
#container section.lead .lead_header:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

#container section.lead .lead_header:before {
  margin-right: 1rem;
}

#container section.lead .lead_header:after {
  margin-left: 1rem;
}

#container section.lead h2 {
  font-size: 5.2rem;
  font-style: italic;
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 960px) {
  #container section.lead h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #container section.lead h2 {
    margin-bottom: 0;
  }
}
#container section.lead h2 span {
  position: relative;
  font-size: 2rem;
  z-index: 2;
}
@media (max-width: 960px) {
  #container section.lead h2 {
    font-size: 5.3vw;
  }
  #container section.lead h2 span {
    position: relative;
    font-size: 1.8rem;
    z-index: 2;
  }
}
@media (max-width: 480px) {
  #container section.lead h2 {
    font-size: 5.8vw;
  }
}
#container section.lead > p {
  text-align: center;
  line-height: 2.0;
  margin-top: 40px;
  transform: translateY(5%);
  transition: all .5s;
}
#container section.lead > p.cc-anim-init {
  opacity: 1;
  transform: translateY(0);
}




#container section.contents .uneven_box_wrap {
  padding: 0 0 20px;
  position: relative;
  z-index: 2;
}
#container section.contents .uneven_box_wrap.items {
  margin-top: 0;
}
#container section.contents .uneven_box_wrap > li {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 100px;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li {
    margin-bottom: 20px;
    padding: 0 0 50px;
  }
}
#container section.contents .uneven_box_wrap > li:last-of-type {
  margin-bottom: 0;
}
#container section.contents .uneven_box_wrap > li > ul {
  position: relative;
  width: 100%;
  padding-top: 55.2%;
}

#container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(1) {
  position: absolute;
  left: 30%;
  bottom: 20px;
  width: 50%;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(1) {
    left: auto;
    right: 0;
    bottom: -10px;
    width: 55%;
  }
}
#container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 41%;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(2) {
    top: -10px;
    width: 45%;
  }
}
#container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(3) {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 42%;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li:nth-of-type(odd) ul li:nth-of-type(3) {
    width: 42%;
  }
}


#container section.contents .uneven_box_wrap > li:nth-of-type(even) ul li:nth-of-type(1) {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li:nth-of-type(even) ul li:nth-of-type(1) {
    width: 100%;
  }
}

#container section.contents .uneven_box_wrap > li .img {
  display: block;
  width: 100%;
}
#container section.contents .uneven_box_wrap > li .txt {
  width: 60%;
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 50px 50px 30px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(20%);
  opacity: 0;
  z-index: 101;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
#container section.contents .uneven_box_wrap > li .txt h3 {
  margin-bottom: 30px;
}
#container section.contents .uneven_box_wrap > li .txt p {
  line-height: 2.2;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li .txt p {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  #container section.contents .uneven_box_wrap > li .txt {
    width: 70%;
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li .txt {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 20px 0 0;
    top: -40px;
  }
}
#container section.contents .uneven_box_wrap > li .txt.cc-anim-init {
  transform: translateX(0);
  opacity: 1;
}
#container section.contents .uneven_box_wrap > li:nth-child(even) .img {
  margin: 0 0 0 auto;
}
#container section.contents .uneven_box_wrap > li:nth-child(even) .txt {
  right: auto;
  left: 0;
  transform: translateX(-20%);
}
@media (max-width: 900px) {
  #container section.contents .uneven_box_wrap > li:nth-child(even) .txt {
    width: 70%;
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 640px) {
  #container section.contents .uneven_box_wrap > li:nth-child(even) .txt {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 20px 0 0;
    top: 0;
  }
}
#container section.contents .uneven_box_wrap > li:nth-child(even) .txt.cc-anim-init {
  transform: translateX(0);
  opacity: 1;
}
#container section.report_section h3 {
  font-size: 3.4rem;
  font-family: "Cormorant Garamond", "Frank Ruhl Libre", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  text-align: center;
  padding: 0 0 90px;
}
@media (max-width: 960px) {
  #container section.report_section h3 {
    font-size: 3rem;
    padding: 0 0 60px;
  }
}
@media (max-width: 480px) {
  #container section.report_section h3 {
    font-size: 2.4rem;
    padding: 0 0 40px;
  }
}
#container section.report_section .photo_album_list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
#container section.report_section .photo_album_list img {
  min-height: 0%; }
  #container section.report_section .photo_album_list img:nth-child(1) {
    width: 68.66%; }
  #container section.report_section .photo_album_list img:nth-child(2) {
    width: 46.27%;
    /*46.27%;*/
    margin: -6vw 0 2.5vw auto; }
  #container section.report_section .photo_album_list img:nth-child(3) {
    width: 46.27%;
    /*46.27%;*/
    margin: 0 auto 0 12.7%;
    /*0 auto 0 12.7%;*/ }
  #container section.report_section .photo_album_list img:nth-child(4) {
    width: 46.27%;
    /*46.27%;*/
    margin: -5vw 12.7% 2.5vw auto;
    /*-5vw 12.7% 5vw auto;*/ }
  #container section.report_section .photo_album_list img:nth-child(5) {
    width: 68.66%;
    margin: 0 0 0 auto;
    /*0 0 0 auto;*/ }
  #container section.report_section .photo_album_list img:nth-child(6) {
    width: 46.27%;
    /*46.27%;*/
    margin: -10vw auto 0 0;
    /*-10vw auto 0 0;*/ }
#container .cuisine_anim {
  width: 40%;
  padding: calc(0.91831% * 40) 0 0;
  margin: -50px 0 0 auto;
  position: relative;
  background: #FFF;
  z-index: 1; }
  #container .cuisine_anim canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 900px) {
    #container .cuisine_anim {
      width: 60%;
      padding: calc(0.91831% * 60) 0 0;
      margin: -30px 0 30px auto; } }
  @media (max-width: 480px) {
    #container .cuisine_anim {
      width: 80%;
      padding: calc(0.91831% * 80) 0 0;
      margin: -30px auto 30px; } }
#container aside {
  margin: 100px auto; }
  @media (max-width: 480px) {
    #container aside {
      margin: 60px auto; } }
  #container aside dl {
    display: flex;
    background-color: #f9f7f4; }
    @media (max-width: 900px) {
      #container aside dl {
        flex-direction: column; } }
    #container aside dl dt {
      width: 33.3%;
      height: auto;
      background: url(../img/cuisine/staff.jpg) center center no-repeat;
      background-size: cover; }
      @media (max-width: 900px) {
        #container aside dl dt {
          width: 100%;
          height: 200px; } }
    #container aside dl dd {
      width: 66.6%;
      padding: 30px; }
      @media (max-width: 900px) {
        #container aside dl dd {
          width: 100%; } }
      @media (max-width: 480px) {
        #container aside dl dd {
          padding: 30px 20px; } }
      #container aside dl dd span {
        font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Cormorant Garamond", "Frank Ruhl Libre", Georgia, serif; }
      #container aside dl dd h4 {
        position: relative;
        font-size: 3.8rem;
        font-family: "Cormorant Garamond", "Frank Ruhl Libre", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
        margin-bottom: 20px;
        padding-bottom: 15px; }
        @media (max-width: 480px) {
          #container aside dl dd h4 {
            font-size: 3.0rem; } }
        #container aside dl dd h4::after {
          position: absolute;
          content: "";
          width: 40px;
          height: 2px;
          background-color: #d8ccb8;
          left: 0;
          bottom: 0; }
      #container aside dl dd p {
        line-height: 2.0; }

.cc-slide-cover {
  display: block;
  height: 100%; }

.cc-slide-cover::after {
  z-index: 100; }

.reason_flow {
  margin-bottom: 100px;
}
.reason_flow header {
  padding-bottom: 3rem !important;
}
.reason_flow h3 {
  font-size: 6rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.reason_flow h3 span {
  display: block;
  font-size: 1.6rem;
}
.reason_flow_content {
  display: flex;
  justify-content: space-between;
}
.reason_flow_content > div {
  width: calc(100% / 5 - 20px);
  position: relative;
}
.reason_flow_content .reason_flow_content_img {
  margin-bottom: 1rem;
}
.reason_flow_content img {
  border-radius: 500px;
}
.reason_flow_content h4 {
  color: #AB9169;
  text-align: center;
  font-weight: 600;
}
.reason_flow_content > div:after {
  color: #AB9169;
  content: "▼";
  position: absolute;
  top: 90px;
  right: -20px;
  transform: rotate(-90deg);
}
.reason_flow_content > div:last-child:after {
  content: "";
}
.reason_flow_content p {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .reason_flow h3 {
    font-size: 3.6rem;
  }
  .reason_flow h3 span {
    font-size: 1.2rem;
  }
  .reason_flow_content {
    display: block;
  }
  .reason_flow_content > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .reason_flow_content .reason_flow_content_img {
    width: calc(30% - 10px);
  }
  .reason_flow_content .reason_flow_content_text {
    width: calc(70% - 10px);
  }
  .reason_flow_content > div:after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 12%;
    transform: none;
  }
  .reason_flow_content p {
    padding: 0;
  }
}

.fair {
  margin-bottom: 100px;
}
.fair > h2 {
  text-align: center;
}
.fair > h2 span.main {
  display: inline-block;
  font-size: 6.0rem;
  line-height: 1.1;
  font-family: "Cormorant Garamond", "Frank Ruhl Libre", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  text-align: center;
  margin: 0 0 -0.05em;
  letter-spacing: 0.035em;
}
@media (max-width: 960px) {
  .fair > h2 span.main {
    font-size: 3.2rem;
  }
}
.fair > h2 span.main span {
  font-size: 10.0rem;
  margin-right: -0.05em;
}
@media (max-width: 960px) {
  .fair > h2 span.main span {
    font-size: 5.4rem;
  }
}
.fair > h2 span.sub {
  display: inline-block;
  margin: 20px auto 60px;
  font-size: 2.0rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .fair > h2 span.sub {
    font-size: 1.6rem;
  }
}
.fair p.view-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}