@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Comfortaa&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900&display=swap");
#Main_inner {
  padding-bottom: 0px;
}

#Cont {
  background-image: url(../images/mark.png), url(../images/mark.png), url(../images/mark.png), url(../images/cont_bg.jpg);
  background-position: 98% 3200px, 2% 2000px, 98% 500px, center 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
  background-size: 500px, 500px, 500px, 100% auto;
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #Cont {
    background-position: 98% 2200px, 2% 1000px, 98% 150px, center 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
    background-size: 250px, 250px, 250px, 100% auto;
    margin-bottom: 20px;
  }
}

#Cont * {
  font-family: 'Comfortaa','Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Cont a {
  color: inherit;
}

#Cont a:hover {
  opacity: 0.7;
}

#Cont .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#Cont .contentInner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #Cont .contentInner {
    padding: 0 15px;
  }
}

#Cont .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #Cont .sp {
    display: block;
  }
}

#Cont .clickBox {
  cursor: pointer;
}

#Cont .clickBox a {
  text-decoration: none;
  opacity: 1;
}

#Cont .topImg {
  position: relative;
  z-index: 3;
  background: #fff;
}

#Cont .topImg .contentInner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  #Cont .topImg .contentInner {
    padding: 0;
  }
}

#Cont .topImg .img {
  background-image: url(../images/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#Cont .topImg .img img {
  margin: 0 auto;
}

#Cont .topImg .txt {
  position: absolute;
  font-size: 24px;
  top: 105px;
  left: 425px;
  font-weight: bold;
  line-height: 1.3;
}

#Cont .topImg .txt .note {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 1366px) {
  #Cont .topImg .txt {
    top: 22%;
    left: 43%;
    font-size: 1.7vw;
  }
  #Cont .topImg .txt .note {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 640px) {
  #Cont .topImg .txt {
    top: 10%;
    left: 41%;
    font-size: 4.3vw;
  }
  #Cont .topImg .txt .note {
    font-size: 3.2vw;
    margin-top: -0.5vw;
  }
}

#Cont .titleStyle01 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

#Cont .titleStyle01 .ttl {
  font-size: 44px;
  color: #36241f;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle01 .ttl {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

#Cont .titleStyle01 .sub {
  color: #666;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle01 .sub {
    font-size: 17px;
  }
}

#Cont .titleStyle02 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #36241f;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle02 {
    font-size: 25px;
  }
}


#Cont .pc {
  display: block;
}

@media screen and (max-width: 640px) {
  #Cont .pc {
    display: none;
  }
}

#Cont #movie {
  padding: 70px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #Cont #movie {
    padding: 40px 0;
  }
}
#Cont #movie .ttl {
  background-image: url(../images/ttl_line.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 145px auto;
  color: #90681f;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
#Cont #movie .ttl span {
  color: #ec6604;
  font-size: 35px;
}
@media screen and (max-width: 640px) {
  #Cont #movie .ttl {
    background-size: 87px auto;
    font-size: 14px;
    padding-bottom: 10px;
  }
  #Cont #movie .ttl span {
    font-size: 19px;
  }
}
#Cont #movie .movie_thumb {
  align-items: center;
  background-color: #fff;
  background-size: cover;
  display: flex;
  height: 360px;
  justify-content: center;
  margin: 40px auto 0;
  position: relative;
  width: 640px;
}
#Cont #movie .movie_thumb:hover {
  opacity: 1;
}
#Cont #movie .movie_thumb:hover img {
  opacity: .7;
}
#Cont #movie .movie_thumb:before {
  background-image: url(../images/movie_icon_play.png);
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  height: 110px;
  width: 110px;
  z-index: 1;
}
#Cont #movie .movie_thumb img {
  background-image: url(../images/movie_thumb01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 360px;
  width: 640px;
}
@media screen and (max-width: 640px) {
  #Cont #movie .movie_thumb {
    height: calc( (100vw - 60px ) * 9 / 16 );
    margin-top: 20px;
    width: calc( 100vw - 60px );
  }
  #Cont #movie .movie_thumb img {
    height: 100%;
    width: 100%;
  }
  #Cont #movie .movie_thumb:before {
    height: 70px;
    width: 70px;
  }
}

