html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    transition: all 0.3s;
}

a img:hover {
    opacity: 0.8;
}

area {
    border: none;
    outline: none;
}


/*
    font-family: 'Charmonman', cursive;
    font-family: 'Noto Serif JP', serif;
*/


/* --------------------------- */


/*  base  */


/* --------------------------- */

a {
    color: rgb(12, 185, 113);
    text-decoration: none;
    transition: all 0.6s;
}

a:hover {
    color: rgb(50, 78, 205);
}

h1 {
    font-size: 40px;
    padding: 10px 0;
}

h2 {
    font-size: 26px;
    padding: 5px 0 10px 0;
    line-height: 1.4;
}

h3 {
    font-size: 21px;
    padding: 5px 0 8px 0;
}

em {
    font-family: 'Work Sans';
    font-style: italic;
}

img,
img a {
    border: 0;
    text-decoration: none;
}

img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE*/
}

strong {
    font-weight: bold;
}


/* --------------------------- */


/*  layout  */


/* --------------------------- */

html {
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Noto Serif JP', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

#contents {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 30px;
}

header {
    display: none;
    margin: 10px 0;
}

header.top {
    position: absolute;
    top: 0;
    z-index: 100;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
    max-width: 1050px;
    width: 100%;
    display: none;
}

header.top h1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 15%;
    text-align: center;
}

header.top h1 img {
    width: 35%;
    margin: 0 auto;
}

header h1 img {
    width: 255px;
    margin-left: 15px;
}

@media (max-width: 600px) {
    header.top h1 {
        margin-top: 11%;
    }
}

@media (max-width: 1050px) {
    #contents {
        width: 100%;
    }
}


/*  Home  */

.top_slide {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
}

.top_wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_wrap h1 img {
    width: 280px;
    height: auto;
}

.top_wrap h3 {
    font-family: 'Charmonman', cursive;
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.6;
    color: #fff;
}

.top_wrap h3 span {
    font-size: 38px;
    padding-right: 10px;
}

.ar_in {
    z-index: 5;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
    height: 60px;
    width: 50px;
}

