/*----------------------------------------------------------
mv
----------------------------------------------------------*/
.mv {
  position: relative;
}

.mv_logo {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  right: 0;
  width: 125px;
  margin: 0 auto;
  z-index: 1;
}

.mv_video {
  position: relative;
}

@media screen and (max-width: 750px) {
  .mv_video {
    height: 85vh;
    overflow: hidden;
  }
}

@media screen and (min-width: 751px) {
  .mv_video {
    height: 533px;
    overflow: hidden;
  }
}

.mv_video::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 7vw;
  min-height: 23.5px;
  background-image: url(../images/frame_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (min-width: 751px) {
  .mv_video::after {
    height: 23.5px;
  }
}

.mv_video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
}

.mv .btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .mv .btn {
    bottom: 42px;
  }
}

.mv .title {
  text-align: center;
  color: #172852;
  margin: 44px 0 0 0;
}

.mv .title span {
  display: block;
}

.mv .title span.large {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .46em;
}

.mv .title span.hsp_semi {
  font-size: 42.7px;
  letter-spacing: .36em;
  margin: 17px 0 0 0;
}

.mv .title span.small {
  font-size: 16.1px;
  font-weight: 500;
  letter-spacing: .33em;
  margin: 20px 0 0 0;
}

/*----------------------------------------------------------
about
----------------------------------------------------------*/
.about_slogan {
  position: relative;
  background-color: #172852;
  padding: 40px 0 25px 0;
  margin: 22.7% 0 0 0;
}

@media screen and (min-width: 751px) {
  .about_slogan {
    margin: 85px 0 0 0;
  }
}

.about_slogan::before,
.about_slogan::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 12vw;
  min-height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {

  .about_slogan::before,
  .about_slogan::after {
    height: 45px;
  }
}

.about_slogan::before {
  top: -7%;
  background-image: url(../images/frame_navy_top.png);
  background-position: center bottom;
}

@media screen and (min-width: 751px) {
  .about_slogan::before {
    top: -35px;
  }
}

.about_slogan::after {
  bottom: -7%;
  background-image: url(../images/frame_navy_bottom.png);
  background-position: center top;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about_slogan::after {
    bottom: -35px;
  }
}

.about_slogan_wrap {
  position: relative;
}

.about_slogan .lead {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 2.36;
  color: #fff;
}

.about_slogan .lead span {
  display: inline-block;
}

.about_bar_wrap {
  position: relative;
  padding: 8px 0 0 0;
}

.about_bg_img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.about_bar {
  position: absolute;
  display: block;
  top: 52px;
  left: 0;
  width: 100%;
}

.about_bar .bar_img {
  position: absolute;
  display: block;
  width: 33.334%;
  min-width: 125px;
}

@media screen and (min-width: 751px) {
  .about_bar .bar_img {
    width: 125px;
  }
}

