body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    /* font-family: 'Futo Go B101', sans-serif; */
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
  
/* Container */
.header{
    text-align: center;
    height: 70px;
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
    font-weight: bold;
}
.header ul{
    display: flex;
}
.header ul li{
    margin-left: 20px;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px){
    .header{
        height: 60px;
    }

    .header img{
        width: 70%;
    }

    .header ul{
        display: block;
    }
    .header ul li{
        margin-left: 0;
        font-size: 1.6rem;
        line-height: 2;
    }
    #nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 32px;
        cursor: pointer;
    }
    #nav-toggle > div {
        position: relative;
        width: 36px;
    }
    #nav-toggle span {
        width: 100%;
        height: 1px;
        left: 0;
        display: block;
        background: #333;
        position: absolute;
        transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, top 0.5s ease;
        transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 14px;
    }
    #nav-toggle span:nth-child(3) {
        top: 28px;
    }
    #nav-toggle:hover span:nth-child(1) {
        top: 4px;
    }
    #nav-toggle:hover span:nth-child(3) {
        top: 23px;
    }
    
    .open #nav-toggle span {
        background: #fff;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        top: 15px;
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #nav-toggle {
        z-index: 1000;
    }
    
    #container {
        z-index: 900;
    }
    #gloval-nav {
        background: rgba(0,0,0,.8);
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: center;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 29px;
        opacity: 0;
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }
    #gloval-nav a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 0;
        transition: color 0.6s ease;
    }
    #gloval-nav a:hover {
        color: #666;
    }
    #gloval-nav ul li {
        opacity: 0;
        -webkit-transform: translateX(200px);
                transform: translateX(200px);
        transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
        transition: transform 0.6s ease, opacity 0.2s ease;
        transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
    }
    #gloval-nav ul li:nth-child(2) {
        transition-delay: 0.15s;
    }
    #gloval-nav ul li:nth-child(3) {
        transition-delay: 0.3s;
    }
    #gloval-nav ul li:nth-child(4) {
        transition-delay: 0.45s;
    }
    #gloval-nav ul li:nth-child(5) {
        transition-delay: 0.6s;
    }
    #gloval-nav ul li:nth-child(6) {
        transition-delay: 0.75s;
    }
    #gloval-nav ul li:nth-child(7) {
        transition-delay: 0.9s;
    }
    /* open */
    .open {
        overflow: hidden;
    }
    .open #gloval-nav {
        visibility: visible;
        opacity: 1;
    }
    .open #gloval-nav li {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        transition: opacity 0.9s ease, -webkit-transform 1s ease;
        transition: transform 1s ease, opacity 0.9s ease;
        transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    }
}
@media screen and (max-width: 640px){
    .header img{
        width: 50%;
    }
}
/* Container */
.item{
    background: #E9E9E7;
    padding: 50px 0 0;
}
.item .inner{
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.item__info {
    width: 300px;
}
.item__info h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
}
.item__info h3 span {
    font-size: 2rem;
    display: block;
}
.item__info .cart_price{
    margin: 10px 0 50px;
    font-weight: bold;
}
.item__info .icon{
    position: absolute;
    top: -20px;
    left: -100px;
}
.item__info .btn{
    margin-bottom: 15px;
    line-height: 0;
    position: relative;
}
.item__info .btn a[disabled]{
    background-image: none;
    padding: 0;
    text-align: center;
    pointer-events: none;
    background-color: rgba(0,0,0,.25);
}
.item__info .btn a{
    width: 300px;
    height: 45px;
    margin: 0 10px 0 0;
    padding: 0 0 0 100px;
    background-image: url(../img/ico_cart@2x.png);
    background-size: calc(61px / 2);
    background-position: 15px 12px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    display: block;
    line-height: 45px;
    font-size: 1.8rem;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    transition: opacity .1s ease;
}
.item__info .btn a.sold{
    pointer-events: none;
    background-color: rgba(0,0,0,.25);
}
.item__info .sold .btn_info .shipmaent_area{
    display: none;
}
.item__info .btn_info .sold{
    display: none;
}
.item__info .sold .btn_info .sold{
    display: block;
}
.item__info .price{
    font-size: 2.1rem;
}
.item__info .tax{
    font-size: 1.2rem;
}
.item__info .btn_info{
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    width: 300px;
    margin-bottom: 50px;
}
.item__info .shipping{
    display: inline-block;
}

