#opening {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

#opening span {}

.inview {
  opacity: 0;
}

.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}

.inview.active.op.delay1 {
  transition-delay: .3s;
}

.inview.active.op.delay2 {
  transition-delay: .4s;
}

.inview.active.op.delay3 {
  transition-delay: .5s;
}

#seijin {}

#seijin article {
  min-width: 1200px;
}

#visual,
#faq {
  min-width: 1200px;
}

#visual {
  margin-bottom: 90px;
}

#visual #visual-pc {
  margin: auto;
  text-align: center;
}



#congratulations {
  padding: 0 0 60px;
}

#congratulations h2 {
  margin-bottom: 70px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #006FB3;
}

#congratulations h2 span {
  /* 	background:linear-gradient(transparent 70%, #FFD800 30%); */
}
#congratulations .ok{
  text-align: center;
  padding-bottom: 40px;
}

#congratulations .ok span{
  display: inline-block;
  font-weight: 600;
  font-size: 4.1rem;
  background: linear-gradient(transparent 70%, #F9DE4A 70%);
}

#congratulations .photos {
  position: relative;
  max-width: 1092px;
  margin: auto;
}

#congratulations .photos .image1 {
  position: relative;
  margin-left: 40px;
}

#congratulations .photos .image2 {
  position: absolute;
  top: 250px;
  right: 40px;
}

#congratulations .photos .image3 {
  position: relative;
  top: -50px;
  text-align: center;
}

#congratulations .photos p {
  position: absolute;
  right: 0;
  top: 60px;
  width: 460px;
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
}

#congratulations .photos .copy {
  position: relative;
  text-align: center;
  margin-top: -100px;
}



/* NAV
=========================*/

#seijin nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}

#seijin nav ul {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

#seijin nav ul li {
  border-right: 1px solid #fff;
}

#seijin nav ul li:last-child {
  border: none;
}

#seijin nav ul li a {
  display: block;
  padding: 0px 30px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-right: 1px solid #000;
  line-height: 1;
}

#seijin nav ul li:last-child a {
  border: none;
}

#seijin nav ul li a:hover {
  text-decoration: underline;
}

#seijin .sec-title {
  text-align: center;
}

#seijin .sec-title h2 {
  padding: 10px 0;
  font-size: 35px;
  font-weight: bold;
}

#seijin .sec-title p.lead {
  font-size: 15px;
}

#seijin #congra-image {
  max-width: 864px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}


#seijin #congra-image #congra-image01 {
  max-width: 380px;
  margin-bottom: 120px;
}

#seijin #congra-image #congra-image02 {
  max-width: 380px;
  position: absolute;
  right: 0;
  top: 170px;
}

#seijin #congra-image #congra-text {
  margin-bottom: 45px;
}

#seijin #congra-image #congra-image03 {
  max-width: 750px;
  margin: 0 auto;
}


/* FAIR
=========================*/

#fair {
  padding: 90px 0 0;
  background-color: #EBEBEB;
}

#fair h2 {
  color: #006FB3;
  margin-bottom: 30px;
}

#fair .fair-wrap {
  position: relative;
  width: calc(796px + 100px);
  margin: 0 auto;
  padding: 0 50px 60px 50px;
  text-align: center;
}

#fair .fair-wrap div {
  line-height: 0;
}

/*SLIDER
=========================*/
#slider {
  padding: 60px 0 90px 0;
}

#slider .loopslider {}

#slider .loopslider li {
  width: 305px;
  margin-right: 35px;
}

#slider .loopslider li:nth-child(odd) {
  padding-top: 70px;
}

/* MERIT
=========================*/
#merit {
  padding: 60px 0 90px 0;
}

#merit h2 {
  margin-bottom: 50px;
  color: #0495AF;
}

#merit .layout {
  display: flex;
  justify-content: space-between;
  width: 890px;
}

#merit .layout .box {
  width: 270px;
  text-align: center;
}

