@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    /*scroll-padding-top: 100px;*/
}

body {
    width: 100%;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    line-height: 1.68;
    -webkit-text-size-adjust: 100%;
    overflow-y: hidden scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #ffffff;
    color: #727171;
}

body ::-webkit-scrollbar {
    display: none;
}

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}


img {
    max-width: 100%;
}

h1 {
    color: #494949;
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
}

h2 {
    color: #4e4e4e;
    font-weight: bold;
    margin-top: 2%;
    margin-left: 3%;
    text-align: left;
    font-size: 1.2vw;
}

h3 {
    width: fit-content;
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
    padding: 0%;
    text-align: center;
    color: #4e4e4e;
    text-align: left;
}

h4 {
    width: fit-content;
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
    padding: 0%;
    text-align: center;
    color: #ffffff;
    text-align: left;
    font-size: 1.8vw;
}

.red_txt {
    color: brown;
    background-color: #ffffff;
    padding: 1PX;
}

.page_top_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    padding: 0.7em;
    text-align: center;
    width: 12%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 9999;
}

/* フェードイン用のクラス */
.page_top_btn.visible {
    opacity: 1;
    visibility: visible;
}


/* マウスオーバー時 */
.page_top_btn:hover {
    opacity: 0.8;
    /*background: rgba(5, 81, 83, 0.8);
color: rgb(255, 255, 255, 0.8);*/
}

.content.white {
    height: 500px;
    background-color: #fff;
}

.content.gray {
    height: 500px;
    background-color: #eee;
}

/*menu_PC--------------------------------------*/

.header {
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    /*border: #099c7c 1px solid;*/


}

.nav_sz {
    width: 100%;
    /* border: #000 1px solid;*/
    margin-left: 55%;
}

.header_sp {
    display: none;
}

.logo-bx {
    width: 450px;
    /* border: #000 1px solid;*/
}

.a_hi{
    display: inline-block;
    height: 100px;
    margin-bottom: 1%;
}


.logo-bx2 {
    margin-top: 70%;
    width: 400px;
    /* border: #000 1px solid;*/
}

.header__logo {
    transition: .2s;
}

.global-nav {
    display: none;
}

.global-nav.is-visible {
    display: block; /* 表示時 */
}

.global-nav__list {
    height: 100%;
    display: flex;
    align-items: center;
}

.global-nav__list--item {
    display: inline-block;
    padding: 0 30px;
    border-right: #ddd 1px solid;
    font-size: 1.02vw;
    color: #ffffff;
    font-weight: bold;
    /*text-shadow: 1px 1px 0 #888383, -1px -1px 0 #999999,
        -1px 1px 0 #999, 1px -1px 0 #999,
        0px 1px 0 #999, 0-1px 0 #999,
        -1px 0 0 #999, 1px 0 0 #999;*/
}

.global-nav__list--item a {
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    flex-flow: column;
    color: #ffffff;
}

.global-nav__list--item span {
    margin-top: .1vw;
    font-size: .7vw;
    color: #ffffff;
}

/* サブメニュー初期非表示 */
/* 初期状態で非表示 */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    white-space: nowrap;
    z-index: 1000;
    width: 100%;

}

.submenu li {
    background-color: #c2bebe57;
    padding-left: 0%;
    border-bottom: #dbdada solid 1px;


}

/* hover状態で表示（親か子メニューにhoverしている間は表示） */
.has-submenu:hover .submenu,
.submenu:hover {
    display: flex;
}

/* 親の位置基準 */
.has-submenu {
    position: relative;
    width: fit-content;
}


a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #ffffff;
}


/*li a:hover {
    color: #202130;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

li:last-child {
    border-right: none;
}


/*sp-nav-menu*/

.sp-menu {
    display: none;
}


/*menu SP*/

.mn_bx {
    position: fixed;
    z-index: 2000;
    background-color: 8E1D22;
}


/*navi*/

nav {
    width: 20%;
    height: 70px;
    position: fixed;
    margin-left: 80%;
}

.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 1em 1em;
    /*background-color: #000;*/
    margin: 0 0 0 auto;
}


/*toggle*/

