html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

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

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 10rem;
    background: #e7cccc;
	border-left: solid 0px #e7cccc;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 10rem;
	box-shadow: inset 0 0 0 1px #fff;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
}


/* font
font-family: "Noto Serif JP", serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "M PLUS Rounded 1c", sans-serif;
*/


.-disnone {
    display: none;
}

@media screen and (min-width: 970px){




div#intro {
    animation: fadeInAnime 6.5s ease both;
    width: 100vw;
    height: 100vh;
    background: #f9d3d0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

@keyframes fadeInAnime{
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.title {
    display: flex;
    overflow: hidden;
    color: #fff;
    width: 100vw;
    margin: 0vh auto;
    position: absolute;
    left: 50%;
    top: 45%;
    font-size: 3.4rem;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.title.-visible span {
  transform: translate(0, 0);
}
.title span:nth-child(1) {
  transition-delay: 0.06s;
}
.title span:nth-child(2) {
  transition-delay: 0.12s;
}
.title span:nth-child(3) {
  transition-delay: 0.18s;
}
.title span:nth-child(4) {
  transition-delay: 0.24s;
}
.title span:nth-child(5) {
  transition-delay: 0.30s;
}
.title span:nth-child(6) {
  transition-delay: 0.36s;
}
.title span:nth-child(7) {
  transition-delay: 0.42s;
}
.title span:nth-child(8) {
  transition-delay: 0.48s;
}
.title span:nth-child(9) {
  transition-delay: 1.32s;
}
.title span:nth-child(10) {
  transition-delay: 1.38s;
}
.title span:nth-child(11) {
  transition-delay: 1.44s;
}
.title span:nth-child(12) {
  transition-delay: 1.56s;
}
.title span:nth-child(13) {
  transition-delay: 1.62s;
}


:root {
  font-size: 1vw;
}


body {
    color: #212121;
    background: #fbdada;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
}


div#wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4vh 4rem;
}div#pc_left {
		width: 28rem;
        margin: 20vh 5rem 0;
        position: sticky;
        top: 20vh;
}div#pc_right {
    width: 48rem;
}header {
        background: #fbf4ee;
        padding: 2rem;
        position: relative;
        height: 5rem;
}p.pc_left {
        font-family: "Noto Serif JP", serif;
        margin: 3vh 0;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.2rem;
}span.pc_left_span {
        font-size: 1.3rem;
        background: #fff;
        border-radius: 10rem;
        padding: 0.3rem 2.4rem;
        margin-right: 1rem;
}div#header_logo {
    position: absolute;
    top: 1.5rem;
    background-image: url(../img/header_logo.png);
    width: 11rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}h1#header_h1 {
    text-indent: 100rem;
}


div#gnav {
        width: 3rem;
        height: 2.5rem;
        margin: 1rem;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0.2rem;
        right: 2rem;
}#gnav span{
    display: inline-block;
    transition: all .4s;
}div#gnav span:nth-of-type(1) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(2) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(3) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}#gnav.active span:nth-of-type(1) {
        background: #e7cccc !important;
        transform: translateY(0.4rem) rotate(-30deg);
}#gnav.active span:nth-of-type(2) {
        display: none;
}#gnav.active span:nth-of-type(3) {
        width: 3rem;
        background: #e7cccc !important;
        transform: translateY(-0.18rem) rotate(30deg);
}
nav#header_nav {
pointer-events: none; 
transition: opacity 360ms ease, visibility 360ms ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.panelactive {
	pointer-events: auto!important;
    opacity: 1!important;
    display: block !important;
    background: rgb(255 255 255 / 94%);
    height: 100vh;
    z-index: 99;
}


