@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
  flex: 1;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

map area {
  outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #534741;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
    background-color: #f6f2ee;
	font-family: '游ゴシック', YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-feature-settings: "pkna";
}

p{
	font-size: 1.5rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none !important;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
    color: #534741;
	text-decoration: none;
    transition: all .2s;
}

img{
	width: 100%;
    height: auto;
	border-style: none;
	vertical-align: bottom;
}

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}

.inner{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../img/f_icon_link.png')no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

p.note{
	line-height: 1.5;
	padding-left: 1.15em;
	position: relative;
}

p.note::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.listDisc > li,
.listNum > li{
    padding-left: 1.5em;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.listNum > li{
    counter-increment: number 1;
}

.listDisc > li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #b5113c;
    position: absolute;
    left: .6em;
    top: .55em;
}

.listNum > li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.listDisc > li span,
.listNum > li span{
    display: block;
    font-weight: 700;
}

.inlineLink{
    word-break: break-all;
    color: #108DB5;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

/* .inlineLink[target="_blank"]::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
} */

.tac{
    text-align: center;
}

.tar{
    text-align: right;
}

.mb30{
    margin-bottom: 30px !important;
}

.mt30{
    margin-top: 30px !important;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all .2s;
}

header.is-animation{
    background-color: #fff;
}

header .inner{
    max-width: 1400px;
    width: 95%;
}

.siteDescription{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
}

.headerContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: all .2s;
}

header.is-animation .headerContainer{
    padding: 20px 0;
}

.hLogo a{ 
    display: inline-block;
    width: 339px;
    height: 92px;
}

.hLogo a:hover{
    opacity: .8;
}

.hNav{
    position: relative;
}

.hNav .hContactBtns{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.hNav .hContactBtns > a{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    padding: .75em 1.25em;
    border-left: 1px solid #e5dcd1;
}

.hNav .hContactBtns > a:nth-child(2){
    border-right: 1px solid #e5dcd1;
    margin-right: 1.25em;
}

.hNav .hContactBtns > a:hover{
    color: #b5113c;
    background-color: #e5dcd1;
}

.hNav .hContactBtns > a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url("../images/icon_shop.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.hNav .hContactBtns > a:nth-child(2)::before{
    background-image: url("../images/icon_mail.png");
}

.hNav .hContactBtns .hTel a{
    display: inline-block;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: .15em;
}

.hNav .hContactBtns .hTel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../images/icon_tel.png")no-repeat center #b5113c;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -6px;
}

.hNav .hContactBtns .hTel span{
    display: block;
    text-align: right;
    font-size: 1.3rem;
    line-height: 1;
}

.hNav nav{
    padding-top: 65px;
}

.hNav nav > ul{
    text-align: right;
}

.hNav nav > ul > li{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    margin: .75em 0 0 1.75em;
}

.hNav nav > ul > li > a{
    display: block;
    transition: all .1s;
}

.hNav nav > ul > li > a:hover{
    color: #b5113c;
}

.menuSingle{
    position: relative;
}

.menuSingle .menuSecondLevel{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menuSingle .menuSecondLevel{
    display: block;
    width: 100%;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    transition: all .2s;
}

.menuSingle .menuSecondLevel.a,
.menuSingle .menuSecondLevel.b{
	width: 160%;
    left: -30%;
}

.menuSingle:hover .menuSecondLevel{
    visibility: visible;
    opacity: 1;
}

.menuSingle .menuSecondLevel li{
	display: block;
    font-weight: bold;
	border-bottom: 1px dotted #f2921a;
}

.menuSingle .menuSecondLevel li:last-child{
	border: none;
}

.menuSingle .menuSecondLevel li a{
	display: block;
    text-align: left;
    font-size: 1.4rem;
	line-height: 1.25;
	padding: 1em;
}

.menuSingle .menuSecondLevel li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #f2921a;
    border-right: 1px solid #f2921a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.menuSingle .menuSecondLevel li a:hover {
    opacity: 1;
	transform: none;
	background-color: #fef7ef;
}

@media(max-width: 1140px){
    .hLogo a{
        width: 280px;
        height: 76px;
    }
}

@media(max-width: 1080px){
    .hNav .hContactBtns > a{
        font-size: 1.4rem;
    }
    
    .hNav .hContactBtns .hTel a{
        font-size: 2.8rem;
    }
    
    .hNav .hContactBtns .hTel a::before{
        width: 30px;
        height: 30px;
    }
    
    .hNav nav > ul > li{
        font-size: 1.4rem;
    }
}










#nav-input{
	display: none;
}



/* ------------------------------------------------------- main */
main{
    padding-top: 178px;
}

.topHero{
    background-color: #b5113c;
    margin-top: 20px;
    position: relative;
}

.topHero::before{
    content: '';
    width: 100%;
    height: 100px;
    background-color: #f6f2ee;
    position: absolute;
    left: 0;
    top: 0;
}

.topHero .slider{
    overflow: hidden;
}

.topHero .slider ul{
    display: flex;
    width: 100%;
    width: min-content;
    animation: 50s linear infinite sliderAnimation;
}