.navbar_toggle {
    margin-top: 15px;
    z-index: 9999;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #3a3a3a;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}

.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
    top: 0;
}


/*OPEN時の動き*/

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(+100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 1000;
    background-color: #4d401971;
    height: 120vh;
    margin-top: -20vh;
    text-align: left;
}

.menu ul {
    padding-top: 30vh;
    list-style: none;
}

.menu li {
    padding: 2em;
    list-style: none;
    color: #F6F6F6;
    font-weight: bold;
}

.mn_pd1 {
    display: block;
    width: 60%;
    border-bottom: 1px solid #CCC;
    margin-left: 10%;
}

.menu li a {
    color: #F6F6F6;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}


/*OPEN時の動き*/

.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


/*-------id-----------*/
#mon,
#wed,
#fri,
#yoyaku,
#event,
#contact {
    padding-top: 90px;
    margin-top: -90px;
}

/*-----parallax--------------------------------------*/


/*固定する背景*/

.parallax_content {
    height: 100vh;
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.front_content {
    /* height: 100vh;*/
    margin: 0 auto;
    margin-top: 5%;
    width: 75%;
    padding: 5% 10%x;
}

.parallax_content.img_bg_01 {
    background-image: url(../img/bg_img01.jpg);
}

.parallax_content.img_bg_02 {
    background-image: url(../img/bg_img02.jpg);
}

.parallax_content.img_bg_03 {
    background-image: url(../img/bg_img03.jpg);
}

.parallax_content.img_bg_04 {
    background-image: url(../img/bg_img04.jpg);
}

.parallax_content.img_bg_05 {
    background-image: url(../img/19.jpg);
}

.parallax_content.img_bg_06 {
    background-image: url(../img/XCellarisPRO.jpg);
}

.intro80 {
    width: 48%;
    margin: 0 auto;
}

.day01 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 2%;
    width: 70%;
    justify-content: center;
    align-items: center;
    /*border: #39586d 1px solid;*/
}

.day01 span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 8.5vh;
}

.icon {
    width: 40px;
    margin-right: 1%;
}

.icon_dw {
    width: 40px;
    margin-right: 1%;
    margin-bottom: -30px;
}


.day01_in {
    margin-right: 3%;
    /*border: #39586d 1px solid;*/
}

.ind {
    text-indent: -1em;
    padding-left: 1em;
}

.v_box {
    width: 100%;
    margin-top: 0;
    /*height: 100vh;*/
    /*margin-bottom: 5%;*/
}



.v_box2 {
    width: 100%;
    margin-top: -10%;
    /*height: 100vh;*/
    /*margin-bottom: 5%;*/
}

.v_box img {
    width: 100%;
    /*height: 100vh;*/
    /*margin-bottom: 5%;*/
}

.ky_vis {
    position: relative;
}



.main_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sub_vis {
    position: relative;

}

