@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|EB+Garamond|Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Bad+Script');
@import url('https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise');

/*
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, select, textarea {
    color: #fff;
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.65em;
    font-family: YakuHanMPs, A1明朝, "A1 Mincho", serif;
}

@media screen and (max-width: 1680px) {
    body, input, select, textarea {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1280px) {
    body, input, select, textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    body, input, select, textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }
}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    border-bottom: dotted 1px;
    color: inherit;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
}

strong, b {
    color: #fff;
    font-weight: 600;
}

p {
    margin: 0 0 1.45em 0;
}

p.price {
  line-height: 1.7em;
    margin: 0 0 2em 0;
}

p.sub01 {
    margin: 0 0 1em 0;
}

p.head_tit {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    font-weight: bold;
    /* line-height: 0.4em; */
    letter-spacing: 0.15em;
}


p.sentence {
    margin: 0 0 1em 0;
}

p.sentence span{
  font-size: 2.3em;
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    /*font-weight: 800;*/
    letter-spacing: 0.15em;
    line-height: 1em;
    margin: 0 0 0.65em 0;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.2em;
    line-height: 1.5em;
    color: #000;
}

@media screen and (max-width: 736px) {
    h2 {
    font-size: 14px;
    font-size: 1.749rem;
    margin-bottom: 10px;
    }
}

h3 {
    font-size: 1.15em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {
    h3 {
        font-size: 1em;
        line-height: 1.65em;
    }
}

h4 {
    font-size: 1.25em;
    line-height: 2.3em;
    margin: 0 0 1.5em 0;
    letter-spacing: 0.15em;
    background: #fff;
    border-bottom: 3px solid #ddd;
    box-shadow: 0 0 1px 0px #ddd;
    padding-left: 0.8em;
}

h5 {
  font-size: 100%;
  position: relative;
  margin: 0 0 1em 0;
}

h5:after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: #dfdfdf;
  right: 0;
}

h5:after {
  left: 4em;
    top: 7px;
}

h6 {
  font-size: 0.85em;
  font-style: inherit;
  margin-bottom: 0.5em;
}

