.article{
    font-family: "M PLUS Rounded 1c","Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    min-height: 100vh;
}
a{
    color: #ff88a5;
}
img, svg{
    vertical-align:top;
}

.btnStyle{
    font-family : inherit;
    font-size   : 100%;
    border: 2px solid #ff88a5;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    cursor : pointer;
}
.hbtn{
    margin-top: -8px;
}

.button_lang{
    border: 2px solid #333;
}
.button_lang div{
    gap: 8px !important;
}
.header-nav-item{
    cursor : pointer;
}
.header-nav-item:not(:last-child){
    margin-right: 16px;
}
.split-img{
    height: 80vh;
}
h2.article-title{
    font-size: 20px;
}
h2.article-title2{
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}
.article-subtitle{
    font-size: 14px;
    margin-top: -0.5em;
    text-align: center;
    color: #8d9ca7;
}
h3.article-info-title{
    font-size: 18px;
}
p.article-img{
    margin-bottom: 40px;
    color: #999;
}
.article-body img {
    margin-bottom: 10px;
}
p{
    margin-top: 4px;
    word-break: break-word;
}
.article ul{
    margin-top: 4px;
    margin-bottom: 30px;
}
.article ul li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}

.content{
    margin-top: 80px;
}
.header{
    background-color: #fff;
}
.footer div{
    color: #eee;
}

.event-text{
    background-color: rgb(255, 242, 206);
    padding: 1em;
    margin-top: 2em;
}

table{
    margin: 1em 0 2em 0;
}
th{
    text-align: left;
    padding-right: 1em;
    vertical-align: top;
    white-space:nowrap;
}

._msg{
    margin-bottom: 2em;
}

.button-gonft{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #3b9ad5;
    border: 2px solid #3b9ad5;
    padding: 0px 6px;
    margin-left: 0.5em;
    border-radius: 4px;
}

img.mini{
    margin-bottom:0;
}

.section h3, .section-sub h3 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.section h3 span, .section-sub h3 span{
  position: relative;
  display: inline-block;
  padding: 0 65px;
  size: 16px;
}
.section h3 span:before, .section h3 span:after, .section-sub h3 span:before, .section-sub h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.section h3 span:before, .section-sub h3 span:before {
  left: 0;
}
.section h3 span:after, .section-sub h3 span:after {
  right: 0;
}

/* section */
.section-sub{
    padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
    .section-sub{
        padding: 0 0 60px 0;
    }
}

.header-img{
    width: 100%;
    min-height: 200px;
    max-height: 30%;
    object-fit: cover;
}

.header-logo img{
    width: auto;
    height: 50px;
}
.logo_big{
    display: inline;
}
.logo_mini{
    display: none;
}
@media screen and (max-width: 500px) {
    .logo_big{
        display: none;
    }
    .logo_mini{
        display: inline;
    }
}

.sidemenu{
    margin: 1em 0 1em 2em;
    font-size: 16px;
    font-weight: bold;
}

/* あとで使う
.sidemenu li{
    border-bottom: 3px dotted #ffc4ac;
    padding: 0.5em 0 0.5em 1em;
}
.sidemenu li:last-child{
    border: none;
}
.sidemenu ul ul{
    padding-left: 1.5em;
}
.sidemenu ul ul li{
    padding-right: 1.5em;
}
*/
/* 仮のやつ */
.sidemenu li{
    padding: 0.5em 2em 0.5em 0em;
}

.sidemenu a{
    color: #333;
}
.right{
    width: 100%;
    text-align: right;
    padding-right: 1em;
    cursor: pointer;
}
.footlink{
    width: 100%;
    text-align: center;
    font-size: 45px;
}
.footlink a{
    padding: 0 1em;
}