.ar_in img {
    animation: anime_ar 1s ease -1s infinite alternate;
    filter: drop-shadow(0 0 3px #333);
}

@keyframes anime_ar {
    0% {
        opacity: .1;
        margin-top: 0;
    }
    100% {
        opacity: 1;
        margin-top: 12px;
    }
}


/* contents */

.text_box {
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
}

.text_box h3 {
    font-size: 28px;
    padding: 20px;
    font-family: 'Nanum Myeongjo', serif;
}

.text_box p {
    font-size: 16px;
    line-height: 2;
    padding: 20px;
    letter-spacing: 0.08em;
}

.wrap_concept {
    text-align: center;
}

.wrap_concept .box {
    display: flex;
    color: #333;
    letter-spacing: 0.05em;
    width: 800px;
}

.wrap_concept .box.left {
    margin: 30px auto 30px 100px;
}

.wrap_concept .box.right {
    margin: 30px 100px 30px auto;
}

.wrap_concept .box img {
    width: 400px;
}

.wrap_concept .text {
    width: 400px;
    text-align: center;
    line-height: 2;
}

.wrap_concept .box h4 {
    color: rgb(117, 138, 155);
    font-size: 24px;
    letter-spacing: 0.08em;
    font-family: 'Artifika', serif;
}

.wrap_concept .box h4 span {
    font-size: 48px;
}

@media (max-width: 768px) {
    .wrap_concept .box {
        width: 100%;
    }
    .wrap_concept .box {
        display: block;
        text-align: center;
    }
    .wrap_concept .box.left {
        margin: 30px auto 30px auto;
    }
    .wrap_concept .box.right {
        margin: 30px auto 30px auto;
    }
    .wrap_concept .text {
        width: 400px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 600px) {
    .wrap_concept .box img {
        width: 100%;
    }
    .wrap_concept .text {
        width: 100%;
    }
    .wrap_concept .text h5,
    .wrap_concept .text p {
        font-size: 14px;
    }
}


/**/

.basic_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    color: #333;
}

.basic_wrap .access {
    display: flex;
    justify-content: center;
    line-height: 1.8;
    font-size: 15px;
    width: 980px;
}

.basic_wrap .access div {
    text-align: center;
    width: 30%;
}

.basic_wrap .access div.list_box {
    width: 100%;
}

.basic_wrap .access div h5 {
    margin: 0 auto 10px;
    ;
    font-size: 15px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}

.basic_wrap .access dl {
    display: flex;
    font-size: 13px;
    line-height: 1.4;
    padding: 0;
    width: 170px;
    margin: 0 auto 10px;
}

.basic_wrap .access dl dt {
    width: 50px;
    text-align: center;
    font-size: 11px;
    background-color: #eee;
}

.basic_wrap .access dl dd {
    width: 100px;
    font-size: 12px;
    margin-left: 10px;
}

.basic_wrap .sns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic_wrap .sns img {
    width: 50px;
    margin: 50px;
}

@media (max-width: 768px) {
    .top_wrap h1 img {
        width: 200px;
    }
    .top_wrap h3 {
        padding-top: 30px;
    }
    .top_wrap h3 span {
        font-size: 24px;
    }
    .basic_wrap .access {
        display: block;
        width: 100%;
    }
    .basic_wrap .access div {
        text-align: center;
        width: 100%;
    }
    .basic_wrap .access div.list_box {
        width: 100%;
    }
    .basic_wrap .access div h5 {
        margin: 20px auto 10px;
    }
    .basic_wrap .sns img {
        width: 50px;
        margin: 50px 30px;
    }
}

.price {
    color: #333;
    text-align: center;
    line-height: 2;
    display: flex;
    justify-content: center;
}

.price p {
    text-align: left;
    font-size: 13px;
}

.price img {
    width: 300px;
    margin-right: 30px;
}

h3.price_h3 {
    font-size: 28px;
    text-align: center;
}

.price dl {
    display: flex;
    width: 330px;
    margin: 0 auto;
    white-space: nowrap;
    border-bottom: 1px solid #bbb;
    margin-top: 3px;
}

.price dl dt {
    display: flex;
    width: 250px;
    white-space: nowrap;
}

.hot_bn {
    width: 300px;
    border-radius: 5px;
    background-color: rgb(32, 65, 80);
    margin: 40px auto;
    transition: all 0.5s;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
}

.hot_bn span {
    font-size: 13px;
    display: block;
    font-family: 'Artifika', serif;
}

.hot_bn a {
    display: block;
    padding: 20px 0;
    color: #fff;
}

.hot_bn:hover {
    background-color: rgb(43, 78, 69);
}

@media (max-width: 768px) {
    .price dl {
        display: flex;
        width: auto;
        margin: 0 0;
        white-space: nowrap;
        font-size: 15px;
    }
    .price dl dt {
        width: calc(100% - 70px);
        padding-right: 1.2em;
        white-space: nowrap;
    }
    .price dl dd {
        width: 70px;
        display: block;
        flex-shrink: 0;
        text-align: left;
    }
    .price p {
        text-align: center;
        font-size: 13px;
    }
    .price dl {
        border-bottom: 1px solid #bbb;
        margin-top: 3px;
    }
}

@media (max-width: 600px) {
    .price {
        display: block;
    }
    .price img {
        width: 100%;
    }
    .price dl {
        display: flex;
        width: auto;
        margin: 0 1.5em 0 1.5em;
        white-space: nowrap;
        font-size: 15px;
    }
    .price p {
        text-align: center;
        font-size: 13px;
    }
}


/*slide*/

.vegas-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}


/* footer */

.copy {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    color: #666;
    background-color: #fff;
}

@media (max-width: 980px) {
    .foot_box {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
}


/**/

.clear::after {
    content: "";
    display: block;
    clear: both;
}