#merit .layout .box .image {
  position: relative;
}

#merit .layout .box .num {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 36px;
}

#merit .layout .box h3 {
  font-size: 20px;
  margin: 4rem 0;
  color: #000;
}

#merit .layout .box h3 span {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 70%, #FFF962 30%);
  line-height: 110%;
}

#merit .layout .box p {
  font-size: 14px;
  text-align: left;
  color: #000;
}

#merit #merit1 {
  margin-bottom: 70px;
}

#merit hr {
  width: 148px;
  margin-bottom: 70px;
}

/* RECOMMENDED POINTS
=========================*/
#point {
  padding: 90px 0;
  background: url('image/point-bg.webp') no-repeat center top;
  background-size: cover;
}

#point .box {
  display: flex;
  width: 855px;
  margin: 0 auto;
  padding: 40px 0;
}

#point .box.reverse {
  flex-direction: row-reverse;
}

#point .box .image {
  position: relative;
  width: 418px;
  line-height: 0;
}

#point .box .image img {
  position: relative;
  z-index: 1;
}

#point .box .text {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 47px 40px 20px 40px;
  background-color: #fff;
}

#point .box .text .num {
  position: absolute;
  right: 20px;
  top: -10px;
}

#point .box.reverse .text {
  padding: 47px 30px 20px 30px;
}

#point .box.reverse .text .num {
  position: absolute;
  left: -16px;
  right: auto;
  top: -10px;
}


#point .box .text h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #000000;
}

#point .box .text p {
  font-size: 14px;
  color: #000000;
}

#point .box .caption {
  font-size: 14px;
  color: #000;
}



/* ORDER FLOW
=========================*/
#seijin article#flow {
  padding: 80px 0 50px;

}

#flow .flow-block {
  padding: 70px 0 0;
  text-align: center;
  border: 2px solid #FE6722;
  width: 1050px;
  margin: auto;
}

#flow h2 {}

#flow .lead {
  margin-bottom: 70px;
}

#flow .steps {
  display: flex;
  flex-wrap: wrap;
  width: 831px;
  margin: 0 auto;
}

#flow .steps .box {
  position: relative;
  width: 245px;
  margin-right: 48px;
  margin-bottom: 70px;
  background-color: #fff;
}

#flow .steps .box::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 25px;
  background: url(./image/flow-arrow.svg) no-repeat center center;
  background-size: 100%;
  right: -44px;
  bottom: 46px;
}

#flow .steps .box:nth-child(3n) {
  margin-right: 0;
}

#flow .steps .box:nth-child(3n)::after {
  content: none;
}

#flow .steps .box .num {
  position: absolute;
  top: -24px;
  left: 0;
  background-color: #fff;
  line-height: 100%;
  padding: 4px 10px;
}

#flow .steps .box h3 {
  color: #000
}

#flow .steps .box p {
  font-size: 14px;
  padding: 0 15px 15px;
  color: #000;
}

#flow .btn {
  background-color: transparent;
  border-color: #1863AD;
  color: #1863AD;
  width: 350px;
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
}

#flow .btn::after {
  content: none;
}

#flow .btn:hover {
  background-color: #1863AD;
  color: #fff;
}

#flow .btn:hover::after {
  border-color: #3c1e00;
}

/* SNAP
=========================*/
#snap {
  padding: 90px 0 80px;
  text-align: center;
  background-color: #1879B3;
}

#snap h2 {
  color: #fff;
  margin-bottom: 25px;
}

#snap .images .box {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

/* COORDINATE
=========================*/
#coordinate {
  background-color: #fff;
  padding: 90px 0;
  text-align: center;
}

#coordinate h2 {
  color: #0C95AF;
}

#coordinate .caption {
  font-size: 15px;
  color: #0C95AF;
}

#coordinate .coordinate-box {
  padding: 80px 0;
}

#coordinate #coordinate02 {
  background-color: #EBEBEB;
}

