@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
  text-align: left;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #6A3F13;
  height: 100%;
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  font-feature-settings: "palt";
}
.zen-maru {
  font-family: YakuHanRP,"Zen Maru Gothic", serif;
  font-weight: 700;
}
.zen-maru.hevy {
  font-family: YakuHanRP,"Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}


sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


@media only screen and ( max-width : 767px ) {
  body {font-size: 15px;}
}
@media only screen and ( max-width : 320px ) {
  body {font-size: 13px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  outline:none;
  color: #6A3F13;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}
.text-center {
  text-align: center !important;
}

@media only screen and ( max-width : 767px ) {

  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 20px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 100px 0;
  }
  .box {
    margin-bottom: 100px;
  }
  .sbox {
    margin-bottom: 50px;
  }
  .ssbox {
    margin-bottom: 25px;
  }
  .small_container {
    max-width: 900px;
    margin: 0 auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#h_logo img {
  display: block;
}


@media only screen and ( max-width : 991px ) {
  #header {
    height: 42px;
    padding: 0 0 0 20px;
    position: relative;
  }
  #h_logo {
    width: 255px;
  }
}
@media only screen and ( max-width : 767px ) {
  
}

@media print, screen and ( min-width : 768px ) {
  
}

@media print, screen and ( min-width : 992px ) {
  #header {
    width: 28%;
    height: 60px;
    border-radius: 0 0 15px 0;
    position: absolute;
    padding: 0 15px;
  }
  

}

@media print, screen and ( min-width : 1200px ) {

}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  color: #000;
}
#footer .container {
  position: relative;
}
#footer address {
  text-align: center;
}
#f_logo img {
  display: block;
  margin: 0 auto 15px;
}
#footer .copy {
  color: #EE817B;
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding: 45px 0 130px;
    background: url(../img/f_bg_sp.png) repeat-x center bottom / 376px;
  }
  #footer .copy {
    font-size: 11px;
  }
  #f_logo img {
    width: 280px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer {
    padding: 120px 0 50px;
    background: url(../img/f_bg.png) repeat-x center bottom / 1280px;
  }
  #footer .copy {
    margin-top: 80px;
    font-size: 13px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#mv_fixed_btn {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
}
#fixed_btn {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
#mv_fixed_btn .fixed_btn_inner,
#fixed_btn .fixed_btn_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#mv_fixed_btn .fixed_btn_inner a,
#fixed_btn .fixed_btn_inner a {
}

@media only screen and ( max-width : 767px ) {
  #mv_fixed_btn {
    bottom: 10px;
  }
  #mv_fixed_btn,
  #fixed_btn {
    padding: 0 5px;
  }
  #mv_fixed_btn a,
  #fixed_btn a {
    width: 49%;
  }
}


@media print, screen and ( min-width : 768px ) {
  #mv_fixed_btn {
    bottom: 30px;
    padding: 15px 0;
  }
  #fixed_btn {
    bottom: 0;
    padding: 15px 0;
  }
  #mv_fixed_btn .fixed_btn_inner,
  #fixed_btn .fixed_btn_inner {
    align-items: flex-end;
    padding: 0 3%;
    max-width: 980px;
  }
  #mv_fixed_btn a,
  #fixed_btn a {
    width: 49.5%;
  }
}





/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
}
.sec_tit {
  text-align: center;
  color: #6A3F13;
}
.sec_tit .sec_tit_inner {
  display: inline-block;
  position: relative;
  letter-spacing: .2em;
  text-align: center;
}
.sec_tit .sec_tit_inner:before,
.sec_tit .sec_tit_inner:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec_tit .sec_tit_inner:before {
  background: url(../img/sec_tit_left.png) no-repeat center / 100%;
  left: 0;
}
.sec_tit .sec_tit_inner:after {
  background: url(../img/sec_tit_right.png) no-repeat center / 100%;
  right: 0;
}
.sec_tit_small {
  display: block;
  text-align: center;
}
.sec_tit_pink {
  color: #EE817B;
}
.sec_tit_large {
  line-height: 1;
}
h2 img {
  display: block;
  margin: 0 auto;
}

