@charset "utf-8";


/* ----------------------------------------------------------------------
	selection
---------------------------------------------------------------------- */

::selection { background: #2c2625; color: #fff; }
::-moz-selection { background: #2c2625; color: #fff; }


/* ----------------------------------------------------------------------
	html,body
---------------------------------------------------------------------- */

html { font-size: 62.5%; }

body {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo, sans-serif;
	color: #2c2625;
	font-size: 16px;
	font-size: 1.6rem;
    text-align: left!important;
	line-height: 1.6;
    letter-spacing: .1em;
    font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
    min-width: 1100px;
}

* { box-sizing: border-box; }

@media screen and (max-width: 990px) {
	body { min-width: inherit; }
}


/* ----------------------------------------------------------------------
	anchor
---------------------------------------------------------------------- */

a { -webkit-tap-highlight-color: rgba(0,0,0,0.3); transition: 0.3s; }
a:link { color: #2c2625; text-decoration: underline; }
a:visited { color: #2c2625; text-decoration: underline; }
a:hover { color: #999; text-decoration: none; }
a:active { color: #999; text-decoration: none; }
a:focus { outline: none; }
a img { transition: 0.3s; }
a:hover img { opacity: 0.8; }

/* ----------------------------------------------------------------------
	font・color
---------------------------------------------------------------------- */

.font-ja {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: .2em;
}

.font-en {
    font-family: 'Crimson Text', serif;
    letter-spacing: .1em;
}

.color-red { color: #991200; }

.bold { font-weight: bold; }

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


/* ----------------------------------------------------------------------
	img
---------------------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
}

.no-img { border: 1px solid #eee; }


/* ----------------------------------------------------------------------
	btn
---------------------------------------------------------------------- */

/* btn-default */
.btn-default a {
    background: #2b2524;
    background-size: 16px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    padding: 14px 0 12px;
    width: 340px;
    border-radius: 1000px;
    display: inline-block;
    transition: 0.3s;
}

.btn-default--red a { background-color: #c1272d; }

.btn-default a:hover { opacity: 0.7;  }

@media screen and (max-width: 990px) {
    .btn-default a {
        padding: 12px 0 13px;
        width: auto;
        display: block;
    }
}


/* btn-sub */
.btn-sub { text-align: center; }

.btn-sub a {
    background: url("../img/icon_a_default_black.png") right 20px center no-repeat;
    background-size: 16px;
    color: #2c2625;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    padding: 14px 0 12px;
    width: 340px;
    border: 1px solid #2c2625;
    border-radius: 1000px;
    display: inline-block;
    transition: 0.3s;
}

.btn-sub a:hover { opacity: 0.7;  }


/* link-blank */
.link-blank {
	background: url("../img/icon_blank.gif") right center no-repeat;
	background-size: 14px 12px;
	padding-right: 18px;
}


/* ----------------------------------------------------------------------
	br
---------------------------------------------------------------------- */

@media screen and (max-width: 990px) {
    .sp-none { display: none; }
    
    .sp-block { display: block; }
    
    .sp-inline-block { display: inline-block; }
}



/* ----------------------------------------------------------------------
	wrapper
---------------------------------------------------------------------- */

#wrapper { width: 100%; }

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


/* ----------------------------------------------------------------------
	rewearHeader
---------------------------------------------------------------------- */

#rewearHeader { letter-spacing: normal; }

#rewearHeader .logo { box-sizing: content-box; }

@media screen and (max-width: 990px) {
    #rewearHeader { border-bottom: 1px solid #eee; }
}


/* ----------------------------------------------------------------------
	l-header
---------------------------------------------------------------------- */

.l-header {
    position: relative;
    text-align: center;
    padding: 50px 0 0;
}

.l-header__logo {
    position: absolute;
    top: 30px;
    left: 60px;
}

@media screen and (max-width: 990px) {
    .l-header { padding: 30px 0 30px; }
    
    .l-header__logo {
        position: static;
        text-align: center;
    }
    
    .l-header__logo img { width: 60vw; }
}

/* ----------------------------------------------------------------------
	l-content
---------------------------------------------------------------------- */

.l-content__inner {
    margin: 0 auto;
    max-width: 1000px;
}

.l-content__inner--small { max-width: 800px; }

@media screen and (max-width: 990px) {
  .l-content__inner { padding: 0 20px; }
}


/* ----------------------------------------------------------------------
	title
---------------------------------------------------------------------- */

/* page-ttl */
.page-ttl {
    position: relative;
    background: url("../img/icon_kirakira.gif") center top no-repeat;
    background-size: 48px 43px;
    text-align: center;
    line-height: 1;
    padding: 54px 0 20px;
    margin: 0 0 50px;
}

.page-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #2c2625;
    width: 160px;
    height: 1px;
    display: block;
    transform: translateX(-50%);
}

.page-ttl__ja {
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: .2em;
    
}

.page-ttl__en {
    font-size: 6.6rem;
    letter-spacing: .2em;
    margin: 0.2em 0 0;
}

@media screen and (max-width: 990px) {
    .page-ttl {
        padding: 54px 0 16px;
        margin: 0 0 30px;
    }
    
    .page-ttl:after { width: 100px; }
    
    .page-ttl__ja { font-size: 2rem; }

    .page-ttl__en {
        font-size: 3.6rem;
        letter-spacing: .2em;
    }
}


/* page-ttl-sub */
.page-ttl-sub {
    background: url("../img/icon_kira.svg") left top 3px no-repeat;
    background-size: 24px;
    padding: 0 0 0.8em 26px;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #ddd;
}

.page-ttl-sub__noen {
    margin: 0!important;
    border: none;
}

.page-ttl-sub__txt { font-size: 2rem; }

@media screen and (max-width: 990px) {
    .page-ttl-sub {
        background-position: left top 1px;
        padding: 0 0 0.6em 26px;
        margin: 0 0 20px;
    }
    
    .page-ttl-sub__txt { font-size: 1.8rem; }
    
    .page-ttl-sub__link { font-size: 1.4rem; }
}


/* page-s-ttl-line  */
.page-s-ttl-line {
    position: relative;
    text-align: center;
    padding: 0 0 0.8em;
    margin: 0 0 1.4em;
    border-bottom: 1px solid #2b2524;
}

.page-s-ttl-line--left { text-align: left; }

.page-s-ttl-line__ja {
    font-size: 2.2rem;
    font-weight: normal;
}

.page-s-ttl-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #2b2524;
    width: 100%;
    height: 1px;
    display: block;
}

@media screen and (max-width: 990px) {
    .page-s-ttl-line { margin: 0 0 1.2em; }
    
    .page-s-ttl-line__ja { font-size: 2rem; }
}


/* ----------------------------------------------------------------------
	target-block
---------------------------------------------------------------------- */

.target-block {
    margin: -120px 0 0;
    padding: 120px 0 0;
}

@media screen and (max-width: 990px) {
    .target-block {
        margin: -60px 0 0;
        padding: 60px 0 0;
    }
}


/* ----------------------------------------------------------------------
	icon
---------------------------------------------------------------------- */

/* list-icon */
.list-icon li,
.list-icon dl dt {
	background: url("../img/icon_list.gif") 0 5px no-repeat;
	background-size: 14px;
	padding-left: 18px;
    margin: 0 0 0.6em;
}

.list-icon dl { margin: 0 0 0.8em; }
.list-icon dl dt {
    font-weight: bold;
    margin: 0;
}

.list-icon li:last-child,
.list-icon dl:last-child { margin-bottom: 0; }

/* icon-plus */
.icon-plus {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
}

.icon-plus:before,
.icon-plus:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: #fff;
    width: 24px;
    height: 2px;
    display: block;
    transition: 0.25s;
}

.icon-plus:before { transform: rotate(90deg); }

.on .icon-plus:before { transform: rotate(0); }


/* ----------------------------------------------------------------------
	footer
---------------------------------------------------------------------- */

/* l-footer */
.l-footer { padding: 80px 0 30px; }

.l-footer__copyright { text-align: center; }

@media screen and (max-width: 990px) {
    .l-footer { padding: 60px 0 20px; }
}


/* pagetop */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	display: none;
}



@media screen and (max-width: 990px) {
	#pagetop {
		right: 20px;
		bottom: 20px;
	}
	
	#pagetop img {
		width: 50px;
		height: 50px;
	}
}


/* ----------------------------------------------------------------------
	columns
---------------------------------------------------------------------- */

/* l-column */
.l-column2,
.l-column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0;
}

.l-column2__inner { width: 480px; }

.l-column3__inner { width: 340px; }

@media screen and (max-width: 990px) {
    .l-column2,
    .l-column3 { display: block; }

    .l-column2__inner,
    .l-column3__inner { width: auto; }
    
    .l-column2__inner:last-child,
    .l-column3__inner:last-child { margin: 0; }
}


/* ----------------------------------------------------------------------
	modal
---------------------------------------------------------------------- */

.modal-open { overflow: hidden; }

.modal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100001;
	display: none;
	overflow: hidden;
	outline: 0 none;
	box-sizing: border-box;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__table {
	display: table;
	width: 100%;
	height: 100%;
}

.modal__table-cell {
    position: relative;
	display: table-cell;
	vertical-align: middle;	
}

.modal__ttl {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em;
}

.modal__content {
	position: relative;
    padding: 50px 0;
	margin: 0 auto;
	max-width: 1100px;
}

.modal__btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
    margin: 0;
	cursor: pointer;
}

.modal__btn-close.modal__btn-close { margin: 0; }

.modal__btn-close:hover { opacity: 0.8; }

.modal__btn-close-icon {
	position: relative;
    width: 40px;
    height: 40px;
	display: block;
}
.modal__btn-close-icon::before,
.modal__btn-close-icon::after {
    content: "";
    position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	background: #fff;
    display: block;
}

.modal__btn-close-icon::before { transform: translate(-50%,-50%) rotate(45deg);}
.modal__btn-close-icon::after { transform: translate(-50%,-50%) rotate(-45deg); }

@media screen and (max-width: 990px) {
    .modal__content { padding: 40px 20px 50px; }
    
    .modal__btn-close {
        top: 20px;
        right: 20px;
    }
}


/* ----------------------------------------------------------------------
	overlay
---------------------------------------------------------------------- */

.overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
    display: none;
}