.topHero .slider ul li{
    width: 545px;
    height: 365px;
    margin-right: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.topHero .slider ul li img{
    height: 100%;
    object-fit: cover;
}

@keyframes sliderAnimation{
    100%{
        transform: translateX(-50%);
    }
}

.topHero .inner{
    max-width: 1400px;
}

.topHeroTxt{
    width: 100%;
    max-width: 1176px;
    padding: 70px 0 110px;
    margin: 0 auto;
    position: relative;
}

.topHeroTxt > img:nth-child(2){
    display: none;
}

.topHeroTxt span{
    width: 71%;
    position: absolute;
    left: -11%;
    top: 70px;
    z-index: -1;
}

.topHeroAwards{
    padding-bottom: 80px;
}

.topHeroAwards ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topHeroAwards ul li{
    width: 160px;
    margin-right: 80px;
}

.topHeroAwards ul li:last-child{
    margin: 0;
}

.topHeroAwards ul li span{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin-top: .75em;
}




.topContentsWrapper{
    padding: 100px 0;
    position: relative;
}

.bgOn{
    background-color: #fff;
}

.topContentsWrapper::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.topContentsWrapper::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
}

#topMenu{
    padding-top: 0;
}

.topBnrs{
    padding: 80px 0;
}

.topBnrs ul{
    display: flex;
    justify-content: center;
}

.topBnrs ul li{
    width: 47.5%;
    margin-right: 5%;
}

.topBnrs ul li:last-child{
    margin: 0;
}

.topBnrs ul li a:hover{
    opacity: .8;
}

.topChoosing{
    border-top: 1px solid #f6f2ee;
padding-top: 100px;
}

.topContentsWrapper .topChoosing h3{
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    margin-bottom: 1.5em;
}

.topContentsWrapper .topChoosing h3 br{
    display: none;
}

.topChoosingList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topChoosingList ul li{
    counter-increment: choosingNum 1;
    width: 24%;
    background: url("../images/pages/frame_parts_01.png") no-repeat top 5px left 5px,
        url("../images/pages/frame_parts_02.png") no-repeat top 5px right 5px,
        url("../images/pages/frame_parts_03.png") no-repeat bottom 5px right 5px,
        url("../images/pages/frame_parts_04.png") no-repeat bottom 5px left 5px #f6f2ee;;
    background-size: auto, auto, auto, auto;
    background-size: 50px 50px;
    position: relative;
}

.topChoosingList ul li::after{
    content: counter(choosingNum);
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 14rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.topChoosingList ul li p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2.5em 2em;
    position: relative;
    z-index: 1;
}








.topMenuContents{
    /* border-top: 1px solid #f6f2ee; */
    padding-top: 100px;
}

.topMenuContents ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topMenuContents ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47.5%;
    margin-bottom: 5%;
}

.topMenuContents ul li > a{
    width: 45%;
}

.topMenuContents ul li a figure{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.topMenuContents ul li a figure::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #777;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.topMenuContents ul li a figure::after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: auto;
    transition: all .2s;
    z-index: 1;
}

.topMenuContents ul li a:hover figure::after{
    right: 10px;
}

.topMenuContents ul li a figure img{
    transition: all .2s;
}

.topMenuContents ul li a:hover figure img{
    transform: scale(1.1);
}

.topMenuContents ul li a figure .linkTit{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    text-align: center;
}

.topMenuContents ul li a figure .linkTit p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
    color: #fff;
}

.topMenuContents ul li a figure .linkTit span{
    display: block;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.4rem;
    line-height: 1;
    color: #f1ece5;
    transition: all .2s;
    position: relative;
}

.topMenuContents ul li .txtContents{
    width: 50%;
}

.topMenuContents ul li .txtContents .moreBtn{
    margin-top: 20px;
}

/* .topMenuContents ul li a p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: .5em 0 .25em;
}

.topMenuContents ul li a span{
    display: block;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.4rem;
    line-height: 1;
    color: #f1ece5;
    transition: all .2s;
    position: relative;
}

.topMenuContents ul li a:hover span{
    color: #b5113c;
}

.topMenuContents ul li a span::after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.topMenuContents ul li a:hover span::after{
    right: 10px;
} */

.topContentsWrapper h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 3em;
}

.topContentsWrapper h3 span{
    display: block;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.5;
}

#topNews .newsList{
    max-width: 900px;
    margin: 0 auto;
}

.newsList ul li{
    border-top: 1px solid #e5dcd1;
}

.newsList ul li:last-child{
    border-bottom: 1px solid #e5dcd1;
}

.newsList ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.newsList ul li a:hover{
    padding-left: 25px;
    background-color: #e5dcd1;
}

.newsList ul li a .date{
    display: flex;
    align-items: center;
    margin-right: 3em;
}

.newsList ul li a .date span:first-child{
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 1em;
}

.newsList ul li a .date span:nth-child(2){
    display: inline-block;
    text-align: center;
    width: 7em;
    font-size: 1.3rem;
    line-height: 1;
    padding: .25em .5em;
    border: 1px solid #534741;
}

.newsList ul li a .date span:nth-child(2).news{
    color: #b5113c;
    border-color: #b5113c;
}

.newsList ul li a .date span:nth-child(2).campaign{
    color: #a9894a;
    border-color: #a9894a;
}

.moreBtn{
    margin-top: 40px;
}