#Cont #point {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Cont #point {
    padding: 40px 0;
  }
}
#Cont #point .point_bg {
  background-color: #f2771c;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#Cont #point .inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center;
}
#Cont #point .point_ttl {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #Cont #point .point_ttl {
    font-size: 14px;
  }
}
#Cont #point .point_ttl img {
  height: auto;
  margin-top: 15px;
  width: 354px;
}
#Cont #point .point_ttl:before,
#Cont #point .point_ttl:after {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 38px auto;
  content: "";
  display: inline-block;
  height: 56px;
  position: absolute;
  bottom: 0;
  width: 38px;
}
#Cont #point .point_ttl:before {
  background-image: url(../images/point_ttl_before.png);
  left: -80px;
}
#Cont #point .point_ttl:after {
  background-image: url(../images/point_ttl_after.png);
  right: -80px;
}
@media screen and (max-width: 640px) {
  #Cont #point .point_ttl img {
    margin-top: 10px;
    width: 220px;
  }
  #Cont #point .point_ttl:before,
  #Cont #point .point_ttl:after {
    background-size: 20px auto;
    height: 35px;
    width: 35px;
  }
  #Cont #point .point_ttl:before {
    left: -60px;
  }
  #Cont #point .point_ttl:after {
    right: -60px;
  }
}
#Cont #point .point_case {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}
#Cont #point .point_case li {
  width: calc( 100% / 3 - 30px );
  z-index: 2;
}
#Cont #point .point_case li img {
  border: solid 10px #fff;
  height: auto;
  width: 100%;
}
#Cont #point .point_case li p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #Cont #point .point_case {
    padding: 30px 0 0;
  }
  #Cont #point .point_case li {
    width: calc( 100% / 3 - 10px );
  }
  #Cont #point .point_case li img {
    border: solid 5px #fff;
  }
  #Cont #point .point_case li p {
    font-size: 12px;
    padding-top: 5px;
  }
}
#Cont #point .point_list {
  padding-top: 20px;
}
#Cont #point .point_list div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#Cont #point .point_list div p {
  background-image: url(../images/point1_icon_pc.png);
  background-position: left calc( 100% - 20px );
  background-repeat: no-repeat;
  background-size: 142px auto;
  border-bottom: solid 4px #f4ed27;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  padding: 30px 0 10px 180px;
  text-align: left;
  width: 100%;
  z-index: 2;
}
#Cont #point .point_list div p span {
  color: #f4ed27;
}
#Cont #point .point_list div:nth-child(2) p {
  background-image: url(../images/point2_icon_pc.png);
}
@media screen and (max-width: 640px) {
  #Cont #point .point_list {
    padding-top: 10px;
  }
  #Cont #point .point_list div {
    height: 100%;
  }
  #Cont #point .point_list div p {
    background-image: url(../images/point1_icon_sp.png);
    background-position: left calc( 100% - 10px );
    background-size: 42px auto;
    border-bottom: solid 2px #f4ed27;
    font-size: 13px;
    padding: 20px 0 5px 60px;
  }
  #Cont #point .point_list div p span {
    color: #f4ed27;
  }
  #Cont #point .point_list div:nth-child(2) p {
    background-image: url(../images/point2_icon_sp.png);
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

