/* reset */
figure, dl, dt, dd {
    margin: 0;
    padding: 0;
}

figure img {
    width: 100%;
}

.lead_box .logo {
    width: calc(25% - 50px);
    max-width: 200px;
    margin: 0;
    padding: 0;
}

.lead_box .logo img {
    width: 100%;
}

.lead_box .lead {
    width: 75%;
}

.coin_list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

/*.coin_list:last-child {
    justify-content: center;
}*/

.coin_list .coin_list_item {
    width: calc(25% - 20px);
    margin: 10px;
}

.coin_list .coin_list_item a {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    transition: all 300ms 0s ease;
}

.coin_list .coin_list_item dl {
    margin: 0 auto;
    padding: 15px 10px 0;
    text-align: center;
}

.coin_list .coin_list_item dt {
    margin: 0 0 0.6em;
    font-weight: bold;
}

.coin_list .coin_list_item dd {
    font-size: 12px;
}

.coin_list .coin_list_item figure {
    padding: 20px;
    border-radius: 6px 6px 0 0;
    background-color: #eff1f5;
    transition: all 300ms 0s ease;
}

.coin_list .coin_list_item a:hover figure {
    background-color:rgba(239,241,245,0.5);
}

.coin_list .link_button {
    position: static;
    width: 124px;
    bottom: 9px;
    right: -1px;
    margin: 14px auto 0px;
    padding: 3px 0;
    border: 1px #223f98 solid;
    border-radius: 20px;
    background-color: #fff;
    color: #223f98;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transition: all  0.3s ease;
}

.coin_list a:hover .link_button {
    background-color: #ddeafe;
}

.link_button .link_box_icon {
    fill: #233f98;
}

.history_image {
    width: 40%;
    margin-right: 4.5%;
}

.history_text {
    flex: 1;
}

.furture_wrap {
    overflow: hidden;
}

.furture_image {
    width: 30.5%;
    margin-right: 4.5%;
}

.furture_text {
    flex: 1;
}

.furture_text p:not(:last-child) {
    margin-bottom: 1em;
}

.coin_feature {
    list-style: none;
}

.coin_feature li {
    width: 22.5%;
}

