/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s ease-out;
}
a:hover {
    opacity: 0.8;
}

img {
    vertical-align: bottom;
    display: block;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-5 {margin-bottom:0.666666667vw;}
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 60px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    color: #1A1311;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    text-align: justify;
    /* font-feature-settings: "palt" 0; */
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}


/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
    padding-bottom: unset;
}
#contents {
	font-family: 'Noto Sans JP', sans-serif;
}
:root{
    --brown01: #893130;
    --brown02: #95282C;
    --bgbrown: #F5EFEC;
    --white: #fff;
	--blue: #009aff;
    --black: #1A1311;

    --notoJ: 'Noto Sans JP', sans-serif;
    --ibm: 'IBM Plex Sans', sans-serif;
    --oswald: 'Oswald', sans-serif;
    --yugo: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/* -----------------------------------------
** BEAUTYWEEK - index
-----------------------------------------*/
h1{
    font-family: var(--ibm);
    font-size: 77px;
    font-weight: 300;
    color: var(--brown02);
    line-height: 0.9;
    text-align: center;
}

h2{
    
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

h3{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

#l-border{
    background: var(--bgbrown);
    padding-top: 60px;
}

#l-border .l-border-inner{
    width: 690px;
    margin: 20px auto 0;
    padding: 50px 0 0;
    position: relative;
    background-image: url('../img/230425/border-left.png') , url('../img/230425/border-right.png');
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    background-size: 11px auto;
}

#l-border .l-border-inner::before{
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    width: 100%;
    height: 11px;
    background: url('../img/230425/border-top.png') repeat-x;
    background-size: 11px auto;
}

.l-section_index{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--brown01);
}

.l-section_index .place{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
}

.l-section_index .read{
    font-size: 22px;
    padding-bottom: 100px;
    border-bottom: 1px solid var(--brown01);
}

.l-section_index ul{
    padding-top: 100px;
}

.l-section_index li{
    margin-bottom: 30px;
}

.l-section_index li a{
    display: block;
    background: var(--brown02);
    border-radius: 22px;
    position: relative;
    max-height: 130px;
}

.l-section_index li a::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 5%;
    margin-top: -13px;
    width: 35px;
    height: 35px;
    background: url('../img/230425/ico-nav.png') repeat-x;
    background-size: 35px auto;
}

#contents .l-section_index li img{
    width: 81%;
    margin-left: 22px;
}
@media screen and (max-width: 750px) {
    h1{
        font-size: 10.26vw;
    }
    
    h2{    
        font-size: 4.26vw;
    }
    
    h3{
        font-size: 5.33vw;
    }
    
    #l-border{
        padding-top: 8vw;
    }
    
    #l-border .l-border-inner{
        width: 92vw;
        margin: 2.66vw auto 0;
        padding: 6.66vw 0 0;
        background-size: 1.46vw auto;
    }
    
    #l-border .l-border-inner::before{
        top: -2.66vw;
        height: 1.46vw;
        background-size: 1.46vw auto;
    }
    
    .l-section_index{
        max-width: 80vw;
        padding-bottom: 9.33vw;
    }

    .l-section_index .place{
        font-size: 3.2vw;
    }
    
    .l-section_index .read{
        font-size: 2.93vw;
        padding-bottom: 13.33vw;
    }
    
    .l-section_index ul{
        padding-top: 13.33vw;
    }
    
    .l-section_index li{
        margin-bottom: 4vw;
    }
    
    .l-section_index li a{
        border-radius: 2.933vw;
        max-height: 17.33vw;
    }
    
    .l-section_index li a::after{
        margin-top: -1.66vw;
        width: 4.66vw;
        height: 4.66vw;
        background-size: 4.66vw auto;
    }
    
    #contents .l-section_index li img{
        margin-left: 2.93vw;
    }

}

/* -----------------------------------------
** BEAUTYWEEK - section_01
-----------------------------------------*/

#section_01{
    padding: 100px 0 70px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#section_01 .read{
    color: var(--brown02);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#section_01 h4{
    width: calc(100% + 150px);
    margin-left: -75px;
    text-align: center;
    position: relative;
}

#section_01 h4 span{
    position: absolute;
    color: var(--white);
    display: block;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: var(--brown02);
    padding: 6px 30px 10px;
    line-height: 1;
    margin-top: -4px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.events{
    margin-bottom: 20px;
}

