@charset "UTF-8";


/*共通*/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.bold {
    font-weight: bold;
}

.none {
    display: none;
}

.red {
    color: #EA5511;
}

.blue {
    color: #00b9ef;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #fff9b1;
}


.top05 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top70 {
    margin-top: 70px;
}

.top80 {
    margin-top: 80px;
}

.top90 {
    margin-top: 90px;
}

.top100 {
    margin-top: 100px;
}

.ptop05 {
    padding-top: 5px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop30 {
    padding-top: 30px;
}

.ptop40 {
    padding-top: 40px;
}

.ptop50 {
    padding-top: 50px;
}

.ptop60 {
    padding-top: 60px;
}

.ptop70 {
    padding-top: 70px;
}

.ptop80 {
    padding-top: 80px;
}

.ptop90 {
    padding-top: 90px;
}

.ptop100 {
    padding-top: 100px;
}

.bottom05 {
    margin-bottom: 5px;
}

.bottom08 {
    margin-bottom: 8px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom70 {
    margin-bottom: 70px;
}

.bottom80 {
    margin-bottom: 80px;
}

.bottom90 {
    margin-bottom: 90px;
}

.bottom100 {
    margin-bottom: 100px;
}

.pbottom05 {
    padding-bottom: 5px;
}

.pbottom10 {
    padding-bottom: 10px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom30 {
    padding-bottom: 30px;
}

.pbottom40 {
    padding-bottom: 40px;
}

.pbottom50 {
    padding-bottom: 50px;
}

.pbottom60 {
    padding-bottom: 60px;
}

.pbottom70 {
    padding-bottom: 70px;
}

.pbottom80 {
    padding-bottom: 80px;
}

.pbottom90 {
    padding-bottom: 90px;
}

.pbottom100 {
    padding-bottom: 100px;
}

.left05 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left60 {
    margin-left: 60px;
}

.left70 {
    margin-left: 70px;
}

.left80 {
    margin-left: 80px;
}

.left90 {
    margin-left: 90px;
}

.left100 {
    margin-left: 100px;
}

.pleft05 {
    padding-left: 5px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft20 {
    padding-left: 20px;
}

.pleft30 {
    padding-left: 30px;
}

.pleft40 {
    padding-left: 40px;
}

.pleft50 {
    padding-left: 50px;
}

.pleft60 {
    padding-left: 60px;
}

.pleft70 {
    padding-left: 70px;
}

.pleft80 {
    padding-left: 80px;
}

.pleft90 {
    padding-left: 90px;
}

.pleft100 {
    padding-left: 100px;
}

.right05 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right25 {
    margin-right: 25px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right60 {
    margin-right: 60px;
}

.right70 {
    margin-right: 70px;
}

.right80 {
    margin-right: 80px;
}

.right90 {
    margin-right: 90px;
}

.right100 {
    margin-right: 100px;
}

.pright05 {
    padding-right: 5px;
}

.pright10 {
    padding-right: 10px;
}

.pright20 {
    padding-right: 20px;
}

.pright30 {
    padding-right: 30px;
}

.pright40 {
    padding-right: 40px;
}

.pright50 {
    padding-right: 50px;
}

.pright60 {
    padding-right: 60px;
}

.pright70 {
    padding-right: 70px;
}

.pright80 {
    padding-right: 80px;
}

.pright90 {
    padding-right: 90px;
}

.pright100 {
    padding-right: 100px;
}

.fade00 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade00:hover {
    opacity: 0.0;
}

.fade10 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade10:hover {
    opacity: 0.1;
}

.fade20 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade20:hover {
    opacity: 0.2;
}

.fade30 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade30:hover {
    opacity: 0.3;
}

.fade40 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade40:hover {
    opacity: 0.4;
}

.fade50 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade50:hover {
    opacity: 0.5;
}

.fade60 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade60:hover {
    opacity: 0.6;
}

.fade70 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade70:hover {
    opacity: 0.7;
}

.fade80 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade80:hover {
    opacity: 0.8;
}

.fade90 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade90:hover {
    opacity: 0.9;
}

.scale10 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale10:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale20 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale20:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.scale30 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale30:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.scale40 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale40:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.scale50 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale50:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.scale60 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale60:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.scale70 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale70:hover {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}

.scale80 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale80:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.scale90 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale90:hover {
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
}

.fade-in,
.fade-up,
.fade-left,
.fade-left02,
.fade-right,
.fade-right02,
.fade-bottom,
.fade-bottom02 {
    transition: .8s;
    opacity: 0;
}

.fade-in01 {
    transition: 1.0s;
    opacity: 0;
}

.fade-in02 {
    transition: 3.0s;
    opacity: 0;
}

.fade-in03 {
    transition: 4.0s;
    opacity: 0;
}

.fade-in-top {
    animation-name: fade-in-top;
    animation-duration: 1s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-in-top {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-top02 {
    animation-name: fade-in-top02;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-top02 {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.fade-in-left {
    animation-name: fade-in-left;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateY(-200px) translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0px) translateX(0px);
    }
}

.fade-in-right {
    animation-name: fade-in-right;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateY(200px) translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateY(0px) translateX(0px);
    }
}





.fade-in-scale01 {
    animation-name: fade-in-scale01;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-in-scale01 {
    from {
        opacity: 0;
        transform: scale(200%);
    }

    to {
        opacity: 1;
        transform: scale(100%);
    }
}

.fade-in-scale02 {
    animation-name: fade-in-scale02;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-scale02 {
    from {
        opacity: 0;
        transform: scale(50%);
    }

    to {
        opacity: 1;
        transform: scale(100%);
    }
}

















.fade-up-top {
    animation-name: fade-up-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-up-top {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-bottom-top {
    animation-name: fade-bottom-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-bottom-top {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-left-top {
    animation-name: fade-left-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-left-top {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-right-top {
    animation-name: fade-right-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-right-top {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.drop10 {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.drop20 {
    padding-left: 2.0em;
    text-indent: -2.0em;
}

.drop30 {
    padding-left: 3.0em;
    text-indent: -3.0em;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/*共通*/


/*リセット*/
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

table,
td,
th {
    margin: 0px;
    padding: 0px;
}

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

li {
    margin: 0px;
    padding: 0px;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

textarea {
    overflow: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
    border-radius: 0px;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    border-radius: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

/*リセット*/


html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "A1 Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}

@font-face {
    font-family: 'A1 Gothic';
    src: url('../font/AP-OTF-A1GothicStd-Regular.otf') format('woff');
}

@font-face {
    font-family: 'A1 Gothic B';
    src: url('../font/AP-OTF-A1GothicStd-Bold.otf') format('woff');
}

#mobi_menu {
    display: none;
}






/*header*/
.header_box {
    width: 100%;
    background: #EDEDED;
    position: fixed;
    z-index: 999;
    top: 0px;
}

.header_box.contents {
    background: none;
}

.header_box.contents.DownMove {
    background: #e7e7e7
}

.header_box.contents.UpMove {
    background: none
}

.header_box .header_inner {
    display: flex;
    width: 90%;
    margin: 0px auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header_box .header_logo {
    width: 110px;
    padding-top: 10px;
}

.header_box .header_menu {
    display: flex;
    align-items: center;
}

.header_box .header_menu ul {
    display: flex;
}

@media screen and (max-width:1250px) {
    .header_box .header_menu ul:nth-child(1) {
        display: none;
    }

    .header_box .header_menu ul:nth-child(2) {
        margin-right: 40px;
    }
}

.header_box .header_menu ul:nth-child(1) li {
    margin-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #000;
}

.header_box .header_menu ul:nth-child(1) li:last-child {
    border-right: none;
    padding-right: 0px;
}

.header_box .header_menu ul:nth-child(1) li a {
    color: #000;
    text-decoration: none;
}

.header_box .header_menu ul:nth-child(1) li a:hover {
    color: #F39800;
}

.header_box .header_menu ul:nth-child(2) li {
    margin-left: 20px;
    width: 45px;
    border-radius: 100px;
    overflow: hidden;
    margin-left: 20px;
    display: block;
    transition: 0.3s;
}

.header_box .header_menu ul:nth-child(2) li a img {
    display: block;
}

.header_box .header_menu ul:nth-child(2) li:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}





/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/

#header.UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

#header.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}









/*　ハンバーガーメニューボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: +1001
}

.header_menu_logo {
    width: 110px;
    padding: 20px;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 0px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    width: 50%;
    transform: translateX(100%);
    transition: all 0.6s;
    z-index: +1000;
    height: 100vh
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    border-bottom: solid 1px #797979;
    font-size: 2.0rem;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}

.sidemenu {
    position: fixed;
    right: 0;
    top: 80%;
    max-width: 340px;
    z-index: +100;
    width: 20%;
}

/*header*/





/*footer*/
.footer_box {
    background: #F39800;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_inner {
    position: relative;
}

.footer_box span {
    margin-left: 20px;
}

.footer_copy {
    color: #F39800;
    text-align: center;
    padding: 15px 0;
    font-size: 1.4rem;
}

.footer_icon {
    width: 55px;
    position: absolute;
    right: 40px;
    top: 30px;
}

.footer_icon img {
    display: block;
    border-radius: 100px;
}

.footer_box_contents {
    background: #F39800;
    padding: 20px 5%;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 80px;
}

.footer_box_contents span {
    margin-left: 20px;
}

.footer_box_contents .footer_icon {
    width: 55px;
    position: absolute;
    right: 40px;
    top: auto;
    bottom: 15px;
}

.footer_box_contents_bt {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.footer_box_contents_bt img {
    width: 470px;
    margin-bottom: 5px;
}

.footer_box_contents_bt a {
    width: 810px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    padding: 0px;
    transition: 0.3s;
}

.footer_box_contents_bt a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

/*footer*/





/*top*/
#top {
    background: #EDEDED;
    padding-top: 80px;

}

#top .back01 {
    background: url(../img/top/box02_back.svg) no-repeat;
    background-position: bottom;
}

#top .back01 h2 {
    font-size: 6.0rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    color: #F39800;
    text-align: center;
    line-height: 100%;
}

#top .back01 h2 span {
    margin-top: 5px;
    display: block;
    font-size: 1.6rem;
    line-height: 100%;
    color: #8D8D8D;
    font-weight: 300;
}

#top .back02 {
    background: #F39800;
}

#top .back02 .titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*20230712 ADD START*/
@media not screen and (max-width: 800px) {
    #top .back02 .titlebox {
        margin-top: 70px;
    }
}

/*20230712 ADD END*/

#top .back02 .titlebox_num {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 17.0rem;
    line-height: 100%;
}

#top .back02 .titlebox h2 {
    margin-left: 50px;
    font-size: 10.0rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 100%;
    line-height: 100%;
}

#top .back02 .titlebox h2 span {
    margin-top: 20px;
    display: block;
    font-size: 2.4rem;
    line-height: 100%;
    color: #000;
    font-weight: 700;
}

@media screen and (max-width:1200px) {
    #top .back02 .titlebox_num {
        font-size: 14.0rem;
    }

    #top .back02 .titlebox h2 {
        font-size: 7.5rem;
    }

    #top .back02 .titlebox h2 span {
        font-size: 2.4rem;
    }
}

#top .back03 {
    background: #fff;
}

#top .back03 h2 {
    font-size: 10.0rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    color: #F39800;
    text-align: center;
    line-height: 100%;
}

#top .back03 h2 span {
    margin-top: 5px;
    display: block;
    font-size: 2.4rem;
    line-height: 100%;
    color: #000;
    font-weight: 300;
    font-family: "A1 Gothic";
}

#top .back03 h2 span.wide {
    margin-top: 20px;
}

@media screen and (max-width:1200px) {
    #top .back03 h2 {
        font-size: 7.0rem;
    }

    #top .back03 h2 span {
        margin-top: 5px;
        display: block;
        font-size: 1.6rem;
        line-height: 100%;
        color: #000;
        font-weight: 300;
        font-family: "A1 Gothic";
    }

}


#top #con01 {
    position: absolute;
    top: -100px;
    width: 1px;
    height: 1px;
}

#top #con02,
#top #con03,
#top #con04,
#top #con05,
#top #con06,
#top #con07,
#top #con08 {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 1px;
}