.about_bar .bar_img:nth-child(1) {
  top: 40px;
  left: 0;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.about_bar .bar_img:nth-child(2) {
  top: 14px;
  left: 16%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media screen and (min-width: 751px) {
  .about_bar .bar_img:nth-child(2) {
    left: 60px;
  }
}

.about_bar .bar_img:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about_bar .bar_img:nth-child(4) {
  top: 14px;
  right: 16%;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media screen and (min-width: 751px) {
  .about_bar .bar_img:nth-child(4) {
    right: 60px;
  }
}

.about_bar .bar_img:nth-child(5) {
  top: 40px;
  right: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.about_slogan .btn {
  padding: 40px 0 15px 0;
}

.about_material {
  position: relative;
  background-color: #FBD872;
  padding: 20% 0 0 0;
}

@media screen and (min-width: 751px) {
  .about_material {
    padding: 75px 0 0 0;
  }
}

.about_material::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -2%;
  left: 0;
  right: 0;
  width: 100%;
  height: 12vw;
  min-height: 45px;
  background-image: url(../images/frame_yellow_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .about_material::after {
    bottom: -35px;
    height: 45px;
  }
}

.about_material .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #172852;
  margin: 0 0 30px 0;
}

.about_material .title .hsp_semi {
  position: relative;
  font-size: 42.7px;
  letter-spacing: .36em;
}

.about_material .title .hsp_semi .furigana {
  position: absolute;
  display: block;
  top: -12px;
  left: -5px;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .33em;
  margin: 0 auto;
}

.about_material ul {
  list-style: none;
}

.about_material_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}

.about_material_list>li {
  position: relative;
  width: 31.885%;
  margin: 0 2.17% 15px 0;
  pointer-events: visible;
  cursor: pointer;
}

.about_material_list>li:nth-child(3n) {
  margin: 0 0 15px 0;
}

.about_material_list .material_img .sozai {
  position: relative;
}

.about_material_list .material_img .eye {
  position: absolute;
  display: none;
  width: 31.84%;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about_material_list .material_img .eye {
    width: 35px;
  }
}

.about_material_list .material_img .eye {
  top: 27%;
  left: 23%;
}

@media screen and (min-width: 751px) {
  .about_material_list .material_img .eye {
    top: 39px;
    left: 26px;
  }
}

.about_material_list li.is_active .material_img .eye {
  display: block;
}

.about_material_list .name {
  text-align: center;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.4;
  color: #172852;
  margin: 5px 0 0 0;
}

.about_material_text_list {
  width: 100%;
  margin: 0 auto;
}

.about_material_text_list .fukidashi {
  position: relative;
  height: 0;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.5s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.5s cubic-bezier(0.09, 0.98, 0.83, 1);
}

.about_material_text_list .fukidashi::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -15px;
  border: 6px solid transparent;
  border-left: 17px solid #fff;
}

.about_material_text_list .fukidashi.is_active {
  height: auto;
  padding: 15px 20px;
  margin: 0 15px 20px 15px;
  opacity: 1;
}

.about_material_text_list .fukidashi.is_active li {
  opacity: 1;
}

.about_material_text_list .fukidashi:nth-child(1)::after {
  left: 43px;
  -webkit-transform: rotate(-95deg);
  -ms-transform: rotate(-95deg);
  transform: rotate(-95deg);
}

.about_material_text_list .fukidashi:nth-child(2)::after {
  left: 46%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about_material_text_list .fukidashi:nth-child(3)::after {
  right: 43px;
  -webkit-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  transform: rotate(-85deg);
}

.about_material_text_list .fukidashi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: .08em;
  color: #172852;
  opacity: 0;
}

.about_material_text_list .fukidashi li:first-child {
  padding: 0 0 10px 0;
}

.about_material_text_list .fukidashi .lead {
  min-width: 90px;
  font-weight: 700;
  padding: 0 15px 0 0;
}

.about_material_text_list .fukidashi .text {
  line-height: 1.4;
}

.about_soramame {
  padding: 40px 0 0 0;
}

.about_soramame .plus {
  text-align: center;
  font-size: 42.7px;
  letter-spacing: .36em;
  color: #172852;
}

.about_soramame .title {
  margin: 35px 0 0 0;
}

.about_soramame .title .large {
  font-size: 38px;
}

.about_soramame .title .hsp_semi {
  font-size: 22px;
  letter-spacing: .1em;
}

.about_soramame .fuidashi_wrap {
  position: relative;
  margin: 25px 0 0 0;
}

.about_soramame .text {
  position: relative;
  width: 55%;
  padding: 0% 0 0 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about_soramame .text {
    padding: 3px 0 0 0;
  }
}

.about_soramame .fukidashi {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  width: 69.3355%;
  min-width: 260px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .about_soramame .fukidashi {
    width: 260px;
  }
}

.about_soramame .soramame {
  margin: -60px 0 0 0;
}

.about_notinc {
  position: relative;
  padding: 18.135% 0 0 0;
}

@media screen and (min-width: 751px) {
  .about_notinc {
    padding: 68px 0 0 0;
  }
}

.about_notinc::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -6%;
  left: 0;
  right: 0;
  width: 100%;
  height: 13vw;
  min-height: 45px;
  background-image: url(../images/frame_white_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about_notinc::after {
    bottom: -35px;
    height: 45px;
  }
}

.about_notinc .title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.35;
  color: #172852;
}