@media only screen and ( max-width : 767px ) {
  h2 {
    margin-bottom: 20px;
  }
  .sec_tit {
    margin-bottom: 50px;
  }
  .sec_tit .sec_tit_inner {
    padding: 0 60px;
    font-size: 24px;
  }
  .sec_tit_small {
    font-size: 15px;
  }
  .sec_tit .sec_tit_inner:before,
  .sec_tit .sec_tit_inner:after {
    width: 42px;
    height: 74px;
  }
  .sec_tit_large {
    font-size: 42px;
  }
}
@media only screen and ( max-width : 320px ) {
  
}
@media print, screen and ( min-width : 768px ) {
  h2 {
    margin-bottom: 40px;
  }
  .sec_tit {
    margin-bottom: 90px;
  }
  .sec_tit .sec_tit_inner {
    padding: 0 80px;
    font-size: 38px;
  }
  .sec_tit .sec_tit_inner:before,
  .sec_tit .sec_tit_inner:after {
    width: 50px;
    height: 88px;
  }
  .sec_tit_small {
    font-size: 24px;
  }
  .sec_tit_large {
    font-size: 68px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  overflow: hidden;
}
#mv,
#mv .mv_content {
  position: relative;
}
#mv .mv_content img {
  width: 100%;
}
.mv_body {
  position: relative;
  z-index: 10;
}
@media only screen and ( max-width : 767px ) {
  #mv {
    background: url(../img/mv_bg_sp.jpg) repeat center / cover;
    /*padding: 20px 0 100px;*/
    padding: 3vw 0 24vw;
  }
  .mv_title_wrapper {
    padding: 0 15px;
  }
  .mv_photo {
    margin-right: -15px;
  }
  .mv_photo img {
    border-radius: 20px 0 0 20px;
  }
  .mv_body {
    margin-top: 1.5vw;
    position: relative;
    z-index: 10;
  }
  .mv_cta_btn {
    margin: 2vw 0;
    display: block;
  }
  .mv_copy {
    font-size: 4.4vw;
    margin: 0 0 1vw;
  }
  .mv_small_text {
    font-size: 2.3vw;
  }
}
@media print, screen and ( min-width : 768px ) {
  #mv {
    background: url(../img/mv_bg.jpg) repeat center / cover;
    padding: 80px 0 160px;
  }
  #mv_fixed_btn {
    bottom: 0;
  }
  .mv_content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mv_title_wrapper {
    display: flex;
  }
  .mv_title {
    width: 70%;
  }
  .mv_photo {
    max-width: 68%;
    width: 68%;
    position: absolute;
    top: 0;
    left: 44%;
  }
  .mv_photo img {
    border-radius: 40px;
  }
  .mv_body {
    width: 42.5%;
  }
  .mv_copy {
    font-size: 23px;
    margin: 25px 0 10px;
  }
  .mv_small_text {
    font-size: 11px;
  }
  .mv_cta_btn {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
  .mv_body h1 {
    display: block;
    padding-top: 30px;
  }
  /*.mv_body h1:before {
    content: "";
    width: 226px;
    height: 53px;
    background: url(../img/mv_cam_title.png) no-repeat center / 100%;
    position: absolute;
    left: -15px;
    top: 0;
  }*/
}
@media print, screen and ( min-width : 1200px ) {
  .mv_body h1:before {
    left: -50px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   FIT

--------------------------------------------------------------------------------------------- */

.slick-slide {
  padding-bottom: 7px;
  padding-top: 10px;
}
.slick-slide-inner {
  background: #FBF8F4;
  box-shadow: 7px 7px 5px rgba(73,64,8,.25);
  position: relative;
  border-radius: 30px;
}
.voice_customer_balloon {
  position: absolute;
  top: -10px;
}
.voice_title_en img {
  margin: 0 auto;
}
.voice_title h3 {
  text-align: center;
  font-weight: 900;
  letter-spacing: .25em;
}
.voice_message_title {
  position: relative;
}
.voice_message_t p {
  line-height: 1.8em;
}
.customer_ph img {
  border-radius: 20px;
}
.customer_utilization li {
  list-style: disc;
  margin-left: 1.2em;
  line-height: 1.8em;
}
.customer_utilization .btn {
  border: 1px solid #383011;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.customer_utilization .btn span {
  position: relative;
  padding-right: 35px;
  letter-spacing: .1em;
}
.customer_utilization .btn span:after {
  content: "";
  width: 22px;
  height: 13px;
  background: url(../img/arrow.svg) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reco_set {
  background: #fff;
  border-radius: 30px;
}
.reco_set .reco_set_ph img {
  border-radius: 20px;
}
.reco_set_subtitle {
  text-align: center;
  font-weight: 700;
}
.reco_set_subtitle span {
  display: inline-block;
  position: relative;
  padding: 0 .6em;
  letter-spacing: .15em;
  text-align: center;
}
.reco_set_subtitle span:before,
.reco_set_subtitle span:after {
  content: "";
  width: 2px;
  height: 1.4em;
  background: #383011;
  position: absolute;
  bottom: 0;
}
.reco_set_subtitle span:before {
  left: 0;
  transform: rotate(-20deg);
}
.reco_set_subtitle span:after {
  right: 0;
  transform: rotate(20deg);
}
.reco_set_txt h4 {
  text-align: center;
  font-weight: 700;
  letter-spacing: .15em;
}
.reco_set_t_small {
  text-align: center;
}
.reco_set_price img {
  margin: 0 auto;
}
.reco_set_btn {
  background: #6D9211;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
}
.reco_set_btn02 {
  background: #91C217;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
}
.reco_set_btn span,
.reco_set_btn02 span {
  position: relative;
  font-weight: 700;
  padding-right: 30px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.3;
}
.reco_set_btn span:after,
.reco_set_btn02 span:after {
  content: "";
  width: 22px;
  height: 13px;
  background: url(../img/arrow_w.svg) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width : 999px ) {
  .slick-slide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .voice_title_en img {
    max-width: 140px;
  }
  .voice_customer_balloon {
    width: 76px;
    left: -7px;
  }
  .voice_title h3 {
    font-size: 19px;
    margin: 10px 0 20px;
  }
  .voice_message,
  .customer_utilization,
  .reco_set {
    max-width: 400px;
    margin: 0 auto 20px;
    font-size: 13px;
  }
  .voice_message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .customer_pic_sp {
    width: 30%;
  }
  .voice_message_title {
    width: 66%;
  }
  .customer_ph img {
    width: 100%;
    margin: 20px auto;
  }
  .customer_pic {
    display: none;
  }
  .customer_utilization .btn {
    height: 40px;
  }
  .reco_set_btn,
  .reco_set_btn02 {
    height: 54px;
    width: 280px;
    max-width: 100%;
  }
  .customer_utilization .btn {
    font-size: 14px;
    max-width: 100%;
    margin: 20px auto;
    width: 280px;
  }
  .reco_set {
    padding: 15px;
    margin-bottom: 0;
  }
  .reco_set_btn span,
  .reco_set_btn02 span {
    font-size: 14px;
  }
  .reco_set_txt h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .reco_set_t_small {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .reco_set_subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .reco_set_price {
    margin-bottom: 20px;
  }
  .voice_message_t {
    display: none;
  }
  .reco_set_ph {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width : 767px ) {
  #set {
    margin-top: 80px;
  }
  .fit_questionnaire {
    border-radius: 15px;
    padding: 20px 15px;
    /*margin-bottom: 60px;*/
  }
  .fit_questionnaire h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .fit_questionnaire p {
    font-size: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .fit_questionnaire_graf {
    width: 65px;
    margin-right: 15px;
  }
  .fit_questionnaire_inner ul {
    width: calc(100% - (65px + 15px));
    font-size: 13px;
  }
  .slick-slide-inner {
    padding: 20px;
  }
}
@media print, screen and ( min-width : 576px ) {
  .slider-area {
    overflow: hidden;
   }
  .slick-slide {
    max-width: 540px;
    width: 100% !important;
  }
  .slick-current {
    max-width: 540px;
    width: 100% !important;
    margin: auto;
  }
}
@media print, screen and ( min-width : 768px ) {
  .slick-slide {
    max-width: 720px;
  }
  .slick-current {
    max-width: 720px;
  }
  #set {
    margin-top: 80px;
  }
  .fit_questionnaire {
    border-radius: 30px;
    padding: 40px;
    /*margin-bottom: 95px;*/
  }
  .fit_questionnaire h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fit_questionnaire p {
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .fit_questionnaire_graf {
    width: 106px;
    margin-right: 25px;
  }
  .fit_questionnaire_inner ul {
    width: calc(100% - (106px + 25px));
    font-size: 18px;
  }
  .slick-slide-inner {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .slick-slide {
    max-width: 1060px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slick-current {
    max-width: 1060px;
  }

  .voice_customer_balloon {
    left: 50px;
    width: 130px;
    max-width: 13%;
  }
  .voice_title {
    margin-bottom: 30px;
  }
  .voice_title h3 {
    font-size: 28px;
    margin-top: 20px;
  }
  .voice_message {
    display: flex;
    align-items: center;
  }
  .voice_message_title {
    border: 1px solid #383011;
    background: #fff;
    width: 368px;
    margin-right: 50px;
    height: 70px;
  }
  .voice_message_t {
    width: calc(100% - (368px + 50px));
    font-size: 15px;
  }
  .voice_message_title img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 345px;
  }
  .voice_message {
    margin-bottom: 40px;
  }
  .customer_utilization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .customer_pic {
    width: 21%;
  }
  .customer_worries {
    width: 40%;
  }
  .customer_ph {
    width: 32%;
  }
  /*.customer_utilization ul {
    margin-bottom: 30px;
  }*/
  .customer_utilization .btn {
    width: 240px;
    height: 50px;
  }
  .reco_set {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .reco_set .reco_set_ph {
    width: 48%;
  }
  .reco_set .reco_set_txt {
    width: 48%;
  }
  .reco_set_btn,
  .reco_set_btn02 {
    max-width: 370px;
    height: 50px;
  }
  .reco_set_btn br,
  .reco_set_btn02 br {
    display: none;
  }
  .reco_set_txt h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .reco_set_t_small {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .reco_set_subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .customer_utilization .btn {
    font-size: 17px;
  }
  .reco_set_btn span,
  .reco_set_btn02 span {
    font-size: 17px;
  }
  .reco_set_price {
    margin-bottom: 20px;
  }
  .customer_pic_sp {
    display: none;
  }
  .customer_ph p {
    display: none;
  }
}



/* ---------------------------------------------------------------------------------------------

　   魅力

--------------------------------------------------------------------------------------------- */
#charms {
  background: url(../img/round_bg.jpg) no-repeat top left / 100% #FEF6D4;
}
.charms_box {
  border: 4px solid #EE817B;
  border-radius: 20px;
  position: relative;
  background: #fff;
}
.charms_img img {
  margin: 0 auto;
}
.charms_box h3 {
  position: relative;
  margin-bottom: 1em;
}
.charms_box h3 .charms_title_inner {
  border-bottom: 2px dashed #52B525;
  display: inline-block;
}
.charms_box h4:first-of-type {
  margin-top: 0;
}
.charms_box p {
  line-height: 1.8em;
  letter-spacing: .1em;
}
@media only screen and ( max-width : 767px ) {
  #charms {
  }
  #charms .slider02 {
    margin-bottom: 80px;
  }
  #charms h2 {
    margin-bottom: 25px;
  }
  #charms h2 img {
    max-width: 330px;
  }
  .charms_box {
    padding: 15px 20px 30px;
    /*margin-bottom: 25px;*/
  }
  #charms03 {
    margin-bottom: 60px;
  }
  .charms_box h4 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .charms_box h4 img {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .charms_box p {
    max-width: 280px;
    margin: 0 auto 20px;
    font-size: 13px;
  }
  .charms_img img {
   /* width: 214px;*/
    max-width: 100%;
  }
  #charms .slick-slide {
    padding-top: 13px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #charms {
  }
  #charms h2 {
    margin-bottom: 50px;
  }
  .charms_box {
    padding: 40px;
   /* margin-bottom: 95px;*/
    box-shadow: 7px 7px 5px rgba(8,71,8,.25);
  }
  .charms_box h3 {
    max-width: 800px;
    margin: 0 auto 60px;
  }
  .charms_box h3 .charms_title_small {
    font-size: 33px;
  }
  .charms_box h3 .charms_title_inner {
    padding-bottom: 10px;
  }
  .charms_box h4 {
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .charms_box p {
    max-width: 654px;
    margin: 0 auto 50px;
    font-size: 17px;
  }
  .modalBtn {
    pointer-events: none;
  }
  #charms .slick-slide {
    padding-top: 45px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   Good deal

--------------------------------------------------------------------------------------------- */
#good_deal {
  background: #EB6342;
  position: relative;
}
/*#good_deal:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/plus.png) no-repeat center / 100%;
  border-radius: 50%;
  z-index: 2;
}*/
#good_deal .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#good_deal h2 {
  text-align: center;
}
#good_deal .benefits {
  background: #fff;
  box-shadow: 7px 7px 5px rgba(73,64,8,.25);
  border-radius: 30px;
  position: relative;
}
#good_deal .benefits h3 img {
  display: block;
  margin: 0 auto;
}
.btn_anim {
  display: block;
  max-width: 716px;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes fuwafuwa {
  from {transform: scale(0.9,0.9);}
  to {transform: scale(1,1);}
}
@media only screen and ( max-width : 767px ) {
  /*#good_deal:before {
    width: 70px;
    height: 70px;
    top: -35px;
  }*/
  #good_deal .benefits {
    padding: 25px 0 20px;
  }
  #good_deal .benefits h3 {
    padding: 0 2%;
  }
  #good_deal h2 {
    margin-bottom: 20px;
  }
  #good_deal .benefits ul {
    padding: 0 17px 0 10px;
  }
  #good_deal .benefits ul li {
    margin-bottom: 15px;
  }
  #good_deal .benefits ul li:last-child {
    margin-bottom: 0;
  }
  #good_deal .benefits02 {
    padding: 25px;
    margin-bottom: 40px;
  }
  #good_deal h2:nth-of-type(2) {
    margin-top: 40px;
  }
  .waribiki_sp_txt {
    letter-spacing: .06em;
    font-size: 3.6vw;
    margin-top: 15px;
  }
}
@media only screen and ( max-width : 575px ) {
  #good_deal .container:before {
    width: 52px;
    max-width: 15%;
    height: 52px;
    top: -18vw;
    right: 4%;
  }
}
@media print, screen and ( min-width : 768px ) {
  #good_deal {
    padding: 70px 0 40px;
  }
  .benefits_sp {
    display: none;
  }
  .waribiki_sp_txt {
    display: none;
  }
  /*#good_deal:before {
    width: 100px;
    height: 100px;
    top: -55px;
  }*/
  #good_deal h2 {
    margin-bottom: 50px;
  }
  #good_deal .benefits {
    max-width: 990px;
    width: 100%;
    margin: 0 auto 45px;
    padding: 50px 40px;
  }
  #good_deal .benefits:last-child {
    margin-bottom: 0;
  }
  #good_deal .benefits ul {
    max-width: 900px;
    margin: 0 auto;
  }
  #good_deal .benefits ul li {
    margin-bottom: 20px;
  }
  #good_deal .benefits ul li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  #good_deal .container:before {
    width: 105px;
    height: 105px;
    right: 30px;
  }
}
@media print, screen and ( min-width : 1600px ) {
  #good_deal .container:before {
    top: -200px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */
#point {
}
#price h2 img,
#price h3 img {
  display: block;
  margin: 0 auto;
}
.price_wrap {
  position: relative;
}
#price table {
  width: 100%;
}
#price th,
#price td {
  border: 2px solid #EB3A27;
  color: #38300E;
  font-weight: bold;
  letter-spacing: .1em;
}
#price th {
  background: #FDEFEE;
}
#price td {

}
.price_lead_text {
  text-align: center;
  font-weight: 900;
  line-height: 2em;
  letter-spacing: .15em;
}
.price_text {
  line-height: 1.8em;
  letter-spacing: .1em;
}