#coordinate .color img {
  height: 64px;
}

#coordinate .color.c2 img {
  height: 50px;
}

#coordinate h3 {
  height: 55px;
  margin-top: 20px;
  margin-bottom: 15px;
}

#coordinate h3 img {
  height: 55px;
}

#coordinate .staff {
  position: relative;
  text-align: center;
  margin: 35px auto;
}

#coordinate .staff img {
  height: 196px;
}


#coordinate .images {
  width: 1020px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#coordinate .images .img {
  position: relative;
  margin: 7px;
  line-height: 0;
}

#coordinate .images .img:hover {
  background-color: #000;
}

#coordinate .images .img a::after {
  content: url('image/zoom.png');
  position: absolute;
  width: 39px;
  height: 42px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all .3s;
}

#coordinate .images .img:hover a::after {
  opacity: 1;
}

.wideimage {
  line-height: 0;
}

.wideimage img {
  width: 100%;
  max-width: none;
}


#insta-link span {
  display: block;
  color: #F27911;
  font-weight: bold;
  margin-bottom: 10px;
}

#insta-link .layout {
  display: flex;
  justify-content: center;
}

#insta-link a {
  display: flex;
  height: 83px;
  width: 416px;
  margin: 0 15px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

#insta-link a i {
  margin-right: 15px;
  line-height: 1;
}

#insta-link a.mens {
  background-color: #2B59B1;
}

#insta-link a.ladies {
  background-color: #D8684D;
}

/* BASIC KNOWLEDGE
=========================*/
#knowledge {
  padding: 90px 0;
  text-align: center;
}

#knowledge .sec-title {
  margin-bottom: 30px;
}

#knowledge .sec-title h2 {
  color: #0C95AF;
}

#knowledge .boxs {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#knowledge .boxs .box {
  width: 286px;
}

#knowledge .boxs .box h3 {
  position: relative;
  font-size: 16px;
  margin: 15px 0;
  color: #000;
}

#knowledge .boxs .box p {
  font-size: 15px;
  text-align: left;
  color: #000;
}

#knowledge .boxs .box .image {
  position: relative;
}

#knowledge .boxs .box .image .num {
  position: absolute;
  left: 10px;
  top: -18px;
}

/* FAQ
=========================*/
#faq {
  background-color: #EFEFEF;
  padding: 90px 0;
  text-align: center;
  max-width: none;
}

#faq h2 {
  color: #0C95AF;
  margin-top: 15px;
}

#faq .box {
  width: 870px;
  border: 1px solid #0C95AF;
  margin: 0 auto 30px;
}

#faq .box h3 {
  line-height: 100%;
  padding: 15px 75px;
  font-size: 1.8rem;
  background: #0C95AF url('image/faq-q.svg') no-repeat 25px 4px;
  text-align: left;
  color: #fff;
}

#faq .box p {
  padding: 20px 20px 20px 75px;
  font-size: 1.4rem;
  background: #fff url('image/faq-a.svg') no-repeat 25px 12px;
  text-align: left;
  color: #000;
}

#faq .box p b {
  border-bottom: 2px solid #CCB36F;
  font-weight: normal;
}

#faq p .attention {
  display: block;
  color: #FF0000;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

#faq p .annotation {
  font-size: 1.4rem;
}

#faq p a {
  color: #406ACB;
}

#magazine .sec-title {
  margin-bottom: 70px;
}

#magazine .sec-title h2 {
  color: #0C95AF;
}

#magazine .boxs {
  max-width: 1032px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#magazine .box {
  width: 480px;
  border: 1px solid #000;
  padding: 37px;
  color: #000;
}

#magazine .box h3 {
  text-align: center;
}

#magazine .box .image {
  margin: 15px 0;
}

#magazine .box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

#magazine .box p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

#magazine .box .link {
  text-align: right;
}

