*,
*:before,
*:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
 font-family: 'Kosugi Maru', sans-serif;
  color: #4c3a2b;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 100%;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:426px) {
  body{
    font-size: 14px;
  }
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  background: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  transition: 0.3s;
}

li{
  list-style: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
main p{
  font-size: 16px;
}
.setwidth{
  width: 85%;
  max-width: 1130px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex--wrap{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex--reverse{
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex--column{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column
}
.flex--jcenter{
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center
}
.flex--jbetween{
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between
}
.flex--jaround{
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around
}
.flex--astart{
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start
}
.flex--aend{
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end
}
.flex--acenter{
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center
}

.gap05 {
  gap: 1em;
}
.gap10 {
  gap: 0.5em;
}


.center {
  text-align: center!important;
}
.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.topheader{
  background: 0;
  /*height: 100vh;*/
  width: 100%;
  /*position: relative;*/
}
.topheader--sub{
  height: auto;
}
.topheader nav{
  padding: 1em 0 0;
  position: relative;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.7);
}
.topheader nav a{
  text-decoration: none;
  font-weight: 600;
}
.topheader nav li:not(:last-child){
  margin-right: 1em;
}
.topheader__logo{
  -webkit-flex: 0 0 170px;
  -moz-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  -o-flex: 0 0 170px;
  flex: 0 0 170px;
  padding-top: 0.5em;
}
.topheader__linkicon--1{
  background: url('../images/icon_01.png') no-repeat left center;
}
.topheader__linkicon--3{
  background: url('../images/icon_02.png') no-repeat left center;
}
.topheader__linkicon--4{
  background: url('../images/icon_03.png') no-repeat left center;
}
.topheader__linkicon{
  display: block;
  padding-left: 2em;
  background-size: contain;
}
.topheader__cont{
  /*text-align: right;*/
  font-weight: 600;
  -webkit-flex: 1 0 170px;
  -moz-flex: 1 0 170px;
  -ms-flex: 1 0 170px;
  -o-flex: 1 0 170px;
  flex: 1 0 170px;
  background: url(../images/top_kv_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.topheader__cont__wrap{
  text-align: center;
  padding: 1em 2em 4em;
}
.topheader__cont h1{
  font-size: 2.3em;
}
.top_logo{
  width: 55%;
}
.top_h1 {
  padding: 30px 0 40px;
}
.menu_01{
  padding: 0.5em 1em 1em ;
}
.menu_02{
  background: url(../images/bg_01.jpg);
  background-size: cover;
  padding: 0 5px;
}
.menu_02 ul{
    display: flex;
    align-items: center;
    padding: 10px 3px;
    justify-content: center;
}
.navwidth{
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.spnavbtn{
  display: none;
}
.sp{
  display: none;
}
.pc{
display: block;
}
.spinner{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.fv_p{
  line-height: 1.8;
  text-shadow: 1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff;
}
nav a.cv_btn{
  width: 100%;
}
@media screen and (max-width:846px) {
  .spnavbtn{
    display: block;
  }
  .topheader nav{
    position: relative;
  }
  .sphidenav{
    display: none;
    background: rgba(255,255,255,0.8);
    position: absolute;
    right: 0;
    top: 100%;
    padding: 1em;
    width: 100%;
  }
  .top_logo{
    width: 75%;
  }

/*  .topheader nav li{
    text-align: center;
  }*/
  .topheader__linkicon{
    display: block;
    padding: 1em 1em 1em 2.5em;
    background-size: 2em;
  }
  .sphidenav li{
    text-align: left;
  }
}

h2,h3{
  text-align: center;
}
h2 img,h3 img{
  margin: 1em auto;
}

.kv_under{
  background: url(../images/bg_02.jpg);
  background-size: cover;
  padding: 1em 0;
}
@media screen and (max-width:550px) {
  .kv_under>div{
    display: block;
    width: 90%;
  }
  }
.topmain{
  /*padding: 5em 0 0;*/
}
.main--form{
  max-width: 750px;
  padding: 15px;
  margin: 2em auto;
}
.lp_cv{
  text-align: center;
}
.lp_cv h2{
  padding: 10px 0 0;
}
.cv_02 img{
  padding: 1em;
}
.cv_01,.cv_02{
  width: 50%;
}
.cv_price{
  margin-bottom: 2em;
}
@media screen and (max-width:426px) {
  .setwidth{
    width: 100%;
  }
  .lp_cv>div{
    display: block;
  }
  .lp_cv{
    padding-bottom: 3em!important;
  }
  .cv_01,.cv_02{
  width: 100%;
  }
  .cv_price{
    margin-bottom: 0.5em;
  }
  }
.sec01,.cv_area{
  background: url(../images/bg_03.jpg);
}
.sec01{
  padding-bottom: 2em;
}
.cv_area{
  padding-bottom: 3em;
  padding-top: 3em;
  }
.sec01 p{
  font-size: 1.2em;
  line-height: 1.8;
}
.sec01 h2{
  padding-top: 3em;
  position: relative;
}
.sec01 h2:after{
  position: absolute;
background: url(../images/about_bg.png);
background-repeat: no-repeat;
content: "";
background-size: contain;
width: 280px;
height: 220px;
top: 0;
right: -140px;
  }
.about_text img{
  width: 40%;
  padding-bottom: 1em;
}
.about_text p{
  padding: 0 2em;
  margin-bottom: 1.5em;
  text-align: left;
}
.white_area{
  background: #fff;
    padding: 1.5em;
    border-radius: 20px;
    margin-bottom: 1em;
  }
.teikihaisou{
  flex-wrap: wrap;
  align-items:flex-start;
}
.teikihaisou img{
  width: 45%;
  margin-bottom: 3em;
}
.sec01 h3{
  padding-top: 2em;
}
.cv_area ul{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.cv_area ul li{
  padding: 1.5em 0 0;
}
.set_info{
  border-top: 5px dotted #b7e0c1;
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: 3em;
}
.or_box{
  border: 5px solid #ec9547;
  background: #f9f5e4;
  border-radius: 30px;
  margin: 5em 0 3em;
  padding: 20px 40px;
  position: relative;
  font-weight: bold;
}

.or_box h3{
    font-size: 2em;
    text-align: left;
    padding-left: 120px;
    padding-bottom: 0.5em;
    border-bottom: 5px dotted #ec9547;
    margin-bottom: 1em;
}
.or_box:after,.or_box:before{
  position: absolute;
  content: "";
  }
.or_box:before{
  background: url(../images/cv_ansin.png);
  width: 150px;
  height: 150px;
  background-size: cover;
  top: -25px;
  left: -25px;
}
.or_box:after{
    background: url(../images/cv_voice.png);
  width: 355px;
    height: 157px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  right: -75px;
}
.or_box ul li{
  padding: 1.5em;
  width: 100%;
}
@media screen and (max-width:550px) {
  .sec01 h2:after{
    display: none;
  }
  .sec01 h2{
    padding-top: 0;
  }
  .about_text{
    display: block;
  }
  .about_text img{
  width: 90%;
  padding-bottom: 0.5em;
  }
  .about_text p{
    padding: 0;
  }
  .sec01 h3{
    padding-top: 0;
  }
.teikihaisou img{
  width: 100%;
  margin-bottom: 1em;
}
.cv_area{
  padding-bottom: 1em;
}
.cv_area p{
  text-align: left;
  font-size: 1.1em;
  }
.cv_area h2 img{
  width: 100%;
  margin: 0 auto 1em;
}
.cv_area ul{
  display: block;
}
.cv_area li{
  padding: 0;
}
.or_box li{
  padding: 0;
}
.or_box:before{
  width: 80px;
  height: 80px;
   top: -15px;
   left: -25px;
}
.or_box:after{
  width: 240px;
  height: 120px;
  top: -54px;
  right: -40px;
}
.or_box{
  padding: 20px;
}
.or_box h3{
  font-size: 1.2em;
  padding: 15px 0 10px 40px;
}
.or_box ul li{
  padding: 0 0 1em;
}
.or_box li p{
  font-size: 1em;
  text-align: left;
}
}
.sec02{
  text-align: center;
  padding: 2em 0 3em;
}
.sec03{
  background: url(../images/bg_04.jpg);
  padding-top: 2em;
  padding-bottom: 3em;
}
.voice{
  background: #fff;
  border-radius: 20px;
  padding: 1.5em;
  margin-bottom: 2em;
  text-align: left;
}
.user_img{
  width: 25%;
  padding-right: 10px;
}
.voice_ttl{
  border-bottom: 3px solid #fcb2b7;
  display: flex;
  align-items: flex-start;
}
.user_name{
  width: 75%;
  font-weight: bold;
  font-size: 1.1em;
}
.voice p{
    padding: 0.5em;
}
.voice p span{
  font-weight: bold;
}
@media screen and (max-width:550px) {
  .sec03 {
    padding-top:1em;
}
.sec03 h2 img{
  padding: 0 1em;
}
}
.sec04{
  background: url(../images/bg_05.jpg);
    padding-bottom: 2em;
}
.sec04 h3{
  padding: 1.2em 0 0;
}
.yasai_bg{
  background: #f5fcf1;
  padding: 1em;
  margin-top: 1em;
}

.vege_list{
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  text-align: center;
  align-items: flex-start;
  margin: 0 auto 1em;
  width: 100%;
  justify-content: space-between;
  gap: 0.5em;
}
.vege_list li{
  /*margin-bottom: 1em;
  width: 50%;*/
  }
.season{
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
/* 春：淡い桜 → ほぼ白 */
.season.spring {
  background: linear-gradient(
    to right,
    rgba(247, 183, 200, 0.35),
    rgba(255, 247, 250, 0.05)
  );
}

/* 夏：爽やかな水色 → ほぼ白 */
.season.summer {
  background: linear-gradient(
    to right,
    rgba(126, 205, 242, 0.35),
    rgba(244, 252, 255, 0.05)
  );
}

/* 秋：やわらかい橙 → ほぼ白 */
.season.autumn {
  background: linear-gradient(
    to right,
    rgba(232, 161, 90, 0.35),
    rgba(255, 248, 239, 0.05)
  );
}

/* 冬：澄んだ青灰 → ほぼ白 */
.season.winter {
  background: linear-gradient(
    to right,
    rgba(159, 184, 216, 0.35),
    rgba(247, 251, 255, 0.05)
  );
}

.white_area_vege{
  background: #fff;
  padding: 0 2em 2em;
  border-radius: 20px;
}
.vege_image{
  margin-top: 2em;
  background: #f5fcf1;
}
.vege_image_under{
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.vege_image_under:after{
  content: "";
  position: absolute;
  width: 500px;
  height: 400px;
  bottom: 0;
  background: url(../images/about_set.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.set_info_bx {
    border: 2px solid red;
    border-radius: 10px;
    margin: 1rem 0;
    padding: 1rem;
}
.sec05{
  background: url(../images/bg_06.jpg);
  text-align: center;
  padding-bottom: 1.5em;
}
.sec05 h2 img{
  margin-bottom: 0;
}
.sec06{
  background: url(../images/bg_07.jpg);
  padding-bottom: 50px;
}
.sec06 ul li img{
  padding: 1em 0 0;
}
.sec06 ul li p{
  font-size: 18px;
  text-align: left;
  padding: 1em 0;
}
.sec06 ul li p span{
  font-weight: bold;
background:linear-gradient(transparent 60%, #fcf2af 60%);
}
.sec06 ul li:not(:last-child){
    border-bottom: 1px solid #ccc;
  }
.sec08{
  text-align: center;
  padding: 3em 0;
}
.section7{
  background: url(../images/bg_08.jpg);
  padding: 3em 0 5em;
}
.section7 ul{
  margin-bottom: 1.5em;
}
.faq__list{
  margin-bottom: 2px;
}
.faq__q{
  background: #f0ede8;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
    text-align: left;
}
.faq__q--active .qiconshow{
  background: url('../images/icon_qhide.png') no-repeat center;
  background-size: contain;
}
.faq__q--active .qiconshow img{
  opacity: 0;
}
.qtxt{
  -webkit-flex: 1 0 80px;
  -moz-flex: 1 0 80px;
  -ms-flex: 1 0 80px;
  -o-flex: 1 0 80px;
  flex: 1 0 80px;
  margin: 0 1em;
}
.faq__a{
  background: #fff;
  padding: 1em;
  display: none;
  text-align: left;
}
.faq__a p{
  font-size: 1.2em;
}
.section8{
  background: #f6f8f2;
  padding: 3em 0 4em;
}
.flowlists{
  max-width: 750px;
  margin: 2em auto;
}
.flowlists li{
  background: #fff;
  font-size: 1.1em;
  padding: 1em;
  position: relative;
}
.flowlists li:not(:last-child){
  margin-bottom: 2.5em;
}
.flowlists li:not(:last-child):after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2.5em;
  left: 0;
  top: 100%;
  background: url('../images/icon_down.png') no-repeat center;
}
.flowlists__title{
  font-weight: 600;
  margin-bottom: 0.25em;
}
.flowlists__icon{
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -o-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 1em;
  text-align: center;
}

.section9{
  padding: 3em 0;
  background: #fff5e9;
}
.qa__lists{
  max-width: 750px;
  margin: 0 auto;
}

.qa__list:not(:last-child){
  margin-bottom: 2em;
}

.qa__title{
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 5px solid;
}
.qa__txt>p:not(:last-child){
  margin-bottom: 1em;
}
.qa__tabs{
  margin-top: 2em;
}
.qa__content{
  padding: 1em;
  background: #fff;
  display: none;
}
.qa__content .qa__title:not(:first-child){
  margin-top: 1em;
}
.qa__tab{
  padding: 1em 1em 1em 5em;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.qa__tab1{
  background: #fdbd92 url('../images/deliver1.png') no-repeat 10px center;
  background-size: 3.5em auto;
}
.qa__tab2{
  background: #7dbcba url('../images/deliver2.png') no-repeat 10px center;
  background-size: 3.5em auto;
}
.qa__content1{
  border: 5px solid #fdbd92;
}
.qa__content1 .qa__title{
  color: #fdbd92;
}
.qa__content2{
  border: 5px solid #7dbcba;
}
.qa__content2 .qa__title{
  color: #7dbcba;
}
.mainfooter{
  padding: 3em 0;
  background: #d6c8b6;
}
.mainfooter__grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 1.5em;
}
.mainfooter__sns{
  text-align: center;
}
.snstxt{
  font-weight: 600;
  margin: 2em 0 1em;
}
.snstxt span{
  display: inline-block;
  padding: 0 2em;
  background: url('../images/line_snsleft.png') no-repeat left center, url('../images/line_snsright.png') no-repeat right center;
  background-size: contain;
}
.mainfooter__sns li{
  margin: 0 0.5em;
}
.mainfooter__nav li{
  font-weight: 600;
}
.mainfooter__nav a{
  text-decoration: none;
}
.mainfooter__nav li:not(:last-child){
  margin-bottom: 1em;
}
.mainfooter__contact__title{
  font-weight: 600;
  font-size: 1.1em;
}
.mainfooter__contact ul{
  margin-top: 1em;
}
.mainfooter__contact__list{
  padding-left: 2em;
  font-weight: 600;
}
.mainfooter__contact__list1{
  background: url('../images/icon_mail.png') no-repeat left center;
}
.mainfooter__contact__list2{
  background: url('../images/icon_tel.png') no-repeat left center;
}
.mainfooter__contact ul,
.mainfooter__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 0.5em 1em;
  margin-top: 1em;
}
.mainfooter__link p,
.mainfooter__contact li {
  /*width: 100%;*/
  max-width: 270px;
  }
.mainfooter__link p:not(:last-child),
.mainfooter__contact li:not(:last-child) {
  /*margin-bottom: 2em;*/
  }
.redlink{
  font-weight: 600;
  color: #c80202;
}
.bold{
  font-weight: 800;
}
.yellowmarker{
  font-weight: 600;
  background: rgb(255,245,199);
  background: linear-gradient(90deg, rgba(255,245,199,1) 0%, rgba(255,245,199,1) 100%);
}
.sp_on {
  display: none;
}
.sp_off {
  display: block;
}

@media screen and (max-width:426px) {
  .sp_on {
    display: block;
  }
  .sp_off {
    display: none;
  }
}
/*--cv_btn--*/

.cv {
  text-align: center;
}
a.btn {
  width: 90%;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0.75em 1em;
  line-height: 1.6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 50px;
}

a.cv_btn,a.cv_btn01 {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.cv_btn01{
  margin-bottom: 0.5em;
}
a.cv_btn02 {
  color: #fff;
  background-color: #37b740;
  border-bottom: 5px solid #26972e;
}
a.cv_btn:hover,a.cv_btn01:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.cv_btn02:hover {
  margin-top: 3px;
  color: #fff;
  background: #3bc144;
  border-bottom: 2px solid #26972e;
}
a.cv_btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.cv a.btn {
  padding: 15px 10px;
  font-size: 1.8rem;
}
#slide-wrap{
left: 0;
top: 0;
z-index: -99;
width: 100%;
height: 100vh;
position: absolute;
}
.slide01{
  background: url(../images/top_01.jpg) no-repeat;
}
.slide02{
  background: url(../images/top_02.jpg) no-repeat;
}
.slide03{
  background: url(../images/top_03.jpg) no-repeat;
}
.slide04{
  background: url(../images/top_04.jpg) no-repeat;
}
.slide01,.slide02,.slide03,.slide04{
  background-size: cover;
  height: 100vh!important;
}
@media screen and (max-width:769px) {
  .cv a.btn {
    font-size: 1rem;
  }
.slide01,.slide02,.slide03{
  background-position: center top;
}
.slide04{
  background-position: right 25% top;
}
}

.top-slide li{
  width: 100%;
}
#yt-wrap{
left: 0;
z-index: -99;
top: -25%;
left: -25%;
width: 150%;
height: 150%;
}

@media screen and (max-width:845px) {
  #yt-wrap{
    left: -50%;
    width: 200%;
  }
}
@media screen and (max-width:635px) {
  #yt-wrap{
    left: -100%;
    width: 300%;
  }
}
@media screen and (max-width:426px) {
  #yt-wrap{
    left: -145%;
    width: 390%;
  }
}
#yt-wrap iframe{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 25%;
min-height: 25%;
}
#ytoverlay{
  width: 100%;
  height: 100%;
  background: url('../images/kv.jpg') no-repeat center;
  background-size: cover;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
}
.h1--sub{
  text-align: center;
}
.formsteps{
  margin: 2em 0;
}
.formstep{
  -webkit-flex: 0 1 150px;
  -moz-flex: 0 1 150px;
  -ms-flex: 0 1 150px;
  -o-flex: 0 1 150px;
  flex: 0 1 150px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.formstep__num span{
  position: relative;
  z-index: 10;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  color: #fff;
  font-size: 2em;
  background: #dfdfdf;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 5px;
}
.formstep__num--1:after,
.formstep__num--2:after{
  content: '';
  height: 5px;
  margin-top: -2.5px;
  background: #dfdfdf;
  width: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
}
.formstep__num--2:before,
.formstep__num--3:before{
  content: '';
  height: 5px;
  margin-top: -2.5px;
  background: #dfdfdf;
  width: 50%;
  position: absolute;
  top: 25px;
  right: 50%;
}

.formstep--active{
  color: #fe941c;
}
.formstep--active .formstep__num span,
.formstep--active .formstep__num:before{
  background: #fe941c;
}

.h2--sub{
  margin: 2em 0 1.5em;
  border-left: 10px solid #fe941c;
  padding-left: 10px;
}
.radiolists{
  margin: 2em 0;
}
.radiolists li{
  margin-bottom: 1em;
}
.radiolists input{
  display: none;
}
.radiolists label{
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.radiolists label:before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 25px;
  border: 3px solid #000;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.radiolists input:checked + label:before{
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}
.checklists{
  text-align: center;
}
.checklists input[type="checkbox"]{
  display: none;
}
.inputcheck{
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.inputcheck:before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 3px solid #000;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.checklists input:checked + .inputcheck:before{
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.boxtype{
  padding: 1em;
  border: 2px solid #fe941c;
  border-radius: 10px;
  margin: 2em 0;
}
.boxtype p:not(:last-child){
  margin-bottom: 1em;
}

.formselect select{
  padding: 0.5em;
  border: 2px solid #000;
  font-weight: 600;
  width: 450px;
  max-width: 100%;
}

.registered{
  text-align: center;
  margin: 2em 0;
}
.registered__btn{
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 10px;
  border: 2px solid #06b21f;
}


.inputtitle{
  font-weight: 600;
  margin: 1em 0;
}
.inputtitle label{
  display: inline-block;
}
.inputtitle small{
  display: inline-block;
  margin-left: 0.5em;
}
.tag{
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
  margin-left: 0.5em;
  font-size: 0.9em;
}
.tag--required{
  background: #ca0000;
}
.tag--free{
  background: #2457d8;
}
.inputholder{
  margin: 1em 0 1.5em;
}
.textinput{
  padding: 0.5em;
  border: 2px solid #000;
  border-radius: 5px;
}
.textinput--short{
  width: 240px;
  max-width: 100%;
  margin: 0 1em 1em 0;
}
.textinput--shorter{
  width: 120px;
  max-width: 100%;
  margin: 0 1em 1em 0;
}
.textinput--long{
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
}
hr{
  border-top: 1px solid #000;
  margin: 2em 0;
}

.inputradio{
  margin: 0 1.5em;
}

.accbox{
  display: none;
}

.accbtn{
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 10px;
  border: 2px solid #9d9d9d;
  font-size: 0.95em;
}
.accwrap{
  text-align: center;
}

.delidate{
  padding: 0.5em;
  background: #f4f4f4;
  margin: 0.5em;
  -webkit-flex: 1 0 280px;
  -moz-flex: 1 0 280px;
  -ms-flex: 1 0 280px;
  -o-flex: 1 0 280px;
  flex: 1 0 280px;
}
.delidate__label{
  -webkit-flex: 0 0 4em;
  -moz-flex: 0 0 4em;
  -ms-flex: 0 0 4em;
  -o-flex: 0 0 4em;
  flex: 0 0 4em;
  border-right: 1px solid #d1d1d1;
}
.delidate__val{
  -webkit-flex: 1 0 10em;
  -moz-flex: 1 0 10em;
  -ms-flex: 1 0 10em;
  -o-flex: 1 0 10em;
  flex: 1 0 10em;
  padding: 0 1em;
}

.privacytxt{
  height: 250px;
  border: 1px solid #ddd;
  margin: 1em 0;
}
.kiyaku{
  border: 0;
  padding: 1em;
  width: 100%;
  resize: none;
  height: 100%;
}
.submitform{
  margin: 1.5em 0;
}
.submitform__btn{
  display: inline-block;
  padding: 1em 2em;
  border-radius: 10px;
  background: #c8c8c8;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  border: 0;
  pointer-events: none;
}
.submitform__btn--active{
  background: #00b81c;
  pointer-events: auto;
  cursor: pointer;
}

.areatable{
  width: 100%;
  border-collapse: collapse;
}
.areatable td,
.areatable th{
  border: 1px solid #dfdfdf;
  padding: 0.5em;
}
.deliweek{
  text-align: center;
}
.areatable th{
  background: #f4f4f4;
  font-size: 0.95em;
}

.loginbox{
  margin: 2em 1em;
  padding: 1em 2em;
  background: #f0f0f0;
}
.buttonholder,
.forgotholder{
  text-align: center;
  margin-top: 1em;
}
.loginbtn{
  display: inline-block;
  background: #4b4b4b;
  font-size: 1.4em;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  padding: 0.5em 2em;
}
.forgotlink{
  color: #ea2b37;
  font-weight: 600;
}

/*ニュースティッカー*/
.news{
  margin: 20px auto 0;
  width: 100%;
  background:#fffce4de;
  padding:18px 20px;
}
.news a{
  font-size: 0.9em;
}
.slider a{
    display: block;
    padding-bottom: 0.7em;
  }
.news_link{
  text-align: right;
}
/*日付*/
.slider span {
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}
@media screen and (max-width:321px) {
  .news{
    padding:18px 10px;
  }
  .news a{
  font-size: 0.8em;
  }
}
/*ユーザーコメント*/
.m_voice{
  background: url('../images/m_voice_bg.jpg') repeat center;
}
.slick-slide{
  height: auto!important;
}
.m_voice h2{
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.m_voice h2 img{
  padding: 0 20px;
  margin-bottom: 20px;
}
.slider02 {
  pointer-events: none;
}
@media screen and (max-width:945px) {
  .m_voice h2{
  width: 100%;
  }
}


.mt10 {
    margin-top: 1em;
}
.mb10 {
    margin-bottom: 1em;
}
.mb20 {
    margin-bottom: 2em;
}

.red {
    color: #c80202;
}

.sec06 ul li.column01{
    display: block;
    padding: 4em 0 0;
}
.sec06 ul li.column01 ul.movie{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1em 1em 0;
}
.sec06 ul li.column01 ul.movie li{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0 2em;
  align-items: flex-start;
  border-bottom:0;
}
.sec06 ul li.column01 ul.movie li div p{
  padding: 0 1em;
  font-size: 16px;
  line-height: 1.4;
}
.sec06 ul li.column01 ul.movie li div p.title{
    color: #198600;
    font-weight: 700;
}
.sec06 ul li.column01 ul.movie li div p.title span {
    font-size: 26px;
    background: none;
}
.sec06 ul li.column01 ul.movie li img {
    width: 150px;
}
.sec06 ul li.column01 ul.movie li div p.m_link {
    color: #f77101;
    text-align: right;
}

.sec06 ul li p{
  font-size: 20px;
  padding: 1em;
}
.sec06 ul li p span{
  font-weight: bold;
background:linear-gradient(transparent 60%、#fcf2af 60%);
}
.sec06 ul li:not(:last-child){
    border-bottom: 1px solid #ccc;
  }


.sec06 ul li.column01 ul.movie{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1em 1em 0;
}
.sec06 ul li.column01 ul.movie li{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0 2em;
  align-items: flex-start;
  border-bottom:0;
}
.sec06 ul li.column01 ul.movie li div p{
  padding: 0 1em;
  font-size: 16px;
  line-height: 1.4;
}
.sec06 ul li.column01 ul.movie li div p.title{
    color: #198600;
    font-weight: 700;
}
.sec06 ul li.column01 ul.movie li div p.title span {
    font-size: 26px;
    background: none;
}
.sec06 ul li.column01 ul.movie li img {
    width: 150px;
}
.sec06 ul li.column01 ul.movie li div p.m_link {
    color: #f77101;
    text-align: right;
}
@media screen and (max-width: 768px) {
  .sec06 h3{
    background: #cfdeac;
    padding: 0 14px;
    margin: 30px 0 18px;
  }
  .sec06{
    padding-bottom: 50px;
  }
  .sec06 ul li{
    display: block;
    padding: 0;
  }
  .sec06 ul li img{
  padding: 1em 0 0;
  }
  .sec06 ul li p{
    font-size: 18px;
    text-align: left;
    padding: 1em 0;
  }
  .sec06 ul li p span{
    font-weight: bold;
  background:linear-gradient(transparent 60%、#fcf2af 60%);
  }
  .sec06 ul li:not(:last-child){
    border-bottom: 1px solid #ccc;
  }
  .sec06 ul li.column01{
    padding: 0em 0 0;
  }
  .sec06 ul li.column01 ul.movie{
    padding: 1em 0 0;
  }
  .sec06 ul li.column01 ul.movie li{
    width: 100%;
    flex-wrap: wrap;
  }
  .sec06 ul li.column01 ul.movie li div p{
    padding: 0;
  }
  .sec06 ul li.column01 ul.movie li div p.title{
      text-align: center;
  }
  .sec06 ul li.column01 ul.movie li{
    padding: 0 0 0.5em;
  }
}

.clp_ttl{
  padding: 8px 40px 8px 20px;
  background: #e4dbcf;
  font-weight: bold;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.clp_ttl:hover{
  opacity: 0.8;
}
.clp_ttl:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transition: .2s;
  margin-left: 5px;
  background: url('../images/clp_icon_down.png') no-repeat center;
}
.clp_checkbox{
  display: none;
}
.clp_open,.clp_open p{
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  padding: 15px 0;
}
.clp_checkbox:checked + .clp_ttl + .clp_open ,
.clp_checkbox:checked + .clp_ttl + .clp_open p{
  height: auto;
  opacity: 1;
  visibility: visible;
}
.clp_checkbox:checked + .clp_ttl:after{
  transform: rotate(180deg);
}

.menu_02 .navwidth img {
  width: 100%;
  max-height: 60px;
}



/* terms */

.termslists{
  margin: 1rem 0;
}
.termslists>li>*:not(:last-child),
.termslists li:not(:last-child){
  margin-bottom: 2rem;
}
.termslists>li>ol>li>*:not(:last-child),
.termslists li ol li:not(:last-child){
  margin-bottom: 0.5rem;
}
.termslists li ol{
  padding-left: 1rem;
}
.termslists li li{
  list-style: decimal;
}
#guidecolumn p.txt-ti-bold {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 1.5em;
}

.container {
  padding-bottom:3em;
}

.pan {
  /*background: #fafafa;*/
  text-align: center;width: 100%;
  max-width: 1100px;
  margin: 0 auto
}

.pan ul {
  padding: 5px 10px;
  text-align: left
}

.pan li {
  display: inline-block;
  font-size: 12px
}
.pan li a {
  text-decoration: none;
}

.gc h2 {
    margin: 0 0 10px 0;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #535353;
}
.japan_th,
.sp-table {
  width: 100%;
  border-collapse: collapse;
}

.sp-table th,
.sp-table td {
  border: 1px solid #ccc;
  padding: 12px;
}
.sp-table th {
  min-width: 120px;
  background: #dfdfdf;
}
/* SP */
@media screen and (max-width: 768px) {

  .sp-table,
  .sp-table tbody,
  .sp-table tr,
  .sp-table th,
  .sp-table td {
    display: block;
    width: 100%;
  }

  .sp-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
  }

  .sp-table th {
    background: #f5f5f5;
    border-bottom: none;
  }

  .sp-table td {
    border-top: none;
  }
  .japan_th {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  }
  .japan_th tr {
    display: table-row;
  }
  .japan_th th,
  .japan_th td {
    display: table-cell;
    vertical-align: top;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .japan_th th:nth-child(1),
  .japan_th td:nth-child(1) {
    width: 30%;
    min-width: 90px;
  }
  .japan_th th:nth-child(2),
  .japan_th td:nth-child(2),
  .japan_th th:nth-child(3),
  .japan_th td:nth-child(3) {
    width: 25%;
    min-width: 80px;
  }

}

.btn_wrap {
  text-align: center;
}
.btn_wrap img {
  width: 90%;
  max-width: 390px;
}
.termslists li h3 {
  padding: 10px;
  border: 1px solid #4c3a2b;
  font-size: 15px;
  margin-bottom: 1rem!important;
}

#guidecolumn.return h3 {
  background: #f5f5f5;
  font-size: 14px;
  margin: 30px 0 10px;
  padding: 5px 10px;
  border-top: 1px solid #4c3a2b;
  border-bottom: 1px solid #4c3a2b;
}
.ad_box {
  padding: 5px 10px;
  border: 1px solid #4c3a2b;
  width: 90%;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.note-list{
    margin:0;
    padding:0;
    list-style:none;
}

.note-list li{
    position:relative;
    padding-left:1em;
    line-height:1.8;
}

.note-list li::before{
    content:"●";
    position:absolute;
    left:0;
    top:0;
}
.note-list{
    margin:0;
    padding:0;
    list-style:none;
}

.note-list.white li::before{
    content:"○";
    position:absolute;
    left:0;
    top:0;
}