#price .scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#price .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#price .simplebar-scrollbar::before {
  background: rgba(56,48,14,.3);
  border-radius: 0;
  height: 14px !important;
}
#price .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#price .simplebar-track {
  background: #E2E2E2;
}

#price .simplebar-track.simplebar-horizontal {
  height: 10px;
  border-radius: 10px;
}
#price .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 10px;
}
#price .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
.point_box:last-child {
  margin-bottom: 0;
}
.cycle_text {
  font-weight: 900;
  text-align: center;
  letter-spacing: .1em;
}
.cycle_figure {
  text-align: center;
}
.delivery_figure img,
.delivery_lead_t img {
  display: block;
  margin: 0 auto;
}
.delivery_search_btn {
  display: block;
  margin: 0 auto;
  max-width: 520px;
  border-radius: 100px;
  box-shadow: 7px 7px 5px rgba(110,41,16,.35);
}

@media only screen and ( max-width : 767px ) {
  .point_box {
    margin-bottom: 80px;
  }
  #price h2 {
    margin-bottom: 35px;
  }
  #price h2 img {
    max-width: 90%;
  }
  #price h3 {
    margin-bottom: 25px;
  }
  .price_table {
    width: 1000px;
  }
  .price_lead_text {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .price_text {
    margin-top: 30px;
    font-size: 13px;
  }
  .cycle_lead_t {
    width: 80%;
    margin: 30px auto 0;
  }
  .cycle_text {
    font-size: 15px; 
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .delivery_lead_t {
    margin: 20px 0 30px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .price_wrap {
  }
  #price h2 {
    margin-bottom: 70px;
  }
  #price h3 {
    margin-bottom: 35px;
  }
  .price_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .price_lead_text {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .price_text {
    font-size: 13px;
    margin-top: 30px;
  }
  #price .simplebar-content {
    padding-bottom: 0 !important;
  }
  .point_box {
    margin-bottom: 100px;
  }
  .cycle_text {
    font-size: 25px;
    margin-bottom: 40px;
    margin-top: 65px;
  }
  .cycle_lead_t {
    margin: 65px auto 0;
    text-align: center;
  }
  .delivery_lead_t {
    margin: 60px auto;
  }
}

