@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cWhite {
  color: #fff;
}

.cRed {
  color: #BA0015;
}

/* 
start _module.scss
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.clearfloat {
  display: block;
  height: 1px;
  clear: both;
}

.inner-1366 {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-1366 {
    max-width: 90vw;
  }
}

.en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.wrapper {
  margin: auto auto;
}
.wrapper-640 {
  max-width: 640px;
  width: 100%;
}
.wrapper-780 {
  max-width: 780px;
  width: 100%;
}
.wrapper-840 {
  max-width: 840px;
  width: 100%;
}
.wrapper-960 {
  max-width: 960px;
  width: 100%;
}
.wrapper-1080 {
  max-width: 1080px;
  width: 100%;
}
.wrapper--mt {
  margin-top: 6vw;
}
.wrapper--mt3vw {
  margin-top: 3vw;
}

.black {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.size-base {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-base {
    font-size: 1rem;
  }
}

.size-small {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-small {
    font-size: 0.86rem;
  }
}

.size-xsmall {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-xsmall {
    font-size: 0.71rem;
  }
}

.size-large {
  font-size: 1.14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-large {
    font-size: 1.14rem;
  }
}

.size-caption {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-caption {
    font-size: 1rem;
  }
}

.size-lead {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.fz0 {
  font-size: 0rem;
}

.fz1 {
  font-size: 0.1rem;
}

.fz2 {
  font-size: 0.2rem;
}

.fz3 {
  font-size: 0.3rem;
}

.fz4 {
  font-size: 0.4rem;
}

.fz5 {
  font-size: 0.5rem;
}

.fz6 {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2rem;
}

.fz21 {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 3rem;
}

.fz31 {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 4rem;
}

.fz41 {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 5rem;
}

.fz51 {
  font-size: 5.1rem;
}

.fz52 {
  font-size: 5.2rem;
}

.fz53 {
  font-size: 5.3rem;
}

.fz54 {
  font-size: 5.4rem;
}

.fz55 {
  font-size: 5.5rem;
}

.fz56 {
  font-size: 5.6rem;
}

.fz57 {
  font-size: 5.7rem;
}

.fz58 {
  font-size: 5.8rem;
}

.fz59 {
  font-size: 5.9rem;
}

@media screen and (max-width: 768px) {
  .fz54 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .fz40 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .fz30 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .fz26 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .fz20 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .fz16 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .fz15 {
    font-size: 1.2rem;
  }
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

@media screen and (max-width: 768px) {
  .mt0rem--sp {
    margin-top: 0rem !important;
  }
  .pr0rem--sp {
    padding-right: 0rem !important;
  }
  .pl0rem--sp {
    padding-left: 0rem !important;
  }
  .mb0rem--sp {
    margin-bottom: 0rem !important;
  }
  .mr0rem--sp {
    margin-right: 0rem !important;
  }
  .ml0rem--sp {
    margin-left: 0rem !important;
  }
  .mt1rem--sp {
    margin-top: 1rem !important;
  }
  .pr1rem--sp {
    padding-right: 1rem !important;
  }
  .pl1rem--sp {
    padding-left: 1rem !important;
  }
  .mb1rem--sp {
    margin-bottom: 1rem !important;
  }
  .mr1rem--sp {
    margin-right: 1rem !important;
  }
  .ml1rem--sp {
    margin-left: 1rem !important;
  }
  .mt2rem--sp {
    margin-top: 2rem !important;
  }
  .pr2rem--sp {
    padding-right: 2rem !important;
  }
  .pl2rem--sp {
    padding-left: 2rem !important;
  }
  .mb2rem--sp {
    margin-bottom: 2rem !important;
  }
  .mr2rem--sp {
    margin-right: 2rem !important;
  }
  .ml2rem--sp {
    margin-left: 2rem !important;
  }
  .mt3rem--sp {
    margin-top: 3rem !important;
  }
  .pr3rem--sp {
    padding-right: 3rem !important;
  }
  .pl3rem--sp {
    padding-left: 3rem !important;
  }
  .mb3rem--sp {
    margin-bottom: 3rem !important;
  }
  .mr3rem--sp {
    margin-right: 3rem !important;
  }
  .ml3rem--sp {
    margin-left: 3rem !important;
  }
  .mt4rem--sp {
    margin-top: 4rem !important;
  }
  .pr4rem--sp {
    padding-right: 4rem !important;
  }
  .pl4rem--sp {
    padding-left: 4rem !important;
  }
  .mb4rem--sp {
    margin-bottom: 4rem !important;
  }
  .mr4rem--sp {
    margin-right: 4rem !important;
  }
  .ml4rem--sp {
    margin-left: 4rem !important;
  }
  .mt5rem--sp {
    margin-top: 5rem !important;
  }
  .pr5rem--sp {
    padding-right: 5rem !important;
  }
  .pl5rem--sp {
    padding-left: 5rem !important;
  }
  .mb5rem--sp {
    margin-bottom: 5rem !important;
  }
  .mr5rem--sp {
    margin-right: 5rem !important;
  }
  .ml5rem--sp {
    margin-left: 5rem !important;
  }
  .mt6rem--sp {
    margin-top: 6rem !important;
  }
  .pr6rem--sp {
    padding-right: 6rem !important;
  }
  .pl6rem--sp {
    padding-left: 6rem !important;
  }
  .mb6rem--sp {
    margin-bottom: 6rem !important;
  }
  .mr6rem--sp {
    margin-right: 6rem !important;
  }
  .ml6rem--sp {
    margin-left: 6rem !important;
  }
  .mt7rem--sp {
    margin-top: 7rem !important;
  }
  .pr7rem--sp {
    padding-right: 7rem !important;
  }
  .pl7rem--sp {
    padding-left: 7rem !important;
  }
  .mb7rem--sp {
    margin-bottom: 7rem !important;
  }
  .mr7rem--sp {
    margin-right: 7rem !important;
  }
  .ml7rem--sp {
    margin-left: 7rem !important;
  }
  .mt8rem--sp {
    margin-top: 8rem !important;
  }
  .pr8rem--sp {
    padding-right: 8rem !important;
  }
  .pl8rem--sp {
    padding-left: 8rem !important;
  }
  .mb8rem--sp {
    margin-bottom: 8rem !important;
  }
  .mr8rem--sp {
    margin-right: 8rem !important;
  }
  .ml8rem--sp {
    margin-left: 8rem !important;
  }
  .mt9rem--sp {
    margin-top: 9rem !important;
  }
  .pr9rem--sp {
    padding-right: 9rem !important;
  }
  .pl9rem--sp {
    padding-left: 9rem !important;
  }
  .mb9rem--sp {
    margin-bottom: 9rem !important;
  }
  .mr9rem--sp {
    margin-right: 9rem !important;
  }
  .ml9rem--sp {
    margin-left: 9rem !important;
  }
  .mt10rem--sp {
    margin-top: 10rem !important;
  }
  .pr10rem--sp {
    padding-right: 10rem !important;
  }
  .pl10rem--sp {
    padding-left: 10rem !important;
  }
  .mb10rem--sp {
    margin-bottom: 10rem !important;
  }
  .mr10rem--sp {
    margin-right: 10rem !important;
  }
  .ml10rem--sp {
    margin-left: 10rem !important;
  }
}
.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.fadeupin.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .fadeupin {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .fadeupin.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

a.image-ov .image {
  overflow: hidden;
}
a.image-ov .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  display: block;
}
a.image-ov:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
  width: 100%;
  min-width: 1240px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #000;
}
body.fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a {
  color: #BA0015;
}

a:link {
  text-decoration: none;
  color: #3D62AD;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-alt,
  .pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-alt,
  .sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/* 
end _setting.scss
*/
.header {
  height: 9rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}
