@charset "UTF-8";

/* ==================================================
Page Base
================================================== */

/* Wrapper
------------------------------ */
#lp-edit-wrap,
.lp-format {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000;
    background: #fff;
    text-align: center;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    overscroll-behavior: none;
    overscroll-behavior-y: none;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.lp-format img,
.lp-format svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.lp-format i,
.lp-format em {
    display: inline-block;
    font-style: inherit;
}


/* Font
------------------------------ */
.lp-format .font-jp {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    text-transform: initial;
}

.lp-format .font-en {
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: initial;
    letter-spacing: 0.2em;
}


/* Links
------------------------------ */
.lp-format a {
    font-size: inherit;
}

.lp-format a img {
    transition: all 0.4s ease-out 0s;
}

.lp-format a:link {
    text-decoration: underline;
    color: #444;
}

.lp-format a:visited {
    text-decoration: underline;
    color: #444;
}

.lp-format a:hover {
    text-decoration: none;
    color: #444;
}

.lp-format a:active {
    text-decoration: none;
    color: #444;
}

.lp-format :focus {
    outline: 0;
}



/* LP Reset
------------------------------ */
#lp-edit-wrap,
.lp-format {
    position: relative;
    max-width: 1080px;
    min-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #lp-edit-wrap {
        max-width: 768px;
    }
}


.lp-format h1,
.lp-format h2,
.lp-format h3 {
    font-size: inherit;
    line-height: inherit;
    border: none;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
}


.lp-format .price {
    color: inherit;
    font-weight: inherit;
}


.bread li {
    /*display: inline-block;*/
    margin-bottom: 0.6em;
}


/* Button Archives

※ページ下部に必ず設置

<div class="btn-archives">
<a href="https://etretokyo.jp/shop/pages/topics_index.aspx" class="type-archives">
<span class="font-en fz-regular">CHECK ARCHIVES</span>
</a>
</div>
------------------------------ */
.lp-format .btn-archives {}

.lp-format .btn-archives a.type-archives {
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    padding: 15px;
    border: 1px solid #000;
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color: #000;
    background: #fff;
}

.lp-format .btn-archives a.type-archives::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.lp-format .btn-archives a.type-archives span {
    display: inline-block;
    position: relative;
}

.lp-format .btn-archives a.type-archives:hover {
    color: #fff;
    background: #000;
}

.lp-format .btn-archives a.type-archives:hover::after {
    border-color: #fff;
}


/* Button Normal

<div class="btn-block">
<a href="#" class="type-rectangle"><span class="font-en fz-regular">TEXT</spna></a>
</div>
------------------------------ */
.lp-format .btn-block {
    padding-top: min(3.125%, 20px);
}

.lp-format .btn-block a.type-rectangle {
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    padding: 15px;
    border: 1px solid #000;
    width: 80%;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    background: #000;
}

.lp-format .btn-block a.type-rectangle:hover {
    color: #fff;
    background: #7c7c7c;
}

/*.lp-format .btn-block a.type-rectangle span {
	display: inline-block;
	position: relative;	
}*/

.lp-format .btn-block a.type-rectangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

.lp-format .btn-block a.type-rectangle:hover::after {
	border-color: #fff;
}


/* ==================================================
LP Head
================================================== */
#lp-head {
    margin-bottom: min(9.375%, 60px);
}

#lp-main-visual {}

#lp-main-visual img {
    width: 100%;
}


/* #lp-main-lead
------------------------------ */
#lp-main-lead {
    padding: 0 3%;
}

#lp-main-lead .title-txt {
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

#lp-main-lead .update-txt {
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: initial;
    letter-spacing: 0.2em;
    line-height: 1.2;
}


/* ==================================================
Free space 5
================================================== */
#freespace5-edit-wrap {}

@media screen and (max-width: 768px) {
    #freespace5-edit-wrap {
        padding-bottom: min(12.5%, 80px);
    }
}

#menulist-area {}

ul.list-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

ul.list-block li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
}

@media screen and (max-width: 768px) {
    ul.list-block li {
        width: 30%;
        margin: 0 1.5% 3%;
    }
}

ul.list-block li a {
    text-decoration: none !important;
    font-size: clamp(12px, 2.917vw, 14px);
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: initial;
    letter-spacing: 0.1em;
    line-height: 1.2;
    display: block;
    position: relative;
    border: 1px solid #000;
    padding: 15px 2px;
    color: #000;
    background: #fff;
    transition: all 0.4s ease-out 0s;
}

@media screen and (max-width: 768px) {
    ul.list-block li a {
        letter-spacing: 0.05em;
    }

    ul.list-block li {
        width: 30%;
        margin: 0 1.5% 3%;
    }
}


ul.list-block li a span {
    white-space: nowrap;
}

ul.list-block li a:hover {
    color: #fff;
    background: #000;
}

.current-outer ul.list-block li:nth-child(1) a,
.current-tops ul.list-block li:nth-child(2) a,
.current-bottoms ul.list-block li:nth-child(3) a,
.current-onepiece ul.list-block li:nth-child(4) a,
.current-other ul.list-block li:nth-child(5) a {
    pointer-events: none;
    background: #e0e0e0;
    border-color: #6c6c6c;
    opacity: 0.5;
}

#menulist-area .btn-block {}

#menulist-area.current-all .btn-block {
    display: none;
}

/* ==================================================
Free space 4
================================================== */
#freespace4-edit-wrap {
    padding: min(15.625%, 100px) 0 min(25%, 160px);
}


/* ==================================================
Free Space Comment
================================================== */
#freespace-comment-edit-wrap {}