.moreBtn a{
    display: inline-block;
    max-width: 240px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.25em 1.5em;
    background-color: #fff;
    border-bottom: 2px solid #e5dcd1;
    border-radius: 50px;
    transition: all .2s;
}

#top .bgOn .moreBtn a{
    background-color: #f6f2ee;
}

.moreBtn a:hover,
#top .bgOn .moreBtn a:hover{
    background-color: #e5dcd1;
}

.moreBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    margin-left: 8px;
    margin-top: -3px;
    transition: all .2s; 
}

.moreBtn a:hover::after{
    margin-left: 13px;
}

.eventList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.eventList ul.no-slider{
    display: flex;
    justify-content: center;
}

.eventList ul li{
    width: 49%;
    margin: 2% 0 0;
}

.eventList ul li a{
    display: block;
    padding: 20px;
    border-radius: 5px;
    background-color: #f6f2ee;
}

.eventList ul li a:hover{
    background-color: #e5dcd1;
}

.eventList ul li a .eventBody{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eventList ul li a .eventBody .eventImg{
    width: 40%;
}

.eventList ul li a .eventBody .eventImg img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.eventList ul li a .eventBody .txtContents{
    width: 54%;
}

.eventList ul li a .eventBody .txtContents .eventFloor{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    padding: .25em .75em;
    background-color: #a9894a;
    margin-bottom: .5em;
}

.eventList ul li a .eventBody .txtContents .eventDate,
.eventList ul li a .eventBody .txtContents .eventTit{
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .25em;
}

.eventList ul li a .eventBody .txtContents .eventDetail{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #e5dcd1;
    padding-top: 10px;
}

.eventList ul li a .eventBody .txtContents .eventDetail .eventMen{
    margin-right: 15px;
}

.eventList ul li a .eventBody .txtContents .eventDetail span{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.eventList ul li a .eventBody .txtContents .eventDetail span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/icon_person.png")no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}

.eventList ul li a .eventBody .txtContents .eventDetail span.appStatusMen::before{
    background-color: #6c96ca;
}

.eventList ul li a .eventBody .txtContents .eventDetail span.appStatusWomen::before{
    background-color: #f97399;
}


.slick-dotted.slick-slider{
    margin: 0;
}

.eventList ul .slick-dots{
    position: static;
    margin-top: 30px;
}

.eventList ul .slick-dots li{
    position: relative;
    width: 20px;
    padding: 0;
    background: none;
    margin: 0 5px;
}

.slick-prev,
.slick-next{
    top: 42%;
    width: 25px;
    height: 25px;
    z-index: 2;
}

.slick-prev{
    left: 40px;
}

.slick-next{
    right: 40px;
}

.slick-prev::before,
.slick-next::before{
    color: #333;
}

.lineBnr{
    text-align: center;
    margin-bottom: 40px;
}

.lineBnr a{
    display: inline-block;
    max-width: 640px;
}

.lineBnr a:hover{
    opacity: .8;
}

.lineBnr a > img:nth-child(2){
    display: none;
}

#topReason{
    padding-top: 0;
}

#topReason::before{
    content: none;
}

.topReasonImg{
    height: 700px;
    background: url("../images/top_reason_bg.jpg")no-repeat center;
    background-size: cover;
}

.decoTxt{
    display: block;
    text-align: center;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    margin-top: -.6em;
}

.decoTxt::after{
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #534741;
    margin: 20px auto 25px;
}

#topReason h3{
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2.5em;
}

.reasonList ul{
    display: flex;
    flex-wrap: wrap;
}

.reasonList ul li{
    display: flex;
    align-items: center;
    width: 47.5%;
    margin: 0 5% 5% 0;
}

.reasonList ul li:nth-child(2n){
    margin-right: 0;
}

.reasonList ul li figure{
    width: 45%;
}

.reasonList ul li .txtContents{
    width: 55%;
    text-align: center;
    padding-left: 35px;
}

.reasonList ul li .txtContents > span{
    display: block;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: .25em;
}

.reasonList ul li .txtContents p{
    font-weight: 700;
}

.reasonList ul li .txtContents .moreBtn{
    margin-top: 20px;
}

.otherLounge{
    border-top: 1px solid #f6f2ee;
    padding-top: 100px;
}

.otherLounge ul{
    display: flex;
    justify-content: space-between;
}

.otherLounge ul li{
    width: 48%;
}

.otherLounge ul li a{
    display: block;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.otherLounge ul li a::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #777;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.otherLounge ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 60%;
    border-radius: 50%;
    background-color: #b5113c;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.otherLounge ul li a figure{
    height: 100%;
}

