@charset "UTF-8";
/*
 * 共通スタイル
 */

/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

main {
    display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Lists (definition)
   ========================================================================== */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
    /* 1 */
    height: 0;
    margin: 0;
    /* 2 */
    border: 0;
    border-top: 1px solid;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    vertical-align: bottom;
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    color: inherit;
    font: inherit;
    vertical-align: middle;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */

select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    color: inherit;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    /* 1 */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */

::-webkit-input-placeholder {
    font: inherit;
}

:-ms-input-placeholder {
    font: inherit;
}

::-ms-input-placeholder {
    font: inherit;
}

::-moz-placeholder {
    font: inherit;
}

::placeholder {
    font: inherit;
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

html {
    height: 100%;
}

body {
    position: relative;
    background-color: #000;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
}

body.is-active {
    overflow: hidden;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.c {
    /*
  * ヘッター
  */
    /*
  * メインビジュアル
  */
    /*
  * ボタン
  */
    /*
  * バナーセクション
  */
    /*
  * フッター
  */
}

.c-mt10 {
    margin-top: 10px;
}

.c-mt20 {
    margin-top: 20px;
}

.c-mt30 {
    margin-top: 30px;
}

.c-mt40 {
    margin-top: 40px;
}

.c-mt50 {
    margin-top: 50px;
}

.c-mt60 {
    margin-top: 60px;
}

.c-mt70 {
    margin-top: 70px;
}

.c-mt80 {
    margin-top: 80px;
}

.c-nowrap {
    display: inline-block;
    word-break: break-all;
}

.c-kerning {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

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

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

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

.c-link {
    color: #f00;
    text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
    color: #f00;
}

.c-list {
    color: #555;
    font-size: 10px;
}

.c-list li {
    position: relative;
    padding-left: 1.1em;
    color: inherit;
}

.c-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    content: "※";
}

.c-section__content {
    margin-right: auto;
    margin-left: auto;
}

.c-header {
    background: transparent;
}

.c-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header-logo {
    z-index: 10;
}

.c-header-logo__item {
    display: block;
}

.c-header-list-item {
    color: #fff;
    color: #fff;
    font-size: 22.5px;
    font-weight: 900;
}

.c-header-list-item:active,
.c-header-list-item:focus,
.c-header-list-item:visited,
.c-header-list-item:hover {
    color: #fff;
}

.c-ye-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    background-color: #ff0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-ye-btn::before {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/common/icon_arrow_bk.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.c-ye-btn::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.c-ye-btn__content {
    width: calc(100% - 50px);
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 1.15;
}

.c-bnr {
    background-color: black;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 224, 0, .7) 4px, rgba(255, 224, 0, .7) 16px);
    background-size: auto auto;
}

.c-bnr__item {
    display: block;
}

.c-bnr__image {
    display: block;
}

.c-footer-wh {
    background: #fff;
}

.c-footer-wh__content {
    margin-right: auto;
    margin-left: auto;
}