.about_notinc .title .hsp_bold {
  letter-spacing: .36em;
}

.about_notinc ul {
  margin: 40px 30px 0 30px;
}

.about_notinc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_notinc ul li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about_notinc ul li .illust {
  width: 46.35%;
  min-width: 146px;
}

@media screen and (min-width: 751px) {
  .about_notinc ul li .illust {
    width: 180px;
  }
}

.about_notinc ul li .text {
  text-align: center;
}

.about_notinc ul li .text .jp {
  font-size: 22px;
  letter-spacing: .12em;
  color: #332F21;
}

.about_notinc ul li .text .en {
  font-size: 20px;
  letter-spacing: .12em;
  line-height: 1.3;
  color: #332F21;
  margin: 18px 0 0 0;
  opacity: .5;
}

.about_notinc_text {
  text-align: right;
  font-size: 35px;
  letter-spacing: .36em;
  color: #172852;
  padding: 16% 0 40px 0;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media screen and (min-width: 751px) {
  .about_notinc_text {
    padding: 60px 0 40px 0;
  }
}

.about_comparison {
  position: relative;
  background-color: #8ECCA8;
  padding: 30.67% 0 258px 0;
}

@media screen and (min-width: 751px) {
  .about_comparison {
    padding: 115px 0 258px 0;
  }
}

.about_comparison::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -3%;
  left: 0;
  right: 0;
  width: 100%;
  height: 13vw;
  min-height: 45px;
  background-image: url(../images/frame_green_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about_comparison::after {
    bottom: -35px;
    height: 45px;
  }
}

.about_graph {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 120px 0 0 0;
  margin: 0 40px;
}

.about_graph::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #332F21;
  border-radius: 10px;
}

.about_graph .item {
  position: relative;
  width: 50%;
}

.about_graph .item .text {
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  margin: 0 auto;
}

.about_graph .item .text .hsp_bold {
  font-size: 30px;
  padding: 0 2px 0 0;
}

.about_graph .item .graph {
  width: 50%;
  min-width: 75px;
  background-color: #fff;
  margin: 15px auto 0 auto;
}

@media screen and (min-width: 751px) {
  .about_graph .item .graph {
    width: 75px;
  }
}

