@charset "UTF-8";
/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.intro {
  position: relative;
}

.intro::before, .intro::after {
  position: absolute;
  right: 0;
  top: -73px;
  height: 110%;
  height: calc(100% + 73px);
  content: "";
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0.1;
}

.intro::before {
  width: 50%;
  background: #cad1cb;
  z-index: -1;
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

.intro::after {
  width: 51%;
  width: calc(50% + 1px);
  background: #acb1ad;
  z-index: -2;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

@media screen and (min-width: 600px) {
  .intro::after {
    background: #acb1ad;
    width: calc(50% + 3px);
  }
}

.intro.scroll_on::before, .intro.scroll_on::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.intro__img {
  position: relative;
  padding-top: 25px;
}

@media screen and (min-width: 600px) {
  .intro__img {
    padding-top: 50px;
    max-width: 900px;
    margin: 0 auto 50px;
  }
}

.intro__img .top-img {
  display: block;
  width: 90%;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .intro__img .top-img {
    width: 80%;
  }
}

.intro__img .top-img img {
  display: block;
}

.intro__movie {
  position: relative;
  margin-top: 40px;
  padding: 57% 0 0;
}

@media screen and (min-width: 600px) {
  .intro__movie {
    padding: 0%;
    width: 900px;
    margin: 100px auto;
  }
}

.intro__movie .move-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .intro__movie .move-box {
    position: static;
    height: 506px;
  }
}

@-webkit-keyframes bottle_shake {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bottle_shake {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.intro__gallery {
  position: relative;
  z-index: 1;
  margin-top: 10%;
  padding-bottom: 10%;
}

@media screen and (min-width: 600px) {
  .intro__gallery {
    width: 900px;
    margin: 30px auto 0;
  }
}

.intro__gallery_list-item {
  padding: 0 15px;
}

.intro__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 40px;
}

.intro__gallery .slick-prev {
  left: 0%;
  background: url(../img/index/slick_arrow_l.svg) no-repeat center center;
}

.intro__gallery .slick-next {
  right: 0%;
  background: url(../img/index/slick_arrow_r.svg) no-repeat center center;
}

.concept {
  margin-top: -0.5px;
  padding: 80px 30px 40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .concept {
    margin: 0;
  }
}

.concept::before, .concept::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0.1;
}

.concept::before {
  width: 50%;
  width: calc(50% - 1px);
  background: #fff;
  z-index: 1;
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

@media screen and (min-width: 600px) {
  .concept::before {
    width: calc(50% - 3px);
  }
}

.concept::after {
  width: 50%;
  background: #acb1ad;
  z-index: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.concept.scroll_on {
  background: #cad1cb;
}

.concept.scroll_on::before, .concept.scroll_on::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.concept__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 15%;
}

@media screen and (min-width: 600px) {
  .concept__inner {
    max-width: 900px;
    margin: 100px auto;
    padding-bottom: 0%;
  }
}

.concept__inner::before {
  display: block;
  position: absolute;
  bottom: -5%;
  left: 5%;
  width: 80px;
  height: 130px;
  background: url("../img/index/logo-w.png") no-repeat top left;
  background-size: contain;
  content: "";
  -webkit-animation: bottle_shake 7s ease 1s infinite;
  animation: bottle_shake 7s ease 1s infinite;
}

@media screen and (min-width: 600px) {
  .concept__inner::before {
    width: 120px;
    height: 180px;
  }
}

.concept .title {
  -webkit-transition: 3s 3s;
  transition: 3s 3s;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .concept .title {
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
    font-size: 30px;
  }
}

.concept .title .small {
  font-size: 14px;
}

.concept--img {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .concept--img {
    width: 80%;
    margin-top: 40px;
  }
}

.concept--summary {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.3;
}

@media screen and (min-width: 600px) {
  .concept--summary {
    font-size: 20px;
  }
}

.concept--summary-teitle {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .concept--summary-teitle {
    margin-top: 80px;
  }
}

.concept--summary-text {
  font-size: 12px;
  position: relative;
  white-space: pre-line;
  margin-top: -20px;
}

@media screen and (min-width: 600px) {
  .concept--summary-text {
    font-size: 16px;
  }
}

.concept--summary-text span {
  opacity: 0.2;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.concept--summary-text span:nth-child(1) {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.concept--summary-text span:nth-child(2) {
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

.concept--summary-text span:nth-child(3) {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}

.concept--summary-text span:nth-child(4) {
  -webkit-transition: 1s 2.5s;
  transition: 1s 2.5s;
}

.concept--summary.scroll_on .concept--summary-text span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.concept .btn {
  position: relative;
  padding-top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #666;
  opacity: 0.6;
  color: #fff;
  margin: 30px auto;
  padding-top: 22px;
}

.concept .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.fair {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .fair {
    max-width: 900px;
    margin: 100px auto;
  }
}

.fair .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .fair .title {
    font-size: 30px;
  }
}

.fair .title .small {
  font-size: 14px;
}

.fair_pickup {
  margin-bottom: 30px;
}

.fair_pickup .slick-list {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.fair_pickup--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fair_pickup--img {
  width: 25%;
}

.fair_pickup--text {
  position: relative;
  width: 75%;
}

.fair_pickup--text h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 0 5%;
}

.fair_pickup .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 0;
}

.fair_pickup .slick-dots li {
  margin: 0 5px;
  font-size: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #888;
}

.fair_pickup .slick-dots li button {
  border: none;
}

.fair_calendar__text {
  padding-top: 15px;
  font-size: 16px;
}

.fair_calendar .selection_btn {
  display: block;
  border: 1px solid #666;
  width: 50%;
  margin: 30px auto;
  padding: 10px;
  border-radius: 5px;
}

.cuisine {
  position: relative;
}

.cuisine::before {
  position: absolute;
  top: 50%;
  left: -20%;
  height: 170vh;
  width: 170vh;
  background: #faf6f0;
  border-radius: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, -54.5%);
  transform: translate(0, -54.5%);
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0.1;
}

@media screen and (min-width: 600px) {
  .cuisine::before {
    height: 200vh;
    width: 230vh;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: auto;
    right: -50%;
  }
}

.cuisine.scroll_on::before {
  opacity: 1;
}

.cuisine__inner {
  margin-top: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .cuisine__inner {
    max-width: 900px;
    margin: 100px auto;
  }
}

.cuisine .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .cuisine .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.cuisine .title .small {
  font-size: 14px;
}

.cuisine--img {
  position: relative;
  display: block;
}

.cuisine--img .img {
  width: 70%;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .cuisine--img .img {
    width: 45%;
  }
}

.cuisine--img1 {
  text-align: left;
}

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

@media screen and (min-width: 600px) {
  .cuisine--img2 {
    margin-top: -70px;
  }
}

.cuisine--img3 {
  text-align: left;
}

@media screen and (min-width: 600px) {
  .cuisine--img3 {
    margin-top: -70px;
  }
}

.cuisine--text {
  padding: 20px;
  font-size: 14px;
  line-height: 2.2;
  position: relative;
}

@media screen and (min-width: 600px) {
  .cuisine--text {
    font-size: 16px;
    line-height: 2.4;
  }
}

.cuisine--text span {
  display: block;
  opacity: 0.2;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.cuisine--text span:nth-child(1) {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.cuisine--text span:nth-child(2) {
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

.cuisine--text span:nth-child(3) {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}

.cuisine--text span:nth-child(4) {
  -webkit-transition: 1s 2.5s;
  transition: 1s 2.5s;
}

.cuisine--text span:nth-child(5) {
  -webkit-transition: 1s 3s;
  transition: 1s 3s;
}

.cuisine--text span:nth-child(6) {
  -webkit-transition: 1s 3.5s;
  transition: 1s 3.5s;
}

.cuisine--text.scroll_on span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cuisine .btn {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #666;
  opacity: 0.6;
  color: #fff;
  margin: 30px auto;
  padding-top: 22px;
}

.cuisine .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.plan {
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .plan {
    max-width: 900px;
    margin: 100px auto;
    overflow: hidden;
  }
}

.plan::before, .plan::after, .plan__inner::before, .plan__inner::after, .plan__background::before, .plan__background::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9%;
  background: #e4e8e4;
  content: "";
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  z-index: -1;
}

.plan::before {
  bottom: 0;
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}

.plan::after {
  bottom: 9%;
  -webkit-transition: 1s 2.25s;
  transition: 1s 2.25s;
}

.plan__inner::before {
  bottom: 18%;
  -webkit-transition: 1s 2.5s;
  transition: 1s 2.5s;
}

.plan__inner::after {
  bottom: 27%;
  -webkit-transition: 1s 2.75s;
  transition: 1s 2.75s;
}

.plan__background::before {
  bottom: 36%;
  -webkit-transition: 1s 3s;
  transition: 1s 3s;
}

.plan__background::after {
  bottom: 45%;
  -webkit-transition: 1s 3.25s;
  transition: 1s 3.25s;
}

.plan.scroll_on::before, .plan.scroll_on::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.plan__inner.scroll_on::before, .plan__inner.scroll_on::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.plan.scroll_on .plan__background::before, .plan.scroll_on .plan__background::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.plan .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .plan .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.plan .title .small {
  font-size: 14px;
}

.plan .selection_btn {
  position: relative;
  display: block;
  border: 1px solid #666;
  width: 50%;
  margin: 30px auto;
  padding: 10px;
  border-radius: 5px;
}

.plan_pickup {
  margin-bottom: 30px;
}

.plan_pickup--inner {
  display: block;
  padding: 0 10%;
}

@media screen and (min-width: 600px) {
  .plan_pickup--inner {
    width: 600px;
    margin: auto;
    padding: 0 0%;
  }
}

.plan_pickup--img {
  margin-bottom: 15px;
}

.plan_pickup--text {
  position: relative;
}

.plan_pickup--text h3 {
  width: 100%;
}

.plan_pickup .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 40px;
}

.plan_pickup .slick-prev {
  left: 0%;
  background: url(../img/index/slick_arrow_l.svg) no-repeat center center;
}

.plan_pickup .slick-next {
  right: 0%;
  background: url(../img/index/slick_arrow_r.svg) no-repeat center center;
}

.report {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .report {
    max-width: 900px;
    margin: 100px auto;
  }
}

.report .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .report .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.report .title .small {
  font-size: 14px;
}

.report .report_box .report_img {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .report .report_box .report_img {
    width: 60%;
    margin-top: 0;
  }
}

.dress {
  position: relative;
}

.dress::before {
  position: absolute;
  top: 50%;
  right: -20%;
  height: 130vh;
  width: 130vh;
  background: #faf1ed;
  border-radius: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, -50%) scale(0.98);
  transform: translate(0, -50%) scale(0.98);
  -webkit-transition: all 0.5s cubic-bezier(0.65, -1.13, 0.39, 2.28);
  transition: all 0.5s cubic-bezier(0.65, -1.13, 0.39, 2.28);
  opacity: 0.3;
}

@media screen and (min-width: 600px) {
  .dress::before {
    ransform: translate(0, -50%) scale(0.99);
    height: 170vh;
    width: 210vh;
    right: auto;
    left: -50%;
  }
}

.dress.scroll_on::before {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.dress__inner {
  margin-top: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .dress__inner {
    max-width: 900px;
    margin: 100px auto;
  }
}

.dress .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .dress .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.dress .title .small {
  font-size: 14px;
}

.dress .dress_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 100px 0 0;
}

.dress .dress_box .dress_img .leftdress {
  width: 220%;
}

@media screen and (min-width: 600px) {
  .dress .dress_box .dress_img .leftdress {
    width: 90%;
    margin-left: 70%;
    margin-top: -30%;
  }
}

.dress .dress_box .dress_img .middledress {
  width: 220%;
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 600px) {
  .dress .dress_box .dress_img .middledress {
    width: 100%;
    margin-left: 10%;
    margin-top: -20%;
  }
}

.dress .dress_box .dress_img .rightdress {
  width: 220%;
}

@media screen and (min-width: 600px) {
  .dress .dress_box .dress_img .rightdress {
    width: 90%;
    margin-left: -140%;
    margin-top: -40%;
  }
}

.dress .description {
  position: relative;
}

.dress .description .text {
  padding: 30px;
  font-size: 14px;
  line-height: 2.2;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .dress .description .text {
    font-size: 16px;
    line-height: 2.4;
    white-space: pre-wrap;
  }
}

.dress .description .btn {
  position: relative;
  padding-top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #666;
  opacity: 0.6;
  color: #fff;
  margin: 10px auto;
  padding-top: 22px;
}

.dress .description .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.insta {
  margin-top: 220px;
  padding-bottom: 80px;
}

@media screen and (min-width: 600px) {
  .insta {
    max-width: 900px;
    margin: 280px auto;
    margin-bottom: 60px;
  }
}

.insta .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .insta .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.insta .title .small {
  font-size: 14px;
}

.insta .icon {
  text-align: left;
  margin: 60px 0 20px 20px;
}

.insta .icon a {
  font-size: 14px;
  letter-spacing: 3px;
}

@media screen and (min-width: 600px) {
  .insta .icon a {
    font-size: 16px;
  }
}

.insta .icon a .name {
  width: 10%;
  margin-right: 10px;
}

@media screen and (min-width: 600px) {
  .insta .icon a .name {
    width: 7%;
  }
}

.insta #instafeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insta #instafeed .instaimg {
  width: 33.33%;
  width: calc(100% / 3);
}

.insta .follow {
  border: 1px solid #666;
  width: 50%;
  margin: 30px auto;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (min-width: 600px) {
  .insta .follow {
    margin-top: 60px;
  }
}

.insta .follow a {
  font-size: 16px;
  letter-spacing: 3px;
}

.access {
  padding-bottom: 60px;
  position: relative;
}

.access::before {
  position: absolute;
  top: 50%;
  left: -20%;
  height: 170vh;
  width: 170vh;
  background: #faf6f0;
  border-radius: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, -50%) scale(0.98);
  transform: translate(0, -50%) scale(0.98);
  -webkit-transition: all 0.5s cubic-bezier(0.65, -1.13, 0.39, 2.28);
  transition: all 0.5s cubic-bezier(0.65, -1.13, 0.39, 2.28);
  opacity: 0.3;
}

@media screen and (min-width: 600px) {
  .access::before {
    -webkit-transform: translate(0, -50%) scale(0.99);
    transform: translate(0, -50%) scale(0.99);
    height: 200vh;
    width: 230vh;
    left: 50%;
  }
}

.access.scroll_on::before {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.access__inner {
  margin-top: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .access__inner {
    max-width: 900px;
    margin: 100px auto;
  }
}

.access .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .access .title {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

.access .title .small {
  font-size: 14px;
}

.access .access_img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .access .access_img {
    width: 80%;
    position: relative;
  }
}

.access .text {
  margin: 20px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2.2;
}

@media screen and (min-width: 600px) {
  .access .text {
    font-size: 16px;
    position: relative;
  }
}

@media screen and (min-width: 600px) {
  .access .map .accessmap {
    width: 80%;
    height: 400px;
    position: relative;
  }
}

/* ==============================
	modal

  modal共通
  modal-header
  modal-footer

  modal-concept only
  modal-cuisine only
============================== */
.modal_html,
.modal_body {
  overflow: hidden;
}

.modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1499;
}

.modal {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 1500;
}

.modal.modal_on {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.modal.modal_on .modal_inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-inner {
  position: relative;
  margin: 0;
  background: #fff;
  height: 100vh;
}

@media screen and (min-width: 600px) {
  .modal-inner {
    width: 900px;
    margin: auto;
  }
}

.modal-content {
  padding: 0;
  overflow-y: scroll;
  height: 100%;
}

.modal-content__title {
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.modal-content__title span {
  display: block;
}

.modal-content__title--en {
  font-size: 20px;
}

.modal-content__title--jp {
  font-size: 14px;
}

.modal-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  z-index: 10;
}

@media screen and (min-width: 600px) {
  .modal-header {
    position: static;
    background: transparent;
  }
}

.modal-header_l {
  display: block;
  width: 50%;
}

.modal-header_l .logo {
  width: 80%;
  margin: 20px;
}

@media screen and (min-width: 600px) {
  .modal-header_l .logo {
    width: 50%;
  }
}

.modal-header_r {
  width: 50%;
}

.modal-header_r .modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 30px;
  margin: auto;
  z-index: 1;
  background: url("../img/index/modal/icon_close.svg") no-repeat 3px 3px;
  background-size: 14px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .modal-footer {
    max-width: 900px;
    margin: auto;
  }
}

.modal-footer .footer_logo {
  width: 50%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .modal-footer .footer_logo {
    width: 30%;
  }
}

.modal-footer .text {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 2.2;
  margin-top: 30px;
}

.modal-footer .text .small {
  font-size: 14px;
}

.modal-footer .sns {
  display: inline-block;
  margin-top: 20px;
}

.modal-footer .sns .icon_line {
  width: 30%;
  margin-right: 30px;
}

.modal-footer .sns .icon_insta {
  width: 30%;
}

.modal-footer .footer_menu {
  background-color: #fff;
  margin-top: 20px;
}

.modal-footer .footer_menu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.modal-footer .footer_menu .list a {
  color: #666;
  font-size: 14px;
}

.modal-footer .footer_menu .list .item {
  width: 50%;
  text-align: center;
  border: 1px solid #666;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 10px;
}

.modal-footer .copyright {
  background-color: #f1eeee;
  padding: 20px;
}

.modal-footer .copyright p {
  font-size: 12px;
}

.modal-concept__intro {
  padding-top: 73.35px;
}

.modal-concept__intro-header {
  position: relative;
}

.modal-concept__intro-header .modal-content__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 5px #000 ,0 0 5px #000;
  font-weight: bold;
}