h6.head {
  margin-bottom: 1em;
  border-left: 12px solid #dfdfdf;
  display: inline-block;
  padding-left: 9px;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

.hr_top {
    display: block;
    border: 0;
    border-bottom: solid 1px #fff;
    margin: 1.9em auto 2.55em auto;
    width: 450px;
}

hr.major {
    margin: 4.5em 0;
}

blockquote {
    border-left: solid 4px #fff;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

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

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

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

/* Row -----------------------------*/

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.3333333333%;
}

.row>.off-1 {
    margin-left: 8.3333333333%;
}

.row>.col-2 {
    width: 16.6666666667%;
}

.row>.off-2 {
    margin-left: 16.6666666667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.3333333333%;
}

.row>.off-4 {
    margin-left: 33.3333333333%;
}

.row>.col-5 {
    width: 41.6666666667%;
}

.row>.off-5 {
    margin-left: 41.6666666667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.3333333333%;
}

.row>.off-7 {
    margin-left: 58.3333333333%;
}

.row>.col-8 {
    width: 66.6666666667%;
}

.row>.off-8 {
    margin-left: 66.6666666667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.3333333333%;
}

.row>.off-10 {
    margin-left: 83.3333333333%;
}

.row>.col-11 {
    width: 91.6666666667%;
}

.row>.off-11 {
    margin-left: 91.6666666667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
}

.row.gtr-0>* {
    padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0em;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
}

.row.gtr-25>* {
    padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 0.375em;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
}

.row.gtr-50>* {
    padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 0.75em;
}

.row {
    margin-top: 0;
    margin-left: -1.5em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform>* {
    padding-top: 1.5em;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
}

.row.gtr-150>* {
    padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 2.25em;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
}

.row.gtr-200>* {
    padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
    margin-top: -3em;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 3em;
}

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xlarge {
        order: -1;
    }
    .row>.col-1-xlarge {
        width: 8.3333333333%;
    }
    .row>.off-1-xlarge {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-xlarge {
        width: 16.6666666667%;
    }
    .row>.off-2-xlarge {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-xlarge {
        width: 25%;
    }
    .row>.off-3-xlarge {
        margin-left: 25%;
    }
    .row>.col-4-xlarge {
        width: 33.3333333333%;
    }
    .row>.off-4-xlarge {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-xlarge {
        width: 41.6666666667%;
    }
    .row>.off-5-xlarge {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-xlarge {
        width: 50%;
    }
    .row>.off-6-xlarge {
        margin-left: 50%;
    }
    .row>.col-7-xlarge {
        width: 58.3333333333%;
    }
    .row>.off-7-xlarge {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-xlarge {
        width: 66.6666666667%;
    }
    .row>.off-8-xlarge {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-xlarge {
        width: 75%;
    }
    .row>.off-9-xlarge {
        margin-left: 75%;
    }
    .row>.col-10-xlarge {
        width: 83.3333333333%;
    }
    .row>.off-10-xlarge {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-xlarge {
        width: 91.6666666667%;
    }
    .row>.off-11-xlarge {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-xlarge {
        width: 100%;
    }
    .row>.off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    /*.row>* {
        padding: 0 0 0 1.5em;
    }*/
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-large {
        order: -1;
    }
    .row>.col-1-large {
        width: 8.3333333333%;
    }
    .row>.off-1-large {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-large {
        width: 16.6666666667%;
    }
    .row>.off-2-large {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-large {
        width: 25%;
    }
    .row>.off-3-large {
        margin-left: 25%;
    }
    .row>.col-4-large {
        width: 33.3333333333%;
    }
    .row>.off-4-large {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-large {
        width: 41.6666666667%;
    }
    .row>.off-5-large {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-large {
        width: 50%;
    }
    .row>.off-6-large {
        margin-left: 50%;
    }
    .row>.col-7-large {
        width: 58.3333333333%;
    }
    .row>.off-7-large {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-large {
        width: 66.6666666667%;
    }
    .row>.off-8-large {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-large {
        width: 75%;
    }
    .row>.off-9-large {
        margin-left: 75%;
    }
    .row>.col-10-large {
        width: 83.3333333333%;
    }
    .row>.off-10-large {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-large {
        width: 91.6666666667%;
    }
    .row>.off-11-large {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-large {
        width: 100%;
    }
    .row>.off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-medium {
        order: -1;
    }
    .row>.col-1-medium {
        width: 8.3333333333%;
    }
    .row>.off-1-medium {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-medium {
        width: 16.6666666667%;
    }
    .row>.off-2-medium {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-medium {
        width: 25%;
    }
    .row>.off-3-medium {
        margin-left: 25%;
    }
    .row>.col-4-medium {
        width: 33.3333333333%;
    }
    .row>.off-4-medium {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-medium {
        width: 41.6666666667%;
    }
    .row>.off-5-medium {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-medium {
        width: 50%;
    }
    .row>.off-6-medium {
        margin-left: 50%;
    }
    .row>.col-7-medium {
        width: 58.3333333333%;
    }
    .row>.off-7-medium {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-medium {
        width: 66.6666666667%;
    }
    .row>.off-8-medium {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-medium {
        width: 75%;
    }
    .row>.off-9-medium {
        margin-left: 75%;
    }
    .row>.col-10-medium {
        width: 83.3333333333%;
    }
    .row>.off-10-medium {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-medium {
        width: 91.6666666667%;
    }
    .row>.off-11-medium {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-medium {
        width: 100%;
    }
    .row>.off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-small {
        order: -1;
    }
    .row>.col-1-small {
        width: 8.3333333333%;
    }
    .row>.off-1-small {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-small {
        width: 16.6666666667%;
    }
    .row>.off-2-small {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-small {
        width: 25%;
    }
    .row>.off-3-small {
        margin-left: 25%;
    }
    .row>.col-4-small {
        width: 33.3333333333%;
    }
    .row>.off-4-small {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-small {
        width: 41.6666666667%;
    }
    .row>.off-5-small {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-small {
        width: 50%;
    }
    .row>.off-6-small {
        margin-left: 50%;
    }
    .row>.col-7-small {
        width: 58.3333333333%;
    }
    .row>.off-7-small {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-small {
        width: 66.6666666667%;
    }
    .row>.off-8-small {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-small {
        width: 75%;
    }
    .row>.off-9-small {
        margin-left: 75%;
    }
    .row>.col-10-small {
        width: 83.3333333333%;
    }
    .row>.off-10-small {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-small {
        width: 91.6666666667%;
    }
    .row>.off-11-small {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-small {
        width: 100%;
    }
    .row>.off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 480px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xsmall {
        order: -1;
    }
    .row>.col-1-xsmall {
        width: 8.3333333333%;
    }
    .row>.off-1-xsmall {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-xsmall {
        width: 16.6666666667%;
    }
    .row>.off-2-xsmall {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-xsmall {
        width: 25%;
    }
    .row>.off-3-xsmall {
        margin-left: 25%;
    }
    .row>.col-4-xsmall {
        width: 33.3333333333%;
    }
    .row>.off-4-xsmall {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-xsmall {
        width: 41.6666666667%;
    }
    .row>.off-5-xsmall {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-xsmall {
        width: 50%;
    }
    .row>.off-6-xsmall {
        margin-left: 50%;
    }
    .row>.col-7-xsmall {
        width: 58.3333333333%;
    }
    .row>.off-7-xsmall {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-xsmall {
        width: 66.6666666667%;
    }
    .row>.off-8-xsmall {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-xsmall {
        width: 75%;
    }
    .row>.off-9-xsmall {
        margin-left: 75%;
    }
    .row>.col-10-xsmall {
        width: 83.3333333333%;
    }
    .row>.off-10-xsmall {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-xsmall {
        width: 91.6666666667%;
    }
    .row>.off-11-xsmall {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-xsmall {
        width: 100%;
    }
    .row>.off-12-xsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}


/* Section/Article -----------------------------*/

section.special, article.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -0.1em;
}

header h3+p {
    font-size: 1.1em;
}

header h4+p, header h5+p, header h6+p {
    font-size: 0.9em;
}

header.major {
    background: #ffffffba;
    margin: 0 0 3.5em 0;
    padding: 50px 0 40px 0;
    border: 3px double #f8dd41;
    box-shadow: 0px 3px 5px 0px #05050566;
}

header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}

header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
    content: '';
    display: block;
    height: 1px;
}

header.major p {
    color: #fff;
    top: 0;
}

@media screen and (max-width: 736px) {
    header.major {
        margin: 0 0 2em 0;
    }
}

@media screen and (max-width: 980px) {
    header br {
        display: none;
    }
}


/* Form -----------------------------*/
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}


/* Box -----------------------------*/
.box {
    border-radius: 3px;
    border: solid 2px #fff;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box> :last-child, .box> :last-child> :last-child, .box> :last-child> :last-child> :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* Icon -----------------------------*/

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}

.icon.major {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
    border: solid 2px #fff;
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(3em + 2px);
}

.icon.major:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 1.5em;
}

@media screen and (max-width: 736px) {
    .icon.major {
        font-size: 1em;
    }
}

.icon.style1 {
    color: #00ffcc;
}

.icon.style2 {
    color: #00f0ff;
}

.icon.style3 {
    color: #76ddff;
}


/* Image -----------------------------*/

.image {
    border-radius: 3px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 3px;
    display: block;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 2em 2em;
    top: 0.25em;
}

.image.left, .image.right {
    max-width: 40%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}


/* List -----------------------------*/
ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #fff;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

/* Actions -----------------------------*/

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions:not(.fixed) li>* {
        width: 100%;
    }
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button {
        width: 100%;
    }
    ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }
}


/* Icons -----------------------------*/

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0 !important;
}

ul.icons.major {
    padding: 1em 0;
}

ul.icons.major li {
    padding-right: 3.5em;
}

@media screen and (max-width: 736px) {
    ul.icons.major li {
        padding: 0 1em !important;
    }
}


/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 0em 0;
    width: 100%;
}

table tbody tr {
    border-left: 0;
    border-right: 0;
}

table td {
    padding: 0.75em 1.2em;
}

table th {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px #fff;
}

table tfoot {
    border-top: solid 2px #fff;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px #fff;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}


/* Button -----------------------------*/

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-color: rgba(144, 144, 144, 0.25);
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
    background-color: rgba(144, 144, 144, 0.5);
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
    width: 100%;
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
    font-size: 0.8em;
}

input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large {
    font-size: 1.35em;
}

input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {
    background-color: #ff6c00!important;
    box-shadow: none !important;
    color: #ffffff !important;
}

input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover {
    background-color: #FF9800 !important;
}

input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
    background-color: #eb341c !important;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
    pointer-events: none;
    opacity: 0.25;
}

/*  追加 */
.button.primary {
    background-color: transparent !important;
    border: 3px double #fff;
    border-radius: 0;
    height: 3.525em;
    line-height: 3.125em;
    transition: border 0.2s; /*transitionは通常時にセット*/
      -webkit-transition: border 0.2s;
      padding: 0 85px;
    font-weight: normal;
    font-size: 1.15em;
    margin-top: 0px;
}

.button.primary:hover {
    background-color: transparent !important;
    border: 3px double #ff6c01;
    color: #ff6c01;
}

@media screen and (max-width: 736px) {
    .button.primary {
     padding: 0 0;
    }

    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        height: 3.75em;
        line-height: 3.75em;
    }
}

.button-a {
    display: inline-block;
    width: 275px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 51px;
    outline: none;
    border: 3px double #fff;
    font-size: 0.8em;
    position: relative;
}

.button-a:hover {
    letter-spacing: 5px;
    border: 3px double #fff;
}

.button-a::before, .button-a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button-a::after {
    /* position: absolute;
content: '›'; */
}

.button-a, .button-a::before, .button-a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* button */
.button-b {
    display: inline-block;
    color: #2b2102;
    width: 250px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    border: none;
    font-size: 0.8em;
    position: relative;
    background: #fff;
    border-radius: 50px;
  	transition: 0.5s ;
}

.button-b:hover {
  color: #fff;
  background: #dd8300;
}

.button-b:hover::before {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .button-a {
    width: 100%;
    line-height: 51px;
    border: 3px double #fff;
    font-size: 0.9em;
  }
}


/* Features -----------------------------*/

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

.features li {
    padding: 4em 4em 2em 6em;
    display: block;
    position: relative;
    text-align: left;
    width: 50%;
}

.features li:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
    display: block;
    color: #00ffcc;
    position: absolute;
    left: 1.75em;
    top: 2.75em;
    font-size: 1.5em;
}

.features li:nth-child(1) {
    border-top-left-radius: 3px;
}

.features li:nth-child(2) {
    border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
    border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
    border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {
    .features li {
        padding: 3em 2em 1em 2em;
        text-align: center;
    }
    .features li:before {
        left: 0;
        margin: 0 0 1em 0;
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 736px) {
    .features li {
        padding: 3em 0 1em 0;
        background-color: transparent !important;
        border-top: solid 2px #fff;
        width: 100%;
    }
    .features li:first-child {
        border-top: 0;
    }
}


/* Spotlight -----------------------------*/

.spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0 0 80px 0;
}

.spotlight .image {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border-radius: 0;
    width: 55%;
}

.spotlight .image img {
    border-radius: 0;
    width: 100%;
}

.spotlight .content {
    padding: 3.5em 4em 0.1em 6em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
    visibility: hidden;
}

.spotlight.first .content {
    padding: 1em 5em 0.1em 5em;
}

.spotlight .content.second {
    padding: 1em 5em 0.1em 5em;
}

@media screen and (min-width: 1600px) {
    .spotlight .content {
        padding: 2em 0em 0.1em 9em;
    }
    .spotlight .content.second {
        padding: 2em 5em 0.1em 2em;
    }
}

.spotlight .content h2 {
    font-family: YakuHanMPs, A1明朝, "A1 Mincho", serif;
    font-weight: normal;
    padding: 0.8em 0 0.6em 0;
    font-size: 2.05em;
    margin: 0 0 0.21em 0;
}
.spotlight .content h2:after{
    content: '';
    display: block;
    width: 153px;
    height: 4px;
    left: 0;
    background-color: #fff;
    margin: 10px 0 0 0;
}

.spotlight .content h2 span {
    font-size: 0.5em!important;
    font-weight: normal;
    display: block;
}

.spotlight:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlight:nth-child(3) {
    background-color: #fca82c;
}

.spotlight:nth-child(4) {
    background-color: #ff9800;
}

.spotlight:nth-child(5) {
    background-color: #ff9800;
}

.spotlight:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.45);
}

.spotlight:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.525);
}

.spotlight:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.6);
}

.spotlight:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.675);
}

.spotlight:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.75);
}

.spotlight .content p {
    font-family: YuGothic,游ゴシック,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
    font-size: 1.05em;
    line-height: 1.9em;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1280px) {
    .spotlight .image {
        width: 50%;
    }
    .spotlight .content {
        width: 55%;
    }
}

@media screen and (max-width: 980px) {
    .spotlight {
        display: block;
    }
    .spotlight br {
        display: block;
    }
    .spotlight .image {
        width: 100%;
    }
    .spotlight .content {
        padding: 4em 3em 2em 3em;
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .spotlight .content h2 {
      line-height: 1.4em;
      font-size: 1.15em;
    }
}

@media screen and (max-width: 736px) {
    .spotlight .content {
        padding: 3em 2em 1em 2em;
        text-align: left;
    }

    .spotlight.first .content {
        padding: 3em 2.9em 0.5em;
    }

    .spotlight .content.second {
        padding: 3em 2.9em 3em;
    }

    .spotlight .content.second p{
        font-size: 1.00em;
        margin-bottom: 1.4em;
    }
}


/* Wrapper -----------------------------*/

.wrapper {
    padding: 6em 0 0em 0;
}

.wrapper>.inner {
    width: 55em;
    margin: 0 auto;
}

.wrapper>.inner .price_bottom_sec {
  background: #f9f9f9;
  padding: 2em 2em 1px;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.wrapper>.inner .price_bottom_sec .sentence em{
  background: linear-gradient(transparent 50%, #e4ff01 50%);
}

@media screen and (max-width: 980px) {
    .wrapper>.inner {
        width: 100%;
    }
}

.wrapper.alt {
    padding: 0;
}

.wrapper.style1 {
    background-color: #FFEB39;
    background: url(../../images/bg_sec05.png) repeat #fff;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 8em 0 4em 0;
    background-size: 20%;
}

.wrapper.style1 strong, .wrapper.style1 b {
    color: #ffffff;
}

.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
    color: #ffffff;
}

.wrapper.style1 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
    color: #a6e0db;
}

.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 header.major h2 {
    color: #555;
    font-size: 1.5em;
    line-height: 1.6;
    font-family: sans-serif;
    border-bottom: none;
    margin-bottom: 0;
    text-shadow: 2px 2px 0px #eaeaea;
}

.wrapper.style1 header.major h2 span {
    font-size: 0.6em;
    color: #c5c5c5;
    font-family: serif;
    letter-spacing: 0.6em;
    display: block;
    padding-top: 0.3em;
    font-weight: normal;
}

.wrapper.style1 header.major p {
    color: #555;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #f8de4f;
    padding-top: 30px;
    box-shadow: inset 0px 1px 0 #ececec;
    font-size: 0.8em;
    line-height: 2;
}

.wrapper.style1 label {
    color: #ffffff;
}

.wrapper.style1 input[type="text"], .wrapper.style1 input[type="password"], .wrapper.style1 input[type="email"], .wrapper.style1 select, .wrapper.style1 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style1 select option {
    color: #ffffff;
    background: #21b2a6;
}

.wrapper.style1 input[type="checkbox"]+label, .wrapper.style1 input[type="radio"]+label {
    color: #c8ece9;
}

.wrapper.style1 input[type="checkbox"]+label:before, .wrapper.style1 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="checkbox"]:checked+label:before, .wrapper.style1 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #21b2a6;
}

.wrapper.style1 ::-webkit-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 ::-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-ms-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
    color: #ffffff;
}

.wrapper.style1 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="submit"], .wrapper.style1 input[type="reset"], .wrapper.style1 input[type="button"], .wrapper.style1 button, .wrapper.style1 .button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
    color: #ffffff;
}

.wrapper.style1 input[type="submit"]:hover, .wrapper.style1 input[type="reset"]:hover, .wrapper.style1 input[type="button"]:hover, .wrapper.style1 button:hover, .wrapper.style1 .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active, .wrapper.style1 input[type="reset"]:active, .wrapper.style1 input[type="button"]:active, .wrapper.style1 button:active, .wrapper.style1 .button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
    .wrapper.style1 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }
}

.wrapper.style2 {
    background-color: #575f67;
    padding: 80px 0 0 0;
}

.wrapper.style3 {
    background-color: #505393;
    color: #d3d4e4;
}

.wrapper.style3 strong, .wrapper.style3 b {
    color: #ffffff;
}

.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
    color: #ffffff;
}

.wrapper.style3 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
    color: #b9bad4;
}

.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 header.major p {
    color: #d3d4e4;
}

.wrapper.style3 label {
    color: #ffffff;
}

.wrapper.style3 input[type="text"], .wrapper.style3 input[type="password"], .wrapper.style3 input[type="email"], .wrapper.style3 select, .wrapper.style3 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style3 select option {
    color: #ffffff;
    background: #505393;
}

.wrapper.style3 input[type="checkbox"]+label, .wrapper.style3 input[type="radio"]+label {
    color: #d3d4e4;
}

.wrapper.style3 input[type="checkbox"]+label:before, .wrapper.style3 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="checkbox"]:checked+label:before, .wrapper.style3 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #505393;
}

.wrapper.style3 ::-webkit-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 ::-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-ms-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .formerize-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
    color: #ffffff;
}

.wrapper.style3 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"], .wrapper.style3 input[type="reset"], .wrapper.style3 input[type="button"], .wrapper.style3 button, .wrapper.style3 .button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
    color: #ffffff;
}

.wrapper.style3 input[type="submit"]:hover, .wrapper.style3 input[type="reset"]:hover, .wrapper.style3 input[type="button"]:hover, .wrapper.style3 button:hover, .wrapper.style3 .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active, .wrapper.style3 input[type="reset"]:active, .wrapper.style3 input[type="button"]:active, .wrapper.style3 button:active, .wrapper.style3 .button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
    .wrapper.style3 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }
}

.wrapper.style4 {
    background-color: transparent;
}

.wrapper.style5 strong, .wrapper.style5 b {
    color: #2E3842;
}

.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
    color: #2E3842;
}

.wrapper.style5 hr {
    border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
    border-color: #dfdfdf;
}

.wrapper.style5 code {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
    color: #8E8892;
}

.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
    border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
    color: #4E4852;
}

.wrapper.style5 label {
    color: #2E3842;
}

.wrapper.style5 input[type="text"], .wrapper.style5 input[type="password"], .wrapper.style5 input[type="email"], .wrapper.style5 select, .wrapper.style5 textarea {
    background-color: #f5f5f5;
}

.wrapper.style5 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}

.wrapper.style5 select option {
    color: #2E3842;
    background: #ffffff;
}

.wrapper.style5 input[type="checkbox"]+label, .wrapper.style5 input[type="radio"]+label {
    color: #4E4852;
}

.wrapper.style5 input[type="checkbox"]+label:before, .wrapper.style5 input[type="radio"]+label:before {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="checkbox"]:checked+label:before, .wrapper.style5 input[type="radio"]:checked+label:before {
    background: #2E3842;
    color: #ffffff;
}

.wrapper.style5 ::-webkit-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 ::-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-ms-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .formerize-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .icon.major {
    border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
    color: #2E3842;
}

.wrapper.style5 table thead {
    border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
    border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
    border-color: #dfdfdf;
}

.wrapper.style5 input[type="submit"], .wrapper.style5 input[type="reset"], .wrapper.style5 input[type="button"], .wrapper.style5 button, .wrapper.style5 .button {
    box-shadow: inset 0 0 0 2px #dfdfdf;
    background: #fff;
    color: #2E3842;
}

.wrapper.style5 input[type="submit"]:hover, .wrapper.style5 input[type="reset"]:hover, .wrapper.style5 input[type="button"]:hover, .wrapper.style5 button:hover, .wrapper.style5 .button:hover {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="submit"]:active, .wrapper.style5 input[type="reset"]:active, .wrapper.style5 input[type="button"]:active, .wrapper.style5 button:active, .wrapper.style5 .button:active {
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {
    .wrapper.style5 .features li {
        border-top-color: #dfdfdf;
    }
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding: 4em 3em 2em 3em;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3em 2em 4em 2em;
    }
}

/* Page Wrapper + Menu */
#page-wrapper{
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    padding-top: 3em;
}

#page-wrapper:before{
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

/*PC用メニュー1*/
#menu{
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    background: #271A1B;
    color: #ffffff;
    height: 100%;
    max-width: 100%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10002;
}

#menu .logo-title {
    text-align: center;
    margin-bottom: 1.5em;
}