#top .box01 {
    padding: 0;
}

#top .box01_inner {
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    position: relative;
}

#top .box01_inner .sp {}

#top .box01_inner ul {
    display: flex;
}

#top .box01_inner ul li {
    width: 40%;
}

#top .box01_inner ul li:nth-child(2),
#top .box01_inner ul li:nth-child(3) {
    margin-left: -5%;
}

#top .box01_inner ul li a {}
















/*トップページヘッダーアニメーション*/
#top .anim {
    max-width: 1290px;
    width: 98%;
    aspect-ratio: 4 / 2.8;
    margin: 50px auto 0;
}

#top .anim01,
#top .anim02,
#top .anim03,
#top .anim04,
#top .anim05,
#top .anim06 {
    max-width: 1290px;
    width: 98%;
    aspect-ratio: 4 / 2.8;
    position: absolute;
}

#top .anim01 {
    z-index: 1;
}

#top .anim01_text01 {
    position: absolute;
    top: 25%;
}

#top .anim01_text02 {
    width: 20%;
    position: absolute;
    top: 65%;
}

#top .anim01_text03 {
    position: absolute;
    top: 55%;
    right: 4%;
}

#top .anim02 {
    z-index: 0;
}

#top .anim02_back {
    width: 57%;
    position: absolute;
    top: 4%;
    left: 21%;
}

#top .anim03 {
    z-index: 3;
}

#top .anim03_line_t {
    position: absolute;
    top: 0px;
    right: 2%;
    width: 40%;
}

#top .anim03_line_b {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 40%;
}

#top .anim04 {
    z-index: 4;
}

#top .anim04_text04 {
    width: 2.5%;
    position: absolute;
    top: 12%;
    right: 17%;
}

#top .anim05 {
    z-index: 5;
}

#top .anim05_img {
    width: 65%;
    position: absolute;
    top: -7%;
    left: 20%;
}

#top .anim06 {
    z-index: +10;
    width: 32%;
    max-width: 420px;
    position: absolute;
    top: -7%;
    left: -5%;
    transition: 0.3s;
}

#top .anim06 img {
    width: 100%;
}

#top .anim06:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/*トップページヘッダーアニメーション*/


#top .box02 {
    padding: 10px 0 5% 0;
}

#top .box02_inner {
    width: calc(90% - 150px);
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
    padding: 35px 75px;
    border-radius: 40px;
    position: relative;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.3);
}

#top .box02_icon {
    width: 170px;
    position: absolute;
    top: -110px;
    left: calc(50% + 110px);
    transition: 0.3s;
}

@media screen and (max-width:1200px) {
    #top .box02_icon {
        width: 110px;
        top: -50px;
        left: calc(50% + 100px);
        transition: 0.3s;
    }
}

@media screen and (max-width:900px) {
    #top .box02_icon {
        width: 90px;
        top: -25px;
        left: calc(50% + 100px);
        transition: 0.3s;
    }
}

#top .box02_inner ul {
    margin-top: 20px;
    font-weight: 100;
}

#top .box02_inner ul h3 {
    font-size: 1.8rem;
    font-weight: 100;
}

#top .box02_inner ul li {}

#top .box02_inner ul li + li {
    margin-top: 10px;
}

#top .box02_inner ul li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

#top .box02_inner ul li a:hover {
    transition: 0.3s;
    color: #F39800;
}

#top .box02_inner ul li a div:nth-child(1) {
    position: relative;
}

#top .box02_inner ul li a div:nth-child(2) {
    margin-top: 10px;
}

#top .box02_inner ul li a span {
    margin-right: 20px;
}

#top .box02_link {
    width: 250px;
    height: 60px;
    margin: 40px auto 0 auto;
}

#top .box02_link a {
    width: 250px;
    height: 60px;
    display: block;
    background: #B8CED7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    transition: 0.3s;
}

#top .box02_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    opacity: 0.8;
}

#top .box02_link a img {
    width: 70px;
    display: block;
    margin-right: 10px;
}

/*20230712 ADD START*/
#top .comingsoon {
    position: relative;
    width: 100%;
    height: auto;
}

#top .comingsoon__link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .3s;
}

@media screen and (min-width: 768px) {
    #top .comingsoon__link {
        max-width: 548px;
    }
}

@media (hover: hover) and (pointer: fine) {
    #top .comingsoon__link:hover {
        opacity: .7;
    }
}

#top .box03_inner01 p.box03_end-of-sale {
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-top: 0;
    color: #c80000;
}

/*20230712 ADD END*/
/*20230801 ADD START*/
#top .comingsoon .comingsoon__video {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    #top .comingsoon .comingsoon__video.sp {
        display: none;
    }

    #top .comingsoon .comingsoon__video.pc {
        display: inline-block;
    }
}

@media not screen and (min-width: 768px) {
    #top .comingsoon .comingsoon__video.sp {
        display: inline-block;
    }

    #top .comingsoon .comingsoon__video.pc {
        display: none;
    }
}

/*20230801 ADD END*/

#top .box03 {
    padding: 0;
    margin-top: -5px;
    position: relative;
}

#top .box03_inner01 {
    width: 90%;
    max-width: 1350px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
}

@media screen and (max-width:1300px) {
    #top .box03_inner01 {
        width: 95%;
        margin: 0 0 0 5%;
    }
}

#top .box03_inner01_l {
    width: 40%;
    max-width: 430px;
    margin-top: 0px;
    padding-left: 150px;
}

@media screen and (max-width:1300px) {
    #top .box03_inner01_l {
        padding-left: 0px;
    }
}

#top .box03_subtitle {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 2.6rem;
}

#top .box03_title {
    width: 100%;
    max-width: 370px;
    margin-top: 55px;
}

#top .box04_title {
    width: 100%;
    max-width: 370px;
    margin-top: 20px;
}

#top .box03_inner01 p {
    font-size: 2.0rem;
    color: #fff;
    line-height: 150%;
    margin-top: 30px;
}

#top .box03_price {
    font-family: montserrat, sans-serif;
    font-size: 4.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#top .box03_price span {
    font-size: 1.6rem;
    color: #000;
    margin-left: 20px;
}

#top .box03_price_text {
    font-size: 1.6rem;
    color: #000;
    margin: 20px 0;
}

@media screen and (max-width:1200px) {
    #top .box03_price {
        line-height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #top .box03_price_text {
        font-size: 1.6rem;
        color: #000;
        margin: 0 0 20px 0;
    }

    #top .box03_inner01 p {
        margin-top: 20px;
    }

    #top .box03_price span {
        font-size: 1.6rem;
        display: block;
        line-height: 100%;
        margin-top: 10px;
    }

    #top .box03_link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

#top .box03_inner01_r {
    width: 60%;
    max-width: 690px;
}

#top .box03_inner02 {
    width: 100%;
    max-width: 1350px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1300px) {
    #top .box03_inner02 {
        margin: 0px auto 0 auto;
    }
}

#top .box03_inner02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#top .box03_inner02 ul li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

#top .box03_inner02.num07 ul li:last-child {
    margin-right: 60%;
}

#top .box03_inner02 ul li h3 {
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
    #top .box03_inner02 ul li h3 {
        color: #000;
        font-size: 2.0rem;
        text-align: center;
        margin-bottom: 10px;
    }
}


#top .box03_inner02 ul li p {
    color: #fff;
    font-size: 1.6rem;
    width: 85%;
    margin: 0px auto;
}

#top .box03_inner02.num07 ul li p {
    color: #fff;
    font-size: 1.6rem;
    width: 85%;
    margin-top: -20px;
}

#top .box03_inner03 {
    width: 90%;
    max-width: 950px;
    margin: 50px auto 0px auto;
    display: flex;
    justify-content: space-between;
}

#top .box03_inner03 p + p {
    margin: 0;
}

#top .box03_inner03_l {
    width: 60%;
    max-width: 550px;
    color: #fff;
}

span.uwatsuki {
    font-size: 1rem;
    vertical-align: super;
}

span.minimal {
    font-size: 0.9rem;
    vertical-align: top
}