.about_graph .item .graph img.fadeinUp {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.about_graph .item.general .graph {
  position: relative;
  padding: 0 0 95px 0;
}

.about_graph .item.general .graph::before,
.about_graph .item.general .graph::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about_graph .item.general .graph::before {
  top: 10px;
  left: -50px;
  width: 38px;
  height: 50px;
  background-image: url(../images/about/graph_general_obj01.png);
}

.about_graph .item.general .graph::after {
  bottom: 10%;
  left: -25px;
  right: 0;
  width: 136%;
  height: 6vw;
  background-image: url(../images/about/graph_general_obj02.png);
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .about_graph .item.general .graph::after {
    bottom: 13%;
    left: -20px;
  }
}

@media screen and (max-width: 500px) {
  .about_graph .item.general .graph::after {
    bottom: 18%;
    left: -17px;
  }
}

@media screen and (max-width: 400px) {
  .about_graph .item.general .graph::after {
    bottom: 24%;
    left: -13px;
  }
}

@media screen and (min-width: 751px) {
  .about_graph .item.general .graph::after {
    bottom: 75px;
    left: -13px;
    width: 102px;
    height: 20px;
  }
}

.about_graph .item.clr .fukidashi {
  position: absolute;
  display: block;
  top: -130.09%;
  left: 0;
  right: -6.78%;
  width: 85.43%;
  min-width: 126px;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 751px) {
  .about_graph .item.clr .fukidashi {
    top: -160px;
    right: -10px;
    width: 126px;
  }
}

.about_graph .item.clr .fukidashi.fadeinUp {
  -webkit-transform: translate(0) scale(0.5);
  -ms-transform: translate(0) scale(0.5);
  transform: translate(0) scale(0.5);
}

.about_graph .item.clr .fukidashi.fadeinUp.scrollin {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.about_graph .item.general .name {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 22px;
  letter-spacing: .055em;
  line-height: 1.45;
  color: #fff;
  margin: 0 auto;
}

.about_graph .item.clr .name {
  position: absolute;
  display: block;
  bottom: -75px;
  left: 10px;
  right: 0;
  width: 95px;
  margin: 0 auto;
}

/*----------------------------------------------------------
gifcontents
----------------------------------------------------------*/
.gifcontents {
  background-color: #FBD872;
  margin: -65px 0 0 0;
}

.gifcontents .gif {
  position: relative;
  margin: 0 17px 0 17px;
  z-index: 1;
}

.gifcontents .lead {
  text-align: center;
  font-size: 28px;
  letter-spacing: .25em;
  line-height: 1.85;
  color: #172852;
  padding: 38px 0 138px 0;
}

/*----------------------------------------------------------
flavor
----------------------------------------------------------*/
.flavor {
  position: relative;
  background-color: #172852;
  padding: 40px 0 25px 0;
}

.flavor::before {
  content: '';
  position: absolute;
  display: block;
  top: -4%;
  left: 0;
  right: 0;
  width: 100%;
  height: 12vw;
  min-height: 45px;
  background-image: url(../images/frame_navy_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .flavor::before {
    top: -3%;
  }
}

@media screen and (min-width: 751px) {
  .flavor::before {
    top: -35px;
    height: 45px;
  }
}

.flavor .sec_title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .26em;
  color: #fff;
  margin: 25px 0 0 0;
}

.flavor .sec_title span {
  font-size: 38px;
  letter-spacing: .3em;
}

.flavor .sec_text {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  letter-spacing: .3em;
  line-height: 1.7;
  color: #fff;
  margin: 30px auto 0 auto;
}

.flavor .sec_text .soramame {
  position: absolute;
  display: block;
  bottom: -10px;
  right: 5px;
  width: 60px;
}

.flavor_list {
  list-style: none;
  margin: 65px 0 0 0;
}

.flavor_list .slick-arrow {
  top: 35%;
  width: 66px;
  height: 66px;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .flavor_list .slick-arrow {
    top: 28%;
  }
}

@media screen and (max-width: 500px) {
  .flavor_list .slick-arrow {
    top: 24%;
  }
}

@media screen and (max-width: 400px) {
  .flavor_list .slick-arrow {
    top: 21%;
  }
}

@media screen and (min-width: 751px) {
  .flavor_list .slick-arrow {
    top: 20%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .flavor_list .slick-arrow:hover {
    opacity: .8;
  }
}

.flavor_list .slick-next {
  right: 3px;
}

.flavor_list .slick-prev {
  left: 3px;
}

.flavor_list .slick-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.flavor_list .slick-next::before {
  background-image: url(../images/flavor/arrow_next.png);
}

.flavor_list .slick-prev::before {
  background-image: url(../images/flavor/arrow_prev.png);
}

.flavor_list li {
  color: #fff;
  padding: 0 10px;
}

.flavor_list li .textwrap {
  margin: 45px 0 0 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.flavor_list li.slick-current .textwrap {
  opacity: 1;
}

.flavor_list li .img {
  position: relative;
  padding: 26px;
}

.flavor_list li .img::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.flavor_list li .img.flavor01::before {
  background-image: url(../images/flavor/bg_almond_new.png);
}

.flavor_list li .img.flavor02::before {
  background-image: url(../images/flavor/bg_berry_new.png);
}

.flavor_list li .img.flavor03::before {
  background-image: url(../images/flavor/bg_cacao_new.png);
}

.flavor_list li .img.flavor04::before {
  background-image: url(../images/flavor/bg_fig_new_.png);
}

.flavor_list li .img.flavor05::before {
  background-image: url(../images/flavor/bg_peanut_new.png);
}

.flavor_list li .img span {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  letter-spacing: .18em;
  color: #fff;
  padding: 7px 13px 8px 18px;
  border-radius: 17px;
}

.flavor_list li .img.flavor04 span {
  background-color: #172852;
}

.flavor_list li .img.flavor05 span {
  background-color: #BFCC80;
}

.flavor_list li .name {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.4;
}

.flavor_list li .lead {
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
  margin: 28px 0 0 0;
}

.flavor_list li .line {
  margin: 20px 0 0 0;
}

.flavor_list li .detail {
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.7;
  padding: 18px 0 0 0;
}

.flavor .btn {
  margin: 47px auto 0 auto;
}

/*----------------------------------------------------------
enjoy
----------------------------------------------------------*/
.enjoy {
  position: relative;
  background-color: #172852;
  padding: 90px 0 25px 0;
}

.enjoy::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -4%;
  left: 0;
  right: 0;
  width: 100%;
  height: 12vw;
  min-height: 45px;
  background-image: url(../images/frame_navy_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .enjoy::after {
    bottom: -35px;
    height: 45px;
  }
}

.enjoy .title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 2.36;
  color: #fff;
}

.enjoy_list {
  position: relative;
  color: #fff;
  list-style: none;
  padding: 93px 25px 130px 25px;
}

.enjoy_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enjoy_list li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 15px 0 0 0;
}

.enjoy_list li:nth-child(1) .img {
  width: 39.389%;
}

@media screen and (min-width: 751px) {
  .enjoy_list li:nth-child(1) .img {
    width: 128px;
  }
}

.enjoy_list li:nth-child(2) .img {
  width: 51.695%;
}

@media screen and (min-width: 751px) {
  .enjoy_list li:nth-child(2) .img {
    width: 168px;
  }
}

.enjoy_list li:nth-child(3) .img {
  width: 44.31%;
}

@media screen and (min-width: 751px) {
  .enjoy_list li:nth-child(3) .img {
    width: 144px;
  }
}

.enjoy_list .img.fadeinUp {
  -webkit-transform: translate(0) scale(0.5);
  -ms-transform: translate(0) scale(0.5);
  transform: translate(0) scale(0.5);
}

.enjoy_list .img.fadeinUp.scrollin {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.enjoy_list li .text {
  text-align: center;
  font-size: 22px;
  letter-spacing: .3em;
}

.enjoy_list li .text span {
  display: block;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 9px 0 0 0;
}

.enjoy_list p.decoration {
  position: absolute;
  display: block;
  top: 0;
  left: 9%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: .05em;
  color: #FBD872;
  z-index: 1;
}

.enjoy .bar_img {
  position: absolute;
  display: block;
  bottom: -140px;
  right: 0;
  width: 365px;
  margin: 0 0 0 10px;
  z-index: 1;
}

/*----------------------------------------------------------
history
----------------------------------------------------------*/
.history {
  padding: 180px 0 15px 0;
}

.history .sec_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #172852;
  margin: 0 0 30px 0;
}

.history .sec_title .hsp_semi {
  position: relative;
  font-size: 42.7px;
  letter-spacing: .36em;
}

.history .sec_title .hsp_semi .furigana {
  position: absolute;
  display: block;
  top: -15px;
  left: -5px;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .33em;
  margin: 0 auto;
}

.history_list li {
  position: relative;
  margin: 0 0 26px 0;
}

.history_list li .year {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 38px;
  letter-spacing: .05em;
  color: #fff;
}

.history_list li .year span {
  background-color: #172852;
  padding: 0 15px 0 40px;
}

.history_list li .img {
  width: 80%;
  background-color: rgba(172, 163, 154, 0.35);
  padding: 10px;
  margin: 0 40px 0 auto;
}

@media screen and (max-width: 500px) {
  .history_list li .img {
    width: 65.335%;
  }
}

@media screen and (min-width: 751px) {
  .history_list li .img {
    width: 245px;
  }
}

.history_list li .text {
  font-size: 14px;
  letter-spacing: .07em;
  line-height: 1.7;
  color: #172852;
  margin: 15px 40px 0 40px;
}

/*----------------------------------------------------------
price
----------------------------------------------------------*/
.price {
  position: relative;
  background-image: url(../images/price/price_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22.1344% 40px 70% 40px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .price {
    padding: 22.1344% 40px 55% 40px;
  }
}

@media screen and (max-width: 500px) {
  .price {
    padding: 22.1344% 40px 39% 40px;
  }
}

@media screen and (max-width: 420px) {
  .price {
    padding: 22.1344% 40px;
  }
}

@media screen and (min-width: 751px) {
  .price {
    padding: 83px 40px;
  }
}

.price_wrap {
  background-color: #fff;
  padding: 41px 10px 62px 10px;
}

.price .sec_title {
  text-align: center;
  font-size: 38px;
  letter-spacing: .36em;
  line-height: 1.96;
  color: #172852;
  padding: 0 0 0 .25em;
  margin: 0 0 30px 0;
}

.price .textwrap {
  text-align: center;
  color: #172852;
  margin: 20px 0 0 0;
}

.price .textwrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price .textwrap .flex p {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 2;
}

.price .textwrap .flex p span {
  font-size: 28px;
  letter-spacing: .05em;
  line-height: 1.14;
}

.price .textwrap .flex p:nth-child(2) span {
  padding: 0 0 0 17px;
}

.price .textwrap .postage {
  font-size: 18px;
  letter-spacing: .05em;
  margin: 8px 0 0 0;
}

.price .btn {
  margin: 32px auto 0 auto;
}

.price .btn a {
  color: #fff;
  background-color: #172852;
}

.price .line {
  display: block;
  margin: 48px 0 20px 0;
}

/*----------------------------------------------------------
contact
----------------------------------------------------------*/
.contact {
  background-color: #FBD872;
  padding: 83px 24.5px 100px 24.5px;
  margin: -7% 0 0 0;
}

@media screen and (min-width: 751px) {
  .contact {
    margin: -25px 0 0 0;
  }
}

.contact .sec_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #172852;
}

.contact .sec_title span {
  font-size: 38px;
  padding: 0 7px 0 0;
}

.contact .soramame {
  position: relative;
  display: block;
  width: 84%;
  margin: 7px auto 11px auto;
}

.contact .soramame::before,
.contact .soramame::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/contact/star.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact .soramame::before {
  top: -10px;
  right: 0;
  width: 11%;
  height: 11.2vw;
}

@media screen and (min-width: 751px) {
  .contact .soramame::before {
    width: 30px;
    height: 42px;
  }
}

.contact .soramame::after {
  top: 10px;
  right: 11%;
  width: 7.305%;
  height: 7.2vw;
}

@media screen and (min-width: 751px) {
  .contact .soramame::after {
    right: 30px;
    width: 20px;
    height: 27px;
  }
}

.contact .textwrap {
  text-align: center;
  color: #172852;
}

.contact .mail {
  display: block;
  text-align: center;
  font-size: 34px;
  letter-spacing: .08em;
  color: #172852;
  background-color: #fff;
  padding: 6px 10px;
}

.contact .textwrap p {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.95;
  margin: 13px 0 0 0;
}

.contact .textwrap p .small {
  font-size: 16px;
}