.swiper-custom-parent{
    width: 525px;
    position: relative;
}
.swiper-container {
    width: 450px;
    padding-bottom: 50px;
    box-sizing: content-box;
}
.swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}
#bag .swiper-pagination-bullet:nth-of-type(6),
#bag .swiper-pagination-bullet:nth-of-type(7),
#bag .swiper-pagination-bullet:nth-of-type(8),
#bag .swiper-pagination-bullet:nth-of-type(9),
#bag .swiper-pagination-bullet:nth-of-type(10)
 {
    background: #FF0000;
}
#bag .swiper-pagination-bullet:nth-of-type(11),
#bag .swiper-pagination-bullet:nth-of-type(12),
#bag .swiper-pagination-bullet:nth-of-type(13),
#bag .swiper-pagination-bullet:nth-of-type(14),
#bag .swiper-pagination-bullet:nth-of-type(15),
#bag .swiper-pagination-bullet:nth-of-type(16)
 {
    background: #3178FF;
}
#bag .swiper-pagination-bullet:nth-of-type(17),
#bag .swiper-pagination-bullet:nth-of-type(18),
#bag .swiper-pagination-bullet:nth-of-type(19),
#bag .swiper-pagination-bullet:nth-of-type(20),
#bag .swiper-pagination-bullet:nth-of-type(21)
 {
    background: #FFC486;
}
#tote .swiper-pagination-bullet:nth-of-type(1),
#tote .swiper-pagination-bullet:nth-of-type(2),
#tote .swiper-pagination-bullet:nth-of-type(3),
#tote .swiper-pagination-bullet:nth-of-type(4)
 {
    background: #FF0000;
}
#tote .swiper-pagination-bullet:nth-of-type(5),
#tote .swiper-pagination-bullet:nth-of-type(6),
#tote .swiper-pagination-bullet:nth-of-type(7),
#tote .swiper-pagination-bullet:nth-of-type(8)
 {
    background: #3178FF;
}
#tote .swiper-pagination-bullet:nth-of-type(9),
#tote .swiper-pagination-bullet:nth-of-type(10),
#tote .swiper-pagination-bullet:nth-of-type(11),
#tote .swiper-pagination-bullet:nth-of-type(12),
#tote .swiper-pagination-bullet:nth-of-type(13)
 {
    background: #FFC486;
}
#tote .swiper-pagination-bullet:nth-of-type(14),
#tote .swiper-pagination-bullet:nth-of-type(15),
#tote .swiper-pagination-bullet:nth-of-type(16),
#tote .swiper-pagination-bullet:nth-of-type(17)
 {
    background: #FF3672;
}
#tote .swiper-pagination-bullet:nth-of-type(18),
#tote .swiper-pagination-bullet:nth-of-type(19),
#tote .swiper-pagination-bullet:nth-of-type(20),
#tote .swiper-pagination-bullet:nth-of-type(21)
 {
    background: #002CBD;
}
#wallet .swiper-pagination-bullet:nth-of-type(8),
#wallet .swiper-pagination-bullet:nth-of-type(9),
#wallet .swiper-pagination-bullet:nth-of-type(10),
#wallet .swiper-pagination-bullet:nth-of-type(11),
#wallet .swiper-pagination-bullet:nth-of-type(12),
#wallet .swiper-pagination-bullet:nth-of-type(13)
 {
    background: #FF0000;
}
#wallet .swiper-pagination-bullet:nth-of-type(14),
#wallet .swiper-pagination-bullet:nth-of-type(15),
#wallet .swiper-pagination-bullet:nth-of-type(16),
#wallet .swiper-pagination-bullet:nth-of-type(17),
#wallet .swiper-pagination-bullet:nth-of-type(18),
#wallet .swiper-pagination-bullet:nth-of-type(19),
#wallet .swiper-pagination-bullet:nth-of-type(20)
 {
    background: #3178FF;
}
#wallet .swiper-pagination-bullet:nth-of-type(21),
#wallet .swiper-pagination-bullet:nth-of-type(22),
#wallet .swiper-pagination-bullet:nth-of-type(23),
#wallet .swiper-pagination-bullet:nth-of-type(24),
#wallet .swiper-pagination-bullet:nth-of-type(25),
#wallet .swiper-pagination-bullet:nth-of-type(26)
 {
    background: #FFC486;
}
#pocket .swiper-pagination-bullet:nth-of-type(5),
#pocket .swiper-pagination-bullet:nth-of-type(6),
#pocket .swiper-pagination-bullet:nth-of-type(7)
 {
    background: #FF0000;
}
.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin-bottom: -2px !important;
}