.otherLounge ul li a figure img{
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

.otherLounge ul li a:hover figure img{
    transform: scale(1.1);
}

.otherLounge ul li a span{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: .75em 1em;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

/* .otherLounge ul li a span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
} */






.meisterBnr{
    text-align: center;
    margin-top: 40px;
}

.meisterBnr a{
    display: inline-block;
    max-width: 840px;
    margin: 0 auto;
}

.meisterBnr a:hover{
    opacity: .8;
}

.topVoiceContents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.topVoiceContents figure{
    width: 47.5%;
}

.topVoiceContents .txtContents{
    width: 47.5%;
}

.topVoiceContents .txtContents p{
    text-align: center;
}

.coupleList{
    margin-top: 30px;
}

.coupleList .head{
    display: flex;
    margin-bottom: 10px;
}

.coupleList .head span{
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.coupleList .head span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/icon_person.png")no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}

.coupleList .head span:first-child::before{
    background-color: #6c96ca;
}

.coupleList .head span:nth-child(2)::before{
    background-color: #f97399;
}

.coupleList ul li{
    display: flex;
    padding: .5em 0;
    border-top: 1px solid #e5dcd1;
    position: relative;
}

.coupleList ul li:last-child{
    border-bottom: 1px solid #e5dcd1;
}

.coupleList ul li::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_heart.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.coupleList ul li p{
    width: 50%;
    text-align: center;
}

#topBlog .inner{
    max-width: 1200px;
}

.blogList ul{
    display: flex;
    flex-wrap: wrap;
}

.blogList ul li{
    width: 31.25%;
    margin: 0 3.125% 5% 0;
}

.blogList ul li:nth-child(3n){
    margin-right: 0;
}

.blogList ul li:nth-child(3n+1):nth-last-child(-n+3),
.blogList ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
    margin-bottom: 0;
}

.blogList ul li a{
    display: block;
}

.blogList ul li a:hover{
    color: #b5113c;
}

.blogList ul li a figure{
    border-radius: 5px;
    overflow: hidden;
}

.blogList ul li a figure img{
    aspect-ratio: 640 / 400;
    object-fit: cover;
    transition: all .2s;
}

.blogList ul li a:hover figure img{
    transform: scale(1.1);
}

.blogList ul li a span{
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    margin: 1em 0 .75em;
}

.blogList ul li a p{
    font-weight: 700;
    line-height: 1.5;
}

.topAboutTxt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topAboutTxt div{
    width: 47.5%;
}

.topAboutTxt div h4{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
    position: relative;
}

.topAboutTxt div h4::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5dcd1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topAboutTxt div h4 span{
    display: inline-block;
    padding: 0 .75em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#topInsta{
    padding: 0 0 120px;
}

/* アップ前修正指示後 / start */
#topNews .inner{
    max-width: 1200px;
}

.newsList_thumb ul{
    display: flex;
    flex-wrap: wrap;
}

.newsList_thumb ul li{
    width: 31.25%;
    margin: 0 3.125% 5% 0;
}

.newsList_thumb ul li:nth-child(3n){
    margin-right: 0;
}

.newsList_thumb ul li:nth-child(3n+1):nth-last-child(-n+3),
.newsList_thumb ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
    margin-bottom: 0;
}

.newsList_thumb ul li a{
    display: block;
}

.newsList_thumb ul li a figure{
    border-radius: 5px;
    overflow: hidden;
}

.newsList_thumb ul li a figure img{
    aspect-ratio: 640 / 400;
    object-fit: cover;
    transition: all .2s;
}

.newsList_thumb ul li a:hover figure img{
    transform: scale(1.1);
}

.newsList_thumb ul li a .date{
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
}

.newsList_thumb ul li a .date span:first-child{
    font-size: 1.4rem;
    line-height: 1;
    margin-right: .75em;
}

.newsList_thumb ul li a .date span:nth-child(2){
    display: inline-block;
    text-align: center;
    width: 7em;
    font-size: 1.2rem;
    line-height: 1;
    padding: .25em .5em;
    border: 1px solid #534741;
}

.newsList_thumb ul li a .date span:nth-child(2).news{
    color: #b5113c;
    border-color: #b5113c;
}

.newsList_thumb ul li a .date span:nth-child(2).campaign{
    color: #a9894a;
    border-color: #a9894a;
}

.newsList_thumb ul li a p{
    font-weight: 700;
    line-height: 1.5;
}

.contentsTopTxt{
    text-align: center;
    margin-bottom: 2em;
}

.messageList_thumb ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.messageList_thumb ul li{
    width: 31.25%;
}

#topVoice .inner{
    max-width: 1200px;
}

.messageList_thumb ul li a{
    display: block;
    height: 100%;
    padding: 20px 20px 25px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.messageList_thumb ul li a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.messageList_thumb ul li a::after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all .2s;
}

.messageList_thumb ul li a:hover::after{
    right: 15px;
}

.messageList_thumb ul li a figure{
    overflow: hidden;
}

.messageList_thumb ul li a figure img{
    aspect-ratio: 640 / 400;
    object-fit: cover;
    object-position: top;
    transition: all .2s;
}

.messageList_thumb ul li a:hover figure img{
    transform: scale(1.1);
}

.messageList_thumb ul li a .coupleDetail{
    padding: 15px 0 10px;
    border-bottom: 1px solid #e5dcd1;
    margin-bottom: 10px;
}

.messageList_thumb ul li a .coupleDetail p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .25em;
}

.messageList_thumb ul li a .coupleDetail span{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
}

.messageList_thumb ul li a .coupleDetail span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/icon_heart.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.messageList_thumb ul li a > p{
    position: relative;
}






/* アップ前修正指示後 / end */















/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}




/* ------------------------------------------------------- footer */
.cmsWrapper{
    border-top: 1px solid #e5dcd1;
    border-bottom: 1px solid #e5dcd1;
}

.cmsWrapper .container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.cmsWrapper .container a{
    display: inline-block;
    width: 80px;
    margin-right: 25px;
}

