@charset "UTF-8";
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, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

hgroup, menu, aside, details,
header, footer, article, main, section, nav,
figcaption, figure, span, em {
  display: block;
}

html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input, textarea {
  font-size: 1.6rem;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body {
  background-color: #000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #fff;
  min-width: 1200px;
}

main {
  padding-top: 50px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
.smp{
  display: none;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
a:hover {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.col_grey {
  background-color: #838383;
}

.col_hide {
  height: 37px;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }

  article {
    overflow: hidden;
  }
}

body {
  overflow-x: hidden;
  font-size: 1.2rem;
  min-width: 100%;
}
.sec_content {
  width: 1200px;
  margin: 0  auto;
}
.sec_ttl {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 7rem;
  letter-spacing: 2.5px;
  color: #D58F4A;
}
.sec_ttl:after {
  display: block;
  content: "";
  background-color: #D58F4A;
  height: 5px;
  width: 680px;
  margin: 23px auto 0;
}
.sec_ttl-min {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #D58F4A;
  margin-top: 28px;
}
.sec_bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr_ttl {
  position: relative;
  text-align: center;
  border-top: solid 2px #D58F4A;
  border-bottom: solid 2px #D58F4A;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  line-height: 1.5;
  width: 1100px;
  padding: 40px 0;
  margin: 0 auto;
}
.bnr_ttl i {
  display: inline-block;
  font-size: 3.1rem;
  margin-bottom: 25px;
}
.bnr_ttl:before, .bnr_ttl:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #D58F4A;
  height: 110px;
  width: 2px;
}
.bnr_ttl:before {
  top: 0;
  left: 0;
}
.bnr_ttl:after {
  bottom: 0;
  right: 0;
}
.bnr_bloc:hover {
  opacity: .7;
}

.frame_bloc {
  width: 900px;
  height: 520px;
  margin: 0 auto 75px;
}
.frame_bloc iframe {
  width: 100%;
  height: 100%;
}

.sec_content {
  width: auto;
  padding: 0 25px;
}
.sec_ttl {
  font-size: 2.3rem;
}
.sec_ttl:after {
  width: 80%;
  margin: 10px auto 0;
}
.sec_ttl-min {
  font-size: 1.3rem;
  margin-top: 15px;
}
.sec_bloc {
  display: block;
}

.bnr_ttl {
  font-size: 1.5rem;
  width: auto;
  padding: 15px 8px;
}
.bnr_ttl i {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.bnr_ttl:before, .bnr_ttl:after {
  height: 55px;
}
.bnr_bloc:hover {
  opacity: 1;
}

.frame_bloc {
  width: auto;
  height: 320px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 414px) {
  .smp{
    display: block;
  }
  
  .frame_bloc {
    height: 210px;
  }
}
@media screen and (max-width: 360px) {
  .frame_bloc {
    height: 178px;
  }
}
/* アニメーション
-------------------------------------------------------------- */

.js-mask {
  overflow: hidden;
}
.js-mask_inner {
  opacity: 0;
}
.js-mask.is-active .js-mask_inner {
  position: relative;
  opacity: 1;
}
.js-mask.is-active .js-mask_inner:before {
  background-color: #000;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.92, 0.25, 0.97, 0.1);
          animation-timing-function: cubic-bezier(0.92, 0.25, 0.97, 0.1);
}

.js-fadein .js-scale {
  opacity: 0;
}
.js-fadein.is-active .illust_laurel.js-scale {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.js-fadein.is-active .illust_txt-cm.js-scale,
.js-fadein.is-active .illust_txt-success.js-scale,
.js-fadein.is-active .illust_txt-success_all.js-scale {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.js-fadein.is-active .illust_txt-cm.js-scale {
  -webkit-animation-name: fadeIn02;
          animation-name: fadeIn02;
}
.js-fadein.is-active .illust_txt-success.js-scale {
  -webkit-animation-name: fadeIn03;
          animation-name: fadeIn03;
}
.js-fadein.is-active .illust_txt-success_all.js-scale {
  -webkit-animation-name: fadeIn04;
          animation-name: fadeIn04;
}
.js-fadein.is-active dl:nth-child(2) .illust_laurel.js-scale {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-fadein.is-active dl:nth-child(2) .illust_txt-cm.js-scale,
.js-fadein.is-active dl:nth-child(2) .illust_txt-success.js-scale {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-fadein.is-active dl:nth-child(3) .illust_laurel.js-scale {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-fadein.is-active dl:nth-child(3) .illust_txt-cm.js-scale,
.js-fadein.is-active dl:nth-child(3) .illust_txt-success.js-scale {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js-fadein.is-active dl:nth-child(4) .illust_laurel.js-scale {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.js-fadein.is-active dl:nth-child(4) .illust_txt-cm.js-scale,
.js-fadein.is-active dl:nth-child(4) .illust_txt-success.js-scale {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeIn01 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn01 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn02 {
  0% {
    top: 16px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 3.8);
    opacity: 1;
  }
}

@keyframes fadeIn02 {
  0% {
    top: 16px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 3.8);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn03 {
  0% {
    top: 16px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 3.5);
    opacity: 1;
  }
}
@keyframes fadeIn03 {
  0% {
    top: 16px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 3.5);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn04 {
  0% {
    top: 12px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 5);
    opacity: 1;
  }
}
@keyframes fadeIn04 {
  0% {
    top: 12px;
    opacity: 0;
  }
  100% {
    top: calc(100% / 5);
    opacity: 1;
  }
}
/* header
-------------------------------------------------------------- */
header {
  background-color: #000;
  position: fixed;
  z-index: 100;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
}
header .head_inner {
  padding: 8px 0;
}
header .head_inner h1 {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1.5px;
}
header .head_inner-desc {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
}
header .head_inner-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .head_inner-desc ul li {
  width: 35px;
}
header .head_inner-desc ul li + li {
  margin-left: 12px;
}
header .head_inner-desc ul li a {
  display: block;
}
header .head_inner-desc ul li a img {
  width: 35px;
}
header .head_inner-desc ul li a:hover {
  opacity: .7;
}
header .head_inner-desc_btn {
  background: url(../img/bg_head.png) no-repeat;
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  width: 272px;
  padding: 11px 37px 11px 0;
  margin-left: 5px;
}
header .head_inner-desc_btn:after {
  display: block;
  content: "";
  background: url(../img/icn_shop.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 28px;
  top: 10px;
  right: 58px;
}
header .head_inner-desc_btn:hover {
  opacity: .7;
}

header {
  min-width: 100%;
}
header .head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 8px;
}
header .head_inner h1 {
  text-align: left;
  font-size: 2.4vw;
}
header .head_inner-desc {
  position: static;
}
header .head_inner-desc ul {
  padding-left: 10px;
}
header .head_inner-desc ul li + li {
  margin-left: 12px;
}
header .head_inner-desc ul li a:hover {
  opacity: 1;
}
header .head_inner-desc_btn {
  font-size: 2.4vw;
  width: 30vw;
  min-width: 150px;
  padding: 14px 10px 14px 0;
  margin-left: 0;
}
header .head_inner-desc_btn:after {
  top: 10px;
  right: 14px;
}
header .head_inner-desc_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 550px) {
  header .head_inner-desc_btn:after {
    width: 25px;
    height: 21px;
    right: 10px;
  }
}
@media screen and (max-width: 414px) {
  header {
    max-height: 100%;
  }
  header .head_inner h1 {
    font-size: 3vw;
    padding: 5px 0;
  }
  header .head_inner-desc ul li {
    width: 30px;
  }
  header .head_inner-desc ul li + li {
    margin-left: 8px;
  }
  header .head_inner-desc ul li a img {
    width: 30px;
  }
  header .head_inner-desc_btn {
    font-size: 3vw;
    padding: 23px 10px 23px 0;
  }
  header .head_inner-desc_btn:after {
    top: 21px;
  }
}
@media screen and (max-width: 320px) {
  header .head_inner h1 {
    padding: 0;
  }
  header .head_inner-desc_btn {
    padding: 25px 10px 25px 0;
  }
  header .head_inner-desc_btn:after {
    top: 20px;
  }
}
.off{
	position: absolute;
	right: 10px;
	bottom: -33px;
	 width: 120px;
}
@media screen and (max-width: 320px) {
	.off{
		bottom: -28px;
	width: 100px;
	}
}
/* kv
-------------------------------------------------------------- */
.kv {
  position: relative;
  background: url(../img/kv.jpg) no-repeat center/cover;
  height: 900px;
  z-index: 10;
}
.kv_ttl {
  position: absolute;
  width: 560px;
  top: 42px;
  left: 50px;
}
.kv_scroll {
  position: absolute;
  width: 108px;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv {
  background: url(../img/kv-sp.jpg) no-repeat center/cover;
  height: 666px;
}
.kv_ttl {
  width: 58%;
  top: 30px;
  left: 20px;
}
.kv_scroll {
  width: 16%;
  bottom: 26px;
	display: none;
}

@media screen and (max-width: 500px) {
  .kv {
    height: 422px;
  }
  .kv_ttl {
    top: 15px;
  }
  .kv_scroll {
    bottom: 26px;
  }
}
@media screen and (max-width: 414px) {
  .kv {
    height: 370px;
  }
  .kv_ttl {
    top: 35px;
  }
}
@media screen and (max-width: 360px) {
  .kv {
    height: 310px;
  }
}
.kv_sale{
	position: absolute;
  max-width: 320px;
  bottom: 10px;
	width: 100%;
  left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 360px) {
	.kv_sale{
  max-width: 300px;
}
}
/* hybrid
-------------------------------------------------------------- */
.hybrid {
  padding: 56px 0 120px;
}
.hybrid .sec_bloc {
  width: 1250px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hybrid .sec_bloc:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hybrid .sec_bloc:nth-child(odd) .hybrid_bloc {
  margin-right: -150px;
}
.hybrid .sec_bloc:nth-child(even) .hybrid_bloc {
  margin-left: -80px;
}
.hybrid .sec_bloc:first-child .hybrid_bloc {
  text-align: left;
}
.hybrid .sec_bloc:first-child figure {
  width: 795px;
}
.hybrid .sec_bloc:nth-child(2) {
  margin-top: 15px;
}
.hybrid .sec_bloc:nth-child(2) .hybrid_bloc {
  margin-bottom: 36px;
}
.hybrid .sec_bloc:nth-child(3) {
  margin-top: -15px;
}
.hybrid .sec_bloc:nth-child(3) .hybrid_bloc {
  margin-bottom: 36px;
}
.hybrid .sec_bloc:nth-child(4) {
  margin-top: -15px;
}
.hybrid .sec_bloc figure {
  width: 880px;
  height: 530px;
}
.hybrid .sec_bloc figure img {
  width: 100%;
  height: 100%;
}
.hybrid_bloc {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.hybrid_bloc-lead {
  font-size: 3.2rem;
  line-height: 1.9;
  margin-bottom: 6px;
}
.hybrid_bloc-ttl {
  font-size: 5.8rem;
}
.hybrid_bloc-ttl_min {
  font-size: 4.5rem;
  color: #D58F4A;
  border-bottom: solid 2px #D58F4A;
  margin-bottom: 30px;
}
.hybrid_bloc-txt {
  font-size: 3rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.hybrid {
  padding: 40px 0 50px;
}
.hybrid .sec_bloc {
  width: auto;
  padding: 0 25px;
}
.hybrid .sec_bloc:nth-child(odd) .hybrid_bloc {
  margin-right: 0;
}
.hybrid .sec_bloc:nth-child(even) .hybrid_bloc {
  margin-left: 0;
}
.hybrid .sec_bloc:first-child figure {
  width: auto;
}
.hybrid .sec_bloc + .sec_bloc {
  padding-top: 30px;
}
.hybrid .sec_bloc:nth-child(2), .hybrid .sec_bloc:nth-child(3), .hybrid .sec_bloc:nth-child(4) {
  margin-top: 0;
}
.hybrid .sec_bloc:nth-child(2) .hybrid_bloc, .hybrid .sec_bloc:nth-child(3) .hybrid_bloc, .hybrid .sec_bloc:nth-child(4) .hybrid_bloc {
  margin-bottom: 0;
}
.hybrid .sec_bloc figure {
  width: auto;
  height: auto;
}
.hybrid_bloc {
  text-align: left;
}
.hybrid_bloc-lead {
  font-size: 1.5rem;
}
.hybrid_bloc-ttl {
  font-size: 1.7rem;
}
.hybrid_bloc-ttl_min {
  font-size: 1.5rem;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.hybrid_bloc-txt {
  font-size: 1.4rem;
}
/* history
-------------------------------------------------------------- */
.history {
  padding-bottom: 154px;
}
.history .sec_ttl-min {
  margin-bottom: 60px;
}
.history .sec_bloc {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1070px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.history .sec_bloc + .sec_bloc {
  margin-top: 60px;
}
.history .sec_bloc:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1200px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history .sec_bloc:last-child:after {
  display: none;
}
.history .sec_bloc:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history .sec_bloc figure {
  width: 500px;
}
.history_list {
  padding-bottom: 40px;
}
.history_bloc {
  width: 528px;
}
.history_bloc-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.history .bnr_ttl {
  margin-bottom: 100px;
}

.history {
  padding-bottom: 50px;
}
.history .sec_ttl-min {
  margin-bottom: 30px;
}
.history .sec_bloc {
  width: auto;
  padding-bottom: 20px;
}
.history .sec_bloc + .sec_bloc {
  margin-top: 30px;
}
.history .sec_bloc:after {
  width: 100%;
}
.history .sec_bloc figure {
  width: auto;
  margin-bottom: 18px;
}
.history_list {
  padding-bottom: 20px;
}
.history_bloc {
  width: auto;
}
.history_bloc-ttl {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.history .bnr_ttl {
  margin-bottom: 45px;
}
/* feature
-------------------------------------------------------------- */
.feature {
  padding-bottom: 162px;
}
.feature .sec_ttl {
  margin-bottom: 110px;
}
.feature .bnr_ttl {
  margin-bottom: 100px;
}
.feature .frame_bloc {
  margin: 0 auto 120px;
}
.feature_comme-bloc {
  position: relative;
  width: 1250px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feature_comme-bloc figure {
  width: 780px;
}
.feature_comme-bloc-desc {
  position: absolute;
  z-index: 5;
  width: 593px;
  top: 0;
  left: 0;
}
.feature_comme-bloc-ttl {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 2.5px;
  color: #D58F4A;
  margin-bottom: 6px;
}
.feature_comme-bloc-txt p {
  position: relative;
  font-size: 2rem;
  line-height: 1.9;
  padding: 0 30px;
}
.feature_comme-bloc-txt p:nth-child(1) {
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding-top: 30px;
  padding-bottom: 22px;
}
.feature_comme-bloc-txt p:nth-child(1):after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/comment_bg.png) no-repeat;
  z-index: 5;
  width: 380px;
  height: 40px;
  right: 0;
  bottom: -40px;
}
.feature_comme-bloc-txt p:nth-child(2) {
  background-color: #D58F4A;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 30px;
}
.feature_comme-bloc-txt i {
  display: block;
  font-size: 1.7rem;
  margin-top: 12px;
}
.feature_list {
  margin-bottom: 65px;
}
.feature_bloc {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 53px;
  border-bottom: solid 3px #fff;
}
.feature_bloc + .feature_bloc {
  margin-top: 50px;
}
.feature_bloc:last-child {
  border-bottom: none;
}
.feature_bloc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.feature_bloc-inner figure {
  width: 500px;
}
.feature_bloc:nth-child(even) .feature_bloc-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature_bloc-desc {
  width: 540px;
}
.feature_bloc-ttl {
  text-align: center;
  border-bottom: solid 1px #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feature_bloc-comme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature_bloc-comme figure {
  width: 180px;
  margin-right: 20px;
}
.feature_bloc-comme figure img {
  border-radius: 50%;
  border: solid 1px #707070;
}
.feature_bloc-comme_txt {
  width: 900px;
}
.feature_bloc-comme_txt span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.feature_bloc-comme_txt span:after {
  display: block;
  content: "";
  background: url(../img/comment_icn.png) no-repeat;
  background-size: contain;
  width: 280px;
  height: 18px;
  margin-top: 4px;
}

.feature {
  padding-bottom: 50px;
}
.feature .sec_ttl {
  margin-bottom: 30px;
}
.feature .bnr_ttl {
  margin-bottom: 45px;
}
.feature .frame_bloc {
  margin: 0 auto 30px;
}
.feature_comme-bloc {
  width: auto;
  margin-bottom: 50px;
  display: block;
}
.feature_comme-bloc figure {
  width: auto;
  margin-bottom: 20px;
}
.feature_comme-bloc-desc {
  position: static;
  width: auto;
}
.feature_comme-bloc-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.feature_comme-bloc-txt p {
  font-size: 1.4rem;
  padding: 0 15px;
}
.feature_comme-bloc-txt p:nth-child(1) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.feature_comme-bloc-txt p:nth-child(1):after {
  width: 60%;
  max-width: 230px;
  bottom: -39px;
}
.feature_comme-bloc-txt p:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.feature_comme-bloc-txt i {
  font-size: 1.2rem;
  margin-top: 8px;
}
.feature_list {
  margin-bottom: 10px;
}
.feature_bloc {
  width: auto;
  padding-bottom: 30px;
}
.feature_bloc + .feature_bloc {
  margin-top: 30px;
}
.feature_bloc-inner {
  display: block;
  margin-bottom: 30px;
}
.feature_bloc-inner figure {
  width: auto;
  margin-bottom: 20px;
}
.feature_bloc-desc {
  width: auto;
}
.feature_bloc-ttl {
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.feature_bloc-comme {
  display: block;
}
.feature_bloc-comme figure {
  display: none;
}
.feature_bloc-comme_txt {
  width: auto;
}
.feature_bloc-comme_txt span {
  font-size: 1.4rem;
  margin-bottom: 20px;
  max-width: 258px;
  padding-left: 60px;
}
.feature_bloc-comme_txt span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/takepro_icn.jpg) no-repeat center/contain;
  border: solid 1px #707070;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}
.feature_bloc-comme_txt span:after {
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 414px) {
  .feature_comme-bloc-txt p:nth-child(1):after {
    width: 60%;
    max-width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .feature_comme-bloc-txt p:nth-child(1):after {
    display: none;
  }
}
/* analysis
-------------------------------------------------------------- */
.analysis {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 150px;
}
.analysis .sec_ttl {
  margin-bottom: 62px;
}
.analysis .sec_bloc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.analysis .sec_bloc figure {
  width: 420px;
}
.analysis_ttl {
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 16px;
}
.analysis_bloc {
  width: 650px;
}
.analysis_bloc-ttl {
  font-size: 3rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 22px;
  margin-bottom: 34px;
}
.analysis_bloc-txt {
  font-size: 2.5rem;
}
.analysis_bloc-txt p + p {
  margin-top: 15px;
}
.analysis_table {
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.analysis_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analysis_table tr:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  border-bottom: solid 2px #fff;
}
.analysis_table tr:first-child th {
  display: block;
  width: 100%;
}
.analysis_table th, .analysis_table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.analysis_table th {
  font-size: 2.3rem;
  width: 153px;
}
.analysis_table th:nth-child(n + 2) {
  border-left: solid 2px #fff;
  margin-left: 3px;
}
.analysis_table th:nth-child(5) {
  color: #D58F4A;
}
.analysis_table td {
  font-size: 3.5rem;
  width: 247px;
  border-left: solid 1px #fff;
  border-right: solid 2px #fff;
}
.analysis_table td:last-child {
  font-size: 4.4rem;
  color: #D58F4A;
  border-right: none;
}
.analysis_note {
  text-align: right;
  font-size: 1.8rem;
}
.analysis_txt {
  position: relative;
  text-align: center;
  font-size: 2.7rem;
  padding-top: 6px;
  margin-bottom: 100px;
}
.analysis_txt:before {
  display: block;
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  margin: 0 auto 24px;
  width: 37px;
  height: 16px;
}
.analysis_txt i {
  font-size: 4.2rem;
  color: #D58F4A;
}

.analysis {
  padding-bottom: 50px;
}
.analysis .sec_ttl {
  margin-bottom: 30px;
}
.analysis .sec_bloc figure {
  width: auto;
  margin-bottom: 15px;
}
.analysis_ttl {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.analysis_bloc {
  width: auto;
}
.analysis_bloc-ttl {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.analysis_bloc-txt {
  font-size: 1.2rem;
}
.analysis_bloc-txt p + p {
  margin-top: 8px;
}
.analysis_bloc-txt p{
  padding-left: 1em;
  text-indent: -1em;
}
.analysis_table {
  margin-top: 30px;
}
.analysis_table tbody {
  width: 100%;
}
.analysis_table tr {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.analysis_table tr:first-child {
  width: 100%;
  border-bottom: transparent;
  padding: 5px 0;
}
.analysis_table tr:first-child th {
  width: auto;
}
.analysis_table tr:nth-child(2) th, .analysis_table tr:nth-child(2) td {
  border-top: solid 1px #fff;
  padding: 5px 0;
}
.analysis_table tr .line_double {
  position: relative;
  margin-top: 3px;
}
.analysis_table tr .line_double:before {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  top: -5px;
  left: 0;
  width: 100%;
}
.analysis_table th {
  font-size: 1.4rem;
  width: 40%;
}
.analysis_table th:nth-child(n + 2) {
  border-left: transparent;
  margin-left: 0;
  padding-top: 2px;
}
.analysis_table td {
  font-size: 1.6rem;
  width: 60%;
  border-right: transparent;
}
.analysis_table td:last-child {
  font-size: 1.8rem;
}
.analysis_note {
  font-size: 1.2rem;
  margin-top: 8px;
}
.analysis_txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.analysis_txt:before {
  margin: 10px auto 20px;
}
.analysis_txt i {
  font-size: 1.8rem;
}
/* quality
-------------------------------------------------------------- */
.quality {
  padding-bottom: 156px;
}
.quality .sec_ttl-min {
  margin-bottom: 66px;
}
.quality .sec_bloc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quality .sec_bloc + .sec_bloc {
  margin-top: 48px;
}
.quality .sec_bloc:nth-child(1) figure {
  width: 400px;
}
.quality .sec_bloc:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.quality .sec_bloc:nth-child(2) figure {
  width: 775px;
}
.quality .bnr_ttl {
  margin-bottom: 54px;
}
.quality_mv {
  margin-bottom: 80px;
}
.quality_list {
  margin-bottom: 80px;
}
.quality_bloc {
  width: 356px;
}
.quality_bloc-ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.quality_bloc-txt {
  width: 334px;
  margin: 0 auto;
}
.quality_table .sec_ttl {
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 60px;
}
.quality_table .sec_ttl:after {
  width: 300px;
  margin: 0 auto;
}
.quality_table table {
  table-layout: fixed;
  border-top: solid 1px #fff;
  width: 1100px;
  margin: 0 auto 100px;
}
.quality_table table tr .ttl_3col {
  border-top: solid 1px #fff;
}
.quality_table table tr td:last-child {
  border-left: solid 1px #fff;
  text-align: center;
}
.quality_table table tr td[colspan="1"]:first-child {
  border-right: solid 1px #fff;
}
.quality_table table tr td[colspan="1"] span {
  padding-left: 30px;
}

.quality {
  padding-bottom: 50px;
}
.quality .sec_ttl:after{
  margin-bottom: 15px;
}
.quality .sec_ttl-min {
  margin-bottom: 30px;
}
.quality .sec_bloc + .sec_bloc {
  margin-top: 40px;
}
.quality .sec_bloc:nth-child(1) figure, .quality .sec_bloc:nth-child(2) figure {
  width: auto;
  margin-bottom: 15px;
}
.quality .bnr_ttl {
  margin-bottom: 40px;
}
.quality_mv {
  margin-bottom: 15px;
}
.quality_list {
  margin-bottom: 40px;
}
.quality_bloc {
  width: auto;
}
.quality_bloc-ttl {
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.quality_bloc-txt {
  width: auto;
}
.quality_table table {
  display: none;
}
.quality_table .sec_ttl {
  font-size: 2.3rem;
  margin-bottom: 30px;
}
.quality_table .sec_ttl:after {
  width: 50%;
}
.quality .quality_table-sp {
  display: block;
  margin: 0 -3% 40px;
}
/* challe
-------------------------------------------------------------- */
.challe .bnr_ttl {
  margin-top: 70px;
}
.challe_ttl {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 7rem;
  color: #D58F4A;
}
.challe_ttl:after {
  display: block;
  content: "";
  background-color: #D58F4A;
  width: 650px;
  height: 5px;
  margin: 22px auto 80px;
}
.challe_bloc {
  background-color: #F4CD74;
  color: #000;
  width: 1100px;
  margin: 0 auto;
  padding-top: 35px;
}
.challe_bloc + .challe_bloc {
  margin-top: 80px;
}
.challe_bloc:nth-child(4) .challe_bloc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}
.challe_bloc:nth-child(4) .challe_bloc-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 116px;
}
.challe_bloc:nth-child(4) .challe_bloc-inner ul li + li {
  margin-left: 90px;
}
.challe_bloc:nth-child(4) .challe_bloc-prof {
  margin-right: 0;
}
.challe_bloc-kv {
  height: 526px;
  background-color: #000;
}
.challe_bloc-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 50px;
}
.challe_bloc-ttl span {
  position: relative;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.challe_bloc-ttl span:before, .challe_bloc-ttl span:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 0;
}
.challe_bloc-ttl span:before {
  top: 3px;
}
.challe_bloc-ttl span:after {
  bottom: 3px;
}
.challe_bloc-ttl i {
  display: block;
  font-size: 3rem;
  margin-top: 5px;
}
.challe_bloc-inner {
  background-color: #fff;
  padding: 20px 60px 42px 70px;
}
.challe_bloc-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.challe_bloc-inner dl + dl {
  margin-top: 34px;
}
.challe_bloc-inner dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 834px;
  margin-bottom: 5px;
}
.challe_bloc-inner dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 66px;
}
.challe_bloc-inner dl dd ul li {
  font-size: 3.4rem;
}
.challe_bloc-inner dl dd ul li + li {
  margin-left: 62px;
}
.challe_bloc-inner dl dd ul li img {
  width: 80px;
}
.challe_bloc-inner dl dd ul li i {
  font-size: 4.3rem;
}
.challe_bloc-inner dl dd ul li:last-child img {
  width: 88px;
}
.challe_bloc-inner dl dd i {
  font-weight: bold;
}
.challe_bloc-prof {
  text-align: center;
  width: 130px;
  margin-right: 6px;
}
.challe_bloc-prof span {
  font-weight: bold;
  font-size: 2.1rem;
}
.challe_bloc-prof span i {
  font-size: 1.3rem;
}
.challe_note {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 1100px;
  margin: 18px auto 0;
}
.challe .illust_flag {
  width: 652px;
  height: 100%;
}
.challe .illust_wrap {
  position: relative;
}
.challe .illust_laurel {
  width: 160px;
}
.challe .illust_txt-cm, .challe .illust_txt-success, .challe .illust_txt-success_all {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.challe .illust_txt-cm {
  width: 120px;
  top: 42px;
}
.challe .illust_txt-success {
  width: 155px;
  top: 64px;
}
.challe .illust_txt-success_all {
  width: 118px;
  top: 46px;
}
.challe_frame-txt {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin-top: 86px;
}
.challe_frame-txt:after {
  display: block;
  content: "";
  background: url(../img/comment_icn-l.png) no-repeat;
  background-size: contain;
  width: 380px;
  height: 18px;
  margin: 20px auto 30px;
}
.challe .js-mask.is-active .js-mask_inner:before {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.challe {
  padding: 0 25px;
}
.challe .bnr_ttl {
  margin-top: 40px;
}
.challe_ttl {
  font-size: 2.3rem;
}
.challe_ttl:after {
  width: 80%;
  margin: 8px auto 30px;
}
.challe_bloc {
  width: auto;
  padding-top: 20px;
}
.challe_bloc + .challe_bloc {
  margin-top: 40px;
}
.challe_bloc:nth-child(4) .challe_bloc-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.challe_bloc:nth-child(4) .challe_bloc-inner ul {
  width: 70%;
  padding-left: 0;
}
.challe_bloc:nth-child(4) .challe_bloc-inner ul li + li {
  margin-left: 0;
}
.challe_bloc:nth-child(4) .illust_wrap {
  width: 22%;
}
.challe_bloc-kv {
  height: auto;
}
.challe_bloc-ttl {
  font-size: 1.8rem;
  padding: 0 20px;
}
.challe_bloc-ttl i {
  font-size: 1.4rem;
  margin-top: 8px;
}
.challe_bloc-inner {
  padding: 20px;
}
.challe_bloc-inner dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.challe_bloc-inner dl + dl {
  margin-top: 12px;
}
.challe_bloc-inner dl dd {
  width: 22%;
  margin-bottom: 0;
}
.challe_bloc-inner dl dd ul {
  display: none;
}
.challe_bloc-prof {
  width: 70%;
  margin-right: 0;
}
.challe_note {
  font-size: 1rem;
  width: auto;
  margin-top: 12px;
}
.challe .illust_flag {
  display: none;
}
.challe .illust_laurel {
  width: auto;
}
.challe .illust_txt-cm {
  width: 90%;
  top: calc(100% / 3.8);
}
.challe .illust_txt-success {
  width: 95%;
  top: calc(100% / 3.5);
}
.challe .illust_txt-success_all {
  width: 80%;
  top: calc(100% / 5);
}
.challe_frame-txt {
  font-size: 1.4rem;
  margin-top: 40px;
}
.challe_frame-txt:after {
  width: 70%;
  height: 18px;
  margin: 6px auto 20px;
}
/* footer
-------------------------------------------------------------- */
footer {
  padding-top: 100px;
  padding-bottom: 20px;
}
footer .bnr_bloc {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
footer p {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 2px;
  margin-top: 100px;
}

footer {
  padding: 50px  25px 5px;
}
footer .bnr_bloc {
  width: auto;
}
footer p {
  font-size: 1rem;
  margin-top: 35px;
}