.coin_feature dt {
    margin: 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.coin_feature dd {
    margin: .5em 0;
    font-size: 11px;
}

.youtube_wrap {
    max-width: 720px;
    margin: 50px auto 0;
}

.youtube {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 (9÷16=0.5625) */
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cart_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.movie_wrap {
    max-width: 720px;
    margin: 50px auto 0;
}

.movie_main {
    width: 100%;
    max-width: 720px;
}

.cart_list .cart_list_item {
    width: 24%;
    margin: 20px auto;
}

.cart_list .cart_list_item:last-child {
    margin-bottom: 0;
}

.cartjs_cart_in{
    margin: 9px;
}

.cart, .cartjs_box, .cart table{
    margin: 0 auto;
}

.cart img{
    width: 100%;
    max-width: 278px;
}

.cartjs_product_table {
    width: 100%;
}

.cart a:link {
    color: #000;
    text-decoration:none;
}
.cart a:visited {
    color: #000;
    text-decoration:none;
}
.cart a:hover {
    color: #777;
    text-decoration:none;
}
.cart a:active {
    color: #000;
    text-decoration:none;
}

.clear {
    clear: both;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

.flx {
    width: 100%;
    height: auto;
    margin:auto;
    background-color: #211c33;
}

.mainvi{
    margin: 0 auto;
    position: relative;
    width: 965px;
    height: auto;
}

.mainvi img{
    vertical-align: bottom;
}

.mainon{
    position: absolute;
    top: 0;
    left: 31px;
}

.flx_sp{
    display: none;
    background-color: #211c33;
}

.fci img{
    width: 90%;
    height: auto;
}

.fci {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    display: block;
    border: 1px #bbb solid;
    transition: all 300ms 0s ease;
}

.fci:hover {
    background-color: #eee;
}
.link_box{
    width: 100%;
    max-width: 460px;
    margin: 20px auto 0;
}
.cartjs_product_num th{text-align: left;}
.cartjs_product_num td{text-align: right;}
input.cartjs_product_input_txt{text-align: right;}
.max800{max-width: 800px;}
.max720{max-width: 720px;}
.diff{font-size: 20px;font-weight: bold;}
.number, .diff{padding: 0 5px;letter-spacing: 1px;}
.ag_price{width: 544px;}
.specification{width: 420px;}
.column_top{padding: 40px;border-radius: 14px;margin: 0 auto;background-color: #fff;border: 1px #eee solid;box-shadow: 2px 2px 10px #ddd;}
.align_base{align-items: baseline;}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cp_tab {
    font-size: 13px;
    margin: 0 auto;
}
.cp_tab > input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    display: none;
}
.cp_tab .cp_tabpanel {
    display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
    margin-top: 20px;
}
.cp_tab > label {
    position: relative;
    display: inline-block;
    width: 111px;
    padding: 5px 0;
    margin: 0 4px;
    border-radius: 20px;
    border: 4px solid #c8d5ec;
    font-weight: bold;
    cursor: pointer;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
    background-color: #f0f5fd;
}
.cp_tab > input:checked + label {
    background-color: #c8d5ec;
}
.cp_tab .cp_tabpanel {
    padding: 0.5em 1em;
}
.max840{max-width: 840px;}
.under_td{padding: 7px 14px; border-bottom:1px #ddd solid;}
.underline li li {padding: 0;border-bottom: none;list-style: disc;}
.margin_bottom_ag{margin-bottom: 20px;}
.cartjs_sales_price th{padding-right: 10px;}
.postage td{width: 90px;}
.right{text-align: right;}
.price{border-collapse: collapse;border: 1px #ddd solid;}
.price th{padding: 10px;border: 1px #ddd solid;background: #eee;}
.price td{padding: 10px;border: 1px #ddd solid;background: #fff;}
.fit_table{width: fit-content;margin: 0 auto 20px;}
.position_charles_re{position: relative;}
.position_charles{position: absolute;bottom: 10px;right: 20px;}
.charles img{width: 110px;height: auto;margin-top: 130px;margin-bottom: 8px;}
.float_l{float: left;padding-right: 15px;}
.asterisk{font-size: 9px;vertical-align: 6px;}
.small_text{font-size: 12px;}

@media screen and (max-width:1210px){
    .flex_center{display: block;}
    .specification{margin-top: 40px;}
    .column_top{width: 100%;max-width: 530px;margin-left: auto;margin-right: auto;}
}

@media screen and (max-width:965px){
    .top_main{width:100%;}
    .flx{width:100%;height: auto;}
    .mainvi{width: 100%;}
    .cart_list .cart_list_item {width: 32%;}
    .coin_list .coin_list_item {width:calc(32% - 20px);}
    .charles img {margin-top: 0;}
}

@media screen and (max-width:800px){
    .lead_box {
        justify-content: center;
    }

    .lead_box .logo {
        min-width: 100px;
    }

    .lead_box .lead {
        width: 100%;
        margin-top: 20px;
    }

    .history_image {
        width: 100%;
        margin: 0 auto 37px;
        padding: 0;
    }

    .history_text {
        width: 100%;
    }

    .furture_image {
        width: 30.5%;
    }

    .furture_text {
        width: 65%;
    }

    .coin_feature {
        clear: both;
        width: 100%;
    }

    .coin_list {
        flex-wrap: wrap;
    }

    .coin_list .coin_list_item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

/* .charles {display: none;} */
}

@media screen and (max-width:720px){
    .youtube_wrap {
        margin-top: 20px;
    }

    .cart_list .cart_list_item {
        width: 47.5%;
    }

    .price td {
    min-width: 130px;
    }
}

@media screen and (max-width:600px){
    .cart{
        width: auto;
    }

    .flx{
        display: none;
        padding: 0;
    }

    .flx_sp{
        width: 100%;
        display:block;
    }

    .flx_sp img{
            width: 100%;
    }

    .ag_price .flex{display: block;text-align: center;}
    .column_top{padding: 24px 10px;}
    .under_td{padding: 6px;}
    .specification th{width: 60px;}
    .cp_tab > label {width: 80px; padding: 2px 0; margin: 4px; border: 2px solid #c8d5ec;}
    .cp_tab .cp_tabpanel {padding:0;}

    .coin_list .link_button {
        width: 110px;
        padding: 3px 0;
        font-size: 11px;
    }

    .coin_feature li {
        width: 47.5%;
        margin-bottom: 20px;
    }

    .furture_image {
        width: 100%;
    }

    .furture_text {
        clear: both;
        width: 100%;
    }
}

@media screen and (max-width:500px){
    .coin_list .coin_list_item {
        width: 90%;
        max-width: 230px;
        margin: 10px auto;
    }
}

@media screen and (max-width:400px){
    .cart img{width:100%;}

    .cart_list .cart_list_item {
        width: 80%;
    }
}