.sub_ttl {
    position: absolute;
    padding-top: 6%;
    width: 10%;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





/*contents*/

.contents_bx {
    width: 80%;
    margin: 0 auto;
}

.side_bt {
    background-color: #bebcb9a1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 15vh;
    right: 0;
    font-size: 0.3vw;
    color: #fff;
}

.side_bt:hover {
    background-color: #797876a1;
    transition: all 0.3s ease;
}

.cont_bx {
    /*border: #3a3a3a 1px solid;*/
    margin: 0 5%;
    /*height: 100vh;*/
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.cont_bx2 {
    /*border: #3a3a3a 1px solid;*/
    margin: 0% 2%;
    padding: 5% 0;
    /*height: 100vh;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.lg_hl {
    text-align: left;
    margin-bottom: 2%;
    border-bottom: #bdbaba 2px solid;
}


.in_bx3 {
    width: 25%;
    height: 23em;
    padding: 2% 2%;
    margin: 2%;
    background-color: #f0f0ef;
    box-shadow: 10px 5px 5px rgba(59, 59, 59, 0.404);

}

.in_bx3 p {
    font-size: 1.0vw;
    letter-spacing: 0;
}

.arc_md1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.umipro_md {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: #39586d 1px solid;*/
}

.umipro_md img {
    margin-top: -3%;

}

.kouen_md {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: #39586d 1px solid;*/
}

.kouen_md p {
    margin: 0 5%;
}






.intro_bx {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
}



.bg01 {
    width: 100%;
    margin-bottom: 10%;
    height: 1080px;
    background-image: url(../img/bg01_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg01_2 {
    width: 100%;
    margin-bottom: 10%;
    height: 1080px;
    background-position: center;
    background-image: url(../img/bg01_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg00 {
    width: 100%;
    margin-bottom: 10%;
    height: auto;
    background-image: url(../img/cld_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    position: relative;
}

.bg02 {
    width: 100%;
    margin-bottom: 10%;
    height: auto;
    background-image: url(../img/cld_bg2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg02_2 {
    width: 100%;
    margin-bottom: 10%;
    height: auto;
    background-image: url(../img/cld_bg2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg03 {
    width: 100%;
    height: auto;
    background-color: #064d7c;
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

.bg04 {
    width: 100%;
    margin-bottom: 5%;
    height: auto;
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}


.abu_bx {
    position: absolute;
    width: 100%;
    bottom: 20%;
    /*border: #485a69 3px solid;*/

}



.ani_obx {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: end;
    width: 70%;
    /* border: #485a69 3px solid;*/

}

.chui_bx {
    margin: 0 auto;
    padding: 5% 10%;
    width: 70%;
    /*border: #485a69 3px solid;*/
}




.l_bx {
    width: 50%;
}

.l_bx li {
    list-style: none;
}

.r_bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5%;
    /*border: #aa1c1c 1px solid;*/
}

.ani_bx01 {
    width: auto;
    margin-bottom: 5%;
}

.ani_bx02 {
    padding: 0 5%;
    width: auto;
    height: auto;
}

.ani_bx03 {
    padding: 2% 0;
    margin-left: 5%;
    width: 100%;
    /* border: #aa1c1c 1px solid;*/

}

.calen_obx {
    width: 100%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 3%;
    margin-bottom: 5%;
    height: auto;
    display: flex;
    /*border: #aa1c1c 1px solid;*/
}

.calen_obx p {
    width: 100%;
}

.calen_obx img {
    width: 60%;
}

.link_bx {
    display: flex;
    height: auto;
    margin-left: 60%;
    /*border: #064d7c 1px solid;*/

}

.hand {
    padding-top: 20px;
    width: 12vw;

}


.view {
    position: relative;
    display: inline-block;
    width: 43vw;
    height: 50px;
    line-height: 60px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-bottom: #064d7c 1px solid;
}

.view a:link,
.view a:visited,
.view a:active {
    text-decoration: none;
    color: #064d7c;
}

.view_txt {
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    color: #064d7c;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}


.view_txt:nth-child(1) {
    top: 0;
}


.view_txt:nth-child(2) {
    top: -100%;
}


.view:hover .view_txt:nth-child(1) {
    top: 100%;
}

.view:hover .view_txt:nth-child(2) {
    top: 0;
}

.scu_bx {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 5%;
    /* border: #aa1c1c 1px solid;*/
}


.scu_bx p {
    font-size: 1.4vw;
    background-color: #ffffffc2;
    border-radius: 30px 30px;

}

/*.calen_obx p {
    border: #aa1c1c 1px solid;

}*/

.cl_md {
    display: flex;
    align-items: center;
}

.cl_md img {
    width: 220px;
}

.mon {
    width: 45%;

}


.wed {
    margin-left: -15%;

}

.youbi,
.komoji {
    font-size: 0.6em;
}

.shake-up {
    animation: shake-up 3s infinite ease-in-out;
}

.shake-up2 {
    animation: shake-up 3.5s infinite ease-in-out;
}

.shake-up3 {
    animation: shake-up 2.5s infinite ease-in-out;
}

@keyframes shake-up {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}

@keyframes shake-up2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}

@keyframes shake-up3 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}

.yoyaku_btn {
    font-size: 0.8em;
    color: #fff;
    padding: 5px;
    background-color: #af8795;
    border-radius: 15px;
    margin: 0;
}

.yoyaku_obx {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    text-align: center;

}

.yoyaku_obx img {
    width: 100%;
    padding: 5%;
}

.yoyaku_obx p {
    display: flex;
    flex-flow: column;
}




.yoyaku_obx a:link,
.yoyaku_obx a:visited,
.yoyaku_obx a:active {
    text-decoration: none;
    color: #000000;
}



.yoyaku_obx a:hover {
    opacity: 0.7;
}

.mds_bx {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.mds_bx2 {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-bottom: 2%;
}

.iv_list {
    width: 80%;
    margin: 0 auto;
    padding: 10% 0;
}

.iv_list p {
    margin-bottom: 10%;
    font-size: 0.8em;
}

.iv_list h1 {
    border-bottom: 1px solid #064d7c;
}

.iv_list2 h2 {
    background-color: #6bd4be;
    border-radius: 15px 15px;
    color: #fff;
    width: fit-content;
    padding: 5px 20px;
    margin-left: -0.5em;
}


.list_image {
    margin-left: 10%;
    margin-top: 20%;
    width: 100%;
}

/****************/
.day_in {
    display: flex;
    align-items: center;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.sep {
    width: 80%;
    height: 1px;
    background: #aaa;
    background-image: -webkit-linear-gradient(left, #ddd, #0ec5a7, #dddddd49);
    background-image: -moz-linear-gradient(left, #ddd, #0ec5a7, #dddddd49);
    background-image: -ms-linear-gradient(left, #ddd, #0ec5a7, #dddddd49);
    background-image: -o-linear-gradient(left, #ddd, #0ec5a7, #dddddd49);
    margin-bottom: 5%;
}


.iv_list2 {
    width: 50%;
    margin: 0 auto;
    padding: 10% 3%;
}

.iv_list2 p {
    margin-bottom: 2%;
    font-size: 1em;

}

.iv_list2 h1 {
    border-bottom: 1px solid #064d7c;
    margin-top: 10%;

}

.iv_list2 img {
    width: 6%;
    margin-bottom: -2%;
}

.iv_pic {
    width: 70%;
    margin: 0 auto;
    padding: 10% 0;
    /* border: 1px solid #064d7c;*/
}

.iv_pic img {
    box-shadow: 6px 6px 10px 0px rgba(8, 90, 138, 0.4);
}


.image_box {
    margin-top: 5%;
    display: flex;
    justify-content: center;

}

.image_box img {
    padding-right: 1%;
}



.mono_photo {
    width: 35%;
    padding-top: 5%;
}



.sns {
    text-indent: -3em;

}

.sns_icon {
    margin-left: 50px
}

.sns_icon a:link,
.sns_icon a:visited,
.sns_icon a:active {
    text-decoration: none;
    color: #000000;
}

.sns_icon2 {
    margin-left: 40px
}

.sns_icon2 a:link,
.sns_icon2 a:visited,
.sns_icon2 a:active {
    text-decoration: none;
    color: #000000;
}




.dots1 {
    color: #008d84;
}

.dots2 {
    color: #3aa1d5;
}

.dots3 {
    color: #f08437;
}

.dots4 {
    color: #f5dae9;
}

.dots5 {
    color: #036eb8;
}

.dots6 {
    color: #7ecef4;
}

.dots7 {
    color: #96a9b3;
}

.carender {
    /*border: #aa1c1c 1px solid;*/
    display: flex;
    width: 70%;
    justify-content: flex-start;
    margin: 0 auto;
}

.carender2 {
    /*border: #aa1c1c 1px solid;*/
    display: flex;
    justify-content: flex-end;
    width: 70%;
    margin: 0 auto;
}

.carender3 {
    /*border: #aa1c1c 1px solid;*/
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
}

.carender_lg {
    /*border: #aa1c1c 1px solid;*/

    width: 80%;
    margin-left: 10%;
    padding-top: 5%;
}

.day_bx {
    /*border: #aa1c1c 1px solid;*/
    background-color: #fff;
    height: fit-content;
    margin: 3%;
    width: 35%;
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

}

.day_bx img {
    margin-left: -10%;
    margin-top: -10%;
}


.day_bx_lg {
    /*border: #aa1c1c 1px solid;*/
    display: flex;
    background-color: #fff;
    height: fit-content;
    margin-left: 5%;
    margin-top: 6%;
    margin-bottom: 6%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

}

.day_bx_lg img {
    margin-left: -10%;
    margin-top: -10%;
}

/************************/

.day_bx_lg2 {
    /*border: #aa1c1c 1px solid;*/
    background-color: #fff;
    height: fit-content;
    margin-left: 5%;
    margin-top: 6%;
    margin-bottom: 6%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

}

.day_bx_lg2 img {
    margin-left: -10%;
    margin-top: -10%;
}

.rg_img {
    margin-right: -5%;
}

.left_txt {
    width: 80%;
}



.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 10px 5px 5px rgb(59, 59, 59);
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.r_bx img {
    margin: 2% 0;
    width: 100%;
}

.full_bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*border: #aa1c1c 1px solid;*/
}




.ct_line {
    border-right: 1px solid #3a3a3a;
    width: 10px;
    height: 100vh;
}

.ct_line2 {
    width: 10%;
    height: 100vh;
}


.inbox04 {
    margin-top: 15%;
    width: 100%;
}

.inbox04 p {
    margin: 0 auto;
    width: 65%;
}

.onshop_btn {
    display: block;
    background-color: #099c7c;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    margin-top: 10%;
    color: #fff !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6vw;
    letter-spacing: .5pt;
    transition: .3s ease-out;
}

.onshop_btn:hover {
    color: #485a69 !important;
    border-radius: 20px;
    letter-spacing: .2pt;
    background-color: #fff;
    border: 2px solid #485a69;
}

.fnn_btn {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
    font-size: 1.6vw;
    letter-spacing: .5pt;
    transition: .3s ease-out;
    color: #485a69 !important;

}

.fnn_btn:hover {
    color: #485a69 !important;
    opacity: 0.7;
    padding-left: 1%;
}



/*hou-to*/

.front_content2 {
    padding: 60px;
    background-color: #FEFFEE;
}

.cont_bx3 {
    /*border: #3a3a3a 1px solid;*/
    width: 80%;
    margin: 0% auto;
    padding: 1% 5%;
    display: flex;
    justify-content: center;
}

.hd_bx {
    text-align: center;
    border-bottom: #202130 2px solid;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 3%;
    width: 45%;
}

.l_bx2 {
    display: flex;
    align-items: center;
    width: 50%;
    /*border: rgb(100, 23, 23) 1px solid;*/
}

.bx2_in {
    /*border: rgb(36, 153, 25) 1px solid;*/
    width: 20%;
}

.l_bx2_txt {
    margin: 5%;
    /*border: rgb(36, 153, 25) 1px solid;*/
    width: 70%;
}

.coution {
    font-size: 0.7vw;
}


/*SHOP*/

.os_bt {
    margin-top: 10%;
}


/*contct*/


/*--------------------*/

#contact {
    top: -100;
}

.con_ttl {
    top: 4%;
    width: 100%;
    height: 100px;
    text-align: center;
}

.cntc-txt {
    text-align: left;
    width: 100%;
    margin: 0% auto;
    color: #020202;
    margin: 5% 0;
    letter-spacing: .6;
}


#formWrap {
    width: 80%;
    margin: 0 auto;
}

.formTable {
    margin: 0 auto;
}

table.formTable th,
table.formTable td {
    width: 100%;
    display: block;
}

table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
}

input[type="text"],
textarea {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 110%;
    display: block;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    width: 20%;
    height: 40px;
    margin: 20px;
}

.con_bt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    /*border: #000 1px solid;*/
}

::placeholder {
    font-size: 0.8vw;
    color: #b1acac;
}


/*company*/


/*------------------------------------*/


.su_bx4 {
    width: 73%;
    margin: 0 auto;
    margin-top: 15%;
    letter-spacing: 2pt;

}


/*footer*/

.footer_bxt {
    margin-top: 2%;
    display: flex;
    height: auto;
    width: 100%;
    background-color: #9DBFD8;
}

.footer_bxt2 {
    margin-top: 2%;
    display: flex;
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: #131010;
}

.footer_in {
    /*display: flex;*/
    width: 80%;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
    padding: 1%;
    font-size: 0.6em;
}

.footer_logo {
    width: 15%;
    padding: 2%;
}

.ft_menu {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5%;
    width: 50%;
}

.ft_menu li {
    margin-right: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 2px #e0dfdc solid;
    color: #fff;
}

.ft_menu li a:hover {
    border-bottom: 5px #ecece9 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: .6;
}

.ft_menu li a {
    color: #fff;
}

.cp_sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-right: 2%;
    color: #fff;
}


/*pp*/

.pp_txt {
    margin-bottom: 3%;
    font-size: .8vw;
}

.pp_txt p {
    margin-bottom: 3%;
}

.pp_sig {
    text-align: left;
    width: 100%;
    height: 150px;
    background-color: rgba(9, 59, 75, 0.596);
}


/*animation */

.fadein {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadein0 {
    animation-name: fadeInAnime;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.f_box {
    /*border: 1px solid #333;*/
    transform: translatey(50px);
    opacity: 0;
    transition: opacity 1s, transform 0.4s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.fadein1 {
    opacity: 1;
    transform: translateX(0);
}

.f_box2 {
    /*border: 1px solid #333;*/
    transform: translatey(50px);
    opacity: 0;
    transition: opacity 1s, transform 0.6s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.fadein2 {
    opacity: 1;
    transform: translateX(0);
    animation-delay: 0.5s;
}

.f_box3 {
    /*border: 1px solid #333;*/
    transform: translatey(50px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.fadein3 {
    opacity: 1;
    transform: translateX(0);
    animation-delay: 1.5s;
}

.f_box4 {
    /*border: 1px solid #333;*/
    transform: translatey(50px);
    opacity: 0;
    transition: opacity 1s, transform 0.5s;
}

.fadein4 {
    animation-delay: 3s;
    opacity: 1;
    transform: translateX(0);
}


/* ラッパー */

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    transition-timing-function: linear;
}


/* スライド */

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /*transition-property: transform;*/
    margin-top: 4%;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /* transition-property: transform;*/
}


/* ナビゲーションボタン */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    z-index: 10;
    padding: 0 15% 0 15%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    --swiper-navigation-color: rgb(0, 0, 0);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


/* ページネーション */

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/* ページネーションブレット */

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/*************************/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;

}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 1);
}

.scroll-infinity__item>img {
    width: 100%;
    box-shadow: 5px 5px 5px rgba(59, 59, 59, 0.342);

}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 10px 5px 5px rgb(59, 59, 59);
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.rogo_l {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 300px;
}

.slider-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease, transform 1s ease;
    border: none;
    /* 追加 */
    outline: none;
    /* 追加 */
}

.slider-image.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}


/* ------------ 宝石：sticky & translate & clip-path ------------ */


/* ------------ 雫のパララックス ------------ */
.sectionDrop {
    position: relative;
    width: 100%;
    padding: 300px 1vw;
    background-color: #D4E7F4;
}

.sectionDrop p {
    margin: 0 auto 40px;
    max-width: 800px;
}

.dropGem {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url("../img/sup.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: parallax-drop linear both;
    animation-timeline: view();
    animation-range: cover;
    /* = cover 0% cover 100% */
}

@keyframes parallax-drop {
    from {
        translate: 0 200px;
    }

    to {
        translate: 0 -200px;
    }
}

.dropGem__blue2 {
    background-image: url("../img/sup.png");
}

.dropGem__blue3 {
    background-image: url("../img/sup.png");
}

.dropGem__medium {
    scale: 1.0;
    animation-range: entry -150% exit 250%;
    /* 開始終了位置をオーバーにして、動く量を少なく見せています。移動量を調整した別の@keyframesを作って使用する方法も○です */
}

.dropGem__small {
    scale: 0.8;
    animation-range: entry -150% exit 300%;
}

.dropGem__1 {
    top: 20%;
    left: 30%;
}

.dropGem__2 {
    bottom: 20%;
    left: 25%;
}

.dropGem__3 {
    top: 15%;
    right: 10%;
}

.dropGem__4 {
    top: 50%;
    right: 25%;
}

.dropGem__5 {
    bottom: 10%;
    right: 10%;
}