#menu .logo-title span {
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: 0.3em;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul>li {
    border-bottom: dotted 1px #908484;
    padding: 0em 0 0.25em 0;
    margin: 0 0 8px 0;
}

#menu ul>li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#menu ul>li>a {
    border: 0;
    color: inherit;
    display: block;
    font-size: 1.1em;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: YuGothic,游ゴシック,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
    line-height: 1.9em;
    letter-spacing: 0.23em;
}

#menu ul>li>a:hover {
    padding-left: 0.5em;
    animation: movei ease-in 0.15s;
    -webkit-animation: movei ease-in 0.15s;
}

/*SP用メニュー2*/
.menu_bg1{
    background: #6a5d21!important;
}
.menu_bg2{
    background: #17184b!important;
}
.menu_bg3{
    background: #2d312b!important;
}


@keyframes movei {
    0% {
        padding-left: 0em;
    }
    50% {
        padding-left: 0.25em;
    }
    100% {
        padding-left: 0.5em;
    }
}

@media screen and (max-width: 736px) {
    #menu ul>li>a {
        line-height: 3em;
        font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
    }
}

#menu .close {
    background-image: url("images/close.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
}

@media screen and (max-width: 736px) {
    #menu {
        padding: 3em 1.5em;
    }
}

body.is-menu-visible #page-wrapper{
    opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before{
    display: block;
}
body.is-menu-visible #menu {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body.is-menu-visible #menu ul li a {
  position: relative;
}