@media screen and (max-width:1300px) {
    #top .box03_inner03 {
        width: 90%;
        max-width: 950px;
        margin: 50px auto 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box03_inner03_l {
        width: 100%;
        max-width: 100%;
    }

    #top .box03_inner03_r {
        margin: 40px auto 0 auto;
    }

}

#top .box03_inner03 table {
    width: 100%;
    border-top: solid 1px #fff;
}

#top .box03_inner03 table tr td {
    width: 50%;
    border-bottom: solid 1px #fff;
    padding: 5px 10px;
}

#top .box03_inner03 table tr td:nth-child(2) {
    border-left: dotted 2px #fff;
    padding: 5px 10px;
}

#top .box03_inner03 table thead tr td {
    background: #B8CED7;
}

#top .box03_inner03_l p {
    font-size: 1.4rem;
    margin-top: 20px;
}

#top .box03_inner03_r {
    width: 43%;
    max-width: 350px;
}

#top .box03_inner03_r a {
    display: block;
    height: 60px;
}

#top .box03_inner03_r div {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto 20px auto;
}

#top .box03_inner03_r div a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: block;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
}

#top .box03_inner03_r div {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto 20px auto;
}

#top .box03_link a {
    width: 100%;
    max-width: 265px;
    height: 65px;
    border-radius: 15px;
    border: solid 3px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "A1 Gothic B";
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    letter-spacing: 0px;
    transition: 0.3s;
    background: linear-gradient(to right, #AF92A8, #BFD3F4 90%, #BDCCD6);
}

#top .box03_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box03_inner03_r div.link_pdf a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: block;
    background: none;
    border-radius: 100px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
}

#top .box03_inner03_r div a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box03_inner03_r div a img {
    width: 70px;
    display: block;
    margin-right: 5px;
}

#top .box03_bt {
    width: 90%;
    max-width: 415px;
    margin: 40px auto;
}

#top .box03_bt a {
    display: flex;
    width: 100%;
    height: 83px;
    border: solid 3px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #AF92A8, #FA918C);
    font-family: "A1 Gothic B";
    font-weight: 100;
    font-size: 2.0rem;
    transition: 0.3s;
}

#top .box03_bt a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box03_bt a img {
    width: 90px;
}

#top .box03_bt a p {
    margin-left: 20px;
}

#top .box03_inner04 {
    max-width: 1200px;
    margin: 80px auto;
}

#top .box03_inner04 h2 {
    color: #fff;
    text-align: center;
    font-weight: 100;
}

#top .box03_inner04_table {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#top .box03_inner04_table tr td:nth-child(even)::before {
    content: "：";
}

#top .box03_inner04_table_img {
    width: 245px;
    margin: 0px auto;
}

#top .box03_inner04_table_img img {
    border-radius: 100%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box03_inner04 ul {
    width: 50%;
}

#top .box03_inner04 ul li:nth-child(1) {
    display: flex;
    justify-content: center padding: 0px 10px;
}

#top .box03_inner04 ul li:nth-child(3) {
    display: flex;
}

#top .box03_inner04_table_title {
    height: 6.0em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#top .box03_inner04 h3 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 120%;
    font-size: 2.4rem;
    font-weight: 100;
    white-space: nowrap;
}

#top .box03_inner04 h3 span {
    display: block;
}

#top .box03_inner04 ul table {
    width: 290px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 15px;
}

#top .box03_inner04 ul table th {
    color: #000;
    font-size: 2.0rem;
}

#top .box03_inner04 ul table span {
    color: #BDCCD6;
}

#top .box03_inner04 ul table + table {
    border-left: dotted 2px #fff;
    padding-left: 15px;
}

#top .box03_inner04 ul:nth-child(2) table {
    border-left: dotted 2px #fff;
}

#top .box03_inner04_bt {
    width: 350px;
    height: 60px;
    margin: 60px auto 0 auto;
}

#top .box03_inner04_bt a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #BDCCD6;
    width: 100%;
    height: 60px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 2.0rem;
    transition: 0.3s;
}

#top .box03_inner04_bt a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}


#top .box04 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box04_inner {
    width: 90%;
    max-width: 1350px;
    margin: 0px auto;
}

#top .box04_inner05 {
    color: #FFF;
    max-width: 1200px;
    margin: 80px auto;
}

#top .box04_inner05_title {
    color: #fff;
    text-align: center;
    font-weight: 100;
}

#top .box04_inner05_content {
    margin: 30px auto 0;
    max-width: 1074px;
}

#top .box04_inner05_content-inner {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
}

#top .box04_inner05_column {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

#top .box04_inner05_column-upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#top .box04_inner05_column_img-wrapper {
    width: 245px;
}

#top .box04_inner05_column_img {
    border-radius: 100%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box04_inner05 table {
    width: 100%;
    border-top: solid 1px #fff;
}

#top .box04_inner05 table thead tr td {
    background: #B8CED7;
}

#top .box04_inner05 table tr td {
    width: 50%;
    border-bottom: solid 1px #fff;
    padding: 5px 10px;
}

#top .box04_inner05 table tr td:nth-child(2) {
    border-left: dotted 2px #fff;
}


#top .box04_inner05 table tr td:nth-child(1) {
    width: 40%;
    padding: 5px;
}

#top .box04_inner05 table tr td:nth-child(2) {
    width: 60%;
    padding: 5px;
}



#top .btn_buy {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto;
}

#top .btn_buy .btn_buy_link:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .btn_buy_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #BDCCD6;
    width: 100%;
    height: 60px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 2.0rem;
    transition: 0.3s;
}

@media screen and (max-width: 1200px) {
    #top .box04_inner05 {
        width: 90%;
        max-width: 950px;
        margin: 60px auto;

    }

    #top .box04_inner05_column {
        width: 100%;
    }

    #top .box04_inner05_column_img-wrapper {
        width: 45%;
        max-width: 245px;
    }

    #top .box04_inner05 table tr td:nth-child(1) {
        width: 50%;
    }

    #top .box04_inner05 table tr td:nth-child(2) {
        width: 50%;
    }
}


@media screen and (max-width: 800px) {
    #top .box04_inner05 {
        margin: 60px auto;
    }

    #top .box04_inner05 table {
        width: 100%;
        font-size: 1.4rem;
        line-height: 120%;
    }

    #top .box04_inner05 table tr td:nth-child(1) {
        width: 40%;
    }

    #top .box04_inner05 table tr td:nth-child(2) {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    #top .box04_inner05_column-upper {
        gap: 30px;
    }
}

#top .box05 {
    padding: 100px 0;
    position: relative;
}

#top .box05_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
}

#top .box05_inner a {
    text-decoration: none;
    color: #fff;
}

#top .box05_subtitle {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 2.6rem;
    margin-top: 60px;
}

#top .box05_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

#top .box05_inner ul li {
    width: 30%;
    max-width: 275px;
    text-align: center;
    margin-bottom: 40px;
}

#top .box05_inner ul li img {
    border-radius: 100%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box05_inner ul li p {
    margin-top: 20px;
}

#top .box05_inner ul li p span {
    font-size: 2.0rem;
}

#top .box05_inner ul li p span.notax {
    font-size: 1.4rem;
    color: #000;
    font-weight: 100;
}

#top .box05_text {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 1.4rem;
}

#top .box05_link {
    width: 350px;
    height: 60px;
    margin: 40px auto 0 auto;
}

#top .box05_link a {
    width: 350px;
    height: 60px;
    display: block;
    background: #B8CED7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    transition: 0.3s;
}

#top .box05_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box05_link a img {
    width: 70px;
    display: block;
    margin-right: 10px;
}



#top .box06 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box06_inner {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    padding: 0 0 75px 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box06_title {
    display: flex;
    justify-content: center;
    background: #F39800;
    padding: 40px 0;
    align-items: center;
}

#top .box06_title_l {
    display: block;
    width: 130px;
}

#top .box06_title_l img {
    display: block;
    border-radius: 20px;
}

#top .box06_title_r {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 120%;
    margin-left: 40px;
    font-family: "A1 Gothic B";
    font-weight: 100;
}

#top .box06_title_r span {
    font-size: 2.4rem;
}

@media screen and (max-width:1200px) {
    #top .box06_title_l {
        display: block;
        width: 100px;
    }

    #top .box06_title_r {
        font-size: 3.0rem;
        font-weight: bold;
        line-height: 120%;
        margin-left: 20px;
    }

    #top .box06_title_r span {
        font-size: 1.8rem;
        display: block;
        line-height: 120%;
        margin-bottom: 5px;
    }
}

#top .box06_inner01 {}

#top .box06_inner01_title {
    display: flex;
    background: #F39800;
    width: 90%;
    max-width: 800px;
    margin: 40px auto 0px auto;
    justify-content: center;
    height: 60px;
    align-items: baseline;
    font-size: 3.0rem;
    align-items: center;
    color: #fff;
    font-family: "A1 Gothic B";
    font-weight: 100;
    border-radius: 100px;
    border: solid 4px #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#top .box06_inner01_title_l {
    position: relative;
}

#top .box06_inner01_title_r {
    margin-left: 30px;
    position: relative;
}

#top .box06_inner01_title_r .rubi {
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 1.2rem;
}

#top .box06_inner01_title_r .rubi02 {
    position: absolute;
    top: -20px;
    left: -0px;
    font-size: 1.2rem;
}

#top .box06_inner01_contents {
    width: 90%;
    max-width: 800px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#top .box06_inner01_contents_l {
    width: 400px;
    font-size: 1.4rem;
    line-height: 120%;
}

#top .box06_inner01_contents_l table {
    width: 100%;
}

#top .box06_inner01_contents_l table tr td:nth-child(odd) {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0.5em;
}

#top .box06_inner01_contents_l table tr td:nth-child(even)::before {
    content: "：";
    margin-left: -1.0em;
    padding-left: 0.0em;
}

#top .box06_inner01_contents_l table tr td:nth-child(even) {
    padding-left: 2.0em;
    text-indent: -2.0em;
}

#top .box06_inner01_contents_l table tr td:nth-child(even) span {
    display: block;
}

#top .box06_inner01_contents_img {
    width: 640px;
    margin: 30px auto 0 auto;
}