/* ---------------------------------------------------------------------------------------------

　   AREA

--------------------------------------------------------------------------------------------- */
.area_wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.area_map img {
  width: 100%;
}
#area h3 {
  background: #8AC022;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.7em;
}
.area_text {
  border: 4px solid #8AC022;
  border-radius: 20px;
  position: relative;
  padding: 30px 20px 20px;
}
.area_text p {
  line-height: 2em;
}
@media only screen and ( max-width : 991px ) {
  #area h3 {
    width: 164px;
    font-size: 20px;
  }
  #area figure {
    text-align: center;
  }
  #area figure img {
    max-width: 80%;
  }
  .area_text {
    margin-bottom: 25px;
  }
  .area_text p {
    font-size: 15px;
  }
  .area_map {
    margin-top: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .area_content {
    width: 40%;
  }
  .area_map {
    width: 50%;
  }
  #area h3 {
    width: 206px;
    font-size: 25px;
  }
  .area_text {
    margin-bottom: 35px;
  }
  .area_text p {
    font-size: 17px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
#voice {
  background: #FEF6D4;
}
.voice_box {
  background: #fff;
  border-radius: 15px;
  position: relative;
}
.voice_box h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.voice_box p {
  line-height: 1.8em;
}
.voice_orange_box {
  border: 4px solid #EB6342;
}
.voice_pink_box {
  border: 4px solid #EE817B;
}
.color_orange {
  color: #EB6342;
}
.color_pink {
  color: #EE817B;
}
.voice_img {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
  .voice_box {
    padding: 50px 20px 30px;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .voice_box:last-child {
    margin-bottom: 0;
  }
  .voice_box h3 {
    width: 160px;
    top: -15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .voice_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice_box h3 {
    width: 160px;
    top: -15px;
  }
  .voice_box {
    padding: 50px 20px 30px;
    width: 32%;
    font-size: 17px;
    margin-top: 50px;
  }
  .voice_box:nth-child(1),
  .voice_box:nth-child(2) {
    width: 49%;
    margin-top: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .voice_box__inner.d-lg-flex .voice_img {
    width: 110px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .voice_box__inner.d-lg-flex .voice_text {
    width: calc(100% - 130px);
  }
  .voice_box h3 {
    width: 204px;
    top: -20px;
  }
  .voice_box {
    padding: 50px 30px 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
  position: relative;
}
.faq_box dt,
.faq_box dd {
  position: relative;
}
.faq_box dt:before,
.faq_box dd:before {
  content: "";
  position: absolute;
  left: 0;
}
.faq_box dt:before {
  background: url(../img/q.svg) no-repeat center / 100%;
  top: 50%;
  transform: translateY(-50%);
}
.faq_box dd:before {
  background: url(../img/a.svg) no-repeat center / 100%;
}
.faq_box dt {
  display: flex;
  align-items: center;
}
.faq_box dd {
  color: #EE817B;
  line-height: 2em;
}

@media only screen and ( max-width : 991px ) {
  .faq_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dotted 3px #6A3F13;
  }
  .faq_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .faq_box dt:before,
  .faq_box dd:before {
    width: 40px;
    height: 40px;
  }
  .faq_box dt,
  .faq_box dd {
    padding-left: 60px;
    min-height: 40px;
  }
  .faq_box dt {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .faq_box dd {
    font-size: 14px;
  }
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .faq_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .faq_box {
    width: 50%;
    padding: 40px;
  }
  .faq_box:nth-child(1):before,
  .faq_box:nth-child(2):before {
    content: "";
    height: 3px;
    border-top: dotted 3px #6A3F13;
    position: absolute;
    width: 94%;
    bottom: -1.5px;
  }
  .faq_box:nth-child(1):before {
    left: 0;
  }
  .faq_box:nth-child(2):before {
    right: 0;
  }
  .faq_box:nth-child(1):after,
  .faq_box:nth-child(3):after {
    content: "";
    width: 3px;
    border-right: dotted 3px #6A3F13;
    position: absolute;
    right: -1.5px;
    height: 94%;
  }
  .faq_box:nth-child(1):after {
    top: 0;
  }
  .faq_box:nth-child(3):after {
    bottom: 0;
  }
  .faq_box dt:before,
  .faq_box dd:before {
    width: 50px;
    height: 50px;
  }
  .faq_box dt,
  .faq_box dd {
    padding-left: 75px;
    min-height: 50px;
  }
  .faq_box dt {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .faq_box dd {
    font-size: 17px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#original {
  background: #FEF6D4;
}
.cta_btn {
  display: block;
  margin: 60px auto 0;
  max-width: 700px
}
#original .text_link {
  color: #EB6342;
  text-decoration: underline;
}
#onayami {
  background: #FDE7D3;
}
#onayami h2 {
  text-align: center;
}
.onayami_bottom_text {
  text-align: center;
  letter-spacing: .15em;
  margin-top: 60px;
}
@media only screen and ( max-width : 991px ) {
  #original .text_link {
    font-size: 21px;
  }
  #onayami {
    padding: 30px 0 80px;
  }
  .onayami_bottom_text {
    font-size: 21px;
  }
  .onayami_bottom_text span {
    font-size: 24px;
  }
  #onayami h2 {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
  #contact a {
    pointer-events: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #original .text_link {
    font-size: 27px;
  }
  #onayami {
    padding: 70px 0 130px;
  }
  #onayami h2 {
    margin-bottom: 50px;
  }
  .onayami_bottom_text {
    font-size: 33px;
  }
  .onayami_bottom_text span {
    font-size: 38px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