body.is-menu-visible #menu ul li a em {
  position: absolute;
  right: 0;
  font-size: 0.7em;
  font-style: normal;
  color: #ff9c54;
  letter-spacing: 0.1em;
  text-shadow: 0.5px 0.5px 0 #ff6b00;
}



/* Header -----------------------------*/

#header {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #271A1B;
    height: 5em;
    left: 0;
    line-height: 4.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13;
}

#header h1 {
    height: inherit;
    left: 1.5em;
    line-height: inherit;
    position: absolute;
    top: 0.18em;
    font-weight: normal;
    font-size: 0.95em;
    letter-spacing: 0.35em;
}

#header h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    font-weight: normal;
}

#header h1 a span {
    border-right: 1px solid #db5c00;
    padding-right: 5px;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#header h1 a:hover span {
    opacity: 0.7;
}

#header h1 i {
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 14.7em;
  width: max-content;
  font-weight: normal;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}

@media screen and (max-width: 736px) {
    #header h1 a span {
    border-right: none;
    }

    #header h1 i {
      display: none;
    }
}

#header nav {
  display: none;
}

@media screen and (max-width: 736px) {
  #header nav {
      height: inherit;
      line-height: inherit;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
    }
}

#header nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}

#header nav#nav-pc {
  display: block;
}

#header nav#nav-pc>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    white-space: nowrap;
    text-align: right;
}

#header nav#nav-pc>ul>li {
    margin: 0 1.5em;
}

#header nav#nav-pc>ul>li:last-child {
  border: none;
}

#header nav#nav-pc>ul>li>a {
    border: 0;
    color: #fff;
    font-size: 0.85em;
    letter-spacing: 0.3em;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
    position: relative;
  display: inline-block;
  text-decoration: none;
}
#header nav#nav-pc a.last {
  border-right: none;
}

#header nav#nav-pc>ul>li>a>span {

  line-height: 1.1em;
  display: inline-block;
  transition: color 0.2s; /*transitionは通常時にセット*/
  -webkit-transition: color 0.2s;
  letter-spacing: 0.43em;
}

#header nav#nav-pc>ul>li>a>span.price {
  padding-right: 2em;
  padding-left: 2em;
}

#header nav#nav-pc>ul>li>a:after{
    position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left right;
  transition: transform .3s;
}
#header nav#nav-pc>ul>li>a:hover::after {
  transform: scale(1, 1);
}

#header nav#nav-pc>ul>li>a>span.last {
  display: inline-block;
  border-right: none;
}

@media screen and (max-width: 736px) {
  #header nav#nav-pc {
    display: none;
  }
}


/* Header2 -----------------------------*/

#header2 {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #6a5d21;
    height: 5em;
    left: 0;
    line-height: 4.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13;
}

#header2 h1 {
    height: inherit;
    left: 0.75em;
    line-height: inherit;
    position: absolute;
    top: 0.18em;
    font-weight: normal;
}

#header2 h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    font-weight: normal;
}

#header2 h1 a span {
    border-right: 1px solid #db5c00;
    padding-right: 5px;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#header2 h1 a:hover span {
    opacity: 0.7;
}

#header2 h1 i {
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 14.7em;
  width: max-content;
  font-weight: normal;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}

@media screen and (max-width: 736px) {
    #header2 h1 a {
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }

    #header2 h1 a span {
    border-right: none;
    }

    #header2 h1 i {
      display: none;
    }
}

#header2 nav {
  display: none;
}

@media screen and (max-width: 736px) {
  #header2 nav {
      height: inherit;
      line-height: inherit;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
    }
}

#header2 nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header2 nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header2 nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}
/*MENUテキスト非表示（SP）*/
#header2 nav>ul>li>a span{
    display: none;
}
#header3 nav>ul>li>a span{
    display: none;
}
#header4 nav>ul>li>a span{
    display: none;
}

#header2 nav#nav-pc {
  display: block;
}

#header2 nav#nav-pc>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    white-space: nowrap;
    text-align: right;
}

#header2 nav#nav-pc>ul>li {
    margin: 0 1.5em;
}

#header2 nav#nav-pc>ul>li:last-child {
  border: none;
}