#top .box06_inner01_contents_r {
    width: 380px;
}

#top .box06_inner01_cal {
    width: 90%;
    max-width: 1040px;
    margin: 75px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#top .box06_inner01_cal div {
    width: 48%;
}

/*20230106 add START*/
#top .box06_inner01 > img {
    width: 30%;
    margin: 10px 80px 0 0;
    float: right;
}

@media screen and (max-width:1180px) {
    #top .box06_inner01 > img {
        margin: 10px 52px 0 0;
    }
}

@media screen and (max-width:820px) {
    #top .box06_inner01 > img {
        width: 40%;
        margin: 10px 38px 0 0;
    }
}

@media screen and (max-width:768px) {
    #top .box06_inner01 > img {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:414px) {
    #top .box06_inner01 > img {
        width: 80%;
        margin: 5px 20px 10px 0;
    }
}

/*20230106 add END*/

#top .box06_link {
    width: 350px;
    height: 60px;
    margin: 50px auto 0 auto;
}

#top .box06_link + div {
    margin-top: 30px;
}

#top .box06_link a {
    width: 350px;
    height: 60px;
    display: block;
    background: #B8CED7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
}

#top .box06_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box06_link a img {
    width: 70px;
    display: block;
    margin-right: 10px;
}

#top .box06_link a span {
    width: 200px;
}

/* add start */
#top .box06_contents {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

/* add end */


#top .box07 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box07_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0 auto;
    padding: 0 0 75px 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box07_title {
    display: flex;
    justify-content: center;
    background: #F39800;
    padding: 40px 0;
    align-items: center;
}

#top .box07_title_l {
    display: block;
    width: 130px;
}

#top .box07_title_l img {
    display: block;
    border-radius: 20px;
}

#top .box07_title_r {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 4.0rem;
    line-height: 120%;
    margin-left: 40px;
    font-family: "A1 Gothic B";
    font-weight: 100;
}

#top .box07_title_r span {
    font-size: 2.4rem;
}

#top .box07_title_r span.box07_line {
    border-bottom: solid 1px #fff;
}

#top .box07_icon {
    position: relative;
}

#top .box07_icon::before {
    content: "";
    width: 92px;
    height: 61px;
    display: block;
    background: url(../img/top/box07_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -10px;
}

/* add start */
#top .box07_line_r {
    padding-left: 75px;
}

#top .box07_line_r > br {
    display: none;
}

#top .box07_line > br {
    display: none;
}

/* add end */

@media screen and (max-width:1200px) {
    #top .box07_title_l {
        display: block;
        width: 100px;
    }

    #top .box07_title_r {
        font-size: 3.0rem;
        line-height: 120%;
        margin-left: 20px;
    }

    #top .box07_title_r span {
        font-size: 1.8rem;
        display: block;
        line-height: 120%;
        margin-bottom: 5px;
    }

    /* add start */
    #top .box07_icon::before {
        left: 65px;
        top: -10px;
    }

    #top .box07_line_r {
        padding-left: 60px;
    }

    #top .box07_line_r > br {
        display: block;
    }

    /* add end */
}

#top .box07_link {
    width: 350px;
    height: 60px;
    margin: 50px auto 0 auto;
}

#top .box07_link + div {
    margin-top: 30px;
}

#top .box07_link a {
    width: 350px;
    height: 60px;
    display: block;
    background: #B8CED7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
}

#top .box07_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#top .box07_link a img {
    width: 70px;
    display: block;
    margin-right: 10px;
}

#top .box07_link a span {
    width: 200px;
}

#top .box07_inner02 {
    padding: 50px 0 0 0;
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
}

#top .box07_inner02 p {
    text-align: center;
}

#top .bxo07_img {
    margin-top: 40px;
}

#top .bxo07_img span {
    margin-top: 20px;
    display: block;
    font-size: 1.4rem;
}

#top .box07_contents {
    margin-top: 50px;
    padding: 30px 0;
    border: solid 4px #F39800;
    border-radius: 20px;
    color: #F39800;
    font-size: 3.0rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0px;
    font-family: "A1 Gothic B";
    font-weight: 100;
}

@media screen and (max-width:900px) {
    #top .box07_contents {
        font-size: 2.4rem;
        padding: 20px 0;
    }
}




#top .box08 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box08_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0 auto;
    padding: 0 0 75px 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

#top .box08_inner02 {
    padding: 50px 0 0 0;
    width: 90%;
    max-width: 1070px;
    margin: 0px auto;
}

#top .box08_inner02 p {
    text-align: center;
}

#top .bxo08_img {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top .bxo08_img img:nth-child(1) {
    width: 48%;
    max-width: 500px;
}

#top .bxo08_img img:nth-child(2) {
    width: 24%;
    max-width: 250px;
}

#top .bxo08_img img:nth-child(3) {
    width: 24%;
    max-width: 250px;
}

#top .box08_contents {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 150%;
    text-align: center;
}

#top .box08_contents ul {
    width: 90%;
    max-width: 660px;
    margin: 50px auto 0 auto;
    text-align: left;
    font-size: 1.4rem;
}

#top .box09 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box09_inner {
    margin-top: 75px;
}

#top .box09_inner ul {
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

#top .box09_inner ul li {
    width: 30%;
    max-width: 200px;
}

#top .box09_inner ul li img {
    width: 60%;
    max-width: 110px;
    border-radius: 20px;
    margin: 0px auto 40px auto;
    display: block;
    transition: 0.3s;
}

#top .box09_inner ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.6rem;
}

#top .box09_inner ul li a:hover img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}


#top .box10 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box10 ul {
    width: 90%;
    max-width: 900px;
    margin: 50px auto 0 auto;
    border-top: solid 1px #000;
}

#top .box10 ul li {
    display: flex;
    flex-wrap: wrap;
}

#top .box10 ul div:nth-child(1) {
    width: 15%;
    border-bottom: solid 1px #000;
    padding: 10px 0px;
}

#top .box10 ul div:nth-child(2) {
    width: 63%;
    border-bottom: solid 1px #000;
    padding: 10px 2% 10px 0px;
}

#top .box10 ul div:nth-child(3) {
    width: 20%;
    border-bottom: solid 1px #000;
    padding: 10px 0px;
}

#top .box10 ul li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

#top .box10 ul li a:hover {
    color: #F39800;
    transition: 0.3s;
}

#top .box11 {
    padding: 100px 0 0 0;
    position: relative;
}

#top .box11_inner {
    width: 90%;
    max-width: 900px;
    margin: 75px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#top .box11_inner_l {
    width: 60%;
    max-width: 550px;
}

#top .box11_inner_r {
    width: 35%;
    max-width: 260px;
    display: flex;
    align-items: center;
}



#top .box12 {
    padding: 100px 0;
    position: relative;
}

#top .box12_inner {
    width: 90%;
    max-width: 730px;
    display: flex;
    justify-content: center;
    margin: 75px auto 0 auto;
}

#top .box12_inner div {
    width: 48%;
    max-width: 330px;
}

#top .box12_inner div a {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #F39800;
    text-decoration: none;
    border: solid 4px #F39800;
    transition: 0.3s;
}

#top .box12_inner div a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    color: #fff;
    background: #F39800;
    border: solid 4px #fff;
}

@media screen and (max-width:900px) {
    #top .box12_inner div a {
        font-size: 2.0rem;
    }
}







/*FLYER-SR2*/
#flyer-sr2 {
    background: #E7E7E7;
    padding-bottom: 100px;
}

#flyer-sr2 .contents_header {}

#flyer-sr2 .contents_header_inner {
    position: relative;
    background: url(../img/flyer-sr2/header_back.png) center;
    background-size: cover;
    margin: 0 auto;
    max-width: 1920px;
}

#flyer-sr2 .contents_header_title01 {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#flyer-sr2 .contents_header_title01 .sp {
    display: none;
}

#flyer-sr2 .contents_header_img {
    width: 35%;
    max-width: 680px;
    position: absolute;
    top: 13%;
    left: 38%;
}

#flyer-sr2 .contents_header_title02 {
    display: none;
}

#flyer-sr2 .contents_header_bottom {
    margin-top: -20%;
    position: relative;
    z-index: +100;
}

#flyer-sr2 .titlebox h2 {
    font-size: 10.0rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    color: #F39800;
    text-align: center;
    line-height: 100%;
}

#flyer-sr2 .titlebox h2 span {
    margin-top: 20px;
    display: block;
    font-size: 2.4rem;
    line-height: 100%;
    color: #000;
    font-weight: 700;
}

#flyer-sr2 .box01 {
    margin-top: -30px;
    position: relative;
    z-index: +1;
}

#flyer-sr2 .box01_inner01 {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width:1300px) {
    #flyer-sr2 .box01_inner01 {
        width: 95%;
        margin: 0 0 0 5%;
    }
}

#flyer-sr2 .box01_inner01_l {
    width: 40%;
    max-width: 430px;
}

#flyer-sr2 .box01_subtitle {
    color: #F39800;
    font-family: montserrat, sans-serif;
    font-size: 2.6rem;
}

#flyer-sr2 .box01_title {
    width: 100%;
    max-width: 370px;
    margin-top: 55px;
}

#flyer-sr2 .box01_text {
    font-size: 2.0rem;
    color: #000;
    line-height: 150%;
    margin-top: 30px;
}

#flyer-sr2 .box01_price {
    font-family: montserrat, sans-serif;
    font-size: 4.4rem;
    color: #F39800;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#flyer-sr2 .box01_price span {
    font-size: 1.6rem;
    color: #000;
    margin-left: 20px;
}

#flyer-sr2 .box01_price_text {
    font-size: 1.4rem;
    color: #000;
    margin: 20px 0;
    letter-spacing: -0.03rem;
}

#flyer-sr2 .box01_price_text p {
    margin: 0;
}

@media screen and (max-width:1200px) {
    #flyer-sr2 .box01_price {
        line-height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #flyer-sr2 .box01_price_text {
        font-size: 1.6rem;
        color: #000;
        margin: 0 0 20px 0;
    }

    #flyer-sr2 .box01_text {
        margin-top: 20px;
    }

    #flyer-sr2 .box01_price span {
        font-size: 1.6rem;
        display: block;
        line-height: 100%;
        margin-top: 10px;
    }

    #flyer-sr2 .box01_link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

