@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "source-han-sans-simplified-c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* FONT
 * ----------------------------------------------- */
.ft-min {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600; /*700*/
  font-feature-settings: "palt";
}
.ft-hansans {
  font-family: "source-han-sans-simplified-c", sans-serif;
  font-weight: 400; /*500/700*/
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.ft-anton {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mgT50 {
  margin-top: 50px;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.container {
  overflow: hidden;
}

.img {
  display: block;
  max-width: 100%;
}

body {
  position: static !important;
  top: auto !important;
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.flex-md {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-md-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-md-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center-md {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.md {
    display: block !important;
}
.sm {
    display: none !important;
}
@media only screen and (max-width: 767px) {
  .md {
      display: none !important;
  }
  .sm {
      display: block !important;
  }
  body {
      font-size: 12px;
      line-height: 1.67;
  }
  .container {
      min-width: 320px;
  }
  .img {
      width: 100%;
  }
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION KEYVISUAL
 * ----------------------------------------------- */
.section-keyvisual {
  position: relative;
  background: #f1f1f1;
}
.section-keyvisual .wrapper {
  width: 1400px;
  margin: 0 auto;
}
.section-keyvisual img {
  display: block;
  width: 100%;
}
.btn-main {
  position: absolute;
  bottom: -78px;
  left: 0;
  right: 0;
  z-index: 60;
}
.btn-cont {
  z-index: 60;
}
.btn-form {
  position: relative;
  width: 720px;
  height: 159px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.btn-form.fixed {
  height: 125px;
}
.btn-form img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.btn-form:hover img:nth-of-type(2) {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
	.section-keyvisual .wrapper {
	  width: 100%;
	}
	.btn-main {
	  position: absolute;
	  bottom: -40px;
	}
	.btn-form {
	  width: 95%;
	  height: 120px;
	}
	.btn-form img {
	  position: absolute;
	  top: 55%;
	}
	.btn-form.fixed {
	  height: 100px;
	}
	.btn-form.fixed img {
	  position: absolute;
	  top: 50%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION ABOUT
 * ----------------------------------------------- */
.section-about {
  background: url(../img/bg-tile-wt.gif);
  padding: 160px 0 130px;
}
.section-about .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-about img {
  width: 100%;
}
.section-about .about-ttl {
  text-align: center;
}
.section-about h2 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  border-bottom: 5px solid #b80314;
  margin-bottom: 40px;
  padding: 1.3rem 0;
}
.section-about h2:before,
.section-about h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.section-about h2:before {
  border: 25px solid;
  border-color: transparent;
  border-top-color: #b80314;
  margin-left: -25px;
}
.section-about h2:after {
  border: 18px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -18px;
}
.section-about h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 60px;
}
.section-about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.section-about .aboutBox ul {
  width: 45%;
}
.section-about .aboutBox picture {
  width: 50%;
}
.section-about .aboutBox .ttl {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  background: #000;
  padding: 1px 0 3px 8px;
  margin-bottom: 30px;
}
.section-about .aboutBox .txt {
  font-size: 18px;
  line-height: 1.8;
}
.section-about .about-aderans {
  background: #fff;
  padding: 37px;
  border: solid 18px #b80314;
}
.section-about p.tab{
  width: 260px;
  border-bottom: 30px solid #b80314;
  border-right: 20px solid transparent;
}
.section-about .about-aderans .adeBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.section-about .about-aderans .adeBox ul {
  width: 55%;
}
.section-about .about-aderans .adeBox picture {
  width: 40%;
}
.section-about .about-aderans .adeBox .ttl {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: solid 5px #b80314;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.section-about .about-aderans .adeBox .txt {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.section-about {
	  padding: 80px 4% 120px;
	}
	.section-about .wrapper {
	  width: 100%;
	}
	.section-about h2 {
	  font-size: 42px;
	  padding: 20px 0 30px;
	}
	.section-about h3 {
	  font-size: 28px;
	}
	.section-about .aboutBox .ttl {
	  font-size: 25px;
	  padding: 8px 0 10px 8px;
	  margin-bottom: 20px;
	}
	.section-about .aboutBox ul {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.section-about .aboutBox picture {
	  width: 100%;
	}
	.section-about .about-aderans {
	  padding: 30px 25px;
	}
	.section-about .about-aderans .adeBox ul {
	  width: 100%;
	}
	.section-about .about-aderans .adeBox picture {
	  width: 100%;
	  margin-bottom: 15px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION RECOMMEND
 * ----------------------------------------------- */
.section-recommend {
  background: url("../img/bg-tile.png");
  padding: 100px 0 110px;
}
.section-recommend .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-recommend h2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.section-recommend h2::before,
.section-recommend h2::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #fff;
}
.section-recommend h2::before {
  margin-right: 1rem;
}
.section-recommend h2::after {
  margin-left: 1rem;
}
.section-recommend .recoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.section-recommend .recoBox ul {
  width: 28%;
}
.section-recommend .recoBox .img {
  position: relative;
  margin-bottom: 35px;
  z-index: 10;
}
.section-recommend .recoBox .img::after {
  content: '';
  border: solid 7px #b80314;
  position: absolute;
  top: 55px;
  right: -20px;
  width: 100%;
  height: 90%;
  z-index: -1;
}
.section-recommend .recoBox img {
  width: 100%;
}
.section-recommend .recoBox .txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.section-recommend {
	  height: auto;
	  padding: 60px 4% 80px;
	}
	.section-recommend h2 {
	  font-size: 40px;
	}
	.section-recommend .wrapper {
	  width: 100%;
	}
	.section-recommend .recoBox ul {
	  width: 100%;
	  margin-bottom: 40px;
	}
	.section-recommend .recoBox img {
	  width: 94%;
	}
	.section-recommend .recoBox .img::after {
	  top: 40px;
	  right: 0;
	  width: 96%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* POINT
 * ----------------------------------------------- */
.section-point {
  text-align: center;
  padding: 36px 0 110px;
}
.section-point::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 41px solid #1e1e1e;
  border-bottom: 0;
}
.section-point .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-point h2 {
  position: relative;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin: 30px 35px;
}
.section-point h2 .ftc-rd {
  color: #b80314;
}
.section-point h2::before {
  content:'';
  position: absolute;
  background: url("../img/brackets_left.png") no-repeat;
  top: 0;
  left: 0;
  width: 30px;
  height: 200px;
}
.section-point h2::after {
  content:'';
  position: absolute;
  background: url("../img/brackets_right.png") no-repeat;
  top: 0;
  right: 0;
  width: 30px;
  height: 200px;
}
.section-point .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
.section-point .box ul {
  width: 46%;
  font-weight: bold;
  text-align: left;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 30px 0;
}
.section-point .box picture {
  width: 48%;
}
.section-point .box picture img {
  width: 100%;
}
.section-point .box .point {
  color: #b80314;
  font-size: 36px;
}
.section-point .box .ttl {
  font-size: 30px;
  line-height: 1.4;
  padding: 10px 0 20px;
}
.section-point .box .ttl span.black {
  color: #fff;
  background: #000;
  font-size: 30px;
}
.section-point .box .ttl span.asterisk {
  color: #fff;
  font-size: 10px;
}
.section-point .box .txt {
  font-size: 16px;
  line-height: 1.8;
}
.section-point .box .txt span.ftc-rd {
  color: #b80314;
}
.section-point .box .remarks {
  font-size: 13px;
  line-height: 1.8;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
	.section-point {
	  padding: 36px 0 110px;
	}
	.section-point .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-point h2 {
	  font-size: 34px;
	  margin: 30px 0;
	  padding-top: 15px;
	}
	.section-point img {
	  width: 100%;
	}
	.section-point .box ul {
	  width: 100%;
	}
	.section-point .box picture {
	  width: 100%;
	}
	.section-point .box ul {
	  border-bottom: none;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* LINEUP
 * ----------------------------------------------- */
.section-lineup {
  position: relative;
  background: #c1ae89;
  text-align: center;
  padding: 90px 0 110px;
  z-index: -2;
}
.section-lineup .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-lineup h2 {
  font-size: 70px;
  line-height: 1.2;
}
.section-lineup h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 60px;
  letter-spacing: 0.05em;
}
.section-lineup h4 {
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 80px;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 100px 18px 100px;
  margin-bottom: 30px;
}
.section-lineup .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.section-lineup .contBox {
  width: 48%;
  text-align: left;
}
.section-lineup .cont-ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: -15px;
}
.section-lineup .cont-ttl span {
  font-size: 50px;
  padding-left: 3px;
}
.section-lineup .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  width: 100%;
  height: 340px;
}
.section-lineup .box::after {
  content: '';
  background: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-lineup .box picture {
  width: 45%;
}
.section-lineup .box picture img {
  width: 100%;
}
.section-lineup .box .txtBox {
  width: 47%;
}
.section-lineup .box .txtBox .ttl {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 3px #b80314;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.section-lineup .box .txtBox .txt {
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	.section-lineup {
	  padding: 70px 0 90px;
	}
	.section-lineup .wrapper {
	  width: 100%;
	  padding: 0 6%;
	}
	.section-lineup h2 {
	  font-size: 54px;
	}
	.section-lineup h3 {
	  margin: 30px 0 40px;
	}
	.section-lineup h4 {
	  font-size: 24px;
	  padding: 15px 4px;
	  width: 100%;
	}
	.section-lineup .contBox {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.section-lineup .cont-ttl {
	  margin-bottom: -19px;
	}
	.section-lineup .box {
	  padding: 25px;
	  height: auto;
	}
	.section-lineup .box .txtBox .ttl {
	  font-size: 24px;
	  line-height: 1.1;
	  margin-bottom: 15px;
	}
	.section-lineup .box .txtBox .txt {
	  font-size: 16px;
	  line-height: 1.4;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* STYLES
 * ----------------------------------------------- */
.section-style {
  text-align: center;
  padding: 36px 0 0;
}
.section-style::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 41px solid #c1ae89;
  border-bottom: 0;
}
.section-style .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-style h2 {
  font-size: 70px;
  line-height: 1.2;
  margin: 30px 0;
}
.section-style h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section-style .styleBox {
  position: relative;
  background: url("../img/bg_style.jpg") no-repeat 0 220px;
  background-size: contain;
}
.section-style .styleBox ul {
  position: absolute;
  top: -30px;
  left: 16%;
  text-align: left;
  border-left: solid 3px #333;
  margin-top: 0;
  padding-left: 20px;
}
.section-style .styleBox .ttl {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #b80314;
}
.section-style .styleBox .ttl span {
  display: inline-block;
  font-size: 56px;
  margin-top: -30px;
  padding-left: 3px	;
}
.section-style .styleBox .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section-style .styleBox .txt::before {
  content: url(../img/ico_check_style.png);
  padding-right: 10px;
}
.section-style .styleBox picture {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.section-style {
	  padding: 38px 0 90px;
	}
	.section-style .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-style h2 {
	  font-size: 54px;
	}
	.section-style .styleBox {
	  background-size: auto;
	}
	.section-style .styleBox ul {
	  left: 8%;
	}
	.section-style .styleBox picture {
	  width: 100%;
	  padding-top: 100px;
	}
	.section-style .styleBox picture img {
	  width: 100%;
	}

}

/* PAGES
 * ----------------------------------------------- */
/* MOVIE
 * ----------------------------------------------- */

.section-movie {
  text-align: center;
  padding: 40px 0 110px;
}
.section-movie .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-movie h2 {
  font-size: 70px;
  line-height: 1.2;
  margin: 30px 0;
}
.section-movie h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section-movie .movieBox {
  margin: 60px 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.section-movie .movieBox iframe {
  width: 80%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
	.section-movie {
	  padding: 0 0 90px;
	}
	.section-movie .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-movie h2 {
	  font-size: 60px;
	}
	.section-movie .movieBox {
	  margin: 60px 0 30px;
	}
	.section-movie .movieBox iframe {
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* FLOW
 * ----------------------------------------------- */
.section-flow {
  background: #c1ae89;
  text-align: center;
  padding: 80px 0 120px;
}
.section-flow .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-flow h2 {
  font-size: 70px;
  line-height: 1.2;
  margin: 30px 0;
}
.section-flow h3 {
  display: inline-block;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 40px;
  padding: 25px 80px;
}
.section-flow h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section-flow .flowBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
.section-flow .flowBox ul {
  position: relative;
  width: 22%;
  background: #fff;
  font-weight: bold;
  border: solid 3px #333;
  padding-bottom: 30px;
}
.section-flow .flowBox ul::after {
  content:'';
  position: absolute;
  background: url("../img/ico_arrow_flow.png") no-repeat;
  top: 50%;
  right: -32px;
  width: 15px;
  height: 28px;
}
.section-flow .flowBox ul:last-of-type::after {
  content:'';
  background: none;
}
.section-flow .flowBox .ttl {
  background: #333;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.2em;
  padding: 15px;
}
.section-flow .flowBox .txt {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 20px;
}
.section-flow .flowBox .img {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 10px;
}
.section-flow .flowBox .img img {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.section-flow {
	  padding: 70px 0 90px;
	}
	.section-flow .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-flow h2 {
	  font-size: 54px;
	}
	.section-flow h3 {
	  font-size: 26px;
	  margin: 20px 0 40px;
	  padding: 25px;
	}
	.section-flow .flowBox ul {
	  width: 45%;
	  margin-bottom: 30px;
	  padding-bottom: 25px;
	}
	.section-flow .flowBox .img {
	  width: 70%;
	  margin: 0 auto;
	  padding: 10px 0;
	}
	.section-flow .flowBox .img img {
	  width: 100%;
	  text-align: center;
	}
	.section-flow .flowBox .txt {
	  font-size: 16px;
	}
	.section-flow .flowBox ul:nth-child(2)::after {
	  content:'';
	  background: none;
	}
	.section-flow .flowBox .ttl {
	  font-size: 20px;
	  padding: 6px 0 8px;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* ForYou
 * ----------------------------------------------- */
.section-foryou {
  position: relative;
  background: url(../img/bg-tile-wt.gif);
  padding: 100px 0 110px;
  z-index: -2;
}
.section-foryou .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-foryou .foryou-ttl {
  text-align: center;
  position: relative;
}
.section-foryou .foryou-ttl::after {
  content:'';
  position: absolute;
  background: url("../img/ico_arrow_foryou.png") no-repeat;
  top: 122px;
  left: 49%;
  width: 65px;
  height: 28px;
}
.section-foryou h2 {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border: solid 5px #000;
  padding: 25px 120px;
  margin: 0 auto;
}
.section-foryou h2::after {
  content: '';
  background: #000;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-foryou .foryouBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
.section-foryou .foryouBox picture {
  width: 50%;
}
.section-foryou .foryouBox picture img {
  width: 100%;
}
.section-foryou .foryouBox ul {
  margin-top: 50px;
  width: 46%;
}
.section-foryou .foryouBox .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: solid 5px #b80314;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.section-foryou .foryouBox .txt {
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.section-foryou {
	  padding: 70px 0 90px;
	}
	.section-foryou .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-foryou h2 {
	  font-size: 36px;
	  line-height: 1.2;
	  padding: 25px;
	}
	.section-foryou .foryou-ttl::after {
	  top: 149px;
	  left: 45%;
	}
	.section-foryou .foryouBox picture {
	  width: 100%;
	}
	.section-foryou .foryouBox ul {
	  margin-top: 30px;
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* AFTER SERVICE
 * ----------------------------------------------- */
.section-after {
  position: relative;
  color: #fff;
  background: url(../img/bg-tile.png);
  padding: 100px 0 110px;
  z-index: -2;
}
.section-after .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-after h2 {
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}
.section-after h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}
.section-after .afterBox {
  position: relative;
  color: #000;
  background: #fff;
  padding: 50px 50px 60px;
}
.section-after .afterBox::before,
.section-after .afterBox::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
}
.section-after .afterBox::before {
  border-left: solid 5px #b80314;
  border-bottom: solid 5px #b80314;
  bottom: 10px;
  left: 10px;
}
.section-after .afterBox::after {
  border-right: solid 5px #b80314;
  border-top: solid 5px #b80314;
  top: 10px;
  right: 10px;
}
.section-after .afterBox .after-ttl::before,
.section-after .afterBox .after-ttl::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
}
.section-after .afterBox .after-ttl::before {
  border-left: solid 5px #b80314;
  border-top: solid 5px #b80314;
  top: 10px;
  left: 10px;
}
.section-after .afterBox .after-ttl::after {
  border-right: solid 5px #b80314;
  border-bottom: solid 5px #b80314;
  bottom: 10px;
  right: 10px;
}
.section-after .afterBox .after-ttl {
  text-align: center;
}
.section-after .afterBox .after-ttl h4 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  border-bottom: solid 6px #b80314;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-after .afterBox .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.section-after .afterBox .cont ul {
  background: #eee;
  width: 58%;
  padding: 40px;
  font-size: 18px;
  line-height: 1.8;
  height: 274px;
}
.section-after .afterBox .cont picture {
  width: 42%;
}
.section-after .afterBox .cont picture img {
  width: 100%;
}
.section-after .afterBox p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.section-after {
	  padding: 70px 0 90px;
	}
	.section-after .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-after h2 {
	  font-size: 54px;
	}
	.section-after .afterBox {
	  padding: 50px 20px 60px;
	}
	.section-after .afterBox .after-ttl h4 {
	  font-size: 28px;
	  line-height: 1.3;
	  margin-bottom: 30px;
	}
	.section-after .afterBox::before,
	.section-after .afterBox::after {
	  width: 30px;
	  height: 30px;
	}
	.section-after .afterBox .after-ttl::before,
	.section-after .afterBox .after-ttl::after {
	  width: 30px;
	  height: 30px;
	}
	.section-after .afterBox .cont {
	  width: 100%;
	  margin-bottom: 10px;
	  height: auto;
	}
	.section-after .afterBox .cont ul {
	  width: 100%;
	  padding: 30px 25px;
	  font-size: 16px;
	  line-height: 1.6;
	  height: auto;
	}
	.section-after .afterBox .cont picture {
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* FAQ
 * ----------------------------------------------- */
.section-faq {
  text-align: center;
  padding: 80px 0;
}
.section-faq .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-faq h2 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 60px;
}

/*アコーディオン全体*/
.section-faq .accordion-area {
  text-align: left;
  letter-spacing: 0.05em;
  list-style: none;
  width: 100%;
  max-width: 1080px;
  margin:0 auto;
}
.section-faq .accordion-area li {
  color: #000;
  margin: 10px 0;
}
.section-faq .title {
  position: relative;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  border: solid 5px #000;
  cursor: pointer;
  padding: 20px 40px;
  transition: all .5s ease;
}
.section-faq .title span {
  color: #b80314;
  font-size: 28px;
}
.section-faq .answer {
  color: #000;
  font-size: 28px;
}
/*アイコンの＋と×*/
.section-faq .title::before,
.section-faq .title::after {
  position: absolute;
  content:'';
  width: 20px;
  height: 3px;
  background-color: #b80314;
}
.section-faq .title::after{
  top:48%;
  right: 60px;
  transform: rotate(0deg);
}
.section-faq .title::before{
  color: #b80314;
  top:48%;
  right: 60px;
  transform: rotate(90deg);
}
.section-faq .title.close::before{
  transform: rotate(45deg);
}
.section-faq .title.close::after{
  transform: rotate(-45deg);
}
.section-faq .box {
  display: none;
  background: #e5dfd4;
  margin-bottom: 20px;
  padding: 3% 4%;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.section-faq .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-faq h2 {
	  font-size: 50px;
	  line-height: 1.1;
	  margin-bottom: 40px;
	}
	.section-faq .title {
	  padding: 20px 60px 20px 30px;
	  line-height: 1.3;
	}
	.section-faq .box {
	  padding: 6% 5% 7% 6%;
	  line-height:1.5;
	}
	.section-faq .title::after{
	  right: 20px;
	}
	.section-faq .title::before{
	  right: 20px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* TRY-IT
 * ----------------------------------------------- */
.section-tryit {
  background: #c1ae89;
  text-align: center;
  padding: 90px 0 120px;
}
.section-tryit .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-tryit h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding: 18px 0 25px;
  max-width: 100%;
  color: #000;
  background: #fff;
  font-size: 38px;
  font-weight: bold;
  border: solid 5px #000;
  box-sizing: border-box;
  border-radius: 80px;
  width: 60%;
}
.section-tryit h2::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.section-tryit h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.section-tryit h2 span.ftc-rd {
  color: #b80314;
  font-size: 46px;
}
.section-tryit h2 span.small {
  font-size: 26px;
}
.section-tryit .tryitBox {
  position: relative;
}
.section-tryit .tryitBox .circle {
  position: absolute;
  top: -90px;
  right: 70px;
  background: #000;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding-top: 28px;
}
.section-tryit .tryitBox .cont {
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
}
.section-tryit .tryitBox .cont picture {
  width: 46%;
}
.section-tryit .tryitBox .cont picture img {
  width: 100%;
}
.section-tryit .tryitBox .cont ul {
  width: 50%;
  text-align: left;
}
.section-tryit .tryitBox .cont .ttl {
  font-size: 36px;
  font-weight: bold;
  border-bottom: solid 5px #b80314;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.section-tryit .tryitBox .cont .txt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.section-tryit .tryitBox .cont .btn .btn-try {
  position: relative;
  display: inline-block;
  background: #b80314;
  color: #fff;
  border: solid 5px #000;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 25px 30px;
  transition: 0.4s;
  width: 100%;
  border-radius: 12px;
}
.section-tryit .tryitBox .cont .btn .btn-try:hover {
  background: #000;
  color: #fcff00;
  transition: 0.4s;
}
.section-tryit .tryitBox .cont .btn .btn-try::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 25px;
  background: url("../img/ico_mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.section-tryit .tryitBox .cont .btn .btn-try::after {
  content:'';
  display: inline-block;
  background: url("../img/ico_yoyaku_arrow.png") no-repeat;
  width: 10px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.section-tryit {
	  padding: 70px 0 90px;
	}
	.section-tryit .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-tryit h2 {
	  margin-bottom: 50px;
	  padding: 20px 0 30px;
	  font-size: 30px;
	  line-height: 0.8;
	  width: 100%;
	}
	.section-tryit h2 span.small {
	  font-size: 20px;
	}
	.section-tryit h2 span.ftc-rd {
	  font-size: 32px;
	}
	.section-tryit .tryitBox .cont {
	  padding: 50px 20px;
	}
	.section-tryit .tryitBox .cont picture {
	  width: 100%;
	  margin-bottom: 15px;
	}
	.section-tryit .tryitBox .cont ul {
	  width: 100%;
	}
	.section-tryit .tryitBox .circle {
	  top: -30px;
	  right: 20px;
	  font-size: 32px;
	  width: 120px;
	  height: 120px;
	  padding-top: 24px;
	}
	.section-tryit .tryitBox .cont .ttl {
	  font-size: 36px;
	  line-height: 1.1;
	  padding-bottom: 10px;
	  margin-bottom: 20px;
	}
	.section-tryit .tryitBox .cont .txt {
	  line-height: 1.6;
	  margin-bottom: 40px;
	}
	.section-tryit .tryitBox .cont .btn .btn-try {
	  font-size: 22px;
	  padding: 20px;
	}
	.section-tryit .tryitBox .cont .btn .btn-try::before {
	  content: '';
	  display: inline-block;
	  width: 26px;
	  height: 25px;
	  background: url("../img/ico_mail.png") no-repeat;
	  background-size: contain;
	  vertical-align: middle;
	  margin-right: 10px;
	}
	.section-tryit .tryitBox .cont .btn .btn-try::after {
	  content:'';
	  display: inline-block;
	  background: url("../img/ico_yoyaku_arrow.png") no-repeat;
	  width: 10px;
	  height: 16px;
	  background-size: contain;
	  vertical-align: middle;
	  margin-left: 30px;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* LOCATION
 * ----------------------------------------------- */
.section-location {
  text-align: center;
  padding: 80px 0 100px;
}
.section-location .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-location h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
.section-location .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.section-location .box .imgBox {
  width: 48%;
}
.section-location .box .imgBox img {
  width: 100%;
}
.section-location .box .txtBox {
  width: 48%;
  text-align: left;
  letter-spacing: 0.05em;
}
.section-location .box .txtBox .ttl {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  border-bottom: solid 3px #000;
  padding-bottom: 15px;
}
.section-location .box .txtBox .add {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin: 30px 0 10px;
  padding-left: 30px;
}
.section-location .box .txtBox .add::before {
  content: url(../img/ico_add.png);
  position: absolute;
  top: 1px;
  left: 0;
}
.section-location .box .txtBox .tel {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 30px;
}
.section-location .box .txtBox .tel::before {
  content: url(../img/ico_tel.png);
  position: absolute;
  top: 3px;
  left: 3px;
}
.section-location .box .txtBox .open {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.section-location .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-location h2 {
	  font-size: 50px;
	  margin-bottom: 40px;
	}
	.section-location .box {
	  width: 100%;
	  margin-bottom: 10px;
	}
	.section-location .box .imgBox {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.section-location .box .imgBox img {
	  width: 100%;
	}
	.section-location .box .txtBox {
	  width: 100%;
	}
	.section-location .box .txtBox .ttl {
	  font-size: 24px;
	}
}

/*
 * ----------------------------------------------- */
/* FOOTER
 * ----------------------------------------------- */
.footer-site {
  background: #333;
  color: #fff;
  padding: 80px 0 100px;
}
.footer-site .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.footer-site .footer-logo img {
  width: 244px;
  margin-bottom: 50px;
}
.footer-site .footer-link {
  display: flex;
  font-size: 16px;
  text-align: left;
}
.footer-site .footer-nav a:link,
.footer-site .footer-nav a:hover,
.footer-site .footer-nav a:visited,
.footer-site .footer-nav a:active {
  color: #fff;
}
.footer-site .footer-nav .ico {
  position: relative;
  margin-right: 70px;
}
.footer-site .footer-nav .ico-img {
}
.footer-site .footer-nav .ico-img::after {
  content: url(../img/ico_link.png);
  padding-left: 7px;
}
.footer-site .footer-nav .ico-img2::after {
  content: url(../img/ico_link.png);
  padding-left: 7px;
}
.footer-site .copyright {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.footer-site {
	  padding: 80px 0 40px;
	}
	.footer-site .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.footer-site .footer-logo img {
	  margin-bottom: 40px;
	}
	.footer-site .footer-nav .ico {
	  margin-right: 0;
	  line-height: 2;
	  width: 100%;
	}
	.footer-site .footer-nav .ico-img {
	}
	.footer-site .footer-link {
	  flex-wrap: wrap;
	}
	.footer-site .copyright {
	  margin-top: 50px;
	}
}

/*
 * ----------------------------------------------- */
/* gototop
 * ----------------------------------------------- */
.gototop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  z-index: 70;
}
.gototop img {
  width: 75%;
  z-index: 99;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	  .gototop {
	      right: 0;
	      width: 100%;
	      text-align: center;
	  }
	  .gototop img {
	      width: 94%;
	  }
}