#magazine .box .link a {
  border: 1px solid #000;
  border-radius: 25px;
  text-decoration: none;
  line-height: 1;
  padding: 15px 20px;
}

#magazine .box .link a i {
  line-height: 1;
  margin-left: 40px;
  vertical-align: middle;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #opening span {
    padding: 0 40px;
  }

  #seijin article {
    min-width: 0;
  }

  #visual,
  #faq {
    min-width: 0;
  }

  #visual {
    background: none;
    margin-bottom: 0;
  }

  #visual .bg {
    position: relative;
    background: none;
    height: auto;
  }

  #visual #visual-sp {
    position: relative;
    display: block !important;
    line-height: 0;
  }

  #visual #visual-sp img {
    width: 100%;
  }

  #visual #visual-label-sp {
    display: block !important;
    position: absolute;
    width: 100px;
    transform: none;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }


  #visual #visual-title {
    background: #EDA660;
    padding: 20px 20px;
    position: static;
  }

  #visual #visual-title .image-wrap {
    width: 100%;
  }

  #visual #visual-title .title-final {
    margin-top: 10px;
  }

  #visual #visual-title img {}

  #seijin .sec-title h2 {
    font-size: 24px;
  }

  #seijin .sec-title p.lead {
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
  }

  #seijin .shop {
    padding: 40px 20px 0;
  }


  #congratulations {
    padding: 35px 0;
  }

  #congratulations h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #congratulations p.ok {
    padding-top: 10px;
  }
  #congratulations p.ok span{
    font-size: 5vw;
  }

  #congratulations .message p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #congratulations .message {
    margin-bottom: 0;
  }

  #congratulations .lead {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
  }

  #congratulations .photos {
    padding-top: 65px;
  }

  #congratulations .photos .image1 {
    margin-left: auto;
    width: 85%;
    margin-bottom: 25px;

  }

  #congratulations .photos .image2 {
    position: static;
    width: 85%;
    margin-bottom: 25px;
  }

  #congratulations .photos .image3 {
    position: static;
    width: 85%;
    margin-left: auto;
  }

  #congratulations .photos .copy {
    text-align: left;
    margin-top: -120px;
  }

  #seijin nav {
    margin-bottom: 0;
  }

  #seijin nav ul {
    flex-wrap: wrap;
    justify-content: left;
    border-top: 1px solid #000;
    padding: 0;
    margin-bottom: 40px;
  }

  #seijin nav ul li {
    width: 50%;
    border: none !important;
    border-bottom: 1px solid #000 !important;
  }

  #seijin nav ul li a {
    font-size: 13px;
    padding: 20px 10px;
    border: none !important;
  }

  #seijin nav ul li:nth-child(odd) {
    border-right: 1px solid #000 !important;
  }

  #fair {
    padding: 60px 0;
  }

  #fair h2 {
    margin-bottom: 0;
  }

  main.sub #fair p.lead {
    text-align: center;
  }

  #fair .fair-wrap {
    width: 100%;
    padding: 20px 20px 0px;
  }

  #fair .fair-wrap .side-title {
    left: 10px;
    top: -20px;
  }

  #fair .fair-wrap .side-title img {
    width: 30px;
  }

  #fair .hr {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #slider {
    padding: 35px 0;
  }

  #slider .loopslider li:nth-child(odd) {
    padding-top: 35px;
  }

  #merit {
    padding: 35px 0;
  }

  #merit .layout {
    width: 100%;
    display: block;
  }

  #merit .layout .box .num {
    width: 50px;
  }

  #merit .layout .box .num img {
    width: 50px;
  }

  #message {}

  #message p {
    background-size: 95%;
    font-size: 12px;
    padding: 0px 32px;
    margin-bottom: 20px;
  }

  #merit h2 {
    margin-bottom: 20px;
  }

  #merit .layout .box {
    width: 100%;
    padding: 20px;
  }

  #merit .layout .box .image {
    width: 255px;
    margin: 0 auto 0;
  }

  #merit .layout .box .num {
    bottom: auto;
    top: -30px;
    left: -33px;
  }

  #merit .layout .box h3 {
    margin: 2rem 0;
  }

  #merit .layout .box p {
    max-width: 255px;
    margin: 0 auto 2rem;
  }

  #merit #merit1 {
    margin-bottom: 40px;
  }

  #point {
    padding: 55px 0;
  }

  #point h2 {
    line-height: 1.3;
  }

  #point .box {
    width: 100%;
    display: block;
    padding: 30px 20px;
  }

  #point .box:last-child {
    border: none;
    padding-bottom: 0;
  }


  #point .box .image {
    width: 100%;
  }

  #point .box.reverse .text,
  #point .box .text {
    padding: 25px;
  }

  #point .box.reverse .text .num,
  #point .box .text .num {
    position: static;
  }

  #point .box .text .num img {
    height: 18px;
  }


  #point .box .text h3 {
    font-size: 18px;
  }

  #point .box .text p {
    padding: 0 0;
    text-align: left;
  }

  #point .box .image span.bg::after {
    top: 9px;
    left: 9px;
  }

  #point .caption {
    font-size: 12px;
    text-align: left;
  }


  #seijin article#flow {
    padding: 0;
  }

  #flow .flow-block {
    padding: 35px 20px 0;
    width: 100%;
    border: none;
  }

  #flow .lead {
    margin-bottom: 40px;
  }

  #flow .steps {
    width: 100%;
  }

  #flow .steps .box {
    width: 30%;
    margin-right: 4.9%;
    margin-bottom: 40px;
  }

  #flow .steps .box:nth-child(n+4) {
    margin-bottom: 20px;
  }

  #flow .steps .box::after {
    width: 17px;
    height: 13px;
    right: -18px;
    bottom: 64px;
  }

  #flow .steps .box h3 {
    font-size: 12px;
  }

  #flow .steps .box p {
    font-size: 10px;
    text-align: left;
    padding: 0 5px 10px;
  }

  #flow .btn {
    width: 90%;
  }

  #snap {
    padding: 35px 20px;
  }

  #snap h2 {
    margin-bottom: 30px;
  }

  #snap .images {
    width: 100%;
  }

  #snap .images .box {
    margin-bottom: 20px;
  }


  #coordinate {
    padding: 35px 0;
  }

  #coordinate .caption {
    margin-bottom: 20px;
  }

  #coordinate .coordinate-box {
    padding: 30px 0;
  }

  #coordinate .color {}

  #coordinate .color img {
    height: 30px;
  }

  #coordinate .color.c2 img {
    height: 25px;
  }

  #coordinate h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 130%;
    margin-top: 10px;
    padding: 0 5%;
  }

  #coordinate .staff {
    margin: 20px auto;
  }

  #coordinate .staff img {
    height: 118px;

  }

  #coordinate .first {
    margin: 20px 0;
  }

  #coordinate .first .text {
    right: -20px;
    width: 100vw;
    height: 100%;
  }

  #coordinate .first .text img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #coordinate .first .staff {
    text-align: center;
    padding-top: 0;
  }

  #coordinate .first .staff img {
    height: auto;
  }

  #coordinate .images {
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
  }

  #coordinate .images .img {
    width: 24%;
    margin: 0.5%;
  }

  #insta-link {
    padding: 0 5%;
  }

  #insta-link span {
    font-size: 1.4rem;
  }

  #insta-link .layout {
    display: block;
  }

  #insta-link a {
    width: 100%;
    margin: 0 0 15px;
  }

  #seijin #congra-image #congra-image01 {
    width: 300px;
    margin: 0 auto 50px;
  }

  #seijin #congra-image #congra-image02 {
    position: static;
    margin: 0 auto 30px;
    width: 300px;
  }

  #seijin #congra-image #congra-text {
    padding: 0 40px 30px;
    margin-bottom: 0;
  }

  #seijin #congra-image #congra-image03 {
    padding: 0 20px;
  }

  #coordinate .comment {
    width: 100%;
    padding: 0;
  }

  #knowledge {
    padding: 35px 0 0;
  }

  #knowledge .boxs {
    width: 100%;
    display: block;
    padding: 0 20px;
  }

  #knowledge .boxs .box {
    width: 100%;
    margin-bottom: 40px;
  }

  #knowledge .boxs .box h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #knowledge .boxs .box img {
    width: 280px;
  }

  #knowledge .boxs .box p {
    font-size: 12px;
    max-width: 280px;
    margin: auto;
    font-size: 1.5rem;
  }

  #knowledge .boxs .box .image h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 2rem;
  }

  #knowledge .boxs .box .image .num {
    position: static;
    text-align: center;
  }

  #knowledge .boxs .box .image .num img {
    height: 32px;
  }

  #faq {
    padding: 35px 20px;
  }

  #faq .box {
    width: 100%;
  }

  #faq .box h3 {
    padding: 10px 20px 10px 50px;
    font-size: 1.4rem;
    background-position: 10px 7px;
    background-size: 30px;
  }

  #faq .box p {
    padding: 10px 20px 15px 50px;
    font-size: 1.4rem;
    background-position: 10px 5px;
    background-size: 30px;
  }

  #magazine .sec-title {
    margin-bottom: 30px;
  }

  #magazine .boxs {
    display: block;
    padding: 0 20px;
  }

  #magazine .boxs .box {
    width: 100%;
    margin-bottom: 25px;
    padding: 30px 20px;
  }

  #magazine .box h4 {
    font-size: 1.6rem;
  }

  #magazine .box p {
    font-size: 1.4rem;
  }

}

  .reserve {
    text-align: center;
    padding-top: 60px;
  }

  #reserve .shop {
    text-align: center;
    margin: 0 0 30px;
  }

  .reserve .title {
    font-size: 2.3rem;
    color: #3c1e00;
  }

  .reserve .title span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }

  .reserve .title span::before,
  .reserve .title span::after {
    content: '';
    position: absolute;
    top: 7px;
    width: 1px;
    /* 線の幅を調整 */
    height: 22px;
    background: black;
    /* 線の色 */
  }

  .reserve .title span::before {
    left: 0;
    transform: rotate(-20deg);
    /* 傾きを調整 */
    transform-origin: right bottom;
  }

  .reserve .title span::after {
    right: 0;
    transform: rotate(20deg);
    /* 傾きを調整 */
    transform-origin: left bottom;
  }

  .reserve .btn {
    padding: 17px 70px;
    font-size: 1.8rem;
    background-color: #684A28;
  }

  #reserve .reserve{
    margin-bottom: 50px;
  }

  @media screen and (max-width: 767px) {
  #reserve .reserve{
    margin-bottom: 0;
  }
  }
#other-fair {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 5%;
}

#other-fair h3 {
  color: #000;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#links {
  max-width: calc(588px + 10%);
  margin: auto;
  padding: 0 5%;
}

#links a {
  display: block;
  margin-bottom: 15px;
}

#bottom-shop {
  text-align: center;
  padding: 40px 5% 50px;
}

#bottom-shop .reserve {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .reserve .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .reserve .btn {
    padding: 25px;
    width: 90%;
    max-width: 280px;
  }

  #bottom-shop {
    padding: 30px 5% 40px;
  }

  #bottom-shop .reserve {
    padding-top: 0;
  }

  #links a {
    display: block;
    margin-bottom: 7px;
  }

}

#voice {
  background-color: #D5E2E9;
  padding: 90px 0 35px;
  text-align: center;
  font-weight: 700;
}

#voice h2 {
  margin-bottom: 60px;
  font-size: 3.6rem;
}

#voice .image {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  #voice h2 {
    font-size: 2.4rem;
  }

  #voice .image {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}