#flyer-sr2 .box01_inner01_r {
    width: 60%;
    max-width: 690px;
}

#flyer-sr2 .box01_link a {
    width: 100%;
    max-width: 265px;
    height: 65px;
    border-radius: 15px;
    border: solid 3px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "A1 Gothic B";
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    letter-spacing: 0px;
    transition: 0.3s;
    background: linear-gradient(to right, #F39800, #B194aa 90%, #AF92A8);
}

#flyer-sr2 .box01_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}


#flyer-sr2 .box02 {
    padding-top: 35px;
    position: relative;
}

#flyer-sr2 .box02_inner {
    width: 90%;
    max-width: 960px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    z-index: +1;
    position: relative;
}

#flyer-sr2 .subtitle {
    width: 100%;
    max-width: 960px;
    height: 60px;
    margin: 80px auto 0 auto;
    text-align: center;
    background: #fff;
    color: #F39800;
    border-radius: 100px;
    font-size: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#flyer-sr2 .box02_contents_box {
    width: 780px;
    display: flex;
    justify-content: space-between;
}

#flyer-sr2 .box02_contents {
    align-items: center;
}

#flyer-sr2 .box02_contents + .box02_contents {
    margin-left: -30px;
}

#flyer-sr2 .box02_contents h2 {
    font-weight: 100;
    font-size: 2.4rem;
    text-align: center;
}

#flyer-sr2 .box02_contents p {
    color: #F39800;
    width: 330px;
    margin: 20px auto 0 auto;
}

#flyer-sr2 .box03 {
    padding-top: 30px;
    position: relative;
}

#flyer-sr2 .box03_inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: +1;
}

#flyer-sr2 .box03_contents01 {}

#flyer-sr2 .box03_contents01 a {
    text-decoration: none;
}

#flyer-sr2 .box03 .subtitle {
    background: #F39800;
    color: #fff;
}

#flyer-sr2 .box03_contents01 ul {
    display: flex;
    justify-content: center;
}

#flyer-sr2 .box03_contents01 ul li {
    width: 465px;
}

#flyer-sr2 .box03_contents01 ul li + li {
    margin-left: -100px;
}

#flyer-sr2 .box03_contents01 h2 {
    font-weight: 100;
    text-align: center;
    font-size: 2.4rem;
    margin-top: -50px;
    color: #000;
}

#flyer-sr2 .box03_contents01 ul:nth-child(2) {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#flyer-sr2 .box03_contents01 ul:nth-child(2) li {
    width: 220px;
}

#flyer-sr2 .box03_contents01 ul:nth-child(2) li + li {
    margin-left: 15px;
}

#flyer-sr2 .box03_contents01 ul:nth-child(2) h2 {
    height: 2.0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#flyer-sr2 .box03_contents01 ul:nth-child(2) span {
    display: block;
    line-height: 180%;
}

#flyer-sr2 .box03_bt {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#flyer-sr2 .box03_bt div {
    text-decoration: none;
    color: #F39800;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    text-align: center;
    line-height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

#flyer-sr2 .box03_bt img {
    display: block;
    margin-left: 10px;
    background: #F39800;
    padding: 10px;
    border-radius: 100%;
    width: 15px;
}

#flyer-sr2 .box04 {
    padding-top: 100px;
    position: relative;
}

#flyer-sr2 .box04_inner {
    width: 90%;
    max-width: 950px;
    margin: 55px auto 0px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: +1;
}

#flyer-sr2 .box04_inner p + p {
    margin: 0;
}

#flyer-sr2 .box04_inner_l {
    width: 60%;
    max-width: 570px;
    color: #000;
}

#flyer-sr2 .box04_inner_l table tr td span.uwatsuki {
    font-size: 1rem;
    vertical-align: super;
}

#flyer-sr2 .box04_inner_l table tr td span.minimal {
    font-size: clamp(1.0rem, 1vw, 1.2rem);
    vertical-align: top
}

@media screen and (max-width:1300px) {
    #flyer-sr2 .box04_inner {
        width: 90%;
        max-width: 950px;
        margin: 50px auto 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #flyer-sr2 .box04_inner_l {
        width: 100%;
        max-width: 100%;
    }

    #flyer-sr2 .box04_inner_r {
        margin: 40px auto 0 auto;
    }

}

#flyer-sr2 .box04_inner table {
    width: 100%;
    border-top: solid 1px #000;
}

#flyer-sr2 .box04_inner table tr td {
    width: 45%;
    border-bottom: solid 1px #000;
    padding: 5px 10px;
}

#flyer-sr2 .box04_inner table tr td:nth-child(2) {
    width: 55%;
    border-left: dotted 2px #000;
    padding: 5px 10px;
}

#flyer-sr2 .box04_inner table thead tr td {
    background: #F39800;
}

#flyer-sr2 .box04_inner_l p {
    font-size: 1.4rem;
    margin-top: 20px;
}

#flyer-sr2 .box04_inner_r {
    width: 40%;
    max-width: 350px;
}

#flyer-sr2 .box04_inner_r a {
    display: block;
    height: 60px;
}

#flyer-sr2 .box04_inner_r div {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto 20px auto;
}

#flyer-sr2 .box04_inner_r div a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: block;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
}

#flyer-sr2 .box04_inner_r div {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto 20px auto;
}

#flyer-sr2 .box04_inner_r div.link_pdf a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: block;
    background: none;
    border-radius: 100px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    text-align: center;
    transition: 0.3s;
    background: #B8CED7;
}

#flyer-sr2 .box04_inner_r div a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#flyer-sr2 .box04_inner_r div a img {
    width: 70px;
    display: block;
    margin-right: 5px;
}

#flyer-sr2 .box04_bt {
    width: 90%;
    max-width: 415px;
    margin: 40px auto;
}

#flyer-sr2 .box04_link {
    width: 350px;
    height: 60px;
    margin: 40px auto 0 auto;
}

#flyer-sr2 .box04_link a {
    width: 350px;
    height: 60px;
    display: block;
    background: #F39800;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: -2px;
    transition: 0.3s;
}

#flyer-sr2 .box04_link a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#flyer-sr2 .box04_link a img {
    width: 70px;
    display: block;
    margin-right: 10px;
}

#flyer-sr2 #con01 {
    position: absolute;
    top: -20px;
    width: 1px;
    height: 1px;
}

#flyer-sr2 #con02 {
    position: absolute;
    top: -50px;
    width: 1px;
    height: 1px;
}

#flyer-sr2 #con03,
#flyer-sr2 #con04 {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 1px;
}


#flyer-sr2 .box02_back {
    position: absolute;
    top: -300px;
}

#flyer-sr2 .box03_back {
    position: absolute;
    bottom: -600px;
    right: 0;
}

#flyer-sr2 .box04_back {
    position: absolute;
    bottom: -100px;
}

#flyer-sr2 .box04_back img {
    display: block;
}

/*FLYER-SR2*/


/* モーダルベース */
.js_modalWrap {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.js_modalWrap.active {
    animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
    animation: modalClose 0.3s ease forwards;
}

.js_modalBG {
    background-color: rgba(95, 95, 95, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.js_modalContInner {
    width: 80%;
    max-width: 1100px;
    max-height: 90vh;
    padding: 60px 20px 20px 20px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100px 0 0 0;
}

.js_modalCont {
    max-height: 82vh;
    overflow-y: auto;
}

.js_modalClose {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
    background-color: #000000;
    content: "";
    position: absolute;
    top: 0px;
    right: 20px;
    height: 40px;
    width: 3px;
}

.js_modalClose::before {
    transform: rotate(45deg);
}

.js_modalClose::after {
    transform: rotate(-45deg);
}

@keyframes modalOpen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        z-index: 2000;
    }
}

@keyframes modalClose {
    0% {
        opacity: 1;
        z-index: 2000;
    }

    100% {
        opacity: 0;
    }
}


.modal-inner {
    background: url(../img/flyer-sr2/modal_back01.svg) no-repeat, url(../img/flyer-sr2/modal_back02.svg) no-repeat;
    background-size: 235px, 200px;
    background-position: bottom left, bottom right;
    padding: 0 40px;
}

.modal_title {
    text-align: center;
    font-weight: 100;
}

.modal-inner_contents01 {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.modal-inner_contents01_l {
    width: 60%;
}

.modal-inner_contents01 video {
    width: 100%;
}

.modal-inner_contents01 p {
    width: calc(40% - 40px);
    margin-left: 40px;
}

.modal-inner_contents01 p span {
    color: #f39800;
}

.modal-inner_contents02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 0px auto;
    padding-bottom: 40px;
}

.modal-inner_contents02 img {
    display: block;
    max-height: 274px;
    width: auto;
}

@media screen and (max-width:1400px) {
    .modal-inner_contents02 img {
        display: block;
        max-height: 100%;
        height: auto;
        width: 100%;
    }
}

.modal-inner_contents02_l {
    width: 45%;
    display: flex;
    justify-content: flex-end;
}

.modal-inner_contents02_r {
    width: 45%;
    display: flex;
    justify-content: flex-start;
}

.modal-inner_contents02_l .modal-inner_contents02_img,
.modal-inner_contents02_r .modal-inner_contents02_img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-inner_contents02_l h3,
.modal-inner_contents02_r h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #f39800;
    font-size: 3.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: montserrat, sans-serif;
}

.modal-inner_contents02_l h3 span,
.modal-inner_contents02_r h3 span {
    color: #000;
    font-size: 1.6rem;
    margin-left: 10px;
    font-family: "A1 Gothic";
    font-weight: 100;
}