.cmsWrapper .container a:hover{
    opacity: .8;
}

.cmsWrapper .container .txtContents > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75em;
}

.fContainer{
    margin-bottom: 50px;
}

.fContact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e5dcd1;
}

.fContact div{
    width: 100%;
    text-align: center;
    padding: 10px 25px;
    border-right: 1px solid #e5dcd1;
}

.fContact div:last-child{
    border: none;
}

.fContact div.fContactBtn a{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1.5em;
    border-radius: 50px;
}

.fContact div.fContactBtn:first-child a{
    background-color: #b5113c;
}

.fContact div.fContactBtn:first-child a:hover{
    background-color: #a1002e;
}

.fContact div.fContactBtn:first-child a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url("../images/icon_shop_w.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.fContact div.fContactBtn:nth-child(2) a{
    background-color: #303e52;
}

.fContact div.fContactBtn:nth-child(2) a:hover{
    background-color: #1c2b41;
}

.fContact div.fContactBtn:nth-child(2) a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url("../images/icon_mail_w.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.fContact div.fTel a{
    display: inline-block;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: .15em;
}

.fContact div.fTel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../images/icon_tel.png")no-repeat center #b5113c;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -9px;
}

.fContact div.fTel span{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.fMenu{
    display: flex;
    margin-top: 50px;
}

.fSiteMap{
    width: 100%;
}

.fSiteMap ul{
    display: flex;
    flex-wrap: wrap;
}

.fSiteMap ul li{
    width: 19%;
    margin: 0 1.25% 2% 0;
}

.fSiteMap ul li:nth-child(5n){
    margin-right: 0;
}

.fSiteMap ul li a{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
}

.fSiteMap ul li a:hover{
    text-decoration: underline;
}

.fSiteMap ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b5113c;
    border-right: 1px solid #b5113c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
    transition: all .2s;
}

.fInfo > a{
    display: block;
    max-width: 255px;
}

.fInfo > a:hover{
    opacity: .8;
}

.fInfo p{
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 1em 0;
}

.fInfo .instaBnr a{
    display: block;
    max-width: 255px;
}

.fInfo .instaBnr a:hover{
    opacity: .8;
}

.fInfo .otherStoreList{
    margin-top: 15px;
}

.fInfo .otherStoreList ul li{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: .5em;
}

.fInfo .otherStoreList ul li a{
    display: inline-block;
}

.fInfo .otherStoreList ul li a:hover{
    text-decoration: underline;
}

.fInfo .otherStoreList ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
}

.fPrivacyTxt > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75em;
}

.copyright{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
    padding: 1.25em 20px;
    background-color: #534741;
}

.contactFixed{
    width: 100%;
    padding: 10px 5px 15px;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    position: fixed;
    left: 0;
    bottom: 0;
}

.contactFixed ul{
    display: flex;
    justify-content: space-between;
}

.contactFixed ul li{
    width: 49.5%;
}

.contactFixed ul li a{
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1.25em .75em;
    background-color: #303e52;
    border-radius: 50px;
}

.contactFixed ul li:nth-child(2) a{
    background-color: #b5113c;
}

.contactFixed ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url(../images/icon_tel_sp_fixed.png)no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.contactFixed ul li:nth-child(2) a::before{
    background-image: url(../images/icon_shop_w.png);
}






@media(max-width: 1080px){
    .fContact div.fTel a{
        font-size: 2.8rem;
    }
    
    .fContact div.fTel a::before{
        width: 30px;
        height: 30px;
    }
    
    .fSiteMap ul li{
        width: 32%;
        margin-right: 2%;
    }
    
    .fSiteMap ul li:nth-child(5n){
        margin-right: 2%;
    }
    
    .fSiteMap ul li:nth-child(3n){
        margin-right: 0;
    }
}