.modal-concept__intro-header .modal-content__title--en {
  font-size: 24px;
}

.modal-concept__intro-header .modal-content__title--jp {
  font-size: 16px;
}

.modal-concept__intro-text {
  margin: 15px 5%;
  letter-spacing: 2.5px;
  line-height: 2;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .modal-concept__intro-text {
    font-size: 15px;
  }
}

.modal-concept__point {
  padding: 15px 0%;
}

.modal-concept__point-item {
  position: relative;
  padding-bottom: 25%;
}

.modal-concept__point-item::before {
  position: absolute;
  bottom: 10%;
  width: 250px;
  height: 250px;
  right: 0;
  background: #f0f2f0;
  border-radius: 100%;
  content: "";
}

@media screen and (min-width: 600px) {
  .modal-concept__point-item::before {
    width: 600px;
    height: 600px;
  }
}

.modal-concept__point-img {
  position: absolute;
  top: 0;
  display: block;
  width: 65%;
}

.modal-concept__point-text {
  position: relative;
  width: 55%;
  padding: 5%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: left;
  line-height: 1;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .modal-concept__point-text {
    width: 30%;
    font-size: 15px;
  }
}

.modal-concept__point-text span {
  display: inline-block;
  border-bottom: 3px solid #ecefec;
  margin-bottom: 10px;
}

.modal-concept__point-item:nth-child(2n+1) {
  padding-top: 45%;
}

.modal-concept__point-item:nth-child(2n+1)::before {
  right: 0;
}

.modal-concept__point-item:nth-child(2n+1) .modal-concept__point-img {
  left: 0;
}

.modal-concept__point-item:nth-child(2n+1) .modal-concept__point-text {
  margin: 0 5% 0 auto;
}

.modal-concept__point-item:nth-child(2n) {
  padding-top: 35%;
}

.modal-concept__point-item:nth-child(2n)::before {
  left: 0;
}

.modal-concept__point-item:nth-child(2n) .modal-concept__point-img {
  right: 0;
}

.modal-concept__point-item:nth-child(2n) .modal-concept__point-text {
  margin: 0 auto 0 5%;
}

.modal-concept__message-text p {
  letter-spacing: 5px;
  font-size: 13px;
  padding: 0 0 15px;
}

@media screen and (min-width: 600px) {
  .modal-concept__message-text p {
    font-size: 15px;
  }
}
