@charset "UTF-8";

body {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Sans","メイリオ",meiryo,sans-serif;
}

@font-face {
    font-family: 'MyMPLUSRounded1c-Regular';
    src: url("./fonts/MyMPLUSRounded1c-Regular.otf") format("opentype"), url("./fonts/MyMPLUSRounded1c-Regular.woff") format("woff");
}

@font-face {
    font-family: 'MyMPLUSRounded1c-Bold';
    src: url("./fonts/MyMPLUSRounded1c-Bold.otf") format("opentype"), url("./fonts/MyMPLUSRounded1c-Bold.woff") format("woff");
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *  IE on Windows Phone and in iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.4;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

ul {
    padding-left: 1em;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.4;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *  controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 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 {
    border-style: none;
    padding: 0;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    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"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

br.md {
    display: none;
}

@media screen and (min-width: 768px) {
    br.md {
        display: inline;
    }
}

br.sm {
    display: inline;
}

@media screen and (min-width: 576px) {
    br.sm {
        display: none;
    }
}

img[src$=".svg"] {
    width: 100%;
}

*:focus {
    outline: 0;
}

body {
    margin: 0;
    background-color: #fff;
    color: #27170a;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        position: relative;
    }
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.wrap {
    margin: 0 15px;
}

@media screen and (min-width: 992px) {
    .wrap {
        margin: 0 auto;
        width: 1000px;
    }
}

figure {
    margin: 0;
}

.sp-cont {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp-cont {
        display: none;
    }
}

.pc-cont {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc-cont {
        display: block;
    }
}

#header {
    position: relative;
}

@media screen and (min-width: 768px) {
    #header {
        z-index: 2;
    }
}

#header .logo {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 1rem .5rem;
}

@media screen and (min-width: 768px) {
    #header .logo {
        border-bottom: 1px solid #e5e6e5;
        padding: 1rem 1.5rem;
    }
}

#header .logo img {
    width: 52px;
}

@media screen and (min-width: 768px) {
    #header .logo img {
        width: 88px;
    }
}

#header .hero {
    position: relative;
    /*background: #16c3f9 url("./img/bg-main-sp.png") no-repeat;
  background-size: cover;
  padding-bottom: 15px;*/
    padding-top: 7px;
}

@media screen and (min-width: 768px) {
    #header .hero {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    #header .hero h1 {
        /*height: 32vw;*/
    }
}

#header .hero h1 img {
    width: 100%;
    max-width: 100%;
}

/*js処理せず、追従ボタンから戻る時位置調整用*/
#header #scroll_space {
    position: absolute;
    bottom: 50px;
}


@media screen and (min-width: 992px) {
    #header .wrap {
        padding-left: 20px;
        width: 1080px;
    }
}

#main {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}

#main .btn-block {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 15px;
}


@media screen and (min-width: 768px) {
    #main .btn-block {
        margin-bottom: 60px;
        margin-top: 0;
    }
}

#main .btn-block h3 {
    margin-bottom: 1rem;
}

.lp_img_box01,
.lp_img_box02 {
    padding: 0 15px;
}

.lp_img_box02 {
    padding: 0 15px;
    margin-top: 1rem;
}

.sec-1 > h2 {
    margin-top: 1rem;
}

.under_line {
    text-decoration: underline;
}

.inner_992 .textRight {
    text-align: right;
    margin-top: 20px;
}

.inner_992 .fsXXS {
    font-size: 12px;
    padding: 0 1%;
}

@media screen and (min-width: 768px) {
    #main .btn-block h3 {
        margin-bottom: 4rem;
    }
}

#main .btn-block a.btn-b {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 55px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #cf1031;
    box-shadow: 1px 2px 0px 0px #770719;
    line-height: 55px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    #main .btn-block a.btn-b {
        border-radius: 10px;
        /*width: 500px;*/
        width: 600px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        font-size: 2rem;
        letter-spacing: 3px;
        box-shadow: 1px 4px 0px 0px #770719;
    }
}

#main .btn-block a.btn-b:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("./img/arrow-1.png") no-repeat;
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

@media screen and (min-width: 768px) {
    #main .btn-block a.btn-b:after {
        width: 30px;
        height: 30px;
        /*right: 30px;*/
        right: 18px;
    }
}

#main .btn-block a.btn-b:hover {
    opacity: .8;
}

#main .sec-1 .btn-block a.btn-b {
    margin-top: 40px;
}


.foot_float {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -60%;
    z-index: 9999;
    transition: all 300ms 0s ease;
}

.foot_float.show {
    bottom: -1px;
}