#Cont #howto {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #Cont #howto {
    padding: 40px 10px 20px;
  }
}
#Cont #howto p,
#Cont #howto span {
  font-family: 'Noto Sans JP', sans-serif;
}
#Cont #howto .ttl {
  background-image: url(../images/ttl_line.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 145px auto;
  color: #90681f;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
#Cont #howto .ttl span {
  font-size: 35px;
}
#Cont #howto .ttl .o {
  color: #ec6604;
}
#Cont #howto .ttl .g {
  color: #90681f;
}
@media screen and (max-width: 640px) {
  #Cont #howto .ttl {
    background-size: 87px auto;
    font-size: 14px;
    padding-bottom: 10px;
  }
  #Cont #howto .ttl span {
    font-size: 19px;
  }
}
#Cont #howto .howto_content {
  margin: 40px auto 0;
  max-width: 993px;
  position: relative;
  text-align: center;
}
#Cont #howto .howto_content_bg {
  max-width: 993px;
  text-align: right;
  width: 100%;
}
#Cont #howto .howto_content_bg img {
  height: auto;
  margin-left: -5px;
  max-width: 983px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #Cont #howto .howto_content {
    margin-top: 20px;
  }
}
#Cont #howto .howto_content_catch {
  color: #fff791;
  font-size: 27px;
  line-height: 1.4;
  position: absolute;
  left: 16%;
  top: 11%;
}
@media screen and (max-width: 993px) {
  #Cont #howto .howto_content_catch {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 640px) {
  #Cont #howto .howto_content_catch {
    font-size: 4vw;
    left: 63%;
    top: 79%;
  }
}
#Cont #howto .howto_content_ratio_label {
  display: flex;
  justify-content: space-between;
  max-width: 235px;
  position: absolute;
  left: 12.5%;
  top: 34%;
  width: 24%;
}
#Cont #howto .howto_content_ratio_label p {
  align-items: center;
  background-color: #ec6604;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 21px;
  justify-content: flex-start;
  line-height: 1.2;
  padding: 5px 10px 3px;
}
#Cont #howto .howto_content_ratio_label span {
  color: #ec6604;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  #Cont #howto .howto_content_ratio_label p {
    border-radius: 5px;
    font-size: 2vw;
    padding: .5vw 1vw .3vw;
  }
  #Cont #howto .howto_content_ratio_label span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  #Cont #howto .howto_content_ratio_label {
    left: 18.5%;
    top: 62%;
    width: 35%;
  }
  #Cont #howto .howto_content_ratio_label p {
    border-radius: 3px;
    font-size: 3vw;
    padding: .5vw 1vw .3vw;
  }
  #Cont #howto .howto_content_ratio_label span {
    font-size: 3.7vw;
  }
}
#Cont #howto .howto_content_ratio_number {
  background-image: url(../images/howto_underline.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 230px;
  padding: 0 1% 5px;
  position: absolute;
  left: 13%;
  top: 41%;
  width: 23%;
}
#Cont #howto .howto_content_ratio_number p {
  align-items: center;
  color: #ec6604;
  display: flex;
  font-size: 90px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 0 1%;
}
#Cont #howto .howto_content_ratio_number span {
  color: #ec6604;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding-top: 5%;
}
@media screen and (max-width: 993px) {
  #Cont #howto .howto_content_ratio_number {
    background-size: auto 30%;
  }
  #Cont #howto .howto_content_ratio_number p {
    font-size: 8vw;
  }
  #Cont #howto .howto_content_ratio_number span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 640px) {
  #Cont #howto .howto_content_ratio_number {
    background-size: auto 30%;
    padding: 0 1% 3px;
    left: 18.5%;
    top: 66%;
    width: 35%;
  }
  #Cont #howto .howto_content_ratio_number p {
    font-size: 14vw;
  }
  #Cont #howto .howto_content_ratio_number span {
    font-size: 10vw;
  }
}
#Cont #howto .howto_content_ratio_add {
  max-width: 235px;
  position: absolute;
  left: 13%;
  top: 56%;
  width: 23%;
}
#Cont #howto .howto_content_ratio_add p {
  color: #ec6604;
  font-size: 24px;
}
#Cont #howto .howto_content_ratio_add p span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 993px) {
  #Cont #howto .howto_content_ratio_add p {
    font-size: 2vw;
  }
  #Cont #howto .howto_content_ratio_add p span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 640px) {
  #Cont #howto .howto_content_ratio_add {
    left: 18.5%;
    top: 74%;
    width: 35%;
  }
  #Cont #howto .howto_content_ratio_add p {
    font-size: 4vw;
  }
  #Cont #howto .howto_content_ratio_add p span {
    font-size: 6vw;
  }
}