/* ------------------------------------------------------- tab / sp */
@media(max-width: 810px){
    .dispPc{
        display: none !important;
    }

    .dispSp{
        display: block !important;
    }
    
    .listDisc > li,
    .listNum > li{
        font-size: 1.5rem;
    }
    
    header{
        height: 95px;
    }
    
    header.is-animation{
        height: 79px;
    }
    
    .siteDescription{
        font-size: 1.1rem;
        transition: all .2s;
    }
    
    header.is-animation .siteDescription{
        height: 12px;
        opacity: 0;
        margin: 0;
    }
    
    .headerContainer{
        padding: 12px 0;
        transition: all .2s;
    }
    
    header.is-animation .headerContainer{
        padding: 0 0 12px;
    }
    
    .hLogo a{
        width: 200px;
        height: 54px;
    }
    
    .telBtnSp{
        position: absolute;
        top: 34px;
        right: 62px;
        width: 44px;
        height: 44px;
        border: 1px solid #e5dcd1;
        border-radius: 5px;
        transition: all .2s;
    }

    header.is-animation .telBtnSp{
        top: 17px;
    }

    .iconAward{
        position: absolute;
        top: 34px;
        right: 70px;
        transition: all .2s;
    }

    header.is-animation .iconAward{
        top: 17px;
    }

    .iconAward p{
        text-indent: -9999px;
        width: 117px;
        height: 44px;
        background: url(../images/icon_award_ibj.png)no-repeat center;
        background-size: 100%;
    }
    
    
    
    
    /*ハンバーガーメニュー
	ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer {
		position: absolute;
		top: 34px;
		right: 13px;
		width: 44px;
		height: 44px;
        border: 1px solid #e5dcd1;
		border-radius: 5px;
        transition: all .2s;
	}
    
    header.is-animation #nav-drawer{
        top: 17px;
    }

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  	display: inline-block;
	  	width: 100%;
	  	vertical-align: middle;
	}
    
    #nav-open img{
        display: block;
    }

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  	position: absolute;
	  	height: 3px;/*線の太さ*/
	  	width: 24px;/*長さ*/
	  	background: #fff;
	  	display: block;
	  	content: '';
	  	cursor: pointer;
	}
	#nav-open span:before {
	  	bottom: -8px;
	}
	#nav-open span:after {
	  	bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	  	display: none;/*はじめは隠しておく*/
	  	position: fixed;
	  	z-index: 99;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	background: black;
	  	opacity: 0;
	  	transition: .2s ease-in-out;
	}

	/*中身*/
	#nav-content {
	  	overflow: auto;
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	z-index: 9999;/*最前面に*/
	  	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  	max-width: 330px;/*最大幅（調整してください）*/
	  	height: 100%;
	  	background: rgba(255,255,255,.9);/*背景色*/
	  	transition: .2s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-105%);
	  	transform: translateX(-105%);/*左に隠しておく*/
		margin-top: 95px;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  	display: block;/*カバーを表示*/
	  	opacity: .5;
		margin-top: 95px;
	}
    
    header.is-animation #nav-content,
    header.is-animation #nav-input:checked ~ #nav-close{
        margin-top: 79px;
    }

	#nav-input:checked ~ #nav-content {
	  	-webkit-transform: translateX(0%);
	  	transform: translateX(0%);/*中身を表示（右へスライド）*/
	  	/* box-shadow: 6px 0 25px rgba(0,0,0,.15); */
	}
	
	#top header.is-animation #nav-content{
		background-color: rgba(255,255,255,.95);
		border: none;
	}
    
    .hNav .hContactBtns{
        flex-wrap: wrap;
        padding: 0 0 100px;
        position: relative;
    }
    
    .hNav .hContactBtns > a{
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 1.5em;
        background-color: #b5113c;
        border: none;
        border-radius: 50px;
        margin: 10px 10px 0;
    }
    
    .hNav .hContactBtns > a:nth-child(2),
    .hNav .hContactBtns > a.blue{
        background-color: #303e52;
        margin-right: 10px;
    }
    
    .hNav .hContactBtns > a::before{
        background-image: url("../images/icon_shop_w.png");
    }
    
    .hNav .hContactBtns > a:nth-child(2)::before{
        background-image: url("../images/icon_mail_w.png");
    }
    
    .hNav .hContactBtns .hTel{
        width: 100%;
        background-color: #fff;
        padding: 20px 0;
        border-radius: 5px;
        margin: 10px 10px 0;
        text-align: center;
    }
    
    .hNav .hContactBtns .hTel span{
        text-align: center;
    }
    
    .hNav nav{
        padding: 0;
    }
    
    .hNav nav ul{
        text-align: left;
    }
    
    .hNav nav > ul > li{
        display: block;
        border-bottom: 1px dotted #ccc;
        margin: 0;
    }
    
    .hNav nav > ul > li > a{
        padding: 1.25em;
        margin: 0;
    }
    
    .hNav nav > ul > li > a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #b5113c;
        border-right: 1px solid #b5113c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
        margin-top: -3px;
    }

    .hNav nav > ul > li > a[target="_blank"]::after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        background: url("../images/icon_blank.png")no-repeat center;
        background-size: 100%;
        margin-left: 5px;
        margin-top: -2px;
    }
    
    .menuSingle .menuSecondLevel{
        display: none;
    }
    
    main{
        padding-top: 95px;
    }
    
    .topHero .slider ul li{
        width: 400px;
        height: 300px;
        margin-right: 30px;
    }
    
    .topHeroTxt{
        padding: 40px 0 70px;
    }
    
    .topHeroTxt span{
        top: 40px;
    }

    .topHeroAwards{
        padding-bottom: 60px;
    }

    .topHeroAwards ul li{
        width: 140px;
    }

    .topHeroAwards ul li span{
        font-size: 1.4rem;
    }
    
    .topContentsWrapper{
        padding: 70px 0;
    }
    
    .topBnrs{
        padding: 70px 0;
    }
    
    .topMenuContents{
        padding-top: 70px;
    }
    
    .topMenuContents ul li{
        width: 100%;
        margin-bottom: 5%;
    }
    
    .newsList ul li a{
        flex-wrap: wrap;
    }
    
    .newsList ul li a .date{
        width: 100%;
        margin: 0 0 10px;
    }
    
    .newsList ul li a .date span:first-child{
        font-size: 1.3rem;
    }
    
    .newsList ul li a .date span:nth-child(2){
        font-size: 1.2rem;
    }
    
    .eventList ul{
        justify-content: center;
    }
    
    .eventList ul li{
        margin-right: 2%;
    }
    
    .eventList ul li:nth-child(2n){
        margin-right: 0;
    }

    .eventList ul li a .eventBody .eventImg{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .eventList ul li a .eventBody .txtContents{
        width: 100%;
    }
    
    .slick-prev,
    .slick-next{
        top: -20px;
    }
    
    .slick-prev{
        left: auto;
        right: 50px;
    }
    
    .slick-next{
        right: 20px;
    }
    
    .topReasonImg{
        height: 500px;
    }
    
    .decoTxt{
        font-size: 6rem;
    }
    
    .decoTxt::after{
        height: 30px;
        margin: 10px auto;
    }
    
    #topReason h3{
        font-size: 2.8rem;
    }
    
    .reasonList ul li{
        width: 100%;
        margin-right: 0;
    }
    
    .reasonList ul li:nth-child(2n) figure{
        order: 1;
    }
    
    .reasonList ul li:nth-child(2n) .txtContents{
        padding: 0 35px 0 0;
    }
    
    .meisterBnr{
        margin-top: 20px;
    }
    
    .topVoiceContents figure{
        width: 60%;
        margin: 0 auto 50px;
    }
    
    .topVoiceContents .txtContents{
        width: 100%;
    }
    
    .blogList ul li a span{
        font-size: 1.4rem;
        margin-bottom: .65em;
    }
    
    .topAboutTxt div h4{
        font-size: 1.5rem;
    }
    
    .cmsWrapper{
        border-bottom: none;
    }
    
    .cmsWrapper .container .txtContents{
        width: 100%;
    }
    
    .cmsWrapper .container .txtContents > span{
        font-size: 1.5rem;
        margin-bottom: .5em;
    }
    
    .cmsWrapper .container .txtContents p br{
        display: none;
    }

    footer{
        padding-bottom: 80px;
    }
    
    .fContact{
        flex-wrap: wrap;
        background-color: #fff;
        border: none;
    }
    
    .fContact div{
        padding: 0;
        border: none;
    }
    
    .fContact div.fContactBtn{
        margin-bottom: 10px;
    }
    
    .fContact div.fContactBtn a{
        max-width: 360px;
        padding: 1.25em;
        margin: 0 auto;
    }
    
    .fContact div.fTel{
        margin-top: 10px;
    }
    
    .fContact div.fTel a{
        font-size: 3.4rem;
    }
    
    .fMenu{
        flex-wrap: wrap;
    }
    
    .fInfo{
        margin: 50px auto;
    }
    
    .fInfo p{
        text-align: center;
        margin: 1.5em 0;
    }
    
    .fSiteMap ul li{
        border-bottom: 1px solid #e5dcd1;
    }
    
    .fSiteMap ul li a{
        padding-bottom: .25em;
    }

    .fInfo .otherStoreList ul li{
        text-align: center;
    }
    
    .fPrivacyTxt > span{
        font-size: 1.5rem;
        margin-bottom: .5em;
    }

    .topChoosing{
        padding-top: 70px;
    }

    .topContentsWrapper .topChoosing h3{
        font-size: 2.4rem;
    }

    .topChoosingList ul li{
        width: 49.5%;
        margin-bottom: 1%;
    }

    .otherLounge{
        padding-top: 70px;
    }

    .otherLounge ul li a::after{
        width: 25px;
        height: 25px;
        right: 10px;
        bottom: 10px;
    }

    .otherLounge ul li a span{
        width: 80%;
        font-size: 1.5rem;
    }
    
    

    

    
    
    
    
    
    
    
    
    
}