.foot_float .cv_inner {
    width: 100%;
    overflow: visible;
    position: relative;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

.foot_float .cv_inner:after {
    content: '';
    width: 100%;
    /*height: 90px;*/
    height: 140px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: -1;
    background: url('./img/text_cpn_sp.png') no-repeat center bottom;
    /*background-size: auto 60px;*/
    background-size: auto 100px;
}

.foot_float .cv_inner.cv_inner2:after {
    background: url('./img/text_cpn_sp2.png') no-repeat center bottom;
    background-size: auto 80px;
}

.foot_float .cv_inner .cv_msg,
.foot_float .cv_inner .cv_btn {
    padding: 0;
    display: block;
    width: 100%;
    float: left;
}

.foot_float .cv_inner img {
    width: 100%;
    height: auto;
}

#footer {}

#footer.foot2 {}

@media screen and (min-width: 768px) {
    .foot_float {
        width: 100%;
        height: 90px;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: -235px;
        z-index: 9999;
        overflow: visible;
        transition: all 300ms 0s ease;
    }

    .foot_float.show {
        bottom: 0;
    }

    .foot_float .cv_inner {
        margin: 0 auto;
        width: 100%;
        min-width: 768px;
        position: relative;
        padding-top: 5px;
    }

    .foot_float .cv_inner:after {
        content: '';
        width: 542px;
        height: 114px;
        display: block;
        position: absolute;
        right: 160px;
        bottom: 69px;
        z-index: -1;
        background: url('./img/text_cpn_pc.png') no-repeat center bottom;
    }

    .foot_float .cv_inner.cv_inner2:after {
        width: 557px;
        height: 160px;
        background: url('./img/text_cpn_pc2.png') no-repeat center bottom;
    }

    .foot_float .cv_inner .cv_msg {
        padding-top: 20px;
        width: 100%;
        float: none;
    }

    .foot_float .cv_inner .cv_msg p {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        font-weight: bold;
        color: #3d302c;
    }

    .foot_float .cv_inner .cv_msg p a {
        color: #0060ff;
    }

    .foot_float .cv_inner .cv_btn {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: auto;
    }

    .foot_float .cv_inner .cv_btn a {
        width: 167px;
        height: 167px;
        display: block;
        background: url('./img/btn-application.png') no-repeat center top;
        text-indent: -9999px;
    }

    .foot_float .cv_inner .cv_btn a:hover {
        background-position: center bottom;
    }

    #footer {}

    #footer.foot2 {}
}

@media only screen and (max-width: 767px) {
    .foot_float .cv_inner.cv_inner2:after {
        background: url('./img/text_cpn_sp2.png') no-repeat center bottom;
        background-size: auto 120px;
    }
}

@media only screen and (max-width: 480px) {
    #footer {}

    #footer.foot2 {}

    .foot_float .cv_inner:after {
        background-size: auto 76px;
    }

    .foot_float .cv_inner.cv_inner2:after {
        background-size: auto 93px;
    }

    .inner_992 .textRight {
        text-align: right;
        margin-top: 10px;
    }

    .inner_992 .fsXXS {
        font-size: 10px;
        padding: 0 3%;
    }
}

@media only screen and (max-width: 340px) {
    .foot_float .cv_inner:after {
        background-size: auto 66px;
    }

    .foot_float .cv_inner.cv_inner2:after {
        background-size: auto 80px;
    }

}

/*201214*/
.btn_fixed_cv {
    background-color: #d00f31;
    padding: 1.8rem 1.5rem 1.5rem;
    display: block;
}

@media only screen and (max-width: 480px) {
    .btn_fixed_cv {
        padding: 1.5rem 1.1rem 1.2rem;
    }
}

.sec-1 {
    text-align: center;
    background: url("./img/bg-pattern.png");
    padding: 27px 0 80px;
}

@media screen and (min-width: 768px) {
    .sec-1 {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .sec-1 {
        padding-bottom: 20px;
    }
}

.sec-1 > h2 {
    margin-bottom: 1rem;
}

.sec-1 > h2 img {
    /*width: 158px;*/
    width: 40%;
}

@media screen and (min-width: 768px) {
    .sec-1 h2 img {
        width: 314px;
        margin-bottom: 24px;
    }
}

.sec-1 .discription {
    margin-bottom: 1rem;
    padding: 0 15px;
    text-align: center;
}

.sec-1 .discription img {
    margin: auto;
}

@media screen and (min-width: 768px) {
    .sec-1 .discription {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) {
    /*  .sec-1 .discription img {
  width: 603px;
  }*/
}

/*getPoints*/
.sec-1 .wrap {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .sec-1 .wrap {
        /*padding: 0;*/
        margin-bottom: 85px;
    }
}

.sec-1 .points {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 0px 0px rgba(224, 235, 245, 0.004);
    padding: 25px 15px 10px 15px;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
    .sec-1 .points {
        padding: 25px 15px 20px 15px;
    }
}

@media screen and (min-width: 768px) {
    .sec-1 .points {
        border-radius: 15px;
        padding: 50px 30px 30px 30px;
    }
}

.sec-1 .points h2 {
    padding: 0 15px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-bottom: 2px solid #e8cbcd;
}


@media screen and (min-width: 768px) {
    .sec-1 .points h2 {
        text-align: center;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .sec-1 .points h2 img {
        width: 568px;
    }
}

@media screen and (max-width: 420px) {
    .sec-1 .points {
        padding-bottom: 40px;
    }
}



@media screen and (min-width: 768px) {
    .sec-1 .disc {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec-1 .disc:after {
        position: absolute;
        top: 0;
        left: calc(50% + 1vw);
        content: '';
        display: block;
        width: 1px;
        height: 32.5vh;
        border-right: 1px solid #e8cbcd;
    }
}

@media screen and (min-width: 992px) {

    .sec-1 .disc:after {
        left: 450px;
        height: 312px;
    }
}

.sec-1 .disc > div {
    border-top: 1px solid #e8cbcd;
    padding: 1rem 0;
    /*text-align: center;*/
}

.sec-1 .disc > div img {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .sec-1 .disc > div {
        padding: 2rem 0;
        width: 50%;
    }

    .sec-1 .disc > div:nth-of-type(1),
    .sec-1 .disc > div:nth-of-type(2) {
        border-top: 0;
    }

    .sec-1 .disc > div img {
        width: 39vw;
    }

    .sec-1 .disc > div:nth-of-type(2),
    .sec-1 .disc > div:nth-of-type(4) {
        padding-left: 3vw;
    }
}

@media screen and (min-width: 992px) {
    .sec-1 .disc > div img {
        width: 414px;
    }

    .sec-1 .disc > div:nth-of-type(2),
    .sec-1 .disc > div:nth-of-type(4) {
        text-align: right;
        padding-left: 20px;
    }

}

.sec-1 .disc > div:nth-of-type(odd) {
    padding-left: 1.2rem;
}

.sec-1 .disc > div:nth-of-type(5) {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

.sec-1 .disc > div .disc_txt_1-5 {
    position: absolute;
}



@media screen and (min-width: 768px) {
    .sec-1 .disc > div:nth-of-type(5) img {
        /*width: 902px;*/
        width: auto;

    }

    .sec-1 .disc > div .disc_txt_1-5 {
        position: absolute;
        left: 26%;
        top: 90px;
        /*font-size: 1rem;*/
    }

    .sec-1 .disc > div .disc_txt_1-5 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sec-1 .disc > div {
        text-align: left;
        box-sizing: border-box;
        padding-left: 1.5rem !important;
        border: none;
    }

    .sec-1 .disc > div .disc_txt_1-5 {
        left: 30%;
        top: 60px;
        padding-right: 0.8rem;
    }
}

@media screen and (max-width: 580px) {
    .sec-1 .disc > div {
        padding-left: 0.8rem !important;
    }

    .sec-1 .disc > div .disc_txt_1-5 {
        left: 32%;
        top: 50px;
        padding-right: 0;
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .sec-1 .disc > div .disc_txt_1-5 br {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .sec-1 .disc > div .disc_txt_1-5 {
        font-size: 0.8rem;
        left: 32.5%;
        top: 40px;
    }

}

@media screen and (min-width: 992px) {
    .sec-1 .disc > div .disc_txt_1-5 {
        left: 19%;
        top: 90px;
    }
}


#sliderPhotobook {
    margin: 0 28px;
}

@media screen and (min-width: 992px) {
    #sliderPhotobook {
        width: 940px;
        margin: 40px auto;
    }
}

.sliderPhotobook .swiper-slide-next.swiper-slide-left {
    opacity: 0;
}

.sliderPhotobook .swiper-slide-prev.swiper-slide-right {
    opacity: 0;
}

.sliderPhotobook .swiper-controller {
    margin: 0 auto;
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .sliderPhotobook .swiper-controller {
        width: 252px;
        margin-top: 20px;
    }
}

.sliderPhotobook .swiper-pagination {
    position: static;
    font-size: 23px;
    font-size: 1.4375rem;
}

@media screen and (min-width: 768px) {
    .sliderPhotobook .swiper-pagination {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("./img/arrow-r.png");
    background-size: contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("./img/arrow-l.png");
    background-size: contain;
}

.swiper-button-next.swiper-button-disabled {
    background-image: url("./img/arrow-r-d.png");
    background-size: contain;
    opacity: 1;
}

.swiper-button-prev.swiper-button-disabled {
    background-image: url("./img/arrow-l-d.png");
    background-size: contain;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 16px;
    height: 27px;
    top: auto;
    margin-top: 0;
    right: 0;
}

@media screen and (min-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 26px;
        height: 43px;
    }
}

.sec-2 {
    background: url("./img/bg-pattern-2.png");
    padding: 80px 0 100px;
}

.sec-2 .wrap {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .sec-2 .wrap {
        padding: 0;
    }
}

.sec-2 .points {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 0px 0px rgba(224, 235, 245, 0.004);
    padding: 25px 15px 10px 15px;
}

@media screen and (min-width: 768px) {
    .sec-2 .points {
        border-radius: 15px;
        padding: 50px 30px 30px 30px;
    }
}

.sec-2 .points h2 {
    padding: 0 15px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .sec-2 .points h2 {
        text-align: center;
        padding-bottom: 2rem;
        border-bottom: 2px solid #e8cbcd;
        margin-bottom: 2rem;
    }

    .sec-2 .points h2 img {
        width: 515px;
    }

    .lp_img_box01 {
        margin-bottom: 80px;
    }

    .lp_img_box02 {
        margin-bottom: 10px;
    }

    .terms-attention .part_dur {
        padding: 0 0 0 2em;
        margin: 0px;
        font-size: 16px;
    }

    .terms-attention .mb_0 {
        margin-bottom: 0px !important;
    }

    .contract_f {
        text-align: center;
        color: #333;
        font-size: 1.5rem;
        font-weight: 300;
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    .sec-2 .disc {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec-2 .disc:after {
        position: absolute;
        top: 0;
        left: calc(50% + 1vw);
        content: '';
        display: block;
        width: 1px;
        height: 65vw;
        border-right: 1px solid #e8cbcd;
    }
}

@media screen and (min-width: 992px) {
    .sec-2 .disc:after {
        left: 470px;
        height: 700px;
    }
}

.sec-2 .disc > div {
    border-top: 1px solid #e8cbcd;
    padding: 1rem 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sec-2 .disc > div {
        padding: 2rem 0;
        width: 50%;
    }

    .sec-2 .disc > div:nth-of-type(1),
    .sec-2 .disc > div:nth-of-type(2) {
        border-top: 0;
    }

    .sec-2 .disc > div img {
        width: 39vw;
    }

    .sec-2 .disc > div:nth-of-type(2),
    .sec-2 .disc > div:nth-of-type(4) {
        padding-left: 3vw;
    }
}

@media screen and (min-width: 992px) {
    .sec-2 .disc > div img {
        width: 450px;
    }

    .sec-2 .disc > div:nth-of-type(2),
    .sec-2 .disc > div:nth-of-type(4) {
        text-align: right;
        padding-left: 20px;
    }
}

.sec-4 {
    position: relative;
    padding: 0 0 26%;
}

.sec-4 .wrap {
    padding: 30px 15px;
}

@media screen and (min-width: 600px) {
    .sec-4 {
        padding: 0 0 12%;
    }}

@media screen and (min-width: 768px) {
    .sec-4 {
        padding: 0 0 85px;
    }
}

@media screen and (min-width: 992px) {

    .sec-4 .wrap {
        padding: 30px 15px;
        width: 100%;
    }
    .wrap {
        margin: 0 auto;
        width: 1000px;
    }
}


.sec-4 h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 4px solid #ccc;
}

@media screen and (min-width: 768px) {
    .sec-4 h2 {
        font-size: 32px;
        font-size: 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.section05 {
    background: #f7f7f7;
    color: #27170a;
}

.sec-4 p {
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .sec-4 p {
        line-height: 1.9;
    }
}
.sec-4 .terms:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sec-4 .terms {
        padding-bottom: 60px;
    }

    .sec-4 .terms:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.sec-4 .terms h2 img {
    width: 196px;
}

@media screen and (min-width: 768px) {
    .sec-4 .terms h2 img {
        width: 314px;
    }
}

.sec-4 .attention h2 img {
    width: 102px;
}

@media screen and (min-width: 768px) {
    .sec-4 .attention h2 img {
        width: 163px;
    }
}


.terms-attention {
    line-height: 1.6;
}

.terms-attention h3 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 15px;
    font-size: 1rem;
}

.terms-attention h3:before {
    content: '■';
    display: inline-block;
    margin-right: .3em;
}

.terms-attention p {
    margin-bottom: 1em;
    font-size: 14px;
}

.terms-attention ol,
.terms-attention ul {
    padding-left: 1.5em;
    font-size: 14px;
}

.terms-attention ol li {
    margin-bottom: .4em;
}

.terms-attention ol ul {
    margin: .5em;
    list-style-type: disc;
}

.terms-attention ol ul li {
    margin-bottom: .3em;
}

.terms-attention ul.none {
    list-style-type: none;
    padding-left: 2em;
    font-size: 12px;
    font-size: 0.75rem;
}

.terms-attention ul.none li {
    position: relative;
}

.terms-attention ul.none li span {
    position: absolute;
    left: -1.5em;
}

@media screen and (min-width: 768px) {
    .terms-attention h3{
        font-size: 1.2rem;
    }
    .terms-attention p{
        font-size: 16px;
    }
}

ul.attention {
    padding-left: 1em;
    list-style-type: none;
    font-size: 14px;
}

ul.attention ul {
    margin: .5em;
    font-size: 14px;
}

ul.attention ul>li {
    margin-bottom: .4em;
    text-indent: -.5em;
}

ul.attention>li {
    text-indent: -1em;
    margin-bottom: .4em;
}

ul.attention>li:before {
    content: '※';
    display: inline;
    padding-right: .3em;
}

#kiyaku div.bx_scrl {
    height: 300px;
    margin: 30px 1% 10px;
    padding: 0 3% 1.5rem;
    border-top: 2px solid #dbdbdb;
    overflow-y: scroll;
    background: #fff;
}

#footer {
    background: url("./img/bg-pattern-2.png");
    position: relative;
}

#footer .wrap {}

@media screen and (min-width: 768px) {

    ul.attention ul {
        font-size: 16px;
    }
    ul.attention>li{
        font-size: 16px;
    }

    #footer .wrap {
        padding-bottom: 0;
    }

    #footer .gotop_btn {
        bottom: 30px;
        right: 30px;
        z-index: 10;
    }

    #footer .gotop_btn a {
        display: block;
    }
}

#footer .gotop_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    width: 55px;
}

#footer .gotop_btn a {
    display: block;
}

#footer .footer-nav {
    padding: 4vw 0 2vw;
}