#header2 nav#nav-pc>ul>li>a {
    border: 0;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.4em;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase;
    /* border-right: 2px solid #ffa25f; */
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    position: relative;
  display: inline-block;
  text-decoration: none;
}

#header2 nav#nav-pc a.last {
  border-right: none;
}

#header2 nav#nav-pc>ul>li>a>span {
  line-height: 1.1em;
  display: inline-block;
  transition: color 0.2s; /*transitionは通常時にセット*/
  -webkit-transition: color 0.2s;
}

#header2 nav#nav-pc>ul>li>a>span.price {
  padding-right: 2em;
  padding-left: 2em;
}

#header2 nav#nav-pc>ul>li>a:after{
    position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left right;
  transition: transform .3s;
}
#header2 nav#nav-pc>ul>li>a:hover::after {
  transform: scale(1, 1);
}
#header2 nav#nav-pc>ul>li>a>span.last {
  display: inline-block;
  border-right: none;
}

@media screen and (max-width: 736px) {
  #header2 nav#nav-pc {
    display: none;
  }
}

/* Header3 -----------------------------*/

#header3 {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #17184b;
    height: 5em;
    left: 0;
    line-height: 4.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13;
}

#header3 h1 {
    height: inherit;
    left: 0.75em;
    line-height: inherit;
    position: absolute;
    top: 0.18em;
    font-weight: normal;
}

#header3 h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    font-weight: normal;
}

#header3 h1 a span {
    border-right: 1px solid #db5c00;
    padding-right: 5px;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#header3 h1 a:hover span {
    opacity: 0.7;
}

#header3 h1 i {
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 14.7em;
  width: max-content;
  font-weight: normal;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}

@media screen and (max-width: 736px) {
    #header3 h1 a {
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }

    #header3 h1 a span {
    border-right: none;
    }

    #header3 h1 i {
      display: none;
    }
}

#header3 nav {
  display: none;
}

@media screen and (max-width: 736px) {
  #header3 nav {
      height: inherit;
      line-height: inherit;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
    }
}

#header3 nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header3 nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header3 nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}


#header3 nav#nav-pc {
  display: block;
}

#header3 nav#nav-pc>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    white-space: nowrap;
    text-align: right;
}

#header3 nav#nav-pc>ul>li {
    margin: 0 1.5em;
}

#header3 nav#nav-pc>ul>li:last-child {
  border: none;
}

#header3 nav#nav-pc>ul>li>a {
    border: 0;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.4em;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    position: relative;
  display: inline-block;
  text-decoration: none;
}

#header3 nav#nav-pc a.last {
  border-right: none;
}

#header3 nav#nav-pc>ul>li>a>span {
  line-height: 1.1em;
  display: inline-block;
  transition: color 0.2s; /*transitionは通常時にセット*/
  -webkit-transition: color 0.2s;
}

#header3 nav#nav-pc>ul>li>a>span.price {
  padding-right: 2em;
  padding-left: 2em;
}

#header3 nav#nav-pc>ul>li>a:after{
    position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left right;
  transition: transform .3s;
}
#header3 nav#nav-pc>ul>li>a:hover::after {
  transform: scale(1, 1);
}

#header3 nav#nav-pc>ul>li>a>span.last {
  display: inline-block;
  border-right: none;
}

@media screen and (max-width: 736px) {
  #header3 nav#nav-pc {
    display: none;
  }
}

/* Header4 -----------------------------*/

#header4 {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #32382f;
    height: 5em;
    left: 0;
    line-height: 4.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13;
}

#header4 h1 {
    height: inherit;
    left: 0.75em;
    line-height: inherit;
    position: absolute;
    top: 0.18em;
    font-weight: normal;
}

#header4 h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    font-weight: normal;
}

#header4 h1 a span {
    border-right: 1px solid #db5c00;
    padding-right: 5px;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#header4 h1 a:hover span {
    opacity: 0.7;
}

#header4 h1 i {
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 14.7em;
  width: max-content;
  font-weight: normal;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}

@media screen and (max-width: 736px) {
    #header4 h1 a {
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }

    #header4 h1 a span {
    border-right: none;
    }

    #header4 h1 i {
      display: none;
    }
}

#header4 nav {
  display: none;
}

@media screen and (max-width: 736px) {
  #header4 nav {
      height: inherit;
      line-height: inherit;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
    }
}

#header4 nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header4 nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header4 nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}

#header4 nav#nav-pc {
  display: block;
}

#header4 nav#nav-pc>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    white-space: nowrap;
    text-align: right;
}

#header4 nav#nav-pc>ul>li {
    margin: 0 1.5em;
}

#header4 nav#nav-pc>ul>li:last-child {
  border: none;
}

#header4 nav#nav-pc>ul>li>a {
    border: 0;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.4em;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    position: relative;
  display: inline-block;
  text-decoration: none;
}

#header4 nav#nav-pc a.last {
  border-right: none;
}

#header4 nav#nav-pc>ul>li>a>span {
  line-height: 1.1em;
  display: inline-block;
  transition: color 0.2s; /*transitionは通常時にセット*/
  -webkit-transition: color 0.2s;
}

#header4 nav#nav-pc>ul>li>a>span.price {
  padding-right: 2em;
  padding-left: 2em;
}

#header4 nav#nav-pc>ul>li>a:after{
    position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left right;
  transition: transform .3s;
}
#header4 nav#nav-pc>ul>li>a:hover::after {
  transform: scale(1, 1);
}

#header4 nav#nav-pc>ul>li>a>span.last {
  display: inline-block;
  border-right: none;
}

@media screen and (max-width: 736px) {
  #header4 nav#nav-pc {
    display: none;
  }
}


/* slide-menu */
.slide-menu {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.slide-menu * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slide-menu li {
  display: inline-block;
  list-style: outside none none;
  overflow: hidden;
}

.slide-menu a {
  padding: 0.3em 0.8em;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}

.slide-menu a:before,
.slide-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slide-menu a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
}

.slide-menu a:after {
    padding: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: #fff;
    white-space: nowrap;
    display: block;
    text-align: center;
    width: 100%;
}

.slide-menu li:hover a,
.slide-menu .current a {
  transform: translateY(100%);
}

/* slide-menu end____ */
#header nav>ul>li>a.menuToggle {
    outline: 0;
    position: relative;
}
/*メニュー開閉ボタン*/
#header2 nav>ul>li>a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}
#header3 nav>ul>li>a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}
#header4 nav>ul>li>a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}
#header nav>ul>li>a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}


#header nav>ul>li:first-child {
    margin-left: 0;
}

#header.alt h1 {
    pointer-events: none;
    opacity: 1;
}

#header.alt h1 span{
    padding-right: 0.4em;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.43em;
}
/*h1文字間*/
#header2.alt h1 span{
    padding-right: 0.4em;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.43em;
}

#header3.alt h1 span{
    padding-right: 0.4em;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.43em;
}

#header4.alt h1 span{
    padding-right: 0.4em;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.43em;
}

/*アコーディオン開閉ボタン*/
@media screen and (max-width: 736px) {
    #header nav>ul>li>a.menuToggle {
        padding: 1.15em 1.5em;
    }
    #header nav>ul>li>a.menuToggle span {
        display: none;
    }

    #header nav>ul>li>a {
        padding: 0 0 0 1.5em;
    }

    #header.alt h1 span {
    border-right: none;
    }

    /*アコーディオン開閉ボタン2*/
    #header nav>ul>li>a.menuToggle2 {
        padding: 0 1.5em;
    }
    #header nav>ul>li>a.menuToggle2 span {
        display: none;
    }
}


/* Banner -----------------------------*/
#banner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#banner h2 {
    text-indent: 0.5em;
}