@media(max-width: 670px){
    header{
        height: 114px;
    }
    
    header.is-animation{
        height: 72px;
    }
    
    .siteDescription{
        margin-top: .25em;
    }
    
    header.is-animation .siteDescription{
        height: 11px;
    }
    
    .hLogo a{
        width: 175px;
        height: 47px;
    }
    
    .telBtnSp,
    .iconAward,
    #nav-drawer{
        top: 50px;
    }
    
    header.is-animation .telBtnSp,
    header.is-animation .iconAward,
    header.is-animation #nav-drawer{
        top: 14px;
    }

    .iconAward p{
        width: 107px;
    }
    
    #nav-input:checked ~ #nav-close,
    #nav-content{
        margin-top: 114px;
    }
    
    header.is-animation #nav-input:checked ~ #nav-close,
    header.is-animation #nav-content{
        margin-top: 72px;
    }
    
    .topHero{
        margin-top: 30px;
    }
    
    .topHero .slider ul li{
        width: 320px;
        height: 240px;
        margin-right: 20px;
    }
    
    .topHero .inner{
        overflow: hidden;
    }
    
    .topHeroTxt{
        padding-bottom: 50px;
    }
    
    .topHeroTxt > img:first-child{
        display: none;
    }
    
    .topHeroTxt > img:nth-child(2){
        display: block;
    }
    
    .topHeroTxt span{
        top: 30px;
        width: 125%;
    }

    .topHeroAwards{
        padding-bottom: 45px;
    }

    .topHeroAwards ul li{
        width: 130px;
        margin-right: 30px;
    }

    .topHeroAwards ul li span{
        font-size: 1.3rem;
    }
    
    .topBnrs{
        padding: 40px 0;
    }
    
    .topBnrs ul{
        flex-wrap: wrap;
    }
    
    .topBnrs ul li{
        width: 100%;
        margin: 0 0 5%;
    }
    
    .topMenuContents ul li{
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .topMenuContents ul li:last-child{
        margin: 0;
    }

    .topMenuContents ul li > a{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .topMenuContents ul li > a figure{
        height: 140px;
    }

    .topMenuContents ul li > a figure img{
        aspect-ratio: 640 / 380;
        object-fit: cover;
    }

    .topMenuContents ul li .txtContents{
        width: 100%;
    }

    .topMenuContents ul li .txtContents .moreBtn{
        text-align: center;
    }
    
    .topContentsWrapper h3{
        margin-bottom: 2em;
    }
    
    .topContentsWrapper h3 span{
        font-size: 3rem;
    }
    
    .newsList ul li a{
        padding: 15px 10px;
    }
    
    .moreBtn{
        margin-top: 30px;
    }
    
    .moreBtn a{
        font-size: 1.4rem;
    }
    
    .slick-prev{
        right: 40px;
    }
    
    .slick-next{
        right: 15px;
    }
    
    .eventList ul li{
        width: 100%;
        margin: 5% 0 0;
    }
    
    .eventList ul li a{
        padding: 15px;
        background-color: #f6f2ee;
    }

    .eventList ul li a .eventBody .eventImg{
        width: 35%;
        margin: 0;
    }

    .eventList ul li a .eventBody .txtContents{
        width: 60%;
    }

    .eventList ul li a .eventBody .txtContents .eventFloor{
        font-size: 1rem;
    }

    .eventList ul li a .eventBody .txtContents .eventDate,
    .eventList ul li a .eventBody .txtContents .eventTit{
        font-size: 1.3rem;
    }

    .eventList ul li a .eventBody .txtContents .eventDetail span{
        font-size: 1.1rem;
    }
    
    .lineBnr{
        margin-bottom: 30px;
    }
    
    .lineBnr a > img:first-child{
        display: none;
    }
    
    .lineBnr a > img:nth-child(2){
        display: block;
    }
    
    .decoTxt{
        font-size: 5rem;
    }
    
    #topReason h3{
        font-size: 2.2rem;
    }
    
    .reasonList ul li{
        flex-wrap: wrap;
        padding-bottom: 40px;
        border-bottom: 1px solid #e5dcd1;
        margin-bottom: 40px;
    }
    
    .reasonList ul li:last-child{
        padding: 0;
        border: none;
    }
    
    .reasonList ul li figure{
        width: 70%;
        margin: 0 auto 20px;
    }
    
    .reasonList ul li:nth-child(2n) figure{
        order: 0;
    }
    
    .reasonList ul li .txtContents{
        width: 100%;
        padding: 0 20px;
    }
    
    .reasonList ul li:nth-child(2n) .txtContents{
        padding: 0 20px;
    }
    
    .topVoiceContents figure{
        width: 90%;
        margin-bottom: 30px;
    }
    
    .blogList ul li{
        width: 100%;
        margin: 0 0 6%;
    }
    
    .blogList ul li:nth-child(3n+1):nth-last-child(-n+3),
    .blogList ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
        margin-bottom: 10%;
    }
    
    .blogList ul li:last-child{
        margin: 0 !important;
    }
    
    #topAbout{
        padding-bottom: 100px;
    }
    
    .topAboutTxt div{
        width: 100%;
        margin-bottom: 10%;
    }
    
    .topAboutTxt div:last-child{
        margin: 0;
    }
    
    .cmsWrapper .container{
        flex-wrap: wrap;
    }
    
    .cmsWrapper .container a{
        margin: 0 auto 20px;
    }
    
    .cmsWrapper .container .txtContents > span{
        text-align: center;
        margin-bottom: 1em;
    }
    
    .fContact{
        padding: 30px;
    }
    
    .fMenu{
        margin-top: 30px;
    }
    
    .fSiteMap ul li{
        width: 100%;
        margin: 0;
    }
    
    .fSiteMap ul li a{
        padding: .75em;
    }

    .newsList_thumb ul li{
        width: 100%;
        margin: 0 0 6%;
    }
    
    .newsList_thumb ul li:nth-child(3n+1):nth-last-child(-n+3),
    .newsList_thumb ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
        margin-bottom: 10%;
    }
    
    .newsList_thumb ul li:last-child{
        margin: 0 !important;
    }

    .messageList_thumb ul li{
        width: 100%;
        margin: 0 0 6%;
    }
    
    .messageList_thumb ul li:last-child{
        margin: 0;
    }

    .topChoosing{
        padding-top: 60px;
    }

    .topContentsWrapper .topChoosing h3{
        font-size: 2.2rem;
    }

    .topContentsWrapper .topChoosing h3 br{
        display: block;
    }

    .topChoosingList ul li{
        width: 100%;
        background-size: 40px 40px;
        margin-bottom: 5%;
    }

    .topChoosingList ul li::after{
        font-size: 12rem;
    }

    .topChoosingList ul li p{
        padding: 2em;
    }

    .otherLounge{
        padding-top: 60px;
    }

    .otherLounge ul{
        flex-wrap: wrap;
    }

    .otherLounge ul li{
        width: 100%;
        margin-bottom: 10px;
    }

    .otherLounge ul li:last-child{
        margin: 0;
    }

    .otherLounge ul li a{
        height: 100px;
    }

    .otherLounge ul li a span{
        border: none;
    }
    



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}