.modal-inner_contents02_c {
    width: 10%;
    padding-top: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-inner_contents02_c img {
    width: 50%;
}










































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

    #top .box03_inner04 {
        width: 90%;
        max-width: 600px;
        margin: 60px auto;
    }

    #top .box03_inner04 h2 {}

    #top .box03_inner04_table {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top .box03_inner04_table_img {
        width: 45%;
        max-width: 245px;
        margin: 0px auto;
    }

    #top .box03_inner04_table tr {
        display: flex;
        flex-direction: column;
    }

    #top .box03_inner04_table tr td:nth-child(odd)::after {
        content: "：";
    }

    #top .box03_inner04_table tr td:nth-child(even)::before {
        content: "";
        padding-left: 1em;
    }

    #top .box03_inner04_table_img img {
        border-radius: 100%;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    }

    #top .box03_inner04 ul {
        width: 50%;
    }


    #top .box03_inner04 ul li:nth-child(1) {
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
    }

    #top .box03_inner04 ul li:nth-child(1) img {}

    #top .box03_inner04 ul li:nth-child(3) {
        display: flex;
    }

    #top .box03_inner04_table_title {
        height: 6.0em;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    #top .box03_inner04 h3 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 120%;
        font-size: 2.0rem;
        font-weight: 100;
    }

    #top .box03_inner04 h3 span {
        display: inline;
    }

    #top .box03_inner04 ul table {
        width: 290px;
        font-size: 1.4rem;
        color: #fff;
    }

    #top .box03_inner04 ul table th {
        color: #000;
        font-size: 2.0rem;
    }

    #top .box03_inner04 ul table span {
        color: #BDCCD6;
    }

    #top .box03_inner04 ul table + table {
        border-left: dotted 2px #fff;
        padding-left: 15px;
    }

    #top .box03_inner04 ul:nth-child(2) table:nth-child(1) {
        border-left: none;
    }

    #top .box03_inner04 ul {
        width: 100%;
    }

    #top .box03_inner04 ul:nth-child(2) {
        margin-top: 40px;
    }

    #top .box03_inner04_bt {
        width: 350px;
        height: 60px;
        margin: 60px auto 0 auto;
    }

    #top .box03_inner04_bt a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        background: #BDCCD6;
        width: 100%;
        height: 60px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 2.0rem;
        transition: 0.3s;
    }

    #top .box03_inner04_bt a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }
}