#banner .inner-box {
    margin: 0 auto;
    padding: 40px 0 0px 0px;
    width: 600px;
    border-radius: 5px;
}

#banner h2 {
    font-weight: normal;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    text-shadow: 1px 1px 0 #333;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
     margin-bottom: 35px;
    z-index: 1;
}

#banner .button.primary {
  background-color: #ffffffcc !important;
  border: 2px solid #ffffff;
  height: 3.625em;
  line-height: 3.425em;
  text-shadow: 1px 1px 0 #000;
  transition: border 0.2s;
  -webkit-transition: border 0.2s;
  padding: 0 105px;
  font-weight: normal;
  font-size: 0.95em;
  margin-top: 0px;
  color: #fffbf7!important;
  border-radius: 35px;
}

#banner .button.primary:hover {
  background-color: #ff6c01 !important;
border: 2px solid #a64600;
height: 3.625em;
line-height: 3.425em;
text-shadow: 0px 0px 0 #000;
transition: border 0.2s;
-webkit-transition: border 0.2s;
padding: 0 105px;
font-weight: normal;
font-size: 0.95em;
margin-top: 0px;
color: #fffbf7!important;
border-radius: 35px;
}

#banner h2 span {
  color: #000000;
      color: #fff;
      text-shadow: 1px 1px 0 #fff;
      text-shadow: 1px 1px 0 #000;
      font-size: 0.65em;
      display: block;
      line-height: 1em;
      padding: 7px 0 8px;
      font-style: italic;
}

#banner h2:before, #banner h2:after {
    -moz-transition: width 0.85s ease;
    -webkit-transition: width 0.85s ease;
    -ms-transition: width 0.85s ease;
    transition: width 0.85s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

#banner h2:before {
    top: 0;
    left: 0;
}

#banner h2:after {
    bottom: 0;
    right: 0;
}

#banner p {
    letter-spacing: 0.18em;
    line-height: 1.6;
    font-size: 1.35em;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 0 #000;
    margin-bottom: 2.15em;
}

#banner p a {
    color: inherit;
}

#banner .more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
    border: none;
    bottom: 0;
    font-size: 0.8em;
    height: 8.5em;
    left: 0;
    letter-spacing: 0.225em;
    margin-left: 0;
    opacity: 1;
    outline: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
    background: none;
}

#banner .more:after {
    background-image: url("images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    color: #fff;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}

#banner:after {
    pointer-events: none;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: '';
    background: #2e3842;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

@media screen and (max-width: 736px) {
    #banner {
        padding: 2em 1em 0em 1em;
        height: auto;
        min-height: 100vh;
    }

    #banner .inner-box {
      width: 100%;
      padding: 50px 0 0px 0px;
    }

    #banner h2 {
      font-size: 1.45em;
      padding: 0.65em 0.3em 0.35em;
    }

    /* button */
    #banner .button.primary {
      padding: 0;
    }
}


@media screen and (min-width: 1680px) {
  #banner h2 {
    font-size: 1.85em;
  }
}

body.is-preload #banner h2 {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}

body.is-preload #banner h2:before, body.is-preload #banner h2:after {
    width: 0;
}

body.is-preload #banner .more {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    opacity: 0;
}

body.is-preload #banner:after {
    opacity: 1;
}


/* CTA */

#cta .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    color: #222;
    max-width: 1200px;
}

/*フッターコピーライト*/
#footer small{
    font-size: 0.9em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    line-height: 1.9em;
    letter-spacing: 0.18em;
    display: block;
    margin: 30px auto 0 auto;
    max-width: 1200px;
    border-top: 1px solid #fff;
    padding: 20px 0 0 0;
}

#cta .inner h2 {
    color: #fff;
    font-size: 1.25em;
    padding-bottom: 1.2px;
    letter-spacing: 0.25em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}

#cta .inner header {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-right: 3em;
    padding-top: 0.4em;
    text-align: left;
    width: 50%;
}

#cta .inner header p {
    color: #fff;
    font-size: 0.9em;
    font-family: YuGothic,游ゴシック,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
    line-height: 1.9em;
    letter-spacing: 0.18em;
}

#cta .inner .actions {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
}

#cta .inner .actions iframe {
    width: 100%;
    height: 295px;
}


@media screen and (max-width: 736px) {
    #cta .inner br {
      display: block;
    }

    #cta .inner .actions {
        max-width: none;
    }
}


@media screen and (max-width: 980px) {
    #cta .inner {
        display: block;
        text-align: center;
    }
    #cta .inner header {
        padding-right: 0;
        width: 100%;
        padding-top:0;
    }
    #cta .inner .actions {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}


@media (min-width: 980px) and (max-width: 1200px) {
  #cta .inner .actions iframe {
    height: 280px;
  }
}

@media screen and (min-width: 1680px) {
  #cta .inner header p {
    font-size: 0.8em;
    line-height: 1.8em;
  }
}

/* Main -----------------------------*/

#main>header {
    padding: 12em 0 10em 0;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/img-photo07.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/img-photo07.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/img-photo07.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/img-photo07.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    min-height: 430px;
}

/* 各ページ ----------------- */

/* 先生一覧 */
.profile_list #main>header {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv01_pc-new.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv01_pc-new.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv01_pc-new.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv01_pc-new.jpg");
  background-attachment: scroll ;
  height: 540px;
}

/*取扱業務*/
.works #main>header {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv02_pc.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv02_pc.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv02_pc.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv02_pc.jpg");
  background-attachment: scroll ;
  height: 540px;
}
/* 費用 */
.price #main>header {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv03_pc.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv03_pc.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv03_pc.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv03_pc.jpg");
  background-attachment: scroll ;
  height: 540px;
}
/* お問い合わせ */
.contact #main>header {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_pc.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_pc.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_pc.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_pc.jpg");
  background-attachment: scroll ;
  height: 540px;
}

/* 先生詳細 */
.profile_more #main>header {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv05_pc.jpg");
  background-image: -webkit-linear-gradient(top, rgba(142, 114, 114, 0.6), rgba(0, 0, 0, 0.29)), url(../../images/kv05_pc.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv05_pc.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv05_pc.jpg");
  background-attachment: scroll ;
  height: 400px;
}

#main>header h2 {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
    /* margin: 1.5em 0 0 0; */
    margin: 0.8em 0 0 0;
    position: relative;
    font-weight: normal;
    font-size: 1.95em;
    letter-spacing: 0.2em;
    color: #fff;
    /* top:-0.5em; */
}

@media all and (-ms-high-contrast: none){
    #main>header h2 {
    display: block!important;
    }
}


#main>header #h2_title{
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
    margin: 0.95em 0 0 0;
    font-size: 2.0em;
}
#main>header sub {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-size: 32em;
  font-weight: bold;
  color: #ffffff0a;
}

#main>header p {
    color: inherit;
    letter-spacing: 0.225em;
    bottom: 0;
}

#main>header p.sub_title {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
  position: relative;
  display: inline-block;
  z-index: 10;
  font-size: 1.25em;
  /* top:-0.55em; */
}

@media all and (-ms-high-contrast: none){
    #main>header p.sub_title {
    display: block!important;
    }
}

#main>header p.sub_title::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 30px;
  left: -1.7px;
  width: 99.5%;
}

#main>header p a {
    color: inherit;
}

@media screen and (max-width: 1680px) {
    #main>header {
        padding: 15em 0 6.5em 0;
    }
}

@media screen and (max-width: 1280px) {

    #main>header {
        padding:15em 3em 5.7em 3em;
    }
}

@media screen and (max-width: 980px) {
    #main>header {
        padding: 15em 3em 8em 3em;
    }
}

