*,
*: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: "Meiryo UI", Meiryo, "メイリオ", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width:426px) {
  body{
    font-size: 14px;
  }
}

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

main {
  display: block;
  margin-bottom: 3em;
}

/**
 * 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;*/
}

a:hover {
  color: inherit;
}

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;
  width: auto;
  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;
}

.setwidth{
  width: 100%;
  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--jstart{
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start
}
.flex--jend{
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end
}
.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
}

.txt--center{
  text-align: center;
}

.txt--right{
  text-align: right;
}
.color--green,
.color--blue,
.color--red,
.color--purple,
.txt--bold{
  font-weight: 600;
}
.color--red{
  color: #e50000;
}
.color--blue{
  color: #00a0e9;
}
.color--green{
  color: #22ac38;
}
.color--gold{
  color: #d7a54f;
}
.color--purple{
  color: #c172b9;
}
.marker--white{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
}

.siteheader{
  background: url('../../images/front_cast/renew/kv_bg_sp.jpg') no-repeat center;
  background-size: cover;
}

.siteheader__nav{
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.siteheader__nav__list{
  -webkit-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  -o-flex: 0 0 50px;
  flex: 0 0 50px;
}
.siteheader__nav__link{
  text-decoration: none;
  font-size: 0.75em;
  line-height: 1.25;
  padding: 1em 0;
  letter-spacing: 0;
  color: #fff;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.siteheader__nav__link--1{
  background: #06c755;
}
.siteheader__nav__link--2{
  background: #ffcc53;
}
.siteheader__nav__link--3{
  background: #69ac4c;
}
.siteheader__nav__link--4{
  background: #f2989c;
}
.siteheader__nav__link--5{
  background: #fff;
}
.siteheader__logo{
  padding: 0 1em;
}
.siteheader__nav__hide{
  display: none;
  padding: 1em;
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  max-height: calc(100vh - 46px);
  overflow-y: auto;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
  z-index: 999;
}
.siteheader__nav__hide li:not(:last-child){
  border-bottom: 1px solid #d1d1d1;
}
.siteheader__nav__hide a{
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.navwrap{
  background: rgba(255,255,255,0.45);
  position: relative;
}
.siteheader__txt{
  font-weight: 400;
  font-size: 0.9em;
  color: #8b8785;
  margin: 0;
  padding: 0 1em;
  background: rgba(255,255,255,0.65);
}

.siteheader__container{
  padding: 13em 1em 0;
  margin-bottom: -5em;
  text-align: center;
  position: relative;
}
.siteheader__scenes{
  font-size: 0.7em;
  color: #fff;
  margin: 1em 0 2em;
}
.siteheader__scene{
  text-align: center;
  line-height: 1.25;
  -webkit-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  -o-flex: 0 0 50px;
  flex: 0 0 50px;
  letter-spacing: 0;
  border-radius: 50%;
  height: 50px;
  border: 1px solid #fff;
  margin: 0 0.5em;
}
.siteheader__scene--1{
  -webkit-animation: sceneColor1 16s ease-in-out infinite both;
  animation: sceneColor1 16s ease-in-out infinite both;
}
.siteheader__scene--2{
  -webkit-animation: sceneColor2 16s ease-in-out infinite both;
  animation: sceneColor2 16s ease-in-out infinite both;
}
.siteheader__scene--3{
  -webkit-animation: sceneColor3 16s ease-in-out infinite both;
  animation: sceneColor3 16s ease-in-out infinite both;
}
.siteheader__scene--4{
  -webkit-animation: sceneColor4 16s ease-in-out infinite both;
  animation: sceneColor4 16s ease-in-out infinite both;
}

.cvbtn {
  line-height: 1.25;
  color: #fff;
  display: inline-block;
  padding: 2px;
  border-radius: 5px;
  background: rgb(148,217,93);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(148,217,93,1) 0%, rgba(45,160,0,1) 100%);
  text-decoration: none;
  width: 215px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.35);
}
.cvbtn>span{
  display: block;
  background: #3da90e url('../../images/front_guest/renew/cvbtn_arw.png') no-repeat right 5px center;
  padding: 0.75em 1em;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.cvbtn:hover>span{
  background-color: rgba(45,160,0,1);
}
.cvbtn--cast{
  background: linear-gradient(0deg, rgba(250,135,140,1) 0%, rgba(252,192,231,1) 100%);
}
.cvbtn--cast>span{
  background-color: #f2989c;
}
.cvbtn--cast:hover>span{
  background-color: rgba(250,135,140,1);
}
.cvbtn__msg .color--gold,
.cvbtn__msg .color--blue,
.cvbtn__msg .color--red,
.cvbtn__lrg{
  font-size: 17px;
}
.cvbtn__msg{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.25em;
  letter-spacing: 0;
}
.siteheader{
  padding-bottom: 10em;
  margin-bottom: 5em;
}
.siteheader__cv{
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -1.5em;
}
.siteheader__cv--main{
  position: static;
  text-align: center;
  margin: 1em auto;
}
.siteheader__cv__wrap{
  display: inline-block;
  text-align: center;
  background: rgba(255,255,255,0.65);
  padding: 0.5em 1em;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(120deg, rgba(255,215,91,1) 0%, rgba(255,245,160,1) 30%, rgba(255,255,219,1) 50%, rgba(255,245,160,1) 70%, rgba(253,212,86,1) 100%);
}
.siteheader__cv__warning{
  font-size: 12px;
}


@media screen and (min-width:750px) {
  .siteheader{
    padding-bottom: 0;
    background: url('../../images/front_cast/renew/kv_bg.jpg') no-repeat center;
  }
  .siteheader__container{
    text-align: left;
    padding-top: 10em;
  }
  .siteheader__cv{
    position: static;
    width: auto;
  }
  .siteheader__container__wrap{
    margin-top: 5em;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
  }
}
.section{
  padding: 3em 1em;
}
.section1{
  padding: 0 1em;
  margin: 1em 0;
}
.section2{
  padding: 0 1em;
  max-width: 390px;
  margin: 2em auto;
  font-size: 13px;
  letter-spacing: 0;
}

.icontitle{
  text-align: center;
  margin-bottom: 2em;
}
.icontitle__h2{
  margin-top: 0.25em;
  font-size: 25px;
  line-height: 1.25;
}
.icontitle__sub{
  font-size: 12px;
  display: block;
}
.title--white{
  color: #fff;
}
.title--orange{
  color: #f49c0b;
}

.section__txt>*:not(:last-child){
  margin-bottom: 1.6em;
}
.belllists{
  margin: 1em -5px;
}
.belllists li{
  margin: 5px;
}
.belllists__title{
  padding-left: 20px;
  background: url('../../images/front_guest/renew/icon_belltitle.png') no-repeat left center;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  font-size: 13px;
}
.belllists__title .txt--bold{
  font-size: 17px;
}

.section4{
  background: #ffcc53;
}
.meritlists{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  grid-gap: 2em 15px;
  align-items: start;
}
.meritlists li{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  align-items: start;
}
.meritlists__img{
  text-align: center;
}

.section5{
  background: #ffefd4;
}
.reasonlists__list{
  margin: 0 -5px;
}
.reasonlists__list:not(:last-child){
  margin-bottom: 2em;
}
.reasonlists__list div{
  -webkit-flex: 1 0 250px;
  -moz-flex: 1 0 250px;
  -ms-flex: 1 0 250px;
  -o-flex: 1 0 250px;
  flex: 1 0 250px;
  margin: 5px;
}
.reasonlists__img{
  -webkit-flex: 1 0 250px;
  -moz-flex: 1 0 250px;
  -ms-flex: 1 0 250px;
  -o-flex: 1 0 250px;
  flex: 1 0 250px;
  margin: 5px;
  text-align: center;
}
.reasonlists__title{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
  padding-left: 35px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f49c0b;
  position: relative;
  border-radius: 7.5px 0 0 7.5px;
  overflow: hidden;
}
.reasonlists__title:before{
  color: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #f49c0b;
  width: 27px;
  height: 100%;
  line-height: 2em;
  text-align: center;
  font-size: 20px;
  border-radius: 0 7.5px 0 0;
}
.reasonlists__txt>*:not(:last-child){
  margin-bottom: 1em;
}
.reasonlists__title--1:before{
  content: "1";
}
.reasonlists__title--2:before{
  content: "2";
}
.reasonlists__title--3:before{
  content: "3";
}
.reasonlists__title--4:before{
  content: "4";
}
.reasonlists__title--5:before{
  content: "5";
}
.reasonlists__title--6:before{
  content: "6";
}
.girlslists{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-gap: 10px;
  align-items: start;
}

@media screen and (max-width:540px) {
  .reasonlists__list{
    position: relative;
    padding-top: 60px;
  }
  .reasonlists__title{
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section6{
  background: #9adcd3;
}
.recomlists{
  margin: 0 -5px;
}
.recomlists__list{
  padding: 0.5em;
  border-radius: 5px;
  background: rgba(255,255,255,0.85);
  -webkit-flex: 1 0 150px;
  -moz-flex: 1 0 150px;
  -ms-flex: 1 0 150px;
  -o-flex: 1 0 150px;
  flex: 1 0 150px;
  margin: 5px;
}
.recomlists__list .txt--bold{
  line-height: 1.2;
  margin-top: 0.5em;
}

.maincv{
  margin: 1em 0;
  padding: 0 1em;
}

.section7{
  background: url('../../images/front_guest/renew/bgpattern3.jpg');
}
.howtobox:not(:last-child){
  margin-bottom: 2em;
}
.howtobox__title{
  font-size: 25px;
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 1em;
  line-height: 1;
}
.howtobox__title .color--gold{
  font-size: 15px;
  display:  inline-block;
}
.howtobox__image{
  margin-bottom: 2em;
}
.howtobox__contant{
  margin: 0 -5px;
}
.howtobox__txt,
.howtobox__when{
  -webkit-flex: 1 0 280px;
  -moz-flex: 1 0 280px;
  -ms-flex: 1 0 280px;
  -o-flex: 1 0 280px;
  flex: 1 0 280px;
  margin: 5px;
}
.howtobox__when{
  position: relative;
  padding-top: 10px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.howtobox__whentitle{
  background: #efefef;
  padding: 0.5em;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}
.howtobox__whenimg{
  text-align: center;
  margin-bottom: 1em;
}
.howtobox__when .color--gold{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.howtobox__when .color--gold span{
  background: #fff;
}
.howtobox__whenwrap{
  background: #fff;
  border: 1px solid #d59f50;
  padding: 1.25em 0.75em 0.5em;
}
.howtobox__txt>p:not(:last-child){
  margin-bottom: 0.5em;
}

.section8{
  background: url('../../images/front_guest/renew/bgpattern4.jpg');
}
.tablebox table{
  border-spacing: 3px;
}
.tablebox th,
.tablebox td{
  padding: 0.5em;
  line-height: 1.25;
}
.tablebox th{
  background: #f3d2a2;
}
.tablebox td{
  background: #fff3e1;
  vertical-align: top;
}
.tablebox--border .tablebox__wrap{
  width: 100%;
  max-width: 355px;
}
.tablebox--border table{
  border-spacing: 0;
  width: 100%;
}
.tablebox--border th{
  background: #d59f50;
  color: #fff;
}
.tablebox--border th,
.tablebox--border td{
  border: 1px solid #d59f50;
}
.tablebox--border th:not(:last-child){
  border-right: 1px solid #fff;
}

.section9{
  background: url('../../images/front_guest/renew/bgpattern5.jpg');
}

.section10{
  background: #f29b76;
}
.scenelists{
  margin: 0 -5px;
}
.scenelists__list{
  -webkit-flex: 1 0 300px;
  -moz-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  -o-flex: 1 0 300px;
  flex: 1 0 300px;
  margin: 7.5px 5px;
}
.scenelists__title{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.scenelists__title span{
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 0.25em 0.5em;
  margin-right: 5px;
  border-radius: 5px;
}
.scenelists__img{
  margin-right: 10px;
  -webkit-flex: 0 0 80px;
  -moz-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  -o-flex: 0 0 80px;
  flex: 0 0 80px;
}
.scenelists__txt p{
  line-height: 1.25;
}

.section11{
  background: url('../../images/front_guest/renew/bgpattern6.jpg');
}
.howtolists{
  margin: -0.5em;
}
.howtolists>li{
  -webkit-flex: 1 0 200px;
  -moz-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  -o-flex: 1 0 200px;
  flex: 1 0 200px;
  margin: 0.5em;
}
.howtolist__wrap>div{
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.howtolist__wrap>div:not(:last-child){
  margin-bottom: 1em;
}
.howtolist{
  background: rgb(253,251,251);
  background: linear-gradient(90deg, rgba(253,251,251,1) 0%, rgba(235,237,238,1) 100%);
  border: 1px solid #e9e9e9;
}
.howtolist__title{
  font-weight: 600;
}
.howtolist__title__num{
  background: #c490bf;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  -webkit-flex: 0 0 1.5em;
  -moz-flex: 0 0 1.5em;
  -ms-flex: 0 0 1.5em;
  -o-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
}
.howtolist__title__txt{
  padding: 0.25em 0.5em;
  line-height: 1.25;
}
.howtolist__box{
  padding: 1em;
}
.howtolist__boxthumb{
  margin-right: 0.5em;
  -webkit-flex: 0 0 120px;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  -o-flex: 0 0 120px;
  flex: 0 0 120px;
}
.howtolist__box li:not(:last-child){
  margin-bottom: 1em;
}
.areabox{
  margin: 2em auto 0;
  max-width: 520px;
}
.areabox__title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.areabox__txt small{
  font-weight: 600;
  color: #906cb1;
}
.areabox__map{
  -webkit-flex: 0 0 170px;
  -moz-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  -o-flex: 0 0 170px;
  flex: 0 0 170px;
  margin-left: 10px;
}

.section12{
  background: #b3d465;
}
.voice:not(:last-child){
  margin-bottom: 15px;
}
.voice__name{
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  -webkit-flex: 0 0 60px;
  -moz-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  -o-flex: 0 0 60px;
  flex: 0 0 60px;
}
.voice__img{
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-bottom: 5px;
}
.voice__comment{
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-flex: 1 0 120px;
  -moz-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  -o-flex: 1 0 120px;
  flex: 1 0 120px;
  position: relative;
  margin-left: 15px;
}
.voice__title{
  color: #fe826e;
  background: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0.5em;
  border-radius: 5px;
  position: relative;
}
.voice__title:after {
  left: 2em;
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
}
.voice__content p:not(:last-child){
  margin-bottom: 1em;
}


.section13{
  background: url('../../images/front_guest/renew/bgpattern7.jpg');
}

.carevoice>div{
  -webkit-flex: 0 0 290px;
  -moz-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  -o-flex: 0 0 290px;
  flex: 0 0 290px;
  margin: 5px;
}
.carevoice__txt{
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  line-height: 1.25;
  padding: 5px;
  margin-left: 15px;
  -webkit-flex: 1 0 120px;
  -moz-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  -o-flex: 1 0 120px;
  flex: 1 0 120px;
}
.flex--reverse .carevoice__txt{
  margin-left: 0;
  margin-right: 15px;
}
.carevoice__txt:after, .carevoice__txt:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.flex--reverse .carevoice__txt:after, .flex--reverse .carevoice__txt:before {
  left: 100%;
  right: auto;
}

.carevoice__txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.carevoice__txt:before {
  border-color: rgba(236, 236, 236, 0);
  border-right-color: #ececec;
  border-width: 11px;
  margin-top: -11px;
}
.flex--reverse .carevoice__txt:after {
  border-right-color: transparent;
  border-left-color: #ffffff;
}
.flex--reverse .carevoice__txt:before {
  border-right-color: transparent;
  border-left-color: #ececec;
}
.yellowbox{
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(120deg, rgba(255,215,91,1) 0%, rgba(255,245,160,1) 30%, rgba(255,255,219,1) 50%, rgba(255,245,160,1) 70%, rgba(253,212,86,1) 100%);
  text-align: left;
  font-weight: 600;
}

.sitefooter__links{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 2px;
  padding: 0 1em;
}
.sitefooter__links a{
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 0.5em 1em;
}
.rightstxt{
  margin: 1em 2em;
}
.rightstxt p{
  font-size: 0.9em;
  display: inline-block;
  padding: 1em;
  background: rgba(255,255,255,.5);
  border: 1px solid #eee;
  border-radius: 5px;
}
.sitefooter__sns{
  margin: 2em 0;
}
.sitefooter__sns li{
  margin: 0 1em;
}
.sitefooter__copy{
  background: #000;
  color: #fff;
  text-align: center;
  margin-top: 3em;
  font-size: 10px;
  padding: 5px 10px;
}

.fixedbtn{
  position: sticky;
  bottom: 0;
}
.fixedbtn__regist{
  display: none;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
}
.fixedbtn__list{
  -webkit-flex: 1 0 50px;
  -moz-flex: 1 0 50px;
  -ms-flex: 1 0 50px;
  -o-flex: 1 0 50px;
  flex: 1 0 50px;
}
.fixedbtn__list a{
  font-weight: 600;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.fixedbtn__cast{
  background: #f2989c;
}
.fixedbtn__guest{
  background: #69ac4c;
}
.fixedbtn__backtop{
  text-align: right;
}
.fixedbtn__backtop a{
  display: inline-block;
  padding: 1em;
  line-height: 1.25;
  background: rgba(255,255,255,0.75);
  border: 1px solid #dfdfdf;
}
@media screen and (max-width:426px) {
  .fixedbtn__regist{
    display: flex;
  }
}
.videosizer{
  max-width: 520px;
  margin: 2em auto;
}

.videowrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wagebox{
  max-width: 355px;
  margin: 1em auto;
}
.wagebox table{
  width: 100%;
}
.icontitle--sub{
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1em;
}
.icontitle--sub__icon{
  margin-right: 0.5em;
}
.tabselection,
.tabboxes{
  max-width: 365px;
  margin: 0 auto;
}
.tabselect{
  -webkit-flex: 1 0 45px;
  -moz-flex: 1 0 45px;
  -ms-flex: 1 0 45px;
  -o-flex: 1 0 45px;
  flex: 1 0 45px;
  padding: 0.5em 0;
  font-size: 1.2em;
  border-radius: 15px 15px 0 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  font-weight: 600;
  background: #f3875a;
  color: #facec0;
}
.tabselect:hover {
 color: #facec0;
}

.tabselect--selected{
  background: #fdebe4 url('../../images/front_cast/renew/bg_white_border.png');
  color: #f3875a;
  padding: 0.75em 0;
}
.tabselect--selected:hover {
 color: #f3875a;
}
.tabselect:not(:last-child){
  margin-right: 0.25em;
}
.tabbox{
  background: #fdebe4;
  display: none;
}
.tabbox--active{
  display: block;
}
.tabbox__title{
  background: #fdebe4 url('../../images/front_cast/renew/bg_white_border.png');
  padding: 0.5em;
}
.tabbox__title__main{
  font-size: 1.4em;
}
.tabbox__title__txt{
  line-height: 1.25;
  font-weight: 600;
}
.tabbox__title__thumb{
  -webkit-flex: 0 0 45px;
  -moz-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  -o-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 0.5em;
}
.tabbox__table{
  padding: 1em 0.5em;
}
.tabbox__table table{
  width: 100%;
  margin-bottom: 1em;
}
.tabbox__table th,
.tabbox__table td{
  padding: 0.5em;
}
.tabbox__table th{
  background: #f4a584;
  color: #fff;
}
.tabbox__table td{
  background: #fecbb6;
}

.chartbox__type2{
  margin-left: -23px;
}

.sitefooter__warning {
  margin-top: 2em;
  font-size: 0.9em;
  text-align: center;
}
.siteheader__warning {
  margin-top: 1em;
  font-size: 0.9em;
  text-align: center;
}


/*==============================================
afr
================================================*/

.afr {
 padding-top: 30px;
}
.afr .title-block span {
  margin-bottom: 10px;
  display: block;
}
.afr .box {
  background: rgba(255,255,255,0.6);
  padding: 25px;
  width: 100%;
  max-width: 750px;
  border: #eee 1px solid;
  font-weight: 700;
  margin: 0 auto;
}
.afr .orange {
  color: #ff642e;
}
.afr .box .w65 img {
  width: 65%;
  margin: 0 auto;
}
.afr label span {
  display: inline-block;
  width: 80px;
}

.iframe {
  background: #fefefe;
  height: 100px;
  width: 500px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 12px;
  text-align: left;
  padding: 8px;
  margin: 12px auto;
}
.iframe .ttl {
  background: #efefef;
  padding: 8px 12px;
}
.iframe .ttl+p {
  font-weight: normal;
}

@media screen and (max-width:425px) {
   .afr .box {
      width: 100%;
    }
    .big_sec {
      padding: 150px 15px!important;
    }
    .afr {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.f_big {
  font-size: 25px;
  color: #ff8555;
  font-weight: 700;
}

.afr input {
  border-radius: 10px;
  border: #ddd 1px solid;
  font-size: 18px;
  padding: 12px;
  font-weight: 700;
  margin-left: 15px;
}
@media screen and (max-width:350px) {
  .afr input {
    width: 100%;
    margin-left: 0;
  }
}

.pad15 {
  padding-top: 15px;
  margin: 0 auto 0 70px;
}
.btn.disabled, .btn:disabled {
   opacity: .2;
}
.submit input {
  padding: 2px 12px;
  margin-top: 12px;
}
.pad15 label {
  width: 300px;
  padding-left: 10px;
}
.pad15 input[type=checkbox] {
  width:      18px;
  height:     18px;
  -moz-transform:   scale(1.4);
  -webkit-transform:  scale(1.4);
  transform:    scale(1.4);
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.align-center{
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center
}
.error {
  color: #ff0000;
  font-weight: 700;
  font-size:13px;
}

@media screen and (max-width:425px) {
   .pad15 {
      padding-top: 15px;
      margin: 0 auto 0 50px
    }
   .pad15 label {
      width: 200px;
      padding-left: 15px;
      text-align: left;
    }
}
@media screen and (max-width:375px) {
   .pad15 {
      padding-top: 15px;
      margin: 0 auto 0 25px
    }
   .pad15 label {
      width: 200px;
      padding-left: 15px;
      text-align: left;
    }
}

.white_obi {
  background:rgba(255,255,255,0.5);
  padding:20px 30px;
}
.white_obi span {
  font-size: 22px;
}
@media screen and (max-width:375px) {
  .white_obi {
    padding:20px 10px;
    margin-top: -70px;
  }
  .white_obi span {
    font-size: 20px;
  }
}
.btn {
  background: #02b902;
  color: #fff;
  text-align:center;
  line-height:52px;
  padding:0 35px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid #24cf24;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  border-color:#4ba756;
  color: #f5f4dc;
  -moz-box-shadow: 2px 2px 29px -10px rgba(97, 97, 97, 0.8);
  -webkit-box-shadow: 2px 2px 29px -10px rgba(97, 97, 97, 0.8);
  -ms-box-shadow: 2px 2px 29px -10px rgba(97, 97, 97, 0.8);
  box-shadow: 2px 2px 29px -10px rgba(97, 97, 97, 0.8);
}
.btn:focus {
  outline:none;
}


.afr label {
    text-align: left;
}
.afr label a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}
.siteheader__cv .cvbtn:hover {
  color:#fff;
}
.siteheader__logo.lps {
  margin-top: 1em;
}