<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* (SP)RESET ADD CMN SETTING */
:root {
    --wKeyColor: #f2f21d;
    --mKeyColor: #19f73e;
}
body { font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
ul {
    padding: 0;
    list-style: none
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}
.figure { margin: 0 }
a { text-decoration: none }
/* (SP)EACH SEX SETTING */
a[href*="_womens.html"] .select-box-sex-btn { background: var(--wKeyColor) }
a[href*="_womens.html"] .select-box-sex-deco  { background: var(--wKeyColor) }
#womens .select-box-item-btn { background: var(--wKeyColor) }
#womens .select-box-btn { background: var(--wKeyColor) }
a[href*="_mens.html"] .select-box-sex-btn { background: var(--mKeyColor) }
a[href*="_mens.html"] .select-box-sex-deco  { background: var(--mKeyColor) }
#mens .select-box-btn { background: var(--mKeyColor) }
#mens .select-box-item-btn { background: var(--mKeyColor) }

/* (SP)MAIN SETTING */
#main{
    width: 100%;
    margin: 0 auto
}
/* (SP)BEGINNING SETTING */
.beginning-tit {
    padding: 25px 0;
    font-size: 24px;
    text-align: center
}
.beginning-concept{
    padding: 10px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    text-align: center
}
.beginning-check{
    margin: 50px 0 70px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
/* (SP)SELECT SETTING */
#select{
    background: #fff;
    margin: 10px;
    border: solid 1px #d9d9d9;
}
.select-tit {
    padding: 30px 0 50px 0;
    font-size: 22px;
    text-align: center;
}
.select-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.select-box-item a,.select-box-sex a {
    color: #000;
    font-size: 14px;
}
.select-box-item img {
    margin-top: 5px;
}
.select-box-item,.select-box-sex {
    font-weight: bold;
    text-align: center;
}
.select-box-sex {
    position: relative;
    padding: 20px;
}
.select-box-item:only-child {
    width: 60%;
    margin-left: 20%;
}
.select-box-item:first-child:nth-last-child(2),
.select-box-item:first-child:nth-last-child(2) ~ .select-box-item {
    width: 48.5%;
}
.select-box-item:first-child:nth-last-child(3),
.select-box-item:first-child:nth-last-child(3) ~ .select-box-item {
    width: 32%;
}
.select-box-link{
    position: relative;
    flex-wrap:wrap;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 10px 40px 0px;
    color: #000;
    text-decoration: none;    
}
.select-box-info,.select-box-figure{
    display:flex;
    width: 48.5%;
    height: auto;
    flex-wrap:wrap;
    justify-content: space-between;
}
.select-box-txt {
    margin: 10px 0px 0px 20px;
    font-size: 14px;
}
.select-box-btn {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 4.25%;
    width: 40%;
    margin: 13px 0px 0px 0px;
    padding: 5px 0px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.select-box-item-btn,.select-box-sex-btn {
    display: block;
    width: 80%;
    margin: 13px auto 0px auto;
    padding: 5px 0px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.select-box-sex-deco {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-60%);
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}
.select-txt {
    margin: 30px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
@media (min-width: 750px) {
    /* (PC)RESET ADD CMN SETTING */
    .pcNone {
        display: none;
    }
    #container {
        width: 100%;
        max-width: 800px;
        margin: 0 auto 100px;
    }
    /* (PC)EACH SEX SETTING */
    #womens #select {background: #fff0f0 }
    #mens #select {background: #f4f4fc }
    a[href*="_womens.html"] .select-box-sex-btn::before { background: var(--wKeyColor) }
    #womens .select-box-btn::before{ background: var(--wKeyColor) }
    #womens .select-box-item-btn::before{ background: var(--wKeyColor) }
    a[href*="_mens.html"] .select-box-sex-btn::before { background: var(--mKeyColor) }
    #mens .select-box-btn::before{ background: var(--mKeyColor) }
    #mens .select-box-item-btn:before{ background: var(--mKeyColor) }
    /* (PC)BEGIING SETTING */
    .beginning-tit {
        padding: 35px;
        font-size: 34px;
    }
    .beginning-concept {
        font-size: 17px;
        padding: 10px 20px 20px;
        line-height: 35px;
    }
    .beginning-check {
        font-size: 25px;
        margin: 50px 0 120px
    }
    /* (PC)SELECT SETTING */
    #select {
        margin: 20px;
        padding: 0 0 55px
    }
    .select-tit {
        padding: 30px 0 50px 0;
        font-size: 30px;
    }
    .select-wrap {
        opacity:0;
        margin: 25px;
        animation-name:fadeUpAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }
    .select-wrap::after {
        content: "";
        width: 32%;
    }
    .select-box-item a {
        font-size: 20px;
    }
    .select-box-item img {
        margin-top: 10px;
    }
    .select-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 30%;
    }
    .select-box-info,.select-box-figure { width: 100% }
    .select-box-number{
        margin: 0 0 8px -9px;
        width: 90%;
        height: auto;
        flex-wrap: wrap;
        justify-content: center
    }
    .select-box-txt {
        margin: 10px;
        font-size: 17px;
        text-align: justify
    }
    .select-box-btn {
        overflow: hidden;
        z-index: 3;
        right: 0;
        left: 0;
        width: 56%;
        margin: -55px auto;
        padding: 5px 40px;
        border: 1px solid #555;
        background: transparent !important;
        color:#333;
        font-size: 15px;
        transition: ease .2s;
    }
    .select-box-btn::before {
 	    content: "";
 	    position: absolute;
 	    top: 0;
 	    left: 0;
 	    z-index: -1;
 	    width: 100%;
	    height: 100%;
 	    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	    transform: scale(0, 1);
	    transform-origin: right top
    }
    .select-box-link:hover .select-box-btn::before {
	    transform-origin:left top;
	    transform:scale(1, 1);
    }
    .select-box-item-btn,.select-box-sex-btn {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 10px 0;
        border: 1px solid #555;
        background: transparent !important;
        color:#333;
        font-size: 15px;
        transition: ease .2s;
        box-sizing: border-box;
    }
    .select-box-item-btn::before,.select-box-sex-btn::before {
 	    content: "";
 	    position: absolute;
 	    top: 0;
 	    left: 0;
 	    z-index: -1;
 	    width: 100%;
	    height: 100%;
 	    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	    transform: scale(0, 1);
	    transform-origin: right top
    }
    .select-box-item:hover .select-box-item-btn::before,.select-box-sex:hover .select-box-sex-btn::before {
	    transform-origin:left top;
	    transform:scale(1, 1);
    }
    .select-txt {
        margin: 40px 0 0 0;
        font-size: 24px;
    }
    .select-box-sex {
        width: 48.5%;
        padding: 0;
    }
}
/* ANIMATION SETTING */
@keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }</pre></body></html>