.events li{
    margin-bottom: 90px;
}

.events-ttl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.events-date{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brown02);
    color: var(--white);
    width: 120px;
    height: 120px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2em;
    border-radius: 100vh;
}

.events-name{
    max-width: 470px;
    margin-left: 10px;
}

.events-name h5{
    color: var(--brown02);
    font-family: var(--ibm);
    font-weight: 300;
    font-size: 54px;
    line-height: 1em;
}

.events-name h5.fineboys{
    color: var(--black);
    font-family: var(--notoJ);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.34em;
}

.events-name p{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

.events-detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.events-detail figure{
    width: 300px;
}

.events-detail p{
    font-size: 22px;
    letter-spacing: 0.02em;
    max-width: 288px;
}

.events-link{
    color: var(--brown02);
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
}

.events-link a{
    display: block;
    color: var(--white);
    font-weight: 500;
    background: var(--brown02);
    border-radius: 100vh;
    padding: 1em 0;
    position: relative;
}

.events-link a::before,
.events-link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.events-link a::before{
	right: 5%;
	width: 14px;
	height: 1px;
	background: var(--white);
}

.events-link a::after{
	right: 5%;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
    #section_01{
        padding: 13.33vw 0 9.33vw;
        max-width: 80vw;
    }
    
    #section_01 .read{
        font-size: 4.26vw;
    }
    
    #section_01 h4{
        width: calc(100% + 20vw);
        margin-left: -10vw;
    }
    
    #section_01 h4 span{
        font-size: 3.6vw;
        padding: 0.8vw 4vw 1.33vw;
        margin-top: -0.53vw;
    }
    
    .events{
        margin-bottom: 2.66vw;
    }
    
    .events li{
        margin-bottom: 12vw;
    }
    
    .events-date{
        width: 16vw;
        height: 16vw;
        font-size: 3.6vw;
    }
    
    .events-name{
        max-width: 62.66vw;
        margin-left: 1.33vw;
    }
    
    .events-name h5{
        font-size: 7.2vw;
    }
    
    .events-name h5.fineboys{
        font-size: 3.46vw;
    }
    
    .events-name p{
        font-size: 4vw;
    }
    
    .events-detail figure{
        width: 40vw;
    }
    
    .events-detail p{
        font-size: 2.93vw;
        max-width: 38.4vw;
    }
    
    .events-link{
        font-size: 2.93vw;
        max-width: 71.6vw;
    }
    
    .events-link a::before{
        width: 1.86vw;
        height: 1px;
    }
    
    .events-link a::after{
        width: 0.66vw;
        height: 0.66vw;
    }
}

/* -----------------------------------------
** BEAUTYWEEK - section_ common
-----------------------------------------*/
.section-inner{
    max-width: 600px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
}

.section-inner h2{
    border-bottom: 1px solid var(--brown02);
}

.section-inner .section-read{
    line-height: 1.73em;
}

.section-inner .read{
    text-align: center;
    color: var(--brown02);
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 750px) {
    .section-inner{
        max-width: 81.33vw;
        font-size: 2.933vw;
    }
    
    .section-inner .read{
        font-size: 4.26vw;
    }

}

.items-list li{
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.items-list li > p{
    color: var(--black);
    font-family: var( --oswald);
    font-weight: 400;
    font-size: 48px;
    line-height: 0.8em;
    margin-right: 10px;
    width: 30px;
}

.items-list li > div{
    padding-left: 10px;
    border-left: 2px solid #707070;
}

.items-list li .items-brand{
    display: flex;
    color: var(--brown02);
    font-size: 40px;
    font-weight: 500;
    line-height: 0.8em;
    align-items: baseline;
    margin-bottom: 20px;
}

.items-list li .items-brand.extra{
    display: block;
    width: calc( 100% + 50px);
}

.items-list li .items-brand span{
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
}

.items-list li .items-brand.extra span{
    margin-left: 0;
}

.items-list li .items-detail{
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    .items-list li{
        margin-bottom: 4vw;
    }
    
    .items-list li > p{
        font-size: 6.4vw;
        margin-right: 1.33vw;
        width: 4vw;
    }
    
    .items-list li > div{
        padding-left: 1.33vw;
        border-left: 1px solid #707070;
    }
    
    .items-list li .items-brand{
        font-size: 5.33vw;
        margin-bottom: 2.66vw;
    }
    
    .items-list li .items-brand.extra{
        width: calc( 100% + 6.66vw);
    }
    
    .items-list li .items-brand span{
        font-size: 2.66vw;
        margin-left: 2.66vw;
    }
    
    .items-list li .items-detail{
        font-size: 2.93vw;
    }
}


/* -----------------------------------------
** BEAUTYWEEK - section_01
-----------------------------------------*/

#section_02{
    padding: 100px 0;
}