@media screen and (max-width: 736px) {
    #main>header {
        padding: 5em 1em 3em;
        min-height: auto;
        margin: 70px 0 0 0!important;
    }
    #main>header h2 {
     font-size: 1.5em;
     margin: 7.5em 0 0 0;
     letter-spacing: 0.25em;
     font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "MS P明朝", "MS 明朝", serif;
     color: #fff;
    }
    #main>header #h2_title{
        margin: 1.45em 0 0 0;
    }
}

body.is-mobile #main>header {
    background-attachment: scroll;
}

/* 各 page ----------------------------------*/
/* .price-page */
.price-page section table th{
	background: #ffc296;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 0.75em 0.75em 0.75em 0.75em;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: inset 1px 0px 0px #fa9145;
}

/* Extra small devices: intro (<768px) */
@media (max-width: 767px) {
  .work-page .wrapper>.inner {
    width:100%;
  }

  .work-page .wrapper h4 {
    padding-left: 0;
  }

  .work-page .wrapper header::before {
    display: none;
  }

	.price-page section table th{
	font-size: 0.8em;
	}
}

/* .contact-page */
.contact-page section p.tel {
    margin: 0 0 0em 0;
}

.contact-page section p.caption-bottom {
  font-size: 1em;
  margin: 0.5em 0 1em 0;
}

/* Extra small devices: intro (<768px) */
@media (max-width: 767px) {
  .contact-page section h4 {
      font-size: 1.05em;
  }
}


/* Footer -----------------------------*/
#footer {
    padding: 4em 0 0.3em 0;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../../images/img-photo00.jpg);
    background-size: cover;
    background-position: left 45%;
    text-align: center;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
    color: #686868;
    text-shadow: 1px 1px 1px #fff;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li a {
    color: inherit;
}

#footer .copyright li a:hover {
    color: #fff;
}

@media screen and (max-width: 480px) {
    #footer .copyright li {
        border: 0;
        display: block;
        line-height: 1.65em;
        margin: 0;
        padding: 0.5em 0;
    }
}


@media screen and (max-width: 736px) {
    #footer {
        padding: 3em 2.9em 1em;
    }
}

@media screen and (max-width: 980px) {
    #footer {
        padding: 4em 3em 2em 3em;
    }
}


@media screen and (min-width: 737px) {
    #footer .visible-sp{
      display: none;
    }
}



/* Landing -----------------------------*/

body.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

/*サムネイル*/
body.landing #page-wrapper {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo2.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  body.landing #page-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo2.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
      background-attachment: fixed;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 0;
      background-image: none;
      background-color: #fff;
  }
}

@media all and (-ms-high-contrast: none){
    body.landing #page-wrapper {
        background: url("../../images/mv-new.jpg");
        background-size: 100%;
    }
}


body.landing #page-wrapper2 {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,page-wrapper0.5), rgba(0,0,0,0.5)), url("../../images/mv-new.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
body.landing #page-wrapper3 {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo03.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo03.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo03.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
body.landing #page-wrapper4 {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo04.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo04.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/img-photo04.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

body.landing #footer {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../../images/img-ftbg.jpg);
    background-size: cover;
}

body.landing #footer {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../../images/img-ftbg.jpg);
    background-size: cover;
    background-position: left bottom;
}

body.is-mobile.landing .wrapper.style4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.is-mobile.landing #footer {
    background-color: #1d242a;
}

@media screen and (max-width: 736px) {
    body.is-mobile.landing .wrapper.style4 {
    padding: 0.5em 0em 1em;
    }
}

/*キービジュアル*/
.text{
    width: 100%;
    margin-bottom: 15%;
    padding-top: 15%;
    text-align: center;
    color: #fff;
    text-shadow: none;
}
.text h1{
    font-weight: normal;
    font-size: 2.9em;
    line-height: 0.4em;
    letter-spacing: 0.18em;
    display: inline-block;
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;
    margin: 0 0 0.89em 0;
}
.text span{
    font-size: 1.24em;
    letter-spacing: 0.35em;
    margin: 0 0 0.95em 0;
    display: block;
}
#banner .text .lead{
    font-size: 1.4em;
    letter-spacing: 0.24em;
    text-shadow: none;
    line-height: 1.58em;
}

/*ボタントップ*/
.contactBtn::after, .contactBtn::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contactBtn {
    width: 330px;
    height: 65px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background: #fff;
    color: #271A1B;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.12em;
    font-size: 1em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.type-serif {
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}
    .contactBtn:hover {
    color: #fff;
        }
    .contactBtn::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #675454;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    .contactBtn span {
    position: relative;
    z-index: 1;
    padding: 17px 0 0 0;
    display: block;
   /* font-weight: normal;*/
    letter-spacing: 0.19em;
    font-size: 1em;
    /*font-weight: normal;*/
}
.contactBtn:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.contactBtn::after, .contactBtn::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.contactBtn::after, .contactBtn::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 767px) {
    .contactBtn {
    width: 340px;
    }
}

/*ボタントップ2*/
.contactBtn2::after, .contactBtn2::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contactBtn2 {
    width: 325px;
    height: 70px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background: #fff;
    color: #271A1B;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 1.1em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    font-weight: bold;
}
    .contactBtn2:hover {
            color: #fff;
        }
    .contactBtn2::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #6a5d21;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    .contactBtn2 span {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
    display: block;
    letter-spacing: 0.19em;
    font-size: 1.05em;
}
.contactBtn2:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.contactBtn2::after, .contactBtn2::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.contactBtn2::after, .contactBtn2::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .contactBtn2 {
    width: 340px;
    }
}

/*ボタントップ3*/
.contactBtn3::after, .contactBtn3::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contactBtn3 {
    width: 325px;
    height: 70px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background: #fff;
    color: #271A1B;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 1.1em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    font-weight: bold;
}
    .contactBtn3:hover {
    color: #fff;
        }
    .contactBtn3::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #17184b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    .contactBtn3 span {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
    display: block;
    letter-spacing: 0.19em;
    font-size: 1.05em;
}
.contactBtn3:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.contactBtn3::after, .contactBtn3::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.contactBtn3::after, .contactBtn3::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 767px) {
    .contactBtn3 {
    width: 340px;
    }
}

/*ボタントップ4*/
.contactBtn4::after, .contactBtn4::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contactBtn4 {
    width: 325px;
    height: 70px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background: #fff;
    color: #271A1B;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 1.1em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    font-weight: bold;
}
    .contactBtn4:hover {
    color: #fff;
        }
    .contactBtn4::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #32382f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    .contactBtn4 span {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
    display: block;
    letter-spacing: 0.19em;
    font-size: 1.05em;
}
.contactBtn4:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.contactBtn4::after, .contactBtn4::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.contactBtn4::after, .contactBtn4::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 767px) {
    .contactBtn4 {
    width: 340px;
    }
}

/*ボタントップコンテンツ*/
.more_btn a {
    background-color: transparent;
    color: #fff;
}
.more_btn a::after, .more_btn a::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.more_btn a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.more_btn a::after, .more_btn a::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

.more_btn:not([href*=".pdf"])::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    right: 0;
    width: 48px;
    height: 10px;
    margin-left: 15px;
    background: url(../../images/btn-arrow.svg) no-repeat center center/contain;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.more_btn a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
        }
.more_btn span {
    display: inline-block;
    line-height: inherit;
    padding: 6px 0 0 20px;
}

.more_btn {
    display: inline-block;
    min-width: 300px;
    height: 70px;
    padding: 0 1.5em;
    background: #2b1a14;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 55px;
    font-size: 1.1em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    letter-spacing: 0.18em;
    border: none;
}
   .more_btn:hover{
    transition-property: color, background-color;
    transition-duration: 0.6s;
    background: #5d5158;
    display: inline-block;
        }

    .more_btn:not([href*=".pdf"]):hover::after {
    right: -6px;
}