.product__desc {
    max-width: 1024px;
    width: 90%;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.product__desc .product__caption{
    font-size: 1.8rem;
    padding-right: 50px;
}
.product__desc .product__caption div{
    text-align: center;
}

.product__desc .product__caption .image img{
    width: 90%;
    margin-bottom: 1em;
}

.product__desc .product__caption .image{
    text-align: left;
}

.product__desc .note{
    font-size: 1.2rem;
}
.product__desc .note div{
    padding: 10px 0;
}
.product__desc .note span{
    font-weight: bold;
}
.product__desc .note div+div{
    border-top: 1px solid;
}
.product__desc .note div img{
    padding: 10px 0;
}
.yokoku {
    text-align: center;
    padding: 70px 0 50px;
    font-size: 1.5rem;
    border-top: 1.5px solid;
    max-width: 1050px;
    margin: 0 auto;
}
.yokoku .logo {
    padding-bottom: 50px;
}
@media screen and (max-width: 768px){

    .item{
        padding: 20px 0 10px;
    }

    .item .inner {
        display: block;
    }
    .container .item__img {
        width: 96%;
        margin: 30px auto 0;
    }
    .swiper-custom-parent{
        width: 96%;
        margin: 0 auto;
    }
    .swiper-container {
        width: 90%;
    }
    .swiper-pagination{
        text-align: center;
    }
    .item__info {
        width: 90%;
        margin: 0 auto;
    }
    .item__info h3{
        text-align: center;
    }
    .item__info .cart_price{
        text-align: center;
    }
    .item__info .btn,
    .item__info .btn_info{
        margin-left: 30%;
        margin-bottom: 5px;
    }
    .item__info .btn a{
        width: 100%;
        padding: 0 0 0 21vw;
        font-size: 1.6rem;
    }
    .item__info .icon{
        left: -40%;
    }
    #wallet .item__info .icon{
        left: -36%;
    }
    #pocket .item__info .icon{
        left: -30%;
    }
    .item__info .icon img{
        width: 40%;
    }
    #wallet .item__info .icon img{
        width: 34%;
    }
    #pocket .item__info .icon img{
        width: auto;
        height: 93px;
    }
    .item__info .price {
        font-size: 2.3rem;
    }
    .item__info .tax {
        font-size: 1.5rem;
    }
    .item__info .btn_info{
        display: block;
        width: 70%;
        text-align: center;
        margin-bottom: 20px;
    }
    .product__desc{
        display: block;
        margin: 40px auto;
    }
    .product__desc .product__caption{
        font-size: 1.6rem;
        padding-right: 0;
    }
    .product__desc .product__caption div{
        text-align: center;
    }
    .product__desc .product__caption img{
        width: 50%;
    }
    .product__desc .product__caption .image img{
        width: 100%;
    }
    .product__desc .note{
        margin-top: 30px;
    }
    .product__desc .note ul li{
        padding-left: 1em;
        text-indent: -1em;
    }    
    .yokoku .logo {
        padding-bottom: 25px;
    }
    .yokoku .logo img {
        width: 70%;
        text-align: center;
    }
}
@media screen and (max-width: 640px){
    .swiper-pagination {
        line-height: 1;
    }
}
@media screen and (max-width: 320px){
    .item__info h3{
        font-size: 2.4rem;
    }
}