body {
	color: #070707;
	vertical-align: baseline;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
    font-weight: 500;
}
a{
	transition: all  0.2s ease-out;
    text-decoration: none;
    color: #070707;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --main-color: #a94182;
    --bg-color: #f6ecf2;
}
a.more {
    position: relative;
    width: 150px;
    height: 80px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 2em 0 0 0;
}
a.more span{
    position: relative;
    z-index: 2;
}
a.more span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 90px;
    height: 1px;
    background: var(--main-color);
}
a.more:hover span:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 20px;
    background:  var(--main-color);
    animation: btnh .5s ease-out infinite;
}
@keyframes btnh {
  100% {
    left: 70px;
  }
}
a.more:after {
    position: absolute;
    content: "";
    width: 115px;
    height: 80px;
    right: 0;
    top: 0;
    background: url(../images/common/more-bg2.svg) no-repeat;
    background-size: cover;
}
a.more-wh {
    margin: 20px auto;
    position: relative;
    width: 190px;
    height: 140px;
    align-items: center;
    color: #fff;
    font-size: 26px;
    display: flex;
    -webkit-text-stroke: 3px black;
    text-stroke: 3px black;
    paint-order: stroke;
    z-index: 1;
}
a.more-wh:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 148px;
    height: 140px;
    background: url(../images/common/more-bg-wh.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
a.more-wh span{
    position: relative;
}
a.more-wh span:before{
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 24px;
    background: url(../images/common/more-ar.svg) no-repeat;
    background-size: cover;
}
a.more-bk {
    margin: 20px auto;
    position: relative;
    width: 190px;
    height: 140px;
    align-items: center;
    color: #fff;
    font-size: 26px;
    display: flex;
    -webkit-text-stroke: 3px black;
    text-stroke: 3px black;
    paint-order: stroke;
    z-index: 1;
}
a.more-bk:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 148px;
    height: 140px;
    background: url(../images/common/more-bg-bk.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
a.more-bk span{
    position: relative;
}
a.more-bk span:before{
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 24px;
    background: url(../images/common/more-ar.svg) no-repeat;
    background-size: cover;
}
.contents h2,
.sub-contents h2{
    color: var(--main-color);
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
}
.contents h2 span,
.sub-contents h2 span{
    font-family: "Outfit", sans-serif;
    font-size: clamp(3.125rem, 1.554rem + 3.93vw, 4.5rem);
    line-height: 110%;
    display: block;
    color: #070707;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
/***********************************************
 header
************************************************/
header #smartnavi {
    display: none;
}
header{
    width: 100%;
    height: 70px;
    position: relative;
    background: #fff;
}
header .header-logo{
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 9999;
}
header .header-logo img{
    width: 190px;
    height: auto;
    margin-right: 10px;
}
header .header-logo span{
    font-size: 11px;
    font-family: "Outfit", sans-serif;
}
header #globalnavi {
    margin-right: 25px;
}
header #globalnavi ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 70px;
}
header #globalnavi ul>li{
    font-size: 15px;
    font-weight: 500;
}
header #globalnavi ul>li:not(:last-child){
    margin-right: 30px;
}
header #globalnavi ul>li>a{
    display: block;
    padding: 25px 0;
    position: relative;
}
header #globalnavi ul>li>a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--main-color);
    bottom: 3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header #globalnavi ul>li>a:hover::after {
    transform: scale(1, 1);
}
/************************************
megamenu 
*************************************/
.gnav > li:hover .megamenu {
    max-height: 9999px;
    padding: 40px 0;
    opacity: 1;
}
.megamenu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 998;
}
.megamenu:after {
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 43px);
    content: "";
    z-index: -1;
}
.megamenu:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 43px;
    background: url(../images/common/paper-bg.svg) no-repeat;
    background-size: 1400px 43px;
    z-index: -2;
}
@media screen and (min-width: 1400px) {
.megamenu:before{
    background: url(../images/common/paper-bg.svg) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
}
.megamenu .wrap{
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 43px;
}
.megamenu .wrap .column-l{
    width: 20%;
    text-align: center;
}
.megamenu .wrap .column-l img{
    width: 100%;
    height: auto;
}
.megamenu .wrap .column-l a{
    color: #fff;
}
.megamenu .wrap ol{
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.megamenu .wrap ol:after{
    content:"";
    display: block;
    width:32%;
}
.megamenu .wrap ol li{
    width: 32%;
    border-bottom: 1px solid #555;
    position: relative;
}
.megamenu .wrap ol li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 13px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: 10px 13px;
}
.megamenu .wrap ol li a{
    color: var(--main-color);
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    display: block;
    padding: 10px 20px 10px 0;
}
.megamenu .wrap ol li a:hover{
    opacity: .7;
}
.megamenu .wrap ol li a span{
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    display: block;
}
/***********************************************
 magazine
************************************************/
#magazine{
    padding: 70px 0;
}
#magazine .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}
#magazine .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#magazine .inner .row .column-l{
    width: 45%;
}
#magazine .inner .row .column-l img{
    width: 100%;
    height: auto;
}
#magazine .inner .row .column-r{
    width: 50%;
}
#magazine .inner .row .column-r h3{
    font-size: clamp(1.75rem, 1.036rem + 1.79vw, 2.375rem);
    line-height: 130%;
    font-weight: 600;
}
#magazine .inner .row .column-r h3 span{
    display: block;
}
#magazine .inner .row .column-r p{
    font-size:15px;
}
#magazine .inner .row .column-r .insta-ic{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 130%;
    height: 50px;
    padding-left: 60px;
}
#magazine .inner .row .column-r .insta-ic:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    background: url(../images/common/ic-insta.svg) no-repeat;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    background: url(../images/common/contact-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 100px 0;
    position: relative;
    margin: 30px 0 0 0;
}
#ft-contact:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(35, 35, 35, 0.4);
}
#ft-contact .inner{
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#ft-contact .inner h2{
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
}
#ft-contact .inner h2 span{
    font-family: "Outfit", sans-serif;
    font-size: clamp(3.125rem, 1.554rem + 3.93vw, 4.5rem);
    line-height: 110%;
    display: block;
}
#ft-contact .inner a.entry-bt{
    max-width: 235px;
    display: block;
    margin: 0 auto;
}
#ft-contact .inner a.entry-bt img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    padding: 80px 0 80px 0;
    position: relative;
}
#footer .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 840px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .inner .column-l{
    width: 180px;
}
#footer .inner .column-l a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
#footer .inner .column-l a img{
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
}
#footer .inner .column-r{
    width: calc(95% - 180px);
}
#footer .inner .column-r #ft-navi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
}
#footer .inner .column-r #ft-navi ul li{
    margin-bottom: 1em;
}
#footer .inner .column-r #ft-navi ul li a{
    display: block;
    position: relative;
}
#footer .inner .column-r #ft-navi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--main-color);
    bottom: 2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