#footer .footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    #footer .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

#footer .footer-nav li {
    text-align: center;
    line-height: 2;
}

#footer .footer-nav a {
    text-decoration: none;
    color: #3d2603;
    font-size: 12px;
    font-size: 0.75rem;
}

#footer .footer-nav a:after {
    content: '';
    display: inline-block;
    /*background: url("./img/icon-arrow.png") no-repeat;*/
    background-size: contain;
    width: 6px;
    height: 9px;
    margin-left: 5px;
    margin-bottom: 1px;
}

@media screen and (min-width: 768px) {
    #footer .footer-nav a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

#footer .footer-nav [target="_blank"]:after {
    content: '';
/*    background: url("./img/icon-ex.png") no-repeat;*/
    background-size: cover;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}

#footer .copy {
    padding: 1rem 0;
    color: #3d2603;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    #footer .copy {
        padding: 2rem 0;
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

/*------------1st_anniversary_2000pt------------*/
/* @media screen and (min-width: 768px) {
    .pconly {
        display: block;
    }

    .sponly {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pconly {
        display: none;
    }

    .sponly {
        display: block;
    }
} */

/*# sourceMappingURL=style.css.map */
/*------------2000pt_202001------------*/
.inner_992 {
    max-width: 992px;
    margin: 0 auto;
}

div.bx_ctn {
    height: 300px;
    margin: 0 1%;
    padding: 0 3% 1.5rem;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    background: #fff;
}

@media screen and (min-width: 768px) {

    #main .sec-2 .btn-block.wrap,
    #main .sec-4 .btn-block.wrap {
        margin-top: 90px;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 767px) {

    #main .sec-2 .btn-block.wrap,
    #main .sec-4 .btn-block.wrap {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .sec-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*body input,*/
body textarea,
body select,
body button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 0;
    border-radius: 0
}



/* 220704 SP */

#header {
    max-width: 780px;
    margin: 0 auto;
}

#header .logo {
    display: flex;
    align-items: center;
    padding: 0 5.8vw;
}

#header .logo img {
    width: 14.4vw;
}

#header .top {
    display: flex;
    justify-content: space-between;
}

#header .header-bnr img {
    margin-bottom: -1vw;
}

#header .kv h1 img {
    width: 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.contentBox {
    text-align: center;
    padding: 0;
    margin: auto;
}

.btnList {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}


.btnList img{
    width: 84vw;
}
.section02 .btnList img{
    width: 76vw;
    margin-bottom: 6vw;
}

.btnList .btnBox img {
    width: 84vw;
}

.section01,
.section02 {
    background: #fffae5 url(../img/bg_yellow.png);
    background-size: 40px;
    padding: 0 20px;
}

.section01 .contentBox {
    padding: 0;
    margin: auto;
}

.section01 .ttl01 {
    padding: 9vw 0 4.8vw;
}

.section01 .ttl01 img{
    width: 43vw;
}

.section01 .ttl02 {
    padding: 5vw 0 9vw;
}

.section01 .ttl02 img{
    width: 41vw;
}

.btnBox + .btnBox {
    margin-top: 5.9vw;
}
.btnBox img{
    display: block;
}

.section02 .ttl01 {
    padding: 8.3vw 0 5.3vw;
}

.section02 .ttl01 img{
    width: 55vw;
}

.section02 .contentBox {
    padding: 3.7vw 0 0;
    margin: auto;
    position: relative;
}
.section02 .contentBox p,
.section03 .contentBox p{
    font-weight: bold;
}

.section01 .contentBox .imgBox img{
    width: 84vw;
}

.section02 .bgBox {
    position: relative;
    margin: 0 auto;
    background: #fff;
    border: 0.5vw solid #000;
    border-radius: 1.3vw;
    padding: 0 3.2vw 3.2vw;
}


.section02 .logo {
    position: absolute;
    transform: translate(-40vw, -9.4vw);
    left: 50%;
    top: 3.2vw;
}
.section03 .logo {
    position: absolute;
    transform: translate(-40vw, -9.4vw);
    left: 50%;
    top: 3.2vw;
}

.section02 .logo img{
    max-width: none;
    width: 81vw;
}
.section03 .logo img{
    max-width: none;
    width: 81vw;
}

.section02 .borderY{
    border: 2px solid #FFF000;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}
.section02 .borderB{
    border: 2px solid #418DE3;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}
.section02 .imgTitle img{
    width: 66%;
    margin: 0 auto 10px;
}
.section02 .imgBox.title {
    padding-top: 7vw;
    margin: 0 auto;
}

.section02 .imgBox.title img {
    margin: 0;
}

.section02 .box01 .txtMain span{
    background: url(../img/underline_y.png) center/contain no-repeat;
    background-position: bottom;
    background-size: 100% 10px;
}
.section02 .box01 .txtMain {
    font-size: 4vw;
    padding-top: 6vw;
    margin-top: 0;
}

.section02 .imgBox .imgLeft,
.section02 .imgBox .imgRight,
.section02 .textBox .txtLeft,
.section02 .textBox .txtRight {
    display: block;
}

.section02 .imgBox .imgLeft {
    padding-top: 10vw;
}

.section02 .imgBox .imgLeft img{
    width: 80.6vw;
}

.section02 .imgBox .imgLeft .txt{
    font-size: 4vw;
    padding-top: 4vw;
}

.section02 .imgBox .imgRight {
    padding-top: 6vw;
}

.section02 .imgBox .imgRight img{
    width: 73.3vw;
}

.section02 .imgBox .imgRight .txt{
    font-size: 4vw;
    margin-bottom: 6vw;
    padding-top: 4vw;
}

.section02 .btnList {
    padding-top: 4vw;
}

.section02 .box02 .btnList {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section02 .box02 .txtMain {
    font-size: 4vw;
    padding-top: 8vw;
    margin-top: -5vw;
}
.section02 .box02 .txtMain span{
    background: url(../img/underline_b.png) center/contain no-repeat;
    background-position: bottom;
    background-size: 100% 10px;
}

.section02 .box02 .imgBox01 {
    padding-bottom: 40px;
}

.section02 .box02 .textBox .txtLeft {
    padding-left: 220px;
}

.section02 .box02 .imgBox01 .imgLeft {
    padding-top: 10vw;
}

.section02 .box02 .imgBox01 .imgLeft img {
    width: 76vw;
}

.section02 .box02 .imgBox01 .imgRight .txt{
    font-size: 3.5vw;
    padding-top: 4vw;
}

.section02 .box02 .imgBox01 .imgRight .txt {
    font-size: 3.5vw;
    padding-top: 4vw;
}

.section02 .box02 .imgBox .imgLeft {
    padding-top: 2vw;
}

.section02 .box02 .imgBox .imgLeft img{
    width: 66vw;
    margin-left: 2.7vw;
}

.section02 .box02 .imgBox .imgRight img{
    width: 66vw;
    margin-right: 2.7vw;
}

.section02 .box02 .textBox .txtRight {
    padding-left: 140px;
}

.section02 .box02 .textBox {
    padding-bottom: 50px;
}

.section02 .btnList:nth-child(2) {
    padding: 8vw 0 7.5vw;
    text-align: center;
}

.section03 {
    background: #edf9ff url(../img/bg_blue.png);
    background-size: 40px;
    padding: 0 20px;
    padding-top: 60px;
}

.section03 .ttl01 {
    padding: 9vw 0 4.5vw;
}

.section03 .contentBox {
    padding: 0 0 8vw;
    margin: auto;
    position: relative;
    max-width: 900px;
}

.section03 .bgBox {
    position: relative;
    margin: 0 auto;
    background: #fff;
    border: 0.5vw solid #000;
    border-radius: 1.3vw;
}

.section03 ul.stepBox {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 1.5vw 0 5.9vw;
    justify-content: space-around;
}

.section03 ul.stepBox li {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 45%;
    margin: 0 1%;
    padding-top: 7.5vw;
}

.section03 ul.stepBox li .titleBox {
    display: flex;
}

.section03 ul.stepBox li .titleBox img{
    width: 22.8vw;
}

.section03 ul.stepBox li .txtBox {
    padding: 4vw 0vw;
    height: 12vw;
}
.section03 ul.stepBox li .txtBox span {
    font-size: 86%;
    font-weight: normal;
}

.section03 ul.stepBox li .txtBox .txt{
    font-size: 3vw;
}

.section03 ul.stepBox .imgBox {
    padding-top: 4vw;
}

.section03 .btnList {
    text-align: center;
    padding-bottom: 7.5vw;
}

.fixedBtnArea {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21.3vw;
}

.fixedBtnArea img {
    width: 84vw;
}

.fixedBtn_close {
    position: absolute;
    top: 1.9vw;
    right: 1.3vw;
    display: block;
    width: 2.666666vw;
    height: 2.666666vw;
    max-width: 2vw;
    max-height: 2vw;
    background: url(../img/close_btn.png) center/cover;
}

#footer {
    background: #fcfafa url(../img/bg_gray.png);
    background-size: 40px;
}

/* 220704 PC */

@media screen and (min-width: 768px) {

    #header .logo {
        padding: 0.7rem 1.5rem;
    }

    img {
        margin: auto;
    }

    .contentBox {
        text-align: center;
        padding: 0;
        margin: auto;
    }

    .btnList {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .section01,
    .section02 {
        background: #fffae5 url(../img/bg_yellow.png);
        background-size: 40px;
        overflow: hidden;
        padding: 0 20px;
    }

    .section01 .contentBox {
        padding: 0;
        margin: auto;
    }

    .section01 .ttl01 {
        padding: 76px 0 36px;
    }

    .section01 .ttl02 {
        padding: 36px 0 46px;
    }

    .btnBox + .btnBox {
        margin-top: 30px;
    }

    .section02 .ttl01 {
        padding: 76px 0 36px;
    }

    .section02 .contentBox {
        padding: 28px 0 0;
        margin: auto;
        position: relative;
        max-width: 900px;
    }

    .section02 .bgBox {
        position: relative;
        margin: 0 auto;
        padding: 0 30px 30px;
        background: #fff;
        border: 4px solid #000;
        border-radius: 10px;
    }


    .section02 .logo {
        position: absolute;
        transform: translate(-310px, -56px);
        left: 50%;
        top: 18px;
    }
    .section03 .logo {
        position: absolute;
        transform: translate(-310px, -56px);
        left: 50%;
        top: 18px;
    }

    .section02 .logo img {
        max-width: none;
    }
    .section03 .logo img {
        max-width: none;
    }

    .section02 .imgTitle img{
        width: 310px;
        margin-bottom: 10px;
    }

    .section02 .imgBox.title {
        margin: 0 auto;
        padding-top: 64px;
    }

    .section02 .imgBox.title img {
        margin: 0;
    }

    .section02 .box01 .txtMain {
        margin: -60px 0 50px;
        padding-top: 40px;
        font-size: 23px;
    }

    .section02 .imgBox .imgLeft,
    .section02 .imgBox .imgRight,
    .section02 .textBox .txtLeft,
    .section02 .textBox .txtRight {
        display: table-cell;
    }

    .section02 .textBox {
        padding-top: 15px;
    }

    .section02 .textBox .txtLeft .txt,
    .section02 .textBox .txtRight .txt {
        font-size: 18px;
    }

    .section02 .imgBox .imgLeft {
        padding-left: 80px;
        padding-right: 40px;
        padding-top: 0;
    }

    .section02 .imgBox .imgRight {
        padding-left: 20px;
        padding-right: 60px;
        padding-top: 0;
    }

    .section02 .textBox .txtLeft {
        padding: 0 0 0 90px;
    }

    .section02 .textBox .txtRight {
        padding: 0 80px 0 80px;
    }

    .section02 .btnList {
        padding: 40px 0;
    }

    .section02 .btnList:nth-child(2) {
        padding: 40px 0 0;
        text-align: center;
    }

    .section02 .box02 .btnList {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section02 .box02 .txtMain {
        padding-top: 35px;
        font-size: 23px;
        margin: -95px 0 50px;
    }

    .section02 .box02 .imgBox01 {
        padding-bottom: 40px;
    }

    .section02 .box02 .imgBox01 .imgLeft {
        padding-top: 0;
    }

    .section02 .box02 .textBox .txtLeft {
        padding: 0 0 0 175px;
    }

    .section02 .box02 .textBox .txtRight {
        padding: 0 20px 0 115px;
    }

    .section02 .box02 .textBox {
        padding-bottom: 50px;
    }

    .section03 {
        background: #edf9ff url(../img/bg_blue.png);
        background-size: 40px;
        overflow: hidden;
        padding: 0 20px;
        padding-top: 45px;
    }

    .section03 .ttl01 {
        padding: 76px 0 34px;
    }

    .section03 .contentBox {
        padding: 28px 0 70px;
        margin: auto;
        position: relative;
        max-width: 900px;
    }

    .section03 .bgBox {
        position: relative;
        margin: 0 auto;
        background: #fff;
        border: 4px solid #000;
        border-radius: 10px;
    }

    .section03 ul.stepBox {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 58px 0 46px;
        justify-content: space-around;
    }

    .section03 ul.stepBox li {
        display: flex;
        flex-direction: column;
        width: 194px;
        justify-content: space-between;
        margin: 0 1%;
        padding-top: 0;
    }


    .section03 ul.stepBox li .txtBox {
        padding: 20px 0 0;
        height: 52px;
    }
    .section03 ul.stepBox li .txtBox .txt{
        font-size: 16px;
    }

    .section03 ul.stepBox .imgBox {
        padding-top: 20px;
    }

    .section03 .btnList {
        padding-bottom: 0;
    }

    .fixedBtnArea {
        width: 100%;
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 155px;
    }

    .fixedBtn_close {
        position: absolute;
        top: 14px;
        right: 10px;
        display: block;
        width: 2.666666vw;
        height: 2.666666vw;
        max-width: 15px;
        max-height: 15px;
        background: url(../img/close_btn.png) center/cover;
    }
    
    #header .logo img {
        width: 88px;
    }
}

/*================================================
  page_7th_anniversary_770000pt_202510
================================================*/
#header .logo{
  border-bottom: none;
}
/*------------template------------*/
.page_7th_anniversary_770000pt_202510 ul li{
  list-style: none;
}
.page_7th_anniversary_770000pt_202510 .notes_list li{
  text-indent: -1em;
  padding-left: 1em;
}
.page_7th_anniversary_770000pt_202510 .notes_list li.indent_h{
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.page_7th_anniversary_770000pt_202510 .text-center{
  text-align: center;
}
.page_7th_anniversary_770000pt_202510 .text-left{
  text-align: left;
}
.page_7th_anniversary_770000pt_202510 .display-inblock{
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page_7th_anniversary_770000pt_202510 .mt-10{
    text-align: center;
    margin-top: 10px;
  }
  .page_7th_anniversary_770000pt_202510 .mt-20{margin-top: 20px;}
  .page_7th_anniversary_770000pt_202510 .mt-30{margin-top: 30px;}
  .page_7th_anniversary_770000pt_202510 .mt-60{margin-top: 60px;}

  .page_7th_anniversary_770000pt_202510 .white_outer{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_7th_anniversary_770000pt_202510 .mt-10{margin-top: 1.333vw;}
  .page_7th_anniversary_770000pt_202510 .mt-20{margin-top: 2.667vw;}
  .page_7th_anniversary_770000pt_202510 .mt-30{margin-top: 4vw;}
  .page_7th_anniversary_770000pt_202510 .mt-60{margin-top: 8vw;}

  .page_7th_anniversary_770000pt_202510 .white_outer{
    max-width: 120vw;
    margin: 0 auto;
    padding: 0 5.22vw;
  }
}
/*------------header------------*/
@media screen and (min-width: 768px) {
  .top{
    position: relative;
    height: 90px;
  }
  .top .header-btn-01{
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .header-btn-01 img,
  #header .header-bnr img{
    width: 37.23vw;
  }
}
/*------------section_04------------*/
  .page_7th_anniversary_770000pt_202510 ul.terms_num_list,
  .page_7th_anniversary_770000pt_202510 ul.terms_star_box{
    margin: 0;
    padding: 0;
  }
  .page_7th_anniversary_770000pt_202510 ul.terms_num_list li{
    text-indent: -0.9em;
    padding-left: 0.9em;
  }
  .page_7th_anniversary_770000pt_202510 ul.terms_star_box li{
    text-indent: -1em;
    padding-left: 1em;
  }
@media screen and (min-width: 768px) {
  .page_7th_anniversary_770000pt_202510 .section05{
    background-color: #f7f7f7;
  }
  .sec_inner{
    max-width: 900px;
    margin: 0 auto;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h2{
    padding-bottom: 5px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 3rem;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h2 span{
    display: block;
    font-size: 32px;
    font-weight: bold;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h3{
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page_7th_anniversary_770000pt_202510 .section05 p,
  .page_7th_anniversary_770000pt_202510 .section05 li{
    font-size: 16px;
    line-height: 1.9;
  }
  .page_7th_anniversary_770000pt_202510 ul.terms_num_list.mt-15,
  .page_7th_anniversary_770000pt_202510 ul.terms_star_box.mt-15{
    margin-top: 15px;
  }
  .bx_scrl h2{
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page_7th_anniversary_770000pt_202510 .section05{
    background-color: #f7f7f7;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h2{
    padding-bottom: 5px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 25px;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h2 span{
    display: block;
    font-size: 21px;
    font-weight: bold;
  }
  .page_7th_anniversary_770000pt_202510 .section05 h3{
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page_7th_anniversary_770000pt_202510 .section05 p,
  .page_7th_anniversary_770000pt_202510 .section05 li{
    font-size: 14px;
    line-height: 1.5;
  }
  .page_7th_anniversary_770000pt_202510 ul.terms_num_list.mt-15,
  .page_7th_anniversary_770000pt_202510 ul.terms_star_box.mt-15{
    margin-top: 2vw;
  }
  .bx_scrl h2{
    margin-top: 6.667vw;
  }
}
@media screen and (max-width: 767px) {
  /*チェック済みボタン*/
  .page_7th_anniversary_770000pt_202510 button.entry-btnStyle_checked {
    background: url("../img/entry_btn.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    background-size: 100%;
    margin-top: 15px;
    padding-top: 60px;
    width: 90%;
  }
  /*未チェックボタン*/
  .page_7th_anniversary_770000pt_202510 button {
    background: url("../img/entry_btn_gray.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: auto;
    background-size: 100%;
    margin-top: 15px;
    padding-top: 60px;
    width: 90%;
  }
}
@media screen and (min-width: 780px) {
/*チェック済みボタン*/
.page_7th_anniversary_770000pt_202510 button.entry-btnStyle_checked {
background: url("../img/entry_btn.png") no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
background-size: 100%;
padding-top: 115px;
width: 80%;
}
/*未チェックボタン*/
.page_7th_anniversary_770000pt_202510 button {
background: url("../img/entry_btn_gray.png") no-repeat scroll 0 0;
border: 0 none;
cursor: auto;
background-size: 100%;
padding-top: 115px;
width: 80%;
}
}
/*================================================
  page_7th_anniversary_770000pt_202510
================================================*/
/*------------section_01------------*/
.page_7th_anniversary_770000pt_202510 .section_01{
  padding: 0;
  text-align: center;
}
.page_7th_anniversary_770000pt_202510 .section_01 .top_image{
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.page_7th_anniversary_770000pt_202510 .section_01 .btn_text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0;
}
.page_7th_anniversary_770000pt_202510 .section_01 .order_btn{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 50px;
}
.page_7th_anniversary_770000pt_202510 .section_01 .comment_text{
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01{
  position: relative;
}
.page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .img_inner_01{
  position: absolute;
  top: 243px;
  left: 47px;
  text-align: left;
  font-size: 12px;
}
.page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .notes_list{
  position: absolute;
  bottom: 40px;
  left: 45px;
  width: 405px;
  text-align: left;
  font-size: 12px;
}
.page_7th_anniversary_770000pt_202510 .section_01 .text_01{
  margin: 40px 0 20px;
}
.page_7th_anniversary_770000pt_202510 .section_01 .link_btn{
    width: 80%;
    margin: 0 auto;
}
/*---entry-btn---*/
.page_7th_anniversary_770000pt_202510 .entry-block label{
  font-size: 16px;
}
.page_7th_anniversary_770000pt_202510 .entry-notes .notes_list li{
  font-size: 12px;
}
/*------------section_02------------*/
.page_7th_anniversary_770000pt_202510 .section_02{
  background-image: url("../img/bg_01_pc.png");
  background-size: contain;
  padding: 30px 0 40px;
}
.page_7th_anniversary_770000pt_202510 .section_02 .white_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 160px 44px 40px;
  position: relative;
}
.page_7th_anniversary_770000pt_202510 .section_02 .ttl{
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.page_7th_anniversary_770000pt_202510 .section_02 .text_01 {
	 margin: 3.215vw auto 2.608vw;
}
.page_7th_anniversary_770000pt_202510 .section_02 .asterisk_text{
	text-align: center;
}
.page_7th_anniversary_770000pt_202510 .text_center {
	text-align: center;
	padding: 3px 20px 30px;
}
.page_7th_anniversary_770000pt_202510 .app_list {
    display: flex;
    justify-content: center;
}
.page_7th_anniversary_770000pt_202510 .app_list li:first-child {
    margin-right: 3.911vw;
    }
/*------------section_03------------*/
.page_7th_anniversary_770000pt_202510 .section_03{
  padding: 50px 0 70px;
}
.page_7th_anniversary_770000pt_202510 .section_03 .img_outer_02{
  position: relative;
}
.page_7th_anniversary_770000pt_202510 .section_03 .img_inner_02{
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.page_7th_anniversary_770000pt_202510 .section_03 .text_02{
  margin-bottom: 10px;
}
.page_7th_anniversary_770000pt_202510 .section_03 .slider_wrap{
	margin-bottom: 20px;
}
.page_7th_anniversary_770000pt_202510 .section_03 .text_blank {
	margin: auto;
	width: 60%;
}
.page_7th_anniversary_770000pt_202510 .section_03 .text_03{
    margin-bottom: 10px;
    width: 100%;
}
.page_7th_anniversary_770000pt_202510 .section_03 .link_btn{
  	width: 80%;
    margin: 0 auto;
}
.page_7th_anniversary_770000pt_202510 .section_03 .size_adjustment{
	padding: 0 20px;
    text-align: center;
}
.page_7th_anniversary_770000pt_202510 .section_03 .bg_img_01{
	background-image: url(../img/background_img_01.png);
}
.page_7th_anniversary_770000pt_202510 .section_03 .bg_img_02{
	background-image: url(../img/background_img_03.png);
	background-size: cover;
}
.page_7th_anniversary_770000pt_202510 .section_03 .entry-notes02 {
	padding: 0 5.22vw;
}
/*---entry-btn---*/

.page_7th_anniversary_770000pt_202510 .link_btn,
.page_7th_anniversary_770000pt_202510 .entry-block{
margin: 20px auto 15px;
text-align: center;
}
.page_7th_anniversary_770000pt_202510 #entry-btn2{
width: 85%;
}
.page_7th_anniversary_770000pt_202510 .entry-block label{
  font-size: 16px;
}
.page_7th_anniversary_770000pt_202510 .entry-notes .notes_list li{
  font-size: 12px;
}
/*------------section_06------------*/
.page_7th_anniversary_770000pt_202510 .section_06{
  padding: 50px 0 70px;
}
@media screen and (min-width: 768px) and (max-width: 959px){
  .page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .img_inner_01{
    top: 25.313vw;
    left: 4.896vw;
    font-size: 1.25vw;
    width: 25.52vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .notes_list{
    bottom: 4.167vw;
    left: 4.688vw;
    width: 42.188vw;
    font-size: 1.25vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .img_inner_02{
    bottom: 4.69vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .img_inner_02 .text_02{
    margin-bottom: 2.083vw;
    margin-left: auto;
    margin-right: auto;
    width: 39.79vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .img_inner_02 .link_btn{
    width: 62.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page_7th_anniversary_770000pt_202510 ul.notes_list{
	text-align: center;
    font-size: 2.61vw;
  }
  .page_7th_anniversary_770000pt_202510 ul.asterisk_text{
    font-size: 11px;
  }
  #entry-chkbox,#entry-chkbox2{
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      position: relative;
      cursor: pointer;
  }
  /*------------section_01------------*/
  .page_7th_anniversary_770000pt_202510 .section_01{
    padding: 0;
  }
  .page_7th_anniversary_770000pt_202510 .section_01 .top_image{
    max-width: 130.378vw;
    padding: 0;
  }
  .page_7th_anniversary_770000pt_202510 .white_outer .btn_text{
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }
  .page_7th_anniversary_770000pt_202510 .white_outer .order_btn{
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px;
  }
  .page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .img_inner_01{
    top: 86.682vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.565vw;
    width: 47.28vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_01 .img_outer_01 .notes_list{
    bottom: 5.215vw;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    font-size: 2.61vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_01 .text_01{
    margin: 5.215vw auto 2.608vw;
  }
  /*---entry-btn---*/
  .page_7th_anniversary_770000pt_202510 .link_btn,
  .page_7th_anniversary_770000pt_202510 .entry-block{
    width: 90%;
	margin: 0 auto 15px;
	text-align: center;
  }
  .page_7th_anniversary_770000pt_202510 #entry-btn2{
    width: 100%;
  }
  .page_7th_anniversary_770000pt_202510 .entry-block label{
    font-size: 3.13vw;
  }
  .page_7th_anniversary_770000pt_202510 .entry-notes .notes_list li{
    font-size: 2.61vw;
  }

  /*------------section_02------------*/
  .page_7th_anniversary_770000pt_202510 .section_02{
    background-image: url("../img/bg_01_sp.png");
    padding: 0%;
  }
  .page_7th_anniversary_770000pt_202510 .section_02 .white_box{
    border-radius: 2.608vw;
    padding: 21.86vw 5.737vw 4.56vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_02 .text_01{
    margin: 3.215vw auto 2.608vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_02 .ttl{
    top: -2.043vw;
    width: 84vw;
  }
  /*------------section_03------------*/
  .page_7th_anniversary_770000pt_202510 .section_03{
    padding: 6.519vw 0 9.126vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .img_inner_02{
    bottom: 7.823vw;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .text_03{
    margin-bottom: 10px;
    width: 100%;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .link_btn{
    width: 80%;
	margin: 0 auto;
  }
  .page_7th_anniversary_770000pt_202510 .section_03 .bg_img_02 .link_btn{
    width: 80%;
	margin: auto;
  }
  /*------------section_06------------*/
  .page_7th_anniversary_770000pt_202510 .section_06{
    padding: 6.519vw 0 9.126vw;
  }
}

/*------------20250401追加　終了文言------------*/
.notice_area {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px;
    /* max-width: 780px; */
}

.notice_area .nt_area p {
    width: 300px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 14px 20px;
    background-color: white;
    border: double 4px red;
}