.c-footer-col-sns__title {
    color: #3f3b39;
    font-size: 27.28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.c-footer-col-sns__small {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
}

.c-footer-col-sns__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-footer-col-sns__btn li {
    width: 40px;
    height: 40px;
    margin-right: 4.5px;
    margin-left: 4.5px;
}

.c-footer-rd {
    padding-bottom: 16px;
    background: #f00;
}

.c-footer-logo {
    width: 175px;
    margin-right: auto;
    margin-left: auto;
}

.c-footer-copyright {
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
    body {
        font-size: 16px;
    }
    .c-hide-pc {
        display: none;
    }
    .c-link:hover {
        text-decoration: none;
    }
    .c-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .c-section__content {
        max-width: 1020px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .c-header__content {
        position: relative;
        max-width: 1280px;
        height: 114px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 2%;
        padding-left: 16%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .c-header-logo {
        position: absolute;
        top: 8px;
        left: 0;
        max-width: 240px;
        width: 18.75%;
    }
    .c-header-menu {
        display: none;
    }
    .c-header-close {
        display: none;
    }
    .c-header-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .c-header-list li {
        margin-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .c-header-list li:not(:last-child) {
        margin-right: 30px;
    }
    .c-header-list-item {
        position: relative;
    }
    .c-header-list-item::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -48px;
        width: 54px;
        height: 54px;
        margin: auto;
        background-image: url("../img/common/icon_star.png");
        background-position: center;
        background-size: contain;
        content: "";
    }
    .c-header-list-item.is-current::before {
        background-image: url("../img/common/icon_star_active.png");
    }
    .c-header-list-item:hover::before {
        background-image: url("../img/common/icon_star_active.png");
    }
    .c-header-list-item:hover::after {
        position: absolute;
        bottom: -.2em;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ff0;
        content: "";
    }
    .c-header-sp {
        display: none;
    }
    .c-mv {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }
    .c-ye-btn {
        max-width: 330px;
        width: 100%;
        height: 80px;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease;
    }
    .c-ye-btn:hover {
        background-color: #ff9;
    }
    .c-ye-btn::before {
        right: 20px;
        width: 6px;
        height: 12px;
    }
    .c-ye-btn::after {
        -webkit-box-shadow: 0px 0px 20px -2px rgba(255, 255, 0, .9);
        box-shadow: 0px 0px 20px -2px rgba(255, 255, 0, .9);
    }
    .c-ye-btn__content {
        font-size: 21px;
    }
    .c-ye-btn--top {
        max-width: 270px;
        height: 66px;
    }
    .c-ye-btn--top .c-ye-btn__content {
        font-size: 16.34px;
    }
    .c-bnr__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 50px;
        padding-bottom: 70px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-bnr__item {
        max-width: 284px;
        width: 25%;
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
        background: #fff;
    }
    .c-bnr__item:hover .c-bnr__image {
        opacity: .7;
    }
    .c-bnr__image {
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .c-bnr--lower .c-bnr__item {
        max-width: 400px;
        width: 33.333%;
        margin-right: 15px;
        margin-left: 15px;
    }
    .c-footer-wh {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .c-footer-wh__content {
        max-width: 540px;
    }
    .c-footer-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-footer-col-sns {
        width: 28.334%;
    }
    .c-footer-col-sns__btn li {
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .c-footer-col-sns__btn li:hover {
        opacity: .7;
    }
    .c-footer-rd {
        padding-top: 50px;
    }
    .c-footer-logo__item {
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .c-footer-logo__item:hover {
        opacity: .7;
    }
    .c-footer-copyright {
        margin-top: 35px;
    }
}

@media screen and (max-width: 599px) {
    body {
        font-size: 14px;
    }
    .c-hide-sp {
        display: none;
    }
    .c-sp10 {
        margin-top: 10px;
    }
    .c-mt-sp20 {
        margin-top: 20px;
    }
    .c-mt-sp30 {
        margin-top: 30px;
    }
    .c-mt-sp40 {
        margin-top: 40px;
    }
    .c-mt-sp50 {
        margin-top: 50px;
    }
    .c-mt-sp60 {
        margin-top: 60px;
    }
    .c-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c-section__content {
        max-width: 480px;
        width: calc(100% - 40px);
    }
    .c-header__content {
        height: 60px;
        padding-right: 15px;
        padding-left: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-header-logo {
        width: 145px;
        margin-top: 15px;
    }
    .c-header-menu {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 24px;
        background: url("../img/common/btn_menu.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .c-header-close {
        position: absolute;
        top: 10px;
        right: 16px;
        width: 40px;
        height: 40px;
        background-image: url("../img/common/btn_close.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .c-header-box {
        display: none;
        overflow-y: scroll;
        position: fixed;
        z-index: 1000;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        background: #f00;
    }
    .c-header-box__content {
        padding-top: 60px;
        padding-bottom: 5%;
    }
    .c-header-list {
        width: 100%;
    }
    .c-header-list li {
        padding-top: 35px;
        padding-bottom: 35px;
        border-top: 2px solid #ff4a4a;
        text-align: center;
    }
    .c-header-list li:last-child {
        border-bottom: 2px solid #ff4a4a;
    }
    .c-header-list-item {
        display: block;
        color: #fff;
        line-height: 1.75;
    }
    .c-header-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 75px;
        margin-top: 80px;
        background: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-header-sp__logo {
        width: 131.5px;
        margin-left: 6px;
    }
    .c-header-sp__sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-header-sp__sns li {
        width: 40px;
        height: 40px;
        margin-right: 6px;
        margin-left: 6px;
    }
    .c-mv {
        padding-top: 20px;
    }
    .c-ye-btn {
        width: 184px;
        height: 45px;
    }
    .c-ye-btn::before {
        right: 10px;
        width: 4px;
        height: 7px;
    }
    .c-ye-btn::after {
        -webkit-box-shadow: 0px 0px 12px -1px rgba(255, 255, 0, .9);
        box-shadow: 0px 0px 12px -1px rgba(255, 255, 0, .9);
    }
    .c-ye-btn__content {
        font-size: 11.7px;
    }
    .c-ye-btn--top {
        width: 57.5%;
        height: 45px;
    }
    .c-ye-btn--top .c-ye-btn__content {
        font-size: 14px;
    }
    .c-bnr__content {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .c-bnr__item {
        max-width: 520px;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .c-footer-wh {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c-footer-wh__content {
        max-width: 520px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .c-footer-rd {
        padding-top: 60px;
    }
    .c-footer-copyright {
        margin-top: 45px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1025px) {
    .c-header-list li:not(:last-child) {
        margin-right: 15px;
    }
}