.header__title {
  max-width: 456px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 1rem;
    height: 60px;
    position: relative;
  }
  .header__title {
    max-width: 250px;
  }
}
.header__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;
  position: relative;
  height: 9rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    height: 60px;
  }
}
.header__menu {
  max-width: 750px;
  width: 100%;
}
.header__menu > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu > ul > li {
  text-align: center;
  line-height: 1.5;
}
.header__menu > ul > li a {
  display: block;
}
.header__menu > ul > li a:after {
  content: "";
  border-top: 7px solid transparent;
  border-right: 7px solid #000;
  border-bottom: 7px solid #000;
  border-left: 7px solid transparent;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.header__menu > ul > li a:hover {
  color: #BA0015;
}
.header__menu > ul > li a:hover:after {
  border-top: 7px solid transparent;
  border-right: 7px solid #BA0015;
  border-bottom: 7px solid #BA0015;
  border-left: 7px solid transparent;
}
@media screen and (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__entry {
  position: fixed;
  left: 50%;
  top: 9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.header__entry a {
  width: 254px;
  height: 55px;
  border-radius: 0 0 10px 10px;
  background: #BA0015;
  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;
  margin-left: auto;
}
.header__entry img {
  width: 225px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .header__entry {
    position: sticky;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 99;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
  .header__entry a {
    margin-left: 0;
    width: 152px;
    height: 33px;
    border-radius: 0 0 6px 0px;
  }
  .header__entry img {
    width: 135px;
    height: 20px;
  }
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    background: #BA0015;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    z-index: 101;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .menu-sp > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem;
  }
  .menu-sp > ul > li {
    padding: 1rem 0;
    text-align: left;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .menu-sp > ul > li a {
    display: block;
    color: #fff;
  }
  .menu-sp > ul > li a:after {
    display: none;
  }
  .menu-sp > ul > li a:hover {
    color: #fff;
  }
  .menu-sp.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.menuButton {
  display: none;
}
@media screen and (max-width: 768px) {
  .menuButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 102;
    position: fixed;
    top: 0;
    right: 0;
    background: #BA0015;
  }
  .menuButton div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    height: 16px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menuButton div i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menuButton div i:nth-of-type(1) {
    top: 0;
  }
  .menuButton div i:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .menuButton div i:nth-of-type(3) {
    width: 20px;
    bottom: 0;
  }
  .menuButton.active div {
    width: 24px;
    height: 24px;
  }
  .menuButton.active div i {
    top: 50% !important;
    left: 50% !important;
  }
  .menuButton.active div i:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .menuButton.active div i:nth-of-type(3) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .menuButton.active div i:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.scrolltop {
  position: fixed;
  bottom: 6%;
  left: 715px;
  z-index: 99;
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
}
@media screen and (max-width: 768px) {
  .scrolltop {
    left: auto;
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.footer {
  padding: 2rem;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__menu ul li {
  padding: 0 2.5rem;
}
.footer__menu ul li a {
  color: #000;
}
.footer__menu ul li a:hover {
  color: #BA0015;
}
.footer__logo img {
  margin: 4rem auto 0;
  max-width: 45.6rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 1rem;
  }
  .footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu ul li {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  .footer__logo img {
    margin: 2rem auto 1rem;
    max-width: 20rem;
  }
}

.breadcrumbs {
  background: #DDEFFA;
  overflow: hidden;
  max-width: 1080px;
  width: 100%;
  margin: 14rem auto 0;
  font-size: 1.4rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 2.8vw;
    min-height: 3rem;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    padding: 1em 0;
    margin: 0 auto 0;
  }
}
.breadcrumbs span, .breadcrumbs li {
  float: left;
  padding: 0em 1em 0em 2em;
  position: relative;
}
.breadcrumbs span::after, .breadcrumbs li::after {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: -1em;
  line-height: 1;
  z-index: 2;
}
.breadcrumbs span:first-of-type a, .breadcrumbs li:first-of-type a {
  border-radius: 5px 0 0 5px;
}
.breadcrumbs span:last-of-type:after, .breadcrumbs li:last-of-type:after {
  content: "" !important;
}
.breadcrumbs span[property=name] {
  padding: 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #444;
}
.breadcrumbs .current_item {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item:hover {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item::after, .breadcrumbs .current_item::before {
  content: normal;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.FV {
  position: relative;
}
.FV .topslider {
  width: 100vw;
  height: 100vh;
}
.FV .topslider .swiper-wrapper .swiper-slide img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.FV .topslider .swiper-wrapper .swiper-slide .teikyo {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.FV__copy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FV__copy .image img {
  max-width: 60vw;
  aspect-ratio: 1180/524;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.FV__copy--2 {
  mix-blend-mode: multiply;
}
.FV__copy--2 .image img {
  -webkit-filter: drop-shadow(0px 0px 10px #902030) drop-shadow(0px 0px 5px #902030);
          filter: drop-shadow(0px 0px 10px #902030) drop-shadow(0px 0px 5px #902030);
}
@media screen and (max-width: 768px) {
  .FV .topslider {
    width: 100vw;
    height: auto;
  }
  .FV .topslider .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: calc(100vh - 60px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .FV .topslider .swiper-wrapper .swiper-slide .teikyo {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 1rem;
  }
  .FV .topslider .swiper-wrapper .swiper-slide .fv-1 {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
  .FV .topslider .swiper-wrapper .swiper-slide .fv-2 {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .FV .topslider .swiper-wrapper .swiper-slide .fv-3 {
    -o-object-position: 5% center;
       object-position: 5% center;
  }
  .FV .topslider .swiper-wrapper .swiper-slide .fv-3 {
    -o-object-position: 0% center;
       object-position: 0% center;
  }
  .FV__copy .image img {
    max-width: 85vw;
    aspect-ratio: 1379/1068;
  }
}

.area {
  margin-top: -90px;
  padding-top: 90px;
  scroll-behavior: smooth;
}
.area__title {
  text-align: center;
  margin-bottom: 20px;
}
.area__title .border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__title .border:after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 107px;
  height: 4px;
  background: #BA0015;
}
.area__title h2 {
  margin-bottom: 5px;
}
.area__title.viewin h2 {
  overflow: hidden;
}
.area__title.viewin h2 span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.area__title.viewin .border:after {
  -webkit-transition: 0.5s 0.5s ease-out;
  transition: 0.5s 0.5s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.area__title.viewin p {
  opacity: 0;
  -webkit-transition: 1s 0.8s;
  transition: 1s 0.8s;
}
.area__title.viewin.on h2 span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.area__title.viewin.on .border:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.area__title.viewin.on p {
  opacity: 1;
}
.area p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .area {
    margin-top: 0px;
    padding-top: 0px;
  }
  .area__title {
    margin-bottom: 15px;
  }
  .area__title .border:after {
    margin-top: 5px;
    width: 65px;
    height: 3px;
  }
  .area__title h2 {
    margin-bottom: 5px;
  }
  .area__title p {
    line-height: 1.5;
  }
}

.area1__main {
  padding: 6rem 0;
  background: url(../img/area1-bg.jpg) center center/cover no-repeat;
}
.area1__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area1__bottom > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.area1__bottom.viewin > * {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.area1__bottom.viewin > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.area1__bottom.viewin > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.area1__bottom.viewin > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.area1__bottom.viewin > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.area1__bottom.viewin > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.area1__bottom.viewin.on > * {
  opacity: 1;
}
.area1__contents {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 45px 80px;
}
.area1__contents > ul {
  margin: 0 -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area1__contents > ul > li {
  padding: 0 4rem;
}
.area1__contents > ul > li .image {
  margin: 15px 0;
}
.area1__contents > ul > li .image img {
  border-radius: 10px;
  display: block;
}
.area1__contents > ul > li p {
  line-height: 2;
}
.area1__contents .area1Sub__title {
  line-height: 1.5;
}
.area1__contents .area1Sub__title p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area1__main {
    padding: 3rem 0;
  }
  .area1__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area1__bottom > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .area1__bottom > * img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .area1__bottom > *:nth-child(4),
  .area1__bottom > *:nth-child(5) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .area1__contents {
    border-radius: 10px;
    padding: 40px 20px 0;
  }
  .area1__contents > ul {
    margin: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area1__contents > ul > li {
    padding: 0 2rem 4rem;
  }
  .area1__contents > ul > li .image {
    margin: 15px 0;
  }
  .area1__contents > ul > li .image img {
    border-radius: 10px;
    display: block;
  }
  .area1__contents > ul > li p {
    line-height: 2;
  }
  .area1__contents .area1Sub__title {
    line-height: 1.5;
  }
  .area1__contents .area1Sub__title p {
    line-height: 1.5;
  }
}

.area2__main {
  background: url(../img/area2-bg.jpg) center center/cover no-repeat;
  padding: 10rem 0;
}
.area2__title {
  max-width: 623px;
  margin: 0 auto 65px;
}
.area2__chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.5rem;
}
.area2__chara > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.area2__chara > * img {
  height: 270px;
}
.area2__chara.viewin > * {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.area2__chara.viewin > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.area2__chara.viewin > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.area2__chara.viewin > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.area2__chara.viewin > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.area2__chara.viewin > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.area2__chara.viewin.on > * {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .area2__main {
    background: #260B5E url(../img/area2-bg.jpg) 60% center/cover no-repeat;
    padding: 4rem 0;
  }
  .area2__title {
    max-width: 90vw;
    margin: 0 auto 30px;
  }
  .area2__chara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area2__chara > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 1rem 0;
  }
  .area2__chara > * img {
    height: 120px;
    margin: 0 auto;
  }
}

.area3__main {
  background: url(../img/area3-bg.jpg) center center/cover no-repeat;
  padding: 8rem 0 57rem;
}
.area3__mainimage {
  margin: 30px 0 100px;
}
.area3__mainimage + p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area3__main {
    background: url(../img/area3-bg.jpg) center center/cover no-repeat;
    padding: 4rem 0 27rem;
  }
  .area3__mainimage {
    margin: 20px 0 50px;
  }
}

.area4__main {
  padding: 6rem 0;
  background: url(../img/area4-bg.jpg) center center/cover no-repeat;
}
.area4__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area4__bottom > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.area4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
.area4__list > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 22px;
}
.area4__entry {
  margin-top: 4rem;
}
.area4__entry a {
  width: 150px;
  height: 40px;
  background: #BA0015;
  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;
  border-radius: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area4 {
    /*
    &__bottom {
        display: flex;
        flex-wrap: wrap;

        > * {
            @include flexbasis(50%);
        }
    }*/
  }
  .area4__main {
    padding: 3rem 0;
    background: url(../img/area4-bg.jpg) center center/cover no-repeat;
  }
  .area4__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
  }
  .area4__list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 6px;
  }
}

.area5__in {
  background: #FFFCDD url(../img/area5-bottom.png) center bottom 70px/contain no-repeat;
  position: relative;
  width: 100%;
}
.area5__in:before, .area5__in:after {
  content: "";
  display: block;
  position: absolute;
}
.area5__in:before {
  width: 374px;
  height: 406px;
  background: url(../img/area5-hanabi1.png) center center/contain no-repeat;
  top: 0;
  left: 0;
}
.area5__in:after {
  width: 395px;
  height: 451px;
  background: url(../img/area5-hanabi2.png) center center/contain no-repeat;
  top: 19rem;
  right: 0;
}
.area5__title {
  max-width: 98rem;
  margin: 3rem auto 6rem;
}
.area5__main {
  padding-top: 7rem;
  padding-bottom: 40rem;
  position: relative;
}
.area5__main:before {
  content: "";
  display: block;
  position: absolute;
}
.area5__main:before {
  width: 240px;
  height: 399px;
  background: url(../img/area5-hanabi6.png) center center/contain no-repeat;
  bottom: 15rem;
  left: 5rem;
}
.area5__image {
  position: relative;
  margin-bottom: 18.5rem;
  z-index: 1;
}
.area5__image .image img {
  border-radius: 10px;
}
.area5__image .copy {
  position: absolute;
  max-width: 41%;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .area5__in {
    background: #FFFCDD url(../img/area5-bottom.png) center bottom 30px/130% auto no-repeat;
    position: relative;
  }
  .area5__in:before {
    width: 130px;
    height: 142px;
    background: url(../img/area5-hanabi1.png) center -50px/contain no-repeat;
    top: 0;
    left: 0;
  }
  .area5__in:after {
    width: 137px;
    height: 157px;
    background: url(../img/area5-hanabi2.png) center center/contain no-repeat;
    top: 15rem;
    right: 0;
  }
  .area5__title {
    max-width: 80vw;
    margin: 2rem auto 3rem;
  }
  .area5__main {
    padding-top: 4rem;
    padding-bottom: 20rem;
  }
  .area5__main:before {
    width: 96px;
    height: 159.6px;
    background: url(../img/area5-hanabi6.png) center center/contain no-repeat;
    bottom: 5rem;
    left: 2rem;
  }
  .area5__image {
    position: relative;
    margin-bottom: 10.5rem;
    z-index: 1;
  }
  .area5__image .image {
    width: 90vw;
    overflow: hidden;
    border-radius: 10px;
  }
  .area5__image .image img {
    border-radius: 0;
    width: 120%;
    height: auto;
    max-width: 120%;
  }
  .area5__image .copy {
    max-width: 50%;
    left: 5%;
  }
  .area5__inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}
.area5__inner {
  max-width: 90rem;
  margin: 0 auto;
}
.area5__benetitle {
  max-width: 58.4rem;
  margin: 0 auto 7rem;
  position: relative;
}
.area5__benetitle:before, .area5__benetitle:after {
  content: "";
  display: block;
  position: absolute;
}
.area5__benetitle:before {
  width: 89px;
  height: 132px;
  background: url(../img/area5-orn1.png) center center/contain no-repeat;
  top: -30px;
  right: 105%;
}
.area5__benetitle:after {
  width: 165px;
  height: 147px;
  background: url(../img/area5-orn2.png) center center/contain no-repeat;
  top: -50px;
  left: 105%;
}
@media screen and (max-width: 768px) {
  .area5__benetitle {
    max-width: 60vw;
    margin: 0 auto 3rem;
    position: relative;
  }
  .area5__benetitle:before {
    width: 48px;
    height: 71px;
    background: url(../img/area5-orn1.png) center center/contain no-repeat;
    top: -30px;
    right: 102%;
  }
  .area5__benetitle:after {
    width: 80px;
    height: 71px;
    background: url(../img/area5-orn2.png) center center/contain no-repeat;
    top: -30px;
    left: 92%;
  }
}
.area5__benelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7rem;
  margin-bottom: 11rem;
}
.area5__benelist > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 7rem;
}
.area5__benelist.viewin > * {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.area5__benelist.viewin > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.area5__benelist.viewin > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.area5__benelist.viewin > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.area5__benelist.viewin > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.area5__benelist.viewin > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.area5__benelist.viewin.on > * {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .area5__benelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0rem;
    margin-bottom: 3rem;
  }
  .area5__benelist > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0 1rem;
  }
}
.area5__benefit {
  margin-top: -90px;
  padding-top: 90px;
  margin-bottom: 8rem;
  position: relative;
}
.area5__benefit h3 {
  text-align: center;
  margin-bottom: 3.5rem;
}
.area5__benefit h3:after {
  content: "";
  display: block;
  width: 67px;
  height: 4px;
  background: #BA0015;
  margin: 5px auto 0;
}
.area5__benefit .benefitBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.3rem;
  position: relative;
}
.area5__benefit .benefitBlock > * {
  padding: 0 2.3rem;
}
.area5__benefit .benefitBlock .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
.area5__benefit .benefitBlock .text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
.area5__benefit .benefitBlock:before, .area5__benefit .benefitBlock:after {
  content: "";
  display: block;
  position: absolute;
}
.area5__benefit .benefitBlock--1:before {
  width: 135px;
  height: 182px;
  background: url(../img/area5-orn3.png) center center/contain no-repeat;
  top: -14rem;
  right: 99%;
}
.area5__benefit .benefitBlock--1:after {
  width: 345px;
  height: 345px;
  background: url(../img/area5-hanabi3.png) center center/contain no-repeat;
  top: -24rem;
  left: 100%;
}
.area5__benefit .benefitBlock--2:before {
  width: 329px;
  height: 329px;
  background: url(../img/area5-hanabi4.png) center center/contain no-repeat;
  top: -25rem;
  right: 102%;
}
.area5__benefit .benefitBlock--2:after {
  width: 118px;
  height: 138px;
  background: url(../img/area5-orn4.png) center center/contain no-repeat;
  top: -2rem;
  left: 98%;
}
.area5__benefit .benefitBlock--3:before {
  width: 169px;
  height: 199px;
  background: url(../img/area5-orn5.png) center center/contain no-repeat;
  top: 70%;
  right: 98%;
}
.area5__benefit .benefitBlock--3:after {
  width: 303px;
  height: 464px;
  background: url(../img/area5-hanabi5.png) center center/contain no-repeat;
  top: -22rem;
  left: 105%;
}
@media screen and (max-width: 768px) {
  .area5__benefit {
    margin-top: -60px;
    padding-top: 60px;
    margin-bottom: 4rem;
  }
  .area5__benefit h3 {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .area5__benefit h3:after {
    width: 40px;
    height: 3px;
  }
  .area5__benefit .benefitBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0rem;
  }
  .area5__benefit .benefitBlock > * {
    padding: 0rem;
  }
  .area5__benefit .benefitBlock .image {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
  }
  .area5__benefit .benefitBlock .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
  }
  .area5__benefit .benefitBlock:before, .area5__benefit .benefitBlock:after {
    content: "";
    display: block;
    position: absolute;
  }
  .area5__benefit .benefitBlock--1:before {
    width: 54px;
    height: 72px;
    background: url(../img/area5-orn3.png) center center/contain no-repeat;
    top: -4rem;
    right: 85%;
    z-index: 2;
  }
  .area5__benefit .benefitBlock--1:after {
    width: 138px;
    height: 138px;
    background: url(../img/area5-hanabi3.png) center center/contain no-repeat;
    top: -7rem;
    left: 65%;
  }
  .area5__benefit .benefitBlock--2:before {
    width: 131px;
    height: 131px;
    background: url(../img/area5-hanabi4.png) center center/contain no-repeat;
    top: -10rem;
    right: 65%;
  }
  .area5__benefit .benefitBlock--2:after {
    width: 47px;
    height: 55px;
    background: url(../img/area5-orn4.png) center center/contain no-repeat;
    top: -2rem;
    left: 88%;
    z-index: 2;
  }
  .area5__benefit .benefitBlock--3:before {
    width: 67px;
    height: 79px;
    background: url(../img/area5-orn5.png) center center/contain no-repeat;
    top: 30%;
    right: 78%;
    z-index: 2;
  }
  .area5__benefit .benefitBlock--3:after {
    width: 121px;
    height: 185px;
    background: url(../img/area5-hanabi5.png) center center/contain no-repeat;
    top: 15rem;
    left: 68%;
  }
}

.area6 {
  background: url(../img/area6-bg.jpg) center center/cover no-repeat;
}
.area6 .area__title .border:after {
  background: #fff;
}
.area6__main {
  padding: 8rem 0 14rem;
}
.area6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -4rem 0;
}
.area6__list > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 4rem;
}
.area6__list > * .image {
  margin-bottom: 2rem;
}
.area6__list > * .image img {
  border-radius: 10px;
}
.area6__list > * .title {
  margin-bottom: 2rem;
}
.area6__list > * .title h4 {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.area6__list.viewin > * {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.area6__list.viewin > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.area6__list.viewin > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.area6__list.viewin > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.area6__list.viewin > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.area6__list.viewin > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.area6__list.viewin.on > * {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .area6 {
    background: url(../img/area6-bg.jpg) center center/cover no-repeat;
  }
  .area6 .area__title .border:after {
    background: #fff;
  }
  .area6__main {
    padding: 4rem 0 7rem;
  }
  .area6__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0;
  }
  .area6__list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem 3rem;
  }
  .area6__list > * .image {
    margin-bottom: 2rem;
  }
  .area6__list > * .image img {
    border-radius: 10px;
  }
  .area6__list > * .title {
    margin-bottom: 1rem;
  }
  .area6__list > * .title h4 {
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}

.area7__main {
  background: url(../img/area7-bg.jpg) center center/cover no-repeat;
  padding: 8rem 0 2rem;
}
.area7__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem -4rem 0;
}
.area7__list > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 4rem;
}
.area7__list.viewin > * {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.area7__list.viewin > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.area7__list.viewin > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.area7__list.viewin > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.area7__list.viewin > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.area7__list.viewin > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.area7__list.viewin > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.area7__list.viewin > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.area7__list.viewin > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.area7__list.viewin > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.area7__list.viewin.on > * {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .area7__main {
    padding: 4rem 0 3rem;
  }
  .area7__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem -0.5rem 0;
  }
  .area7__list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
}