.marquee_container {
    overflow: hidden;
    padding-top: 30px;
}
.marquee_text {
    transform: translateX(100%);
    animation: marquee 15s linear infinite;
    font-size: 26px;
    font-weight: bold;
    font-family: "Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    vertical-align: middle;
}
.marquee_text img{
    vertical-align: middle;
}
@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 1500px) {
    .marquee_text {
        animation-duration: 23s;
    }
}
@media screen and (max-width: 600px) {
    .marquee_text {
        animation-duration: 10s;
        font-size: 16px;
    }
}

.TBD-sale{
    text-align: center;
    color: #96616f;
}

/* Dressup */

.custom-area{
    margin-left: 40%;
    padding: 2em 0 2em 120px;
}
.custom-area div{
    margin-bottom: 2em;
}
.doll-area{
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    left: 80px;
    width: 40%;
    height: auto;
    padding-top: 20px;
    z-index: 1;
}

.doll-area p{
    display: block;
    position: relative;
    text-align: center;
}
.doll-area img{
    margin-bottom: 0;
    object-fit: contain;
}
.doll-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.doll-area svg{
    display: block;
}

@media screen and (max-width: 1000px) {
    .custom-area{
        margin: 0;
        padding: 2em;
        margin-top: 50vh;
    }
    .doll-area {
        left: 0;
        width: 100%;
    }
    .doll-area img{
        max-height: 40vh;
        width: auto;
    }
}

input[type="color"]{
    vertical-align: -4px;
}
.color-picker{
    display: inline-block;
    width: 20px;
    position: relative;
}
.color-picker::before{
    background: #000;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: -16px;
}
.colorSelect input[type=radio]{
    display: none;
}
.colorSelect input[type=radio] + label{
    display: inline-block;
    border: #e4e4e4 dashed 2px;
    border-radius: 8px;
    padding: 6px 8px;
    margin: 4px 4px 0 0;
}
.colorSelect input[type="radio"]:checked + label {
    border: #ff88a5 solid 2px;
}