/*ボタントップコンテンツ2*/
.more_btn2 a {
    background-color: transparent;
    color: #fff;
}
.more_btn2 a::after, .more_btn2 a::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.more_btn2 a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.more_btn2 a::after, .more_btn2 a::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

.more_btn2:not([href*=".pdf"])::after {
    content: "";
    display: inline-block;
    position: relative;
    right: 0;
    width: 48px;
    height: 10px;
    margin-left: 15px;
    background: url(../../images/btn-arrow.svg) no-repeat center center/contain;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.more_btn2 a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
        }
.more_btn2 span {
    display: inline-block;
    line-height: inherit;
    padding: 6px 0 0 20px;
}

.more_btn2 {
    display: inline-block;
    min-width: 300px;
    height: 70px;
    padding: 0 1.5em;
    background: #6a5d21;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 55px;
    font-size: 1.1em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    letter-spacing: 0.18em;
    border: none;
}
   .more_btn2:hover{
    transition-property: color, background-color;
    transition-duration: 0.6s;
    background: #7F746C;
    display: inline-block;
        }

    .more_btn2:not([href*=".pdf"]):hover::after {
    right: -6px;
}

/*ボタントップコンテンツ3*/
.more_btn3 a {
    background-color: transparent;
    color: #fff;
}
.more_btn3 a::after, .more_btn3 a::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.more_btn3 a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.more_btn3 a::after, .more_btn3 a::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

.more_btn3:not([href*=".pdf"])::after {
    content: "";
    display: inline-block;
    position: relative;
    right: 0;
    width: 48px;
    height: 10px;
    margin-left: 15px;
    background: url(../../images/btn-arrow.svg) no-repeat center center/contain;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.more_btn3 a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
        }
.more_btn3 span {
    display: inline-block;
    line-height: inherit;
    padding: 6px 0 0 20px;
}

.more_btn3 {
    display: inline-block;
    min-width: 300px;
    height: 70px;
    padding: 0 1.5em;
    background: #17184b;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 55px;
    font-size: 1.1em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    letter-spacing: 0.18em;
    border: none;
}
   .more_btn3:hover{
    transition-property: color, background-color;
    transition-duration: 0.6s;
    background: #50545f;
    display: inline-block;
        }

    .more_btn3:not([href*=".pdf"]):hover::after {
    right: -6px;
}

/*ボタントップコンテンツ4*/
.more_btn4 a {
    background-color: transparent;
    color: #fff;
}
.more_btn4 a::after, .more_btn4 a::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.more_btn4 a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.more_btn4 a::after, .more_btn4 a::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

.more_btn4:not([href*=".pdf"])::after {
    content: "";
    display: inline-block;
    position: relative;
    right: 0;
    width: 48px;
    height: 10px;
    margin-left: 15px;
    background: url(../../images/btn-arrow.svg) no-repeat center center/contain;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.more_btn4 a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
        }
.more_btn4 span {
    display: inline-block;
    line-height: inherit;
    padding: 6px 0 0 20px;
}

.more_btn4 {
    display: inline-block;
    min-width: 300px;
    height: 70px;
    padding: 0 1.5em;
    background: #32382f;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 55px;
    font-size: 1.1em;
    font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
    letter-spacing: 0.18em;
    border: none;
}
   .more_btn4:hover{
    transition-property: color, background-color;
    transition-duration: 0.6s;
    background: #676f58;
    display: inline-block;
        }

    .more_btn4:not([href*=".pdf"]):hover::after {
    right: -6px;
}

/*キービジュアル[SP]*/
/* // 極小デバイス（縦向きモバイル, 576px 未満） */
@media (max-width: 767px) {
.text h1 {
    font-size: 2.19em;
}
.text span {
    font-size: 1.05em;
    }
.hr_top {
    width: 100%;
}
.contactBtn span {
    padding: 19px 0 0 0;
    }
#banner .text .lead {
    font-size: 1.09rem;
}
    .border_btn {
    width: 23rem;
    height: 5.7rem;
    font-size: 1.35rem;
}
.border_btn:after {
    top: 55%;
    right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
}
}

/*コンテンツ追加*/
.wrap{
    /*background: #575f67;*/
    background: #5d5158d4!important;
    padding: 50px 0 0 0;
   /* background: url("../../images/mv-new.jpg")*/
}


@media all and (-ms-high-contrast: none){
    .wrap{
        /*background: #575f67;*/
        background: #5d5158!important;
        padding: 50px 0 0 0;
       /* background: url("../../images/mv-new.jpg")*/
    }
}


/*カラーバリエーション*/
.wrap2{
    background: #524f40d6;
}
.wrap3{
    background: #50545fde;
}
.wrap4{
    background: #676f58b8;
}
.products_head {
    margin-bottom: 100px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.imgarea1{
    width: 780px;
}
.l-main {
    line-height: 180%;
}
.l-contents {
    word-break: normal;
    word-wrap: break-word;
}
    img {
    line-height: 1;
    font-size: 0;
    height: auto;
    max-width: 100%;
}
img, td, th {
    vertical-align: top;
}
a, hr, img {
    padding: 0;
}
body, html, img, td, th {
    outline: 0;
}
a, body, html, img, td, th {
    background: 0 0;
    margin: 0;
    border: none;
}
html, img {
    border: 0;
}
* {
    box-sizing: border-box;
}
.products_head .txtarea {
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    padding: 50px;
    width: 540px;
}

.products_head .txtarea .subttl {
    display: block;
    color: #111;
    margin-bottom: 5px;
}
.products_head .txtarea .subttl, .products_head_ttl {
    font-size: 18px;
    font-size: 1.15rem;
    letter-spacing: 0.18em;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}
.products_head_ttl {
    font-size: 50px;
    font-size: 5rem;
    color: #111;
    margin-bottom: 50px;
}
.products_head_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}
.l-main p{
        margin-bottom: 20px;
    }
.products_head .txtarea p {
    color: #000;
    font-family: YuGothic,游ゴシック,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
    font-size: 0.9em;
    line-height: 1.9em;
    letter-spacing: 0.18em;
}
.l-main {
    line-height: 180%;
}
.l-contents {
    word-break: normal;
    word-wrap: break-word;
}
#page {
    font-size: 1.5rem;
    font-weight: 500;
}
.products_head .txtarea {
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    padding: 50px;
    width: 540px;
}

.container {
    width: 1140px;
}
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.products_nav {
    border-bottom: 1px solid #111;
    margin-top: 20px;
    margin-bottom: 50px;
}
    .m-products .js-tab_body.is_show {
    display: block;
}
.products_head .txtarea {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 50px;
    width: 580px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.07);
}
.products_head_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    color: #111;
    margin-bottom: 50px;
}
.products_head_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}
.m-products .js-tab_body.is_show {
    display: block;
}

#replace{
    display: flex;
    flex-flow: row-reverse;
}
#replace .txtarea {
    left: 0!important;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 500px;
}
#replace  .subttl,#replace h2,#replace p{
    color: #fff;
}

/*SP*/
/* // 極小デバイス（縦向きモバイル, 576px 未満） */
@media (max-width: 767px) {
    .wrap{
        background: #5a1e3b;
        padding: 0;
    }
    .products_head {
    width:100%;
    padding: 0;
}

.products_head .txtarea {
    position: static;
    padding: 30px 20px 20px 20px!important;
    width: 100%;
}

#replace {
    display: block!important;
}

.products_head .txtarea .subttl {
    font-size: 1.05em;
    line-height: 1.65em;
}

.products_head_ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;

}

.products_head .txtarea {
    position: relative;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
    top: -50px;
}
    .imgarea1 {
    width: 100%;
}
    .more_btn {
    min-width: 300px!important;
    }

#replace .txtarea {
    position: relative;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
    top: -50px;
}
 }
