@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    line-height: 2.125;
    color: #222;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.load_hide,
.spview_only,
.tabsp_only {
    display: none;
}

body .hide {
    display: none !important;
}

.font_serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    line-height: 2.2;
    font-weight: 400;
    font-style: normal;
}
.font_key {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 9px;
  font-style: normal;
}


.pagetop a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagetop {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

img {
    border: none;
    max-width: 100%;
}

a,button {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.7;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
}


.container {
    width: 100%;
    /*padding-bottom: 40px;*/
/*    margin-bottom: 40px;*/
}

.cont {
    margin-left: auto;
    margin-right: auto;
/*    padding-bottom: 40px;*/
    border-radius: 2px;
    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);
}

.inner {
    max-width: 1280px;
    max-width: 1484px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    padding-left: 100px;
    padding-right: 100px;
}
.outer_nav.inner {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
}


.toggle {
    display: none;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#header.fixed {
    width: 100%;
    position: fixed;
}


.js_mouseover .head_logo:hover,
.head_logo:hover {
    opacity: .96;
    box-shadow: 0 0px 70px 0px rgb(0 0 0 / 16%);
}

.footer {
    letter-spacing: 0px;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
    margin-top: 90px;
}

.footer_inner.inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.foot_logo {
    margin: 40px auto;
    text-align: center;
}

.foot_logo>a {
    display: inline-block;
}

body.nav_show {
    overflow: hidden;
    height: 100vh;
}

body.nav_show #main {
    opacity: 0;
}

body.js_mouseover .pagetop a:hover {
    opacity: .9;
    height: 84px;
    width: 84px;
}

div#navi {
    margin-bottom: 0;
    padding: 15px 0;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

.outer_nav {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

a.head_logo {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

ul.nav>* {
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

ul.nav>li:nth-of-type(1),
ul.nav>li:nth-of-type(4) {
/*    white-space: nowrap;*/
}

.js_mouseover ul.nav>li>a:hover {
    text-decoration: underline;
    opacity: .6;
}
ul.nav>li>a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
}
ul.nav>li.nav_tel a {
    font-size: 24px;
}
ul.nav>li>a>span {
    display: inline-block;
/*    margin-right: 2%;*/
}




/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */

/*.btn {
    background: #FFBA00;
    color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    padding: 1.1em 60px 1.1em 60px;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);
    font-weight: bold;
}*/

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

body.js_mouseover .btn:hover:before {
    right: -40px;
}


i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_black {
    color: #000;
}

.clr_white {
    color: #fff;
}

.clr_gold {
    color: #C5A47E;
}

.clr_red {
    color: #EB2727;
}

.bg_white {
    background-color: #fff;
}

.break {
    word-break: break-all;
}

.btnArea {
    text-align: center;
}



/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    /*    box-sizing: content-box;*/
    padding: 14px;
    margin: 0 0 0;
    z-index: 999;
    /*    background: none;*/
    display: none;
}

.toggle:after {
    /*content: "";*/
    display: block;
    width: 80px;
    height: 88px;
    position: absolute;
    top: -15px;
    right: 0;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

.menu_label {
    display: block;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: -13px auto 0;
    margin: -23px auto 0;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.toggle>a,
.toggle>a span {
    display: inline-block;
    cursor: default;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle>a {
    position: relative;
    width: 100%;
    height: 100%;
    /*transform: scale(0.5);*/
}

.toggle>a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.toggle>a span:nth-of-type(1) {
    top: 9px;
}

.toggle>a span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.toggle>a span:nth-of-type(3) {
    bottom: 9px;
}

/* menu option ------------------------------------------ */
.toggle>a.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-330deg);
    transform: translateY(6px) rotate(-330deg);
}

.toggle>a.active span:nth-of-type(2) {
    opacity: 0;
}

.toggle>a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(330deg);
    transform: translateY(-6px) rotate(330deg);
}

/*.menu_sec {
    position: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
}*/



/* ------------------------------------------------------------------------------------------------------------ */

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
.tit01 {
    font-size: 45px;
    line-height: 1;
    margin: 117px auto 82px;
    display: block;
    text-align: center;
}

.instagram_area_dum {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.instagram_area_dum > * {
    width: 24%;
    margin-bottom: 10px;
    margin: 10px;
}
.instagram_area_dum > * {
    max-width: calc((100% - 80px) / 4);
}
.instagram_area_dum > * img {
    width: 100%;
}
spna.insta_img {
    width: 350px;
/*    height: 350px;*/
/*    height: 0;*/
/*    padding-top: 350px;*/
    aspect-ratio: 1;
    background: #fff;
    display: block;
    max-width: 100%;
}
img[src*="ban_1.png"] {
    width: 1188px;
}


.mainvis_pc {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px 33px 20px 40px;
    background: #000 url(../img/mainvis_pic1.png) no-repeat center top;
    background-size: 100% auto;
    background-size: cover;
    position: relative;
    z-index: -1;
}
.mainvis_pc:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0, .5);
}
.mainvis_pc > * {
    width: 100%;
    position: relative;
    z-index: 9;
}

.mainvis_pc .mainvisimg {
    display: none;
}
img#mainvis_text {
    width: 50vw;
    position: absolute;
    right: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10vw;
}



.mainvis_sp {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px 33px 20px 40px;
    background: #000 url(../img/mainvis_3.png) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: -1;
}
.mainvis_sp:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0, .5);
}
.mainvis_sp > * {
    width: 100%;
    position: relative;
    z-index: 9;
}

.mainvis_sp .mainvisimg {
    display: none;
}

.mainvis_tit {
    font-size: 28px;
    line-height: 1.6;
}

.mainvis_lead {
    margin: 20px auto 1px;
    font-size: 14px;
}

ul.nav.nav_footer {
    flex-wrap: wrap;
    padding-top: 30px;
    max-width: 820px;
}

ul.nav.nav_footer > li.nav_add {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    display: flex;
    justify-self: flex-end;
    width: 100%;
    text-align: left;
    line-height: 2;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 30px auto;
}



.instagram-item .option {
    display: none;
}
.instagram-container,
ul#instafeed_manual {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    list-style: none;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0;
}
.instagram-item,
ul#instafeed_manual > li {
    width: 30%;
    width: calc(100% / 3 - 60px);
    width: calc(100% / 3 - 40px);
    width: calc(100% / 3 - 20px);
    padding: 10px 0 20px;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 320px;
    height: 320px;
}
ul#instafeed_manual > li > iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}
li.instagram-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
li.instagram-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