ul.header_nav_ul {
        padding: 10vh 4rem;
}ul.header_nav_ul li a {
        text-decoration: none;
        color: #d9b2b2;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: block;
        position: relative;
        letter-spacing: 0.1rem
}ul.header_nav_ul li a:after {
        content:"\002192";
        position:absolute;
        right: 0rem;
}a.shop_bt {
		border-radius: 10rem;
        background: #d58585;
        padding: 1.5rem 2rem;
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.1rem;
        position: relative;
        font-weight: 500;
        font-size: 1.4rem;
}a.shop_bt:after {
        content:"\002192";
        position:absolute;
        right: 2rem;
}li.ul_image_content_bt_space {
        background: #fbf4ee;
        padding: 6rem 2rem;
}.ul_image_content_img {
    position: relative;
}

div#spec_space {
    background: #ffffff;
        padding: 0rem 4rem 4rem;
}ul.spec_ul li {
		font-family: "M PLUS Rounded 1c", sans-serif;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem 0 1.3rem;
        border-bottom: 1px solid #eeee;
}span.spec_ul_span {
        font-weight: 600;
        width: 12rem;
        letter-spacing: 0.2rem;
        margin-right: 2rem;
}p.spec_name {
    width: 22rem;
}.precautions {
    color: #535353;
    margin-top: 4rem;
    padding: 1.5rem;
    background: #f7f2f2;
}h3.precautions_h3 {
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}ul.precautions_ul li {
        position: relative;
        padding: 0.5rem 0 0.5rem 2rem;
}ul.precautions_ul li:before {
    content: "●";
    position: absolute;
    left: 0rem;
}

p.icon_p.--yukirin {
    bottom: 5rem;
}p.icon_p.--yukirin span {
    width: 6rem !important;
}svg#x_svg {
    width: 3rem;
}

p.icon_p {
        position: absolute;
        bottom: 16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
}span.icon_span {
		text-align: center;
        display: block;
        width: 11rem;
        font-weight: bold;
        font-size: 1.1rem;
}span.icon_span img {
        width: 4rem;
        margin: 0 auto;
}span.icon_span a {
		text-decoration: none;
        color: #e58d8d;
}footer {
    text-align: center;
    margin-top: 4rem;
    letter-spacing: 0.1rem;
    color: #c36e6e;
}

.company {
    margin-top: 4rem;
}



}






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



div#intro {
    animation: fadeInAnime 6.5s ease both;
    width: 100vw;
    height: 100vh;
    background: #f9d3d0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

@keyframes fadeInAnime{
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.title {
	padding-left:0.5rem;
    display: flex;
    overflow: hidden;
    color: #fff;
    width: 100vw;
    margin: 0vh auto;
    position: absolute;
    left: 50%;
    top: 45%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.title.-visible span {
  transform: translate(0, 0);
}
.title span:nth-child(1) {
  transition-delay: 0.06s;
}
.title span:nth-child(2) {
  transition-delay: 0.12s;
}
.title span:nth-child(3) {
  transition-delay: 0.18s;
}
.title span:nth-child(4) {
  transition-delay: 0.24s;
}
.title span:nth-child(5) {
  transition-delay: 0.30s;
}
.title span:nth-child(6) {
  transition-delay: 0.36s;
}
.title span:nth-child(7) {
  transition-delay: 0.42s;
}
.title span:nth-child(8) {
  transition-delay: 0.48s;
}
.title span:nth-child(9) {
  transition-delay: 1.32s;
}
.title span:nth-child(10) {
  transition-delay: 1.38s;
}
.title span:nth-child(11) {
  transition-delay: 1.44s;
}
.title span:nth-child(12) {
  transition-delay: 1.56s;
}
.title span:nth-child(13) {
  transition-delay: 1.62s;
}


:root {
  font-size: 3.24vw;
}


body {
    color: #212121;
    background: #fbdada;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
}


div#wrapper {
}div#pc_left {
    display: none;
}div#pc_right {
}header {
        background: #fbf4ee;
        padding: 1rem;
        position: relative;
        height: 4.9rem;
}div#header_logo {
        position: absolute;
        top: 1.5rem;
        background-image: url(../img/header_logo.png);
        width: 11rem;
        height: 3rem;
        left: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
}h1#header_h1 {
    text-indent: 100rem;
}


div#gnav {
        width: 3rem;
        height: 2.5rem;
        margin: 1rem;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0.2rem;
        right: 1rem;
}#gnav span{
    display: inline-block;
    transition: all .4s;
}div#gnav span:nth-of-type(1) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(2) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(3) {
        width: 3rem;
        height: 2px;
        background: #e7cccc;
        display: block;
        margin: 0.5rem;
}#gnav.active span:nth-of-type(1) {
        background: #e7cccc !important;
        transform: translateY(0.4rem) rotate(-30deg);
}#gnav.active span:nth-of-type(2) {
        display: none;
}#gnav.active span:nth-of-type(3) {
        width: 3rem;
        background: #e7cccc !important;
        transform: translateY(-0.18rem) rotate(30deg);
}
nav#header_nav {
pointer-events: none; 
transition: opacity 360ms ease, visibility 360ms ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.panelactive {
pointer-events: auto!important;
    opacity: 1!important;
    display: block !important;
    background: rgb(255 255 255 / 94%);
    height: 100vh;
    z-index: 99;
}


ul.header_nav_ul {
        padding: 10rem 3rem;
}ul.header_nav_ul li a {
        text-decoration: none;
        color: #d9b2b2;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: block;
        position: relative;
        letter-spacing: 0.1rem
}ul.header_nav_ul li a:after {
        content:"\002192";
        position:absolute;
        right: 0rem;
}a.shop_bt {
		border-radius: 10rem;
        background: #d58585;
        padding: 1.5rem 2rem;
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.1rem;
        position: relative;
        font-weight: 500;
        font-size: 1rem;
}a.shop_bt:after {
        content:"\002192";
        position:absolute;
        right: 2rem;
}li.ul_image_content_bt_space {
        background: #fbf4ee;
        padding: 6rem 2rem;
}.ul_image_content_img {
    position: relative;
}p.pc_left {
        font-family: "Noto Serif JP", serif;
        margin: 3vh 0;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.2rem;
}span.pc_left_span {
        font-size: 1rem;
        background: #fff;
        border-radius: 10rem;
        padding: 0.3rem 1.4rem;
        margin-right: 1rem;
}

div#spec_space {
    background: #ffffff;
    padding: 2rem;
}ul.spec_ul li {
        font-size: 1rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem 0 1.3rem;
        border-bottom: 1px solid #eeee;
}span.spec_ul_span {
        font-weight: 600;
        width: 14rem;
        letter-spacing: 0.1rem;
        margin-right: 2rem;
        font-size: 0.95rem;
}p.spec_name {
    width: 26rem;
}.precautions {
    color: #535353;
    margin-top: 4rem;
    padding: 1.5rem;
    background: #f7f2f2;
}h3.precautions_h3 {
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}ul.precautions_ul li {
        position: relative;
        padding: 0.5rem 0 0.5rem 2rem;
        font-size: 1rem;
}ul.precautions_ul li:before {
    content: "●";
    position: absolute;
    left: 0rem;
}

p.icon_p.--yukirin {
    bottom: 2rem;
}p.icon_p.--yukirin span {
        width: 3rem !important;
        margin: 0 0.5rem;
}svg#x_svg {
    width: 2.2rem;
}
p.icon_p.--yukirin .icon_span img {
        width: 3.2rem !important;
}

p.icon_p {
        position: absolute;
        bottom: 9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
}span.icon_span {
		text-align: center;
        display: block;
        width: 11rem;
        font-weight: bold;
        font-size: 1rem;
}span.icon_span img {
        width: 3.4rem;
        margin: 0 auto;
}span.icon_span a {
		text-decoration: none;
        color: #e58d8d;
}footer {
        text-align: center;
        margin-top: 2rem;
        letter-spacing: 0.1rem;
        color: #c36e6e;
        margin-bottom: 2rem;
        font-size: 1rem;
}

.company {
    margin-top: 4rem;
}



}