.skinA::before{ background: #FFEEE6;}
.skinB::before{ background: #F3D8CA;}
.skinC::before{ background: #C7A085;}
.skinD::before{ background: #9E7560;}
.skinDefault::before{ background: var(--color_skin_default, #9E7560);}

.hairA::before{ background: #A3C7EC;}
.hairB::before{ background: #FFEEC1;}
.hairC::before{ background: #5A5A5A;}
.hairD::before{ background: #EDA3BD;}
.hairE::before{ background: #A2ECE0;}
.hairF::before{ background: #DCDCDC;}
.hairG::before{ background: #E3A2ED;}
.hairH::before{ background: #EA5757;}
.hairI::before{ background: #F59561;}
.hairJ::before{ background: #FFBDBD;}
.hairK::before{ background: #9DDF90;}
.hairL::before{ background: #886853;}
.hairDefault::before{ background: var(--color_hair_default, #A3C7EC);}

.itemName{
    font-size: 120%;
    margin-bottom: 0.5em;
}

.dressup-base{
    position: relative;
    min-height: 100vh;
    margin: 0 2em;
}
.loader-back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color: #cccccc5c;
}
.loader-mini {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.loader-mini div{
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ff6299, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629980, -1.8em -1.8em 0 0em #ff6299b3;
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em #ff6299b3, 1.8em -1.8em 0 0em #ff6299, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629980;
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em #ff629980, 1.8em -1.8em 0 0em #ff6299b3, 2.5em 0em 0 0em #ff6299, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629980, 2.5em 0em 0 0em #ff6299b3, 1.75em 1.75em 0 0em #ff6299, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629980, 1.75em 1.75em 0 0em #ff6299b3, 0em 2.5em 0 0em #ff6299, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629980, 0em 2.5em 0 0em #ff6299b3, -1.8em 1.8em 0 0em #ff6299, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629980, -1.8em 1.8em 0 0em #ff6299b3, -2.6em 0em 0 0em #ff6299, -1.8em -1.8em 0 0em #ff629933;
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629980, -2.6em 0em 0 0em #ff6299b3, -1.8em -1.8em 0 0em #ff6299;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ff6299, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629980, -1.8em -1.8em 0 0em #ff6299b3;
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em #ff6299b3, 1.8em -1.8em 0 0em #ff6299, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629980;
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em #ff629980, 1.8em -1.8em 0 0em #ff6299b3, 2.5em 0em 0 0em #ff6299, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629980, 2.5em 0em 0 0em #ff6299b3, 1.75em 1.75em 0 0em #ff6299, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629980, 1.75em 1.75em 0 0em #ff6299b3, 0em 2.5em 0 0em #ff6299, -1.8em 1.8em 0 0em #ff629933, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629980, 0em 2.5em 0 0em #ff6299b3, -1.8em 1.8em 0 0em #ff6299, -2.6em 0em 0 0em #ff629933, -1.8em -1.8em 0 0em #ff629933;
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629980, -1.8em 1.8em 0 0em #ff6299b3, -2.6em 0em 0 0em #ff6299, -1.8em -1.8em 0 0em #ff629933;
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em #ff629933, 1.8em -1.8em 0 0em #ff629933, 2.5em 0em 0 0em #ff629933, 1.75em 1.75em 0 0em #ff629933, 0em 2.5em 0 0em #ff629933, -1.8em 1.8em 0 0em #ff629980, -2.6em 0em 0 0em #ff6299b3, -1.8em -1.8em 0 0em #ff6299;
    }
}

.hide{
    display: none !important;
}
.centering{
    text-align: center !important;
    padding-top: 8vw !important;
}
.pointer{
    cursor : pointer;
}

.doll-select{
    margin: 1em auto 3em auto;
    text-align: center;
    min-height: 80vh;
}
.dollframe{
    display: inline-block;
    width: 25vw;
    height: 27vw;
    box-shadow: 0px 0px 15px 0px rgba(176, 121, 121, 0.35);
    border-radius: 20px;
    padding: 1em;
    font-weight: bold;
    margin: 20px;
    text-align: left;
}
@media screen and (max-width: 900px) {
    .dollframe{
        width: 38vw;
        height: 40vw;
    }
    .centering{
        padding-top: 12vw !important;
    }
}
@media screen and (max-width: 550px) {
    .dollframe{
        width: 80vw;
        height: 85vw;
    }
    .centering{
        padding-top: 30vw !important;
    }
}

.dollframe div{
    overflow:hidden;
}
.dollframe svg:hover{
    transform:scale(1.1, 1.1);
    transition:0.3s all;
}

.btn-reload{
    width: 100%;
    text-align: right;
}
.btn-reload span{
    margin: 1em 0 0 0;
    border-color: #ff88a5;
    color: #ff88a5;
}
.btn-back {
    position: static;
    margin-top: 0.5em;
    text-align: left !important;
}
.btn-back span{
    margin-top: 0;
}
.btn-back svg{
    display: inline;
}
@media screen and (max-width: 1000px) {
    .btn-back {
        position: absolute;
        top: 1.5em;
        left: 1em;
    }
}

.dressup-message{
    height: 100vh;
    margin-top: 4em;
    text-align: center;
}

.btn-center{
    text-align: center !important;
    margin-top: 2em;
    border-color: #ff88a5;
    color: #ff88a5;
}

.input_text{
    width: 100%;
    border: #333 solid 2px;
    padding: 0.2em 0.5em;
}

.editBtn{
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    margin: 2em 0;
    border: #ff88a5 solid 2px;
}
.editBtn span{
    display: inline-block;
}
.edit-on{
    background-color: #ff88a5;
    color: #fff;
    cursor: pointer;
}
.edit-off{
    background-color: #fff;
    color: #ff88a5;
    cursor: default;
}

.mint_modalBack .clickable{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background: #00000042;
    z-index: 4;
}
.mint_modalBack {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    margin: auto;
	opacity: 0;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
  }
.mint_modalBox {
	padding: 30px;
	text-align: center;
    background: #fff;
    width: 100%;
    max-width: 767px;
    max-height: 100%;
    box-shadow: 0 10px 25px 0 #797979;
    z-index: 5;
}
.mint_modalInner a{
    color: #333;
    text-decoration: underline;
}
.mint_items{
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-top: 1em;
}

.equipBox{
    display: block;
    border-radius: 10px;
    border: #ff88a555 dashed 3px;
    width: 100%;
    height: 22vh;
    padding: 2vh 1vh;
    overflow-x: scroll;
    overflow-y: clip;
    white-space: nowrap;
}
.equipItem{
    display: inline-block;
    width: 15vh;
    height: 17vh;
    margin: 0 1vh;
    border: #fff solid 0.5vh;
}
.equipItem2{
    display: inline-block;
    width: 14vh;
    height: 14vh;
    position: relative;
    margin-bottom: 0 !important;
}
.equipItem img{
    object-fit: cover;
    height: 100%;
}
.equipItem_parts{
    width: 14vh;
    height: 2vh;
    font-size: 1vh;
    padding: 0 4px;
    margin: 0 !important;
    overflow: hidden;
}
.pAmount{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff88a566;
    font-size: 80%;
    padding: 0.1em 0.6em;
    color: #fff;
    margin: 0 !important;
}

.equipBox input[type=radio]{
    display: none;
}
.equipBox input[type="radio"]:checked + label {
    border: #ff88a5 solid 0.5vh;
}

#item_equips{
    display: none;
}

.sample-yuki{
    margin-top: -50px;
    text-align: center !important;
}
.sample-yuki img{
    padding: 1em;
    border: #ff88a599 dotted 5px;
    border-radius: 2em;
    max-height: 40vh;
    width: auto;
}

.hadaka{
    color: #ff88a5;
}

.rmlink{
    text-align: right;
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
}
.rmlink a{
    display: inline-block;
    border: #ff88a5 solid 2px;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
}

.timeline {
    list-style: none;
    border-top: #ccc dotted 2px;
    border-bottom: #ccc dotted 2px;
    padding-top: 30px;
}
.timeline > li {
    margin-bottom: 40px;
    list-style-type: none !important;
}
.timeline-date {
    margin-bottom: 20px !important;
    margin-left: -1em;
    color: #ff88a5;
    font-weight: bold;
}
.timeline-h {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
.fixed .timeline-h:before {
    color: #fff;
    content: '★.';
    width: 30px;
    height: 30px;
    background: #ff88a5;
    border-radius: 100%;
    margin-right: 8px;
}

.tobe{
    color: #ccc;
    font-weight: bold;
    margin-top: -10px;
    text-align: right;
}

/* for Desktop */
@media ( min-width : 640px ){
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 110px;
        float: left;
        margin-top: 3px;
        text-align: right;
        padding-right: 20px;

        margin-left: 0;
        color: #333;
        font-weight: normal;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #ebebeb solid;
        padding-left: 30px;
    }
    .timeline-content:before {
        content: '';
        width: 16px;
        height: 16px;
        background: #ebebeb;
        position: absolute;
        left: 104px;
        top: 8px;
        border-radius: 100%;
        border:#fff solid 3px;
    }
    .fixed:before {
        color: #fff;
        content: '★.';
        width: 30px;
        height: 30px;
        background: #ff88a5;
        left: 97px;
        top: 0px;
    }
    .fixed .timeline-h:before {
        display: none;
    }
}

.overview{
    text-align: center;
}
.overview table{
    display: inline-block;
    text-align: left;
    border-spacing: 0.7em;
}
.overview .kome{
    font-size: 0.9em;
    color: #7ca0d3;
}

.col4{
	text-align: center;
	margin: 5em 0;
}
.col4 .img{
	margin: 0 auto;
}
.col4 li{
    display: inline-block;
    width: 300px;
    padding: 0 3%;
    vertical-align: top;
    text-align: center !important;
    margin-left: 0 !important;
}