#Cont #spice {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Cont #spice {
    padding: 40px 0;
  }
}
#Cont #spice .spice_bg {
  background-color: #966813;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#Cont #spice .inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center;
}
#Cont #spice .spice_ttl {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
}
#Cont #spice .spice_ttl img {
  height: auto;
  margin-top: 15px;
  width: 466px;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_ttl {
    font-size: 14px;
  }
  #Cont #spice .spice_ttl img {
    margin-top: 10px;
    width: 259px;
  }
}
#Cont #spice .spice_text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_text {
    font-size: 13px;
    padding-top: 50px;
  }
}





#Cont #spice .spice_content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_content {
    flex-wrap: wrap;
  }
  #Cont #spice .spice_content_peachtree,
  #Cont #spice .spice_content_cross
  #Cont #spice .spice_content_spicedish {
    width: 100%;
  }
  #Cont #spice .spice_content_peachtree,
  #Cont #spice .spice_content_spicedish {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#Cont #spice .spice_content_image {
  display: inline-block;
  max-width: 415px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#Cont #spice .spice_content_image img {
  border: solid 12px #f4ed27;
  border-radius: 50%;
  font-size: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_content_image {
    max-width: none;
    width: 50%;
  }
  #Cont #spice .spice_content_image img {
    border: solid 6px #f4ed27;
  }
}
#Cont #spice .spice_content_head {
  color: #f4ed27;
  font-size: 32px;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#Cont #spice .spice_content_text {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_content_info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
  }
  #Cont #spice .spice_content_head {
    font-size: 17px;
    padding-top: 0;
    width: 100%;
  }
  #Cont #spice .spice_content_text {
    font-size: 12.5px;
    padding-top: 10px;
    width: 100%;
  }
}
#Cont #spice .spice_content_cross {
  align-items: center;
  display: flex;
  justify-content: center;
}
#Cont #spice .spice_content_cross p {
  color: #f4ed27;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 70px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_content_cross {
    width: 100%;
  }
  #Cont #spice .spice_content_cross p {
    font-size: 35px;
  }
}
#Cont #spice .spice_content_spicedish .spice_content_image {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  #Cont #spice .spice_content_spicedish .spice_content_image {
    padding-top: 0;
  }
}

/*Modal*/
@media (max-width: 640px) {
  .modal {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 300;
    display: none;
    overflow: auto; }

  .modal .close {
    position: absolute;
    top: -20%;
    right: 0;
    margin: 0; }

  .modal .close a {
    background: #fff;
    width: 32px;
    height: 3px;
    display: block;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative; }

  .modal .close a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 32px;
    height: 3px;
    display: block;
    text-indent: -9999px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .modal iframe {
    width: 100%;
    height: 210px;
    border: none;
    margin: 0 auto;
    display: block; } }
@media (max-width: 640px) and (min-width: 641px) {
  .modal iframe {
    width: 640px;
    height: 320px; } }
@media (max-width: 640px) {
  .sp-absolute {
    position: absolute;
    background: none;
    bottom: inherit; }

  .modal .video-wrapper {
    margin: 0 auto 0;
    position: absolute;
    padding: 15px 0;
    max-width: 640px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 90%; }

  .modal .video-wrapper .video {
    margin: 0 auto 10px; }

  .sp-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 202; }

  .modal-img {
    padding: 0 20px;
    margin-top: 80px; } }
@media (min-width: 641px) {
  .sp-overlay {
    display: none !important; }

  .modal {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: auto; }

  .modal .close {
    position: absolute;
    top: -110px;
    margin: 7.8% 4.3% 0 0;
    right: 0; }

  .modal .close a {
    background: #fff;
    width: 32px;
    height: 3px;
    display: block;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative; }

  .modal .close a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 32px;
    height: 3px;
    display: block;
    text-indent: -9999px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .modal iframe {
    width: 90%;
    height: 481px;
    border: none;
    margin: 0 auto 0;
    display: block; }

  .modal-img {
    margin-top: 80px; }

  .modal .video-wrapper {
    margin: 50px auto 0;
    position: relative;
    padding: 0;
    max-width: 960px; }

  .modal .video-wrapper .video {
    margin: 170px auto 10px; } }
.copy img {
  width: auto; }