#section_02 .items li{
    margin-bottom: 100px;
}

#section_02 .items-brand{
    color: var(--brown02);
    font-family: var(--ibm);
    font-size: 54px;
    font-weight: 400;
    line-height: 0.5em;
}

#section_02 .items-catch{
    font-size: 30px;/* 30pxから下げる */
    font-weight: 700;
}

#section_02 .items-notice{
    font-size: 20px;
}

#section_02 .items-notice span{
    padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 750px) {
    #section_02{
        padding: 13.33vw 0;
    }
    
    #section_02 .items li{
        margin-bottom: 13.33vw;
    }

    #section_02 .items-brand{
        font-size: 7.2vw;
    }
    
    #section_02 .items-catch{
        font-size: 4vw;
    }
    
    #section_02 .items-notice{
        font-size: 2.66vw;
    }
}

/* -----------------------------------------
** BEAUTYWEEK - section_03、04
-----------------------------------------*/
#section_03{
    background: var(--bgbrown);
    padding: 100px 0;
}

#section_04{
    padding: 100px 0;
}

@media screen and (max-width: 750px) {
    #section_03{
        padding: 13.33vw 0;
    }
    
    #section_04{
        padding: 13.33vw 0;
    }
}

/* -----------------------------------------
** BEAUTYWEEK - section_05
-----------------------------------------*/
#section_05{
    background: var(--bgbrown);
    padding: 100px 0;
}

#section_05 h2 img{
    width: calc(100% + 84px);
    margin-left: -42px;
}

#section_05 .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#section_05 .items li{
    width: 280px;
    margin-bottom: 60px;
}

#section_05 .items .items-brand{
    color: var(--brown02);
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
}

#section_05 .items .items-kana{
    font-size: 20px;
    font-weight: 400;
}

#section_05 .items .items-catch{
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    #section_05{
        padding: 13.3vw 0;
    }
    
    #section_05 h2 img{
        width: calc(100% + 11.2vw);
        margin-left: -5.6vw;
    }
    
    #section_05 .items li{
        width: 37.33vw;
        margin-bottom: 8vw;
    }
    
    #section_05 .items .items-brand{
        font-size: 5.33vw;
    }
    
    #section_05 .items .items-kana{
        font-size: 2.66vw;
    }
    
    #section_05 .items .items-catch{
        font-size: 2.93vw;
    }
}

/* -----------------------------------------
** BEAUTYWEEK - l-section_contact
-----------------------------------------*/

.l-section_contact {
    background: var(--brown02);
    color: var(--white);
    font-size: 22px;
    padding: 44px 0;
}

.l-section_contact ul{
    display: flex;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.34em;
}

.l-section_contact li{
    display: flex;
    align-items: center;
    width: 50%;
}

.l-section_contact li p > a{
    color: var(--white);
    text-decoration: underline;
}

.l-section_contact li> a{
    display: block;
    margin-left: 20px;
}

.l-section_contact li .line{
    width: 58px;
}

@media screen and (max-width: 750px) {
    .l-section_contact {
        font-size: 2.93vw;
        padding: 5.86vw 0;
    }
    
    .l-section_contact ul{
        font-size: 3.46vw;
    }
    
    .l-section_contact li> a{
        margin-left: 2.66vw;
    }
    
    .l-section_contact li .line{
        width: 7.73vw;
    }
}

/* -----------------------------------------
** BEAUTYWEEK - l-section_remoorder
-----------------------------------------*/

.l-section_remoorder{
    padding-top: 100px;
    font-size: 22px;
    font-weight: 400;
}

@media screen and (max-width: 750px) {
    .l-section_remoorder{
        padding-top: 13.33vw;
        font-size: 2.93vw;
    }
}