#footer .inner .column-r #ft-navi ul li a:hover::after {
    transform: scale(1, 1);
}
#footer .inner .column-r a.ft-logo{
    width: 200px;
    display: block;
    margin: 10px 0;
}
#footer .inner .column-r a.ft-logo img{
    width: 100%;
    height: auto;
}
#footer .inner .column-r ol{
    display: flex;
}
#footer .inner .column-r ol li:not(:last-child) {
    margin-right: 1em;
}
#footer .inner .column-r ol li a{
    font-size: 14px;
    position: relative;
    padding-right: 15px;
}
#footer .inner .column-r ol li a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ic-win.svg) no-repeat;
    background-size: cover;
    width: 11px;
    height: 10px;
}
#footer .inner .column-r p{
    font-size: 14px;
    margin: 0;
}
#footer .inner .column-r small{
    font-size: 12px;
    font-family: "Outfit", sans-serif;
}
#footer .up-bt{
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 870px) {
/***********************************************
 header
************************************************/
header .header-logo{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    left: 20px;
    width: 190px;
    height: 50px;
    margin: auto;
}
header .header-logo img{
    display: block;
}
header .header-logo span{
    display: block; 
    line-height: 100%;
}
header #globalnavi {
    margin-right: 20px;
}
header #globalnavi ul>li:not(:last-child){
    margin-right: 15px;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header #globalnavi {
    display: none;
}
/************************************************************
 smartnavi
*************************************************************/
header #smartnavi {
    display: block;
}
header #smartnavi{
    position: absolute;
    content: "";
	height:1px;
	width:100%;
	z-index:9997;
    top: 0;
    right: 0;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative !important;
	top:10px !important;
	right:15px !important;
	width: 40px !important;
	height: 40px !important;
    padding: 0 !important;
	cursor: pointer !important;
	display: block !important;
	float: right !important;
	margin :0 !important;
    z-index: 2 !important;
    box-sizing: border-box;
}
.hm_btn::after {
	bottom: 20px !important;
	background: var(--main-color);
}
.hm_btn::before {
	top: 29px !important;
	background: var(--main-color);
}
.hm_btn::before,
.hm_btn::after {
	width: 40px !important;
	height: 3px !important;
	display: block !important;
	content: '' !important;
	position: absolute !important;
    border-radius: 3px !important;
}
.hm_menu_wrap {
	width :100%;
	position: absolute;
	left: -110%;
	top: 70px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: rgba(0, 0, 0, 1);
	height: calc(100vh - 70px) !important;
	background-size:cover!important;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch; 
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: var(--main-color) !important;
	-webkit-box-shadow: transparent 0 0 0 !important;
	box-shadow: transparent 0 0 0 !important;
	-webkit-transform: rotate(45deg) translate3d(-1px, -3px, 0) !important;
	transform: rotate(45deg) translate3d(-1px, -3px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: var(--main-color) !important;
	-webkit-transform: rotate(-45deg) translate3d(-5px, 7px, 0) !important;
	transform: rotate(-45deg) translate3d(-5px, 7px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
.hm_menu_inner{
	position:absolute;
	top: 20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}
#mdropmenu{
     width:100%;
}
#mdropmenu>li {
    border-bottom: 1px solid #555;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
}
#mdropmenu>li a{
    padding:.9em .2em;
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #fff;
}
#mdropmenu>li a:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 13px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: 10px 13px;
    background-size: cover;
}
#mdropmenu .mlist{
     cursor:pointer;
     padding:.9em .2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    position: relative;
    color: #fff;
}
#mdropmenu li>ul>li>a{
    padding: .4em 20px .4em .2em !important;
    position: relative;
    font-weight: normal;
    padding-right: 20px;
    color: var(--main-color);
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    display: block;
}
#mdropmenu li>ul>li:not(:last-child)>a{
    border-bottom: 1px solid #333;
}
#mdropmenu li>ul li a:after{
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height:13px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: 10px 13px;
    background-size: cover;
}
#mdropmenu li>ul li a span{
    font-size: 11px;
    line-height: 150%;
    display: block;
    color: #fff;
}
#mdropmenu i{
    font-size: 0;
}
#mdropmenu li ul{
     display:none;
}
.fa-plus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 10px;
    background: url(../images/common/ar-dawn.svg) no-repeat;
    background-size: 13px 10px;
    background-size: cover;
}
.fa-minus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 10px;
    background: url(../images/common/ar-up.svg) no-repeat;
    background-size: 13px 10px;
    background-size: cover;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 magazine
************************************************/
#magazine .inner .row .column-l{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#magazine .inner .row .column-l img{
    max-width: 400px;
}
#magazine .inner .row .column-r{
    width: 100%;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    padding: 60px 0;
}
#ft-contact .inner p{
    text-align: left;
}
#ft-contact .inner a.entry-bt{
    max-width: 180px;
}
/***********************************************
 footer
************************************************/
#footer{
    padding: 60px 0;
}
#footer .inner .column-l{
    margin: 0 auto 1.5em auto;
}
#footer .inner .column-r{
    width: 100%;
}
#footer .inner .column-r #ft-navi ul li{
    width: 100%;
    text-align: center;
}
#footer .up-bt img{
    width: 45px;
    height: 60px;
}
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}