/*レスポンシブ　800px以下*/
@media screen and (max-width:800px) {
    #mobi_menu {
        display: block;
    }

    .sidemenu {
        top: 75%;
        max-width: 400px;
        width: 35%;
    }

    /*header*/
    .header_box .header_inner {
        height: 60px;
    }

    .header_box .header_logo {
        width: 130px;
    }

    .header_box .header_menu {
        display: none;
    }

    .hamburger {
        right: 10px;
        top: 10px;
        width: 42px;
        height: 42px;
    }

    nav.globalMenuSp {
        width: 100%;
    }

    nav.globalMenuSp ul li a {
        padding: 10px 0;
        font-size: 1.6rem;
    }

    /*header*/





    /*footer*/
    .footer_box {
        margin-top: 40px;
        min-height: 80px;
    }

    .footer_inner {
        position: relative;
        width: 100%;
    }

    .footer_box span {
        margin: 0px;
        display: block;
    }

    .footer_copy {
        font-size: 1.0rem;
    }

    .footer_icon {
        width: 45px;
        right: 15px;
        top: auto;
        bottom: auto;
        margin: 0px auto 0px auto;
    }

    .footer_box_contents {
        min-height: auto;
        padding-top: 30px;
    }

    .footer_box_contents span {
        margin-left: 0px;
    }

    .footer_box_contents .footer_icon {
        top: auto;
        bottom: -10px;
        right: 5%;
    }

    .footer_box_contents_bt {
        display: flex;
        justify-content: center;
        margin: 0px 0 30px 0;
    }

    .footer_box_contents_bt img {
        max-width: 470px;
        width: 90%;
    }

    .footer_box_contents_bt a {
        width: 100%;
        height: auto;
        padding: 3% 2% 0.5% 2%;
        border-radius: 10px;
    }

    /*footer*/





    /*top*/
    #top {
        background: #EDEDED;
        padding-top: 60px;
    }

    #top .back01 {
        background: url(../img/top/box02_back.svg) no-repeat;
        background-position: bottom;
    }

    #top .back01 h2 {
        font-size: 4.0rem;
        font-weight: 700;
        font-family: montserrat, sans-serif;
        color: #F39800;
        text-align: center;
        line-height: 100%;
    }

    #top .back01 h2 span {
        margin-top: 5px;
        display: block;
        font-size: 1.4rem;
        line-height: 100%;
        color: #8D8D8D;
        font-weight: 300;
    }

    #top .back02 {
        background: #F39800
    }

    #top .back02 .titlebox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #top .back02 .titlebox_num {
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 7.0rem;
        line-height: 100%;
    }

    #top .back02 .titlebox h2 {
        margin-left: 0px;
        font-size: 4.0rem;
        font-weight: 700;
        font-family: montserrat, sans-serif;
        color: #fff;
        text-align: center;
        line-height: 100%;
    }

    #top .back02 .titlebox h2 span {
        margin-top: 10px;
        display: block;
        font-size: 1.4rem;
        line-height: 100%;
        color: #000;
        font-weight: 700;
    }

    #top .back03 {
        background: #fff
    }

    #top .back03 h2 {
        font-size: 5.0rem;
    }

    #top .back03 h2 span {
        font-size: 2.0rem;
    }

    #top .back03 h2 span.wide {
        margin-top: 20px;
    }

    #top #con01 {
        position: absolute;
        top: 20px;
        width: 1px;
        height: 1px;
    }

    #top #con02 {
        position: absolute;
        top: -20px;
        width: 1px;
        height: 1px;
    }

    #top #con03 {
        position: absolute;
        top: -30px;
        width: 1px;
        height: 1px;
    }

    #top #con04,
    #top #con05,
    #top #con06,
    #top #con07,
    #top #con08 {
        position: absolute;
        top: 20px;
        width: 1px;
        height: 1px;
    }



    #top .box01 {
        padding: 0;
    }

    #top .box01_inner {
        width: 100%;
        overflow: hidden;
    }

    #top .box01_inner .sp {}

    #top .box01_inner ul {
        display: none;
    }





    /*トップページヘッダーアニメーション*/
    #top .anim {
        max-width: 1290px;
        width: 110%;
        aspect-ratio: 4 / 5.3;
        margin: 0px -5% 0 -5%;
    }


    .box01_inner01 {}

    #top .anim::before {
        content: "";
        display: block;
        padding-top: 100%;
    }


    #top .anim01,
    #top .anim02,
    #top .anim03,
    #top .anim04,
    #top .anim05,
    #top .anim06 {
        max-width: 1290px;
        width: 110%;
        aspect-ratio: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #top .anim01::before,
    #top .anim02::before,
    #top .anim03::before,
    #top .anim04::before,
    #top .anim05::before,
    #top .anim06::before {
        content: "";
        display: block;
    }

    #top .anim01 {
        z-index: 2;
        left: -5%;
    }

    #top .anim01_text01 {
        width: 98%;
        position: absolute;
        top: 38%;
        left: 3%;
    }

    #top .anim01_text02 {
        width: 70%;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 6%
    }

    #top .anim01_text03 {
        display: none;
    }

    #top .anim02 {
        z-index: 1;
    }

    #top .anim02_back {
        width: 75%;
        position: absolute;
        top: 15%;
        left: 5%;
    }

    #top .anim03 {
        z-index: 3;
    }

    #top .anim03_line_t {
        position: absolute;
        top: 10%;
        right: -5%;
        width: 47%;
    }

    #top .anim03_line_b {
        position: absolute;
        bottom: auto;
        top: 57%;
        left: -7%;
        width: 50%;
    }

    #top .anim04 {
        z-index: 4;
    }

    #top .anim04_text04 {
        width: 5%;
        position: absolute;
        top: 10%;
        right: 15%;
    }

    #top .anim05 {
        z-index: 5;
    }

    #top .anim05_img {
        width: 75%;
        position: absolute;
        top: 10%;
        left: 11%;
    }

    #top .anim06 {
        z-index: +10;
        width: 50%;
        max-width: 420px;
        position: absolute;
        top: -5%;
        left: -5%;
        transition: 0.3s;
    }

    #top .anim06 img {
        width: 100%;
    }

    #top .anim06:hover {
        opacity: 0.5;
        transition: 0.3s;
    }

    /*トップページヘッダーアニメーション*/



    #top .box02 {
        padding: 40px 0 5% 0;
    }

    #top .box02_inner {
        width: 80%;
        max-width: 1200px;
        margin: 0px auto;
        background: #fff;
        padding: 5%;
        border-radius: 40px;
        position: relative;
        box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.3);
    }

    #top .box02_icon {
        width: 60px;
        top: -25px;
        left: auto;
        right: -5%;
        transition: 0.3s;
    }

    #top .box02_inner ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }

    #top .box02_inner ul li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: solid 1px #cccccc;
    }

    #top .box02_inner ul li img {
        aspect-ratio: 5 / 3;
    }

    #top .box02_inner ul li a span {
        margin-right: 0px;
        color: #333;
        font-size: 1.4rem;
        display: block;
        width: 100%;
    }

    #top .box02_link {
        margin: 20px auto 0 auto;
    }

    #top .box03 {
        padding-top: 100px;
    }

    #top .box03_inner01 {
        width: 90%;
        margin-top: 40px;
        flex-direction: column;
    }

    #top .box03_inner01_l {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    #top .box03_title {
        max-width: 100%;
        margin-top: 10px;
    }

    #top .box04_title {
        max-width: 100%;
        margin-top: 10px;
    }

    #top .box03_inner01 p {
        font-size: 1.6rem;
        margin-top: 40px;
    }

    #top .box03_price {
        font-size: 2.4rem;
        margin-top: 20px;
    }

    #top .box03_price span {
        font-size: 1.2rem;
    }

    #top .box03_inner01_r {
        width: 95%;
        margin: 10px 0 0 5%;
    }

    #top .box03_inner02 {
        width: 100%;
        margin: 0px auto 0 auto;
        display: flex;
        justify-content: space-between;
    }

    #top .box03_inner02 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #top .box03_inner02 ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #top .box03_inner02.num07 ul li:last-child {
        margin-right: 0%;
    }

    #top .box03_inner02 ul li img {
        width: 70%;
        padding-left: 5%;
    }

    #top .box03_inner02 ul li h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }

    #top .box03_inner02 ul li p {
        font-size: 1.6rem;
        width: 90%;
    }

    #top .box03_inner02.num07 ul li p {
        font-size: 1.6rem;
        width: 90%;
        margin-top: 0px;
    }

    #top .box03_inner03 {
        width: 90%;
        max-width: 100%;
        margin: 20px auto 0px auto;
        font-size: 1.4rem;
        line-height: 120%;
    }

    #top .box03_inner03_l {
        width: 100%;
    }

    #top .box03_inner03 table {
        width: 100%;
    }

    #top .box03_inner03 table tr td:nth-child(1) {
        width: 40%;
        padding: 5px;
    }

    #top .box03_inner03 table tr td:nth-child(2) {
        width: 60%;
        padding: 5px;
    }

    #top .box03_inner03 table thead tr td {
        background: #B8CED7;
    }

    #top .box03_inner03_l p {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    #top .box03_inner03_r {
        width: 100%;
        max-width: 350px;
    }

    #top .box03_inner03_r a {
        display: block;
        height: 60px;
    }

    #top .box03_inner03_r div {
        width: 100%;
        max-width: 100%;
        height: 60px;
        margin: 0 auto 20px auto;
    }

    #top .box03_inner03_r div a {
        width: 100%;
        font-size: 1.4rem;
    }

    #top .box03_inner03_r div a img {
        width: 20%;
        margin-right: 5px;
    }

    #top .box03_inner04 {
        width: 94%;
        max-width: 1200px;
        margin: 60px auto;
    }

    #top .box03_inner04_table {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top .box03_inner04_table_img {
        width: 45%;
        max-width: 245px;
        margin: 0px auto;
    }

    #top .box03_inner04_table_img img {
        border-radius: 100%;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    }

    #top .box03_inner04_table_title {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 20px 0;
    }

    #top .box03_inner04 h3 {
        text-align: center;
        display: block;
        line-height: 120%;
        font-size: 1.8rem;
        font-weight: 100;
        white-space: normal;
        width: 100%;
    }

    #top .box03_inner04 h3 span {
        display: inline;
    }

    #top .box03_inner04 ul table {
        width: 290px;
        font-size: 1.4rem;
        color: #fff;
    }

    #top .box03_inner04 ul table th {
        color: #000;
        font-size: 2.0rem;
    }

    #top .box03_inner04 ul table span {
        color: #BDCCD6;
    }

    #top .box03_inner04 ul table + table {
        border-left: dotted 2px #fff;
        padding-left: 15px;
    }

    #top .box03_inner04 ul:nth-child(1) {
        width: 100%;
    }


    #top .box03_inner04_bt {
        width: 100%;
        max-width: 360px;
        height: 60px;
        margin: 60px auto 0 auto;
    }

    #top .box03_inner04_bt a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        background: #BDCCD6;
        width: 100%;
        height: 60px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 2.0rem;
        transition: 0.3s;
    }

    #top .box03_inner04_bt a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }

    #top .box04 {
        padding: 60px 0 0 0;
    }

    #top .box04_inner {
        width: 90%;
        max-width: 1350px;
        margin: 0px auto;
    }

    #top .box05 {
        padding: 40px 0;
    }

    #top .box05_inner {
        width: 90%;
        max-width: 1000px;
        margin: 0px auto;
    }

    #top .box05_subtitle {
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 2.6rem;
        margin-top: 40px;
    }

    #top .box05_inner ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    #top .box05_inner ul li {
        width: 48%;
        max-width: 275px;
        text-align: center;
        margin-bottom: 40px;
    }

    #top .box05_inner ul li img {
        border-radius: 100%;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    }

    #top .box05_inner ul li p {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    #top .box05_inner ul li p span {
        display: block;
    }

    #top .box05_text {
        color: #fff;
        text-align: center;
        margin-top: 0px;
        font-size: 1.4rem;
    }

    #top .box05_link {
        width: 90%;
        height: 60px;
        margin: 20px auto 0 auto;
    }

    #top .box05_link a {
        width: 100%;
        font-size: 1.4rem;
    }

    #top .box05_link a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }

    #top .box05_link a img {
        width: 20%;
        margin-right: 5px;
    }

    #top .box06 {
        padding: 100px 0 0 0;
    }

    #top .box06_inner {
        width: 90%;
        margin: 30px auto 0 auto;
        padding: 0 0 40px 0;
        border-radius: 0 0 20px 20px;
    }

    #top .box06_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #F39800;
        padding: 20px 5px;
        align-items: center;
    }

    #top .box06_title_l {
        display: block;
        width: 80px;
    }

    #top .box06_title_l img {
        display: block;
        border-radius: 10px;
    }

    #top .box06_title_r {
        color: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 120%;
        margin-top: 15px;
        margin-left: 0px;
    }

    #top .box06_title_r span {
        font-size: 1.2rem;
    }

    #top .box06_inner01 {}

    #top .box06_inner01_title {
        display: flex;
        flex-direction: column;
        background: #F39800;
        width: 90%;
        max-width: 800px;
        margin: 30px auto 0px auto;
        justify-content: center;
        height: 60px;
        align-items: center;
        font-size: 1.6rem;
        align-items: center;
        color: #fff;
        font-weight: 700;
        border-radius: 100px;
        border: solid 4px #fff;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    #top .box06_inner01_title_l {
        position: relative;
        text-align: center;
    }

    #top .box06_inner01_title_r {
        margin-left: 0px;
        position: relative;
        text-align: center;
    }

    #top .box06_inner01_title_r .rubi {
        display: none;
    }

    #top .box06_inner01_title_r .rubi02 {
        display: none;
    }

    #top .box06_inner01_contents {
        width: 90%;
        margin: 20px auto 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box06_inner01_contents_l {
        width: 100%;
        font-size: 1.4rem;
        line-height: 120%;
    }

    #top .box06_inner01_contents_l table tr {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #top .box06_inner01_contents_l table tr td:nth-child(odd) {
        width: 100%;
        padding-right: 0em;
    }

    #top .box06_inner01_contents_l table tr td:nth-child(odd)::after {
        content: "：";
    }

    #top .box06_inner01_contents_l table tr td.double::after {
        content: "";
    }

    #top .box06_inner01_contents_l table tr td.double {
        margin-bottom: 10px;
        white-space: normal;
    }

    #top .box06_inner01_contents_l table tr td:nth-child(even)::before {
        content: "";
        margin-left: 0.0em;
        padding-left: 0.0em;
    }


    #top .box06_inner01_contents_l table tr td:nth-child(even) {
        width: 100%;
        padding-left: 0.0em;
        text-indent: 0.0em;
        margin-bottom: 10px;
    }

    #top .box06_inner01_contents_l table tr td:nth-child(even) span {
        display: inline;
    }

    #top .box06_inner01_contents_img {
        width: 90%;
        margin: 20px auto 0 auto;
    }

    #top .box06_inner01_contents_r {
        width: 100%;
        margin-top: 20px;
    }

    #top .box06_inner01_cal {
        width: 90%;
        max-width: 1040px;
        margin: 40px auto 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box06_inner01_cal div {
        width: 100%;
    }

    #top .box06_inner01_cal div + div {
        margin-top: 20px;
    }

    #top .box06_link {
        width: 90%;
        height: 60px;
        margin: 20px auto 0 auto;
    }

    #top .box06_link + div {
        margin-top: 20px;
    }

    #top .box06_link a {
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: -2px;
        text-align: center;
        transition: 0.3s;
    }

    #top .box06_link a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }

    #top .box06_link a img {
        width: 20%;
        margin-right: 5px;
    }

    #top .box06_link a span {
        width: 60%;
    }

    #top .box07 {
        padding: 100px 0 0 0;
    }

    #top .box07_inner {
        width: 90%;
        padding: 0 0 20px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    }

    #top .box07_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #F39800;
        padding: 20px 5px;
        align-items: center;
    }

    #top .box07_title_l {
        display: block;
        width: 80px;
    }

    #top .box07_title_l img {
        display: block;
        border-radius: 10px;
    }

    #top .box07_title_r {
        width: 90%;
        color: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 120%;
        margin-top: 15px;
        margin-left: 0px;
    }

    #top .box07_title_r span {
        font-size: 1.2rem;
    }

    #top .box07_title_r span.box07_line {
        margin-top: 10px;
    }

    #top .box07_icon {
        position: relative;
        display: inline-flex;
        margin: 0px auto;
        padding-left: 50px;
    }

    #top .box07_icon::before {
        content: "";
        width: 50px;
        height: 40px;
        left: -5px;
        top: -6px;
    }

    /* add start */
    #top .box07_line_r {
        padding-left: 0px;
    }

    #top .box07_line > br {
        display: block;
    }

    /* add end */

    #top .box07_link {
        width: 100%;
        height: 60px;
        margin: 20px auto 0 auto;
    }

    #top .box07_link + div {
        margin-top: 20px;
    }

    #top .box07_link a {
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: -2px;
        text-align: center;
        transition: 0.3s;
    }

    #top .box07_link a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }

    #top .box07_link a img {
        width: 20%;
        margin-right: 5px;
    }

    #top .box07_link a span {
        width: 60%;
    }

    #top .box07_inner02 {
        padding: 20px 0 0 0;
        width: 90%;
        max-width: 800px;
        margin: 0px auto;
    }

    #top .box07_inner02 p {
        text-align: left;
        font-size: 1.4rem;
    }

    #top .bxo07_img {
        margin-top: 40px;
    }

    #top .bxo07_img span {
        margin-top: 20px;
        display: block;
        font-size: 1.4rem;
    }

    #top .box07_contents {
        margin-top: 20px;
        padding: 20px 10px;
        font-size: 1.8rem;
        line-height: 120%;
    }




    #top .box08 {
        padding: 100px 0 0 0;
    }

    #top .box08_inner {
        width: 90%;
        max-width: 1200px;
        margin: 0px auto 0 auto;
        padding: 0 0 40px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    }

    #top .box08_inner02 {
        padding: 20px 0 0 0;
        width: 90%;
        margin: 0px auto;
    }

    #top .box08_inner02 p {
        text-align: center;
    }

    #top .bxo08_img {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top .bxo08_img img:nth-child(1) {
        width: 48%;
        max-width: 500px;
    }

    #top .bxo08_img img:nth-child(2) {
        width: 24%;
        max-width: 250px;
    }

    #top .bxo08_img img:nth-child(3) {
        width: 24%;
        max-width: 250px;
    }

    #top .box08_contents {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 150%;
        text-align: center;
    }

    #top .box08_contents ul {
        width: 90%;
        max-width: 660px;
        margin: 20px auto 0 auto;
        text-align: left;
        font-size: 1.4rem;
    }

    #top .box09 {
        padding: 100px 0 0 0;
    }

    #top .box09_inner {
        margin-top: 40px;
    }

    #top .box09_inner ul {
        width: 90%;
        max-width: 700px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box09_inner ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #top .box09_inner ul li img {
        width: 100%;
        max-width: 80px;
        border-radius: 20px;
        margin: 0px auto 0px auto;
        display: block;
        transition: 0.3s;
        margin-right: 20px;
    }

    #top .box09_inner ul li a {
        width: 100%;
        color: #000;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #top .box09_inner ul li p {
        width: 100%;
    }

    #top .box09_inner ul li a:hover img {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }


    #top .box10 {
        padding: 100px 0 0 0;
    }

    #top .box10 ul {
        width: 90%;
        margin: 40px auto 0 auto;
        border-top: solid 1px #000;
        font-size: 1.4rem;
    }

    #top .box10 ul li {
        display: flex;
        flex-wrap: wrap;
    }

    #top .box10 ul div:nth-child(1) {
        width: 100%;
        border-bottom: none;
        padding: 10px 0 0 0;
    }

    #top .box10 ul div:nth-child(2) {
        width: 100%;
        border-bottom: none;
        padding: 5px 0 10px 0;
    }

    #top .box10 ul div:nth-child(3) {
        width: 100%;
        border-bottom: solid 1px #000;
        padding: 5px 0 10px 0;
    }

    #top .box10 ul li a {
        color: #000;
        text-decoration: none;
        transition: 0.3s;
    }

    #top .box10 ul li a:hover {
        color: #F39800;
        transition: 0.3s;
    }

    #top .box11 {
        padding: 100px 0 0 0;
    }

    #top .box11_inner {
        width: 90%;
        max-width: 900px;
        margin: 40px auto 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box11_inner_l {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        order: 2;
    }

    #top .box11_inner_r {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
    }

    #top .box11_inner_r img {
        width: 35%;
    }


    #top .box12 {
        padding: 100px 0 0 0;
    }

    #top .box12_inner {
        width: 90%;
        max-width: 730px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 40px auto 0 auto;
    }

    #top .box12_inner div {
        width: calc(100% - 8px);
        max-width: 100%;
        margin-bottom: 20px;
    }

    #top .box12_inner div a {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.4rem;
        color: #F39800;
        text-decoration: none;
        border: solid 4px #F39800;
        transition: 0.3s;
    }

    #top .box12_inner div a:hover {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
        color: #fff;
        background: #F39800;
        border: solid 4px #fff;
    }

    @media screen and (max-width:900px) {
        #top .box12_inner div a {
            font-size: 2.0rem;
        }
    }





    /*FLYER-SR2*/
    #flyer-sr2 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    #flyer-sr2 .contents_header_inner {
        background-size: 150%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    #flyer-sr2 .contents_header_title01 .pc {
        display: none;
    }

    #flyer-sr2 .contents_header_title01 .sp {
        display: block;
    }

    #flyer-sr2 .contents_header_img {
        width: 55%;
        top: 7%;
        left: 30%;
    }

    #flyer-sr2 .contents_header_title02 {
        display: block;
        width: 55%;
        margin: -10% 0 0 5%;
    }

    #flyer-sr2 .contents_header_bottom {
        margin-top: -5%;
    }

    #flyer-sr2 .titlebox h2 {
        font-size: 4.0rem;
    }

    #flyer-sr2 .titlebox h2 span {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    #flyer-sr2 .box01 {
        margin-top: 0px;
        padding-top: 20px
    }

    #flyer-sr2 .box01_inner01 {
        width: 90%;
        flex-direction: column;
        margin: 0 auto;
    }

    #flyer-sr2 .box01_inner01_l {
        width: 100%;
        max-width: 100%;
    }

    #flyer-sr2 .box01_subtitle {
        margin-top: 40px;
        font-size: 2.6rem;
    }

    #flyer-sr2 .box01_title {
        max-width: 100%;
        margin-top: 10px;
    }

    #flyer-sr2 .box01_text {
        font-size: 1.6rem;
        margin-top: 40px;
    }

    #flyer-sr2 .box01_price {
        font-size: 2.4rem;
        margin-top: 20px;
    }

    #flyer-sr2 .box01_price span {
        font-size: 1.2rem;
    }

    #flyer-sr2 .box01_price_text {
        font-size: 1.6rem;
    }

    #flyer-sr2 .box01_price_text p {
        margin: 0;
    }

    #flyer-sr2 .box01_inner01_r {
        width: 110%;
        max-width: 120%;
        margin-top: 10px;
        margin-left: -5%;
    }

    #flyer-sr2 .box01_inner01_r img {
        width: 100%;
    }

    #flyer-sr2 .box02 {
        padding-top: 50px;
    }

    #flyer-sr2 .box02_inner {
        max-width: 90%;
    }

    #flyer-sr2 .subtitle {
        max-width: 70%;
        margin: 60px auto 0 auto;
        font-size: 2.4rem;
    }

    #flyer-sr2 .box02_contents_box {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #flyer-sr2 .box02_contents {
        width: 100%;
        max-width: 400px;
        margin: 0x auto;
    }

    #flyer-sr2 .box02_contents + .box02_contents {
        margin-left: 0px;
    }

    #flyer-sr2 .box02_contents h2 {
        font-size: 1.8rem;
        margin-top: -20px;
    }

    #flyer-sr2 .box02_contents p {
        max-width: 330px;
        width: 80%;
        margin: 20px auto 0 auto;
    }

    #flyer-sr2 .box03 {
        padding-top: 30px;
    }

    #flyer-sr2 .box03_inner {
        width: 90%;
        max-width: 90%;
    }

    #flyer-sr2 .box03_contents01 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #flyer-sr2 .box03_contents01 ul li {
        width: 80%;
        max-width: 465px;
        margin: 0 auto;
    }

    #flyer-sr2 .box03_contents01 ul li + li {
        margin-left: auto;
        margin-top: 20px;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(1) h2 {
        font-size: 1.8rem;
        margin-top: -30px;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) h2 {
        font-size: 1.8rem;
        margin-top: -100px;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) {
        margin-top: 40px;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) li {
        max-width: 48%;
        width: 48%;
        margin: 0;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) li + li {
        margin: 0 0 20px 0;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) li:last-child {
        margin: 0 auto;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) h2 {
        margin-top: 10px;
    }

    #flyer-sr2 .box03_contents01 ul:nth-child(2) span {
        line-height: 150%;
    }

    #flyer-sr2 .box03_bt a {
        font-size: 2.0rem;
    }

    #flyer-sr2 .box03_bt img {
        margin-left: 10px;
        padding: 7px;
    }

    #flyer-sr2 .box04 {
        margin-top: 40px;
        padding-top: 40px;
    }

    #flyer-sr2 .box04_inner {
        max-width: 90%;
        margin: 30px auto 0px auto;
    }

    #flyer-sr2 .box04_inner_l {
        width: 100%;
        max-width: 100%;
    }

    #flyer-sr2 .box04_inner_l table tr td span.uwatsuki {
        font-size: 1rem;
    }

    #flyer-sr2 .box04_inner_l table tr td span.minimal {
        font-size: clamp(1.0rem, 1vw, 1.2rem);
        vertical-align: top
    }

    #flyer-sr2 .box04_inner table tr td:nth-child(1) {
        width: 40%;
        padding: 5px;
    }

    #flyer-sr2 .box04_inner table tr td:nth-child(2) {
        width: 60%;
        padding: 5px;
    }

    #flyer-sr2 .box04_inner_r {
        width: 100%;
        max-width: 350px;
    }

    #flyer-sr2 #con01 {
        position: absolute;
        top: -20px;
        width: 1px;
        height: 1px;
    }

    #flyer-sr2 #con02,
    #flyer-sr2 #con03,
    #flyer-sr2 #con04 {
        top: -20px;
    }


    #flyer-sr2 .box02_back {
        top: -20%;
    }

    #flyer-sr2 .box03_back {
        bottom: 20%;
    }

    #flyer-sr2 .box04_back {
        bottom: -100px;
    }

    /*FLYER-SR2*/





    /* モーダルベース */
    .js_modalContInner {
        width: 90%;
        max-height: 80vh;
        padding: 20px 0px 20px 0px;
        border-radius: 50px 0 0 0;
    }

    .js_modalCont {
        max-height: 80vh;
    }

    .js_modalClose {
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        z-index: 1001;
    }

    .js_modalClose::before,
    .js_modalClose::after {
        right: 15px;
        height: 30px;
    }

    .modal-inner {
        background: url(../img/flyer-sr2/modal_back01.svg) no-repeat, url(../img/flyer-sr2/modal_back02.svg) no-repeat;
        background-size: 30%, 30%;
        background-position: bottom left, bottom right;
        padding: 0 5%;
    }

    .modal_title {
        font-size: 1.6rem;
    }

    .modal-inner_contents01 {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .modal-inner_contents01_l {
        width: 100%;
    }

    .modal-inner_contents01 p {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 1.0rem;
        line-height: 150%;
    }

    .modal-inner_contents02 {
        width: 100%;
        margin: 20px auto 0px auto;
        padding-bottom: 0px;
    }

    .modal-inner_contents02 img {
        width: 100%;
    }

    .modal-inner_contents02_l h3,
    .modal-inner_contents02_r h3 {
        margin-bottom: 10px;
        font-size: 2.0rem;
    }

    .modal-inner_contents02_l h3 span,
    .modal-inner_contents02_r h3 span {
        font-size: 1.0rem;
        margin-left: 5px;
    }

    .modal-inner_contents02_c {
        padding-top: 7%;
    }

    .modal-inner_contents02_c img {
        width: 50%;
    }


}

/*レスポンシブ　750px以下*/
