/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    /* line-height: 1.15; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

html,
body {
    height: 100%
}

body {
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

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

caption {
    text-align: left
}

td,
th {
    /* vertical-align: top; */
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}

[hidden] {
    display: none
}


/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* float */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

@media only screen and (min-width: 768px) {
    .pc_fl {
        float: left !important;
    }

    .pc_fr {
        float: right !important;
    }
}

/* align */
.taL {
    text-align: left !important;
}

.taR {
    text-align: right !important;
}

.taC {
    text-align: center !important;
}

/* size */
.txXS {
    font-size: 10rem !important;
}

.txSS {
    font-size: 11rem !important;
}

.txS {
    font-size: 12rem !important;
}

.txM {
    font-size: 13rem !important;
}

.txL {
    font-size: 16rem !important;
}

.txLL {
    font-size: 18rem !important;
}

.txXL {
    font-size: 20rem !important;
}

/* Margin Padding */
.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.mt120 {
    margin-top: 120px !important;
}

/* Clear */
.clr {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wd100 {
    width: 100%;
}

.spMwd {
    max-width: 65%;
    margin: 0 auto;
}

.mt22 {
    margin-top: 22px !important;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.mtb15 {
    margin-top: -15px;
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mr05 {
    margin-right: 5px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.mb-20 {
    margin-bottom: -20px !important;
}

.tx10 {
    font-size: 10px;
}

.tx11 {
    font-size: 11px;
}

.tx12 {
    font-size: 12px;
}

.tx13 {
    font-size: 13px;
}

.tx14 {
    font-size: 14px;
}

.tx15 {
    font-size: 15px;
}

.tx16 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .wd1000 {
        width: 1000px;
    }

    .pc_mt03 {
        margin-top: 3px !important;
    }

    .pc_mt04 {
        margin-top: 4px !important;
    }

    .pc_mt05 {
        margin-top: 5px !important;
    }

    .pc_mt10 {
        margin-top: 10px;
    }

    .pc_mt20 {
        margin-top: 20px;
    }

    .pc_mt30 {
        margin-top: 30px;
    }

    .pc_mt-30 {
        margin-top: -30px;
    }

    .pc_mt-40 {
        margin-top: -40px;
    }

    .pc_mt-50 {
        margin-top: -50px;
    }

    .pc_mt-60 {
        margin-top: -60px;
    }

    .pc_mt-70 {
        margin-top: -70px;
    }

    .pc_mt-400 {
        margin-top: -400px;
    }

    .pc_mb0 {
        margin-bottom: 0px;
    }

    .pc_mb5 {
        margin-bottom: 5px;
    }

    .pc_mb10 {
        margin-bottom: 10px;
    }

    .pc_mb15 {
        margin-bottom: 15px;
    }

    .pc_mb20 {
        margin-bottom: 20px;
    }

    .pc_mb-30 {
        margin-bottom: -30px;
    }

    .pc_mb-40 {
        margin-bottom: -40px;
    }

    .pc_ml-20 {
        margin-left: -20px !important;
    }

    .pc_mr10 {
        margin-right: 10px !important;
    }

    .pc_mr20 {
        margin-right: 20px !important;
    }

    .pc_mr30 {
        margin-right: 30px !important;
    }

    .pc_mr40 {
        margin-right: 40px !important;
    }

    .pc_mr50 {
        margin-right: 50px !important;
    }

    .pc_mr60 {
        margin-right: 60px !important;
    }

    .pc_mr70 {
        margin-right: 70px !important;
    }

    .pc_pt25 {
        padding-top: 25px;
    }

    .pc_pt30 {
        padding-top: 30px;
    }

    .pc_pt40 {
        padding-top: 40px;
    }

    .pc_pb0 {
        padding-bottom: 0px;
    }

    .pc_pb5 {
        padding-bottom: 5px;
    }

    .pc_pb10 {
        padding-bottom: 10px;
    }

    .pc_pb15 {
        padding-bottom: 15px;
    }

    .pc_pb20 {
        padding-bottom: 20px;
    }

    .pc_pb30 {
        padding-bottom: 30px !important;
    }

    .pc_pb40 {
        padding-bottom: 40px !important;
    }

    .pc_pb50 {
        padding-bottom: 50px !important;
    }

    .pc_pb60 {
        padding-bottom: 60px !important;
    }

    .pc_ptb30 {
        padding-top: 30px;
        padding-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .sp_mt20 {
        margin-top: 20px;
    }

    .spmt-20 {
        margin-top: -20px !important;
    }

    .sp_ml20 {
        margin-left: 20px;
    }

    .spmf20 {
        margin-left: 20px;
    }

    .sp_mb-20 {
        margin-bottom: -20px;
    }

    .sp_mb-30 {
        margin-bottom: -30px;
    }

    .sp_mb-40 {
        margin-bottom: -40px;
    }

    .sp_pb20 {
        padding-bottom: 20px;
    }

    .sp_mlr20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .sp_mlr10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .sp_ptb30 {
        padding-top: 30px;
        padding-bottom: -30px;
    }
}

.zp2 {
    z-index: 2 !important;
}

.zm-2 {
    z-index: -2 !important;
}

.bdrW li img {
    border: solid 2px #fff;
}

/* display */
@media only screen and (min-width: 768px) {
    .sp_only {
        display: none;
    }
}

.pc_only {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pc_only {
        display: block;
    }
}


/* -------------------------------------------------- */
/* -------------------------------------------------- */

#productMoreDetail .catchType01 h2 {
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

#productMoreDetail .ttlType01>h2 {
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
}

#productMoreDetail .ttlType02 {
    margin: 50px 0 30px;
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    padding: 15px 0;
    border-top: 4px double #CCCCCC;
    border-bottom: 4px double #CCCCCC;
}

#productMoreDetail .pointImgOverTitleList>ul>li>figure figcaption>span {
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    text-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

@media screen and (max-width:768px) {
    #productMoreDetail .catchType01 h2 {
        font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
        font-size: 1.6rem;
        line-height: 1.4;
        text-align: center;
        color: #FFFFFF;
    }

    #productMoreDetail .ttlType01>h2 {
        font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
        font-size: 2.0rem;
        line-height: 1.2;
        text-align: center;
        font-weight: 700;
    }

    #productMoreDetail .ttlType02 {
        margin: 45px 0;
        margin-bottom: calc(15 * (100vw / 320));
        font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: 700;
        padding: calc(10 * (100vw / 320)) 0;
        border-top: 4px double #CCCCCC;
        border-bottom: 4px double #CCCCCC;
    }

    #productMoreDetail .pointImgOverTitleList>ul>li>figure figcaption>span {
        font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.6;
        color: #FFFFFF;
        text-shadow: 0 0 8px rgba(0, 0, 0, .6);
    }
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* Slider */
/* �πｸ豢･縺､�｣�πｴ�｢��ｽ｢遯ｶ蝣具ｽｬ��ｿｽ�｡��ｿｽﾂ蝣吶▽�ｹ�πｸ豢･縺､�｣��ｿｽﾂ�ｽ��ｽ｢遶�ｽｬ驍�ｽ｢��ｿｽﾂ蝣吶▽�ｩ�πｸ豢･縺､�｣�πｴ�｢��ｽ｢遯ｶ蝣具ｽｬ��ｿｽ�｡��ｿｽﾂ蝣吶▽�､�πｸ豢･縺､�｣��ｿｽﾂ�ｽ��ｽ｢遶�ｽｬ驍�ｽ｢�πｴ�｢��ｽ｢遶�ｽｬ��ｽ｡��▽�ｬ�πｸ豢･縺､�｣��ｿｽﾂ�ｽ��ｽ｢遶�ｽｬ驍�ｽ｢��ｿｽﾂ蝣吶▽�ｼ�πｸ豢･縺､�ｩ��ｿｽﾂ�ｽ��ｽ｢遶�ｽｬ驍�ｽ｢��ｿｽﾂ蝣吶▽�ｨ�πｸ豢･縺､�･��ｿｽﾂ�ｹ��ｽ｢遶�ｽｬ�ゑｿｽ�πｴ�｢��ｽ｢遯ｶ蝣具ｽｬ��▽�ｽ�πｸ豢･縺､�ｧ�πｴ�｢��ｽ｢遯ｶ蝣具ｽｬ��▽謨包ｿｽﾂ蝣吶▽�ｨ */
/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.swiper-container {
    width: 75%;
    text-align: center;
    padding: 30px 0;
}

.swiper-container .swiper-slide img {
    width: 75%;
    margin: 0 auto;
}

:root {
    --swiper-theme-color: #999 !important;
}

.swiper-button-next:after {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-right: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-image: url(https://pg-ja.fujifilm.com/on/demandware.static/Sites-FujifilmNetprintJp-Site/-/ja_JP/v1597075274288/img/top/icon_arrow_menuslide_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
}

.swiper-button-prev:after {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    margin-left: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-image: url(https://pg-ja.fujifilm.com/on/demandware.static/Sites-FujifilmNetprintJp-Site/-/ja_JP/v1597075274288/img/top/icon_arrow_menuslide_prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
}

.swiper-custom-parent {
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.swiper-container {
    clear: both;
}

.swiper-my-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
}

.swiper-container-horizontal>.swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper-my-pagination img {
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
}

.swiper-my-pagination {
    display: table;
    table-layout: fixed;
}

.swiper-my-pagination .swiper-pagination-bullet {
    /* display: table-cell; */
    padding: 2px;
    background: transparent;
    opacity: 0.4;
}

.swiper-my-pagination .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #efefef;
    border-radius: 5px;
}


@media screen and (max-width: 559px) {


    .swiper-container {
        width: 100%;
    }

    .swiper-slide img {
        width: 100% !important;
        height: auto !important;
    }


    :root {
        --swiper-theme-color: #999999 !important;
    }

    .swiper-button-next:after {
        width: 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        margin-right: 1.5%;
    }

    .swiper-button-prev:after {
        width: 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }

    .swiper-custom-parent {
        margin: 0 1.5%;
        width: auto;
    }

    .swiper-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .tab-switch:checked+.tab-label+.tab-content {
        padding: 15px 0 0;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }
}

.swiper-custom-parent {
    clear: both;
    content: '';
    overflow: hidden;
}

.swiper-container {
    width: 60%;
    float: left;
}

.swiper-my-pagination {
    flex-wrap: wrap;
    margin-top: 20px;
    width: 38%;
    float: right;
}

.swiper-my-pagination .swiper-pagination-bullet {
    width: 25%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

    .swiper-container {
        width: 100%;
        float: none;
    }

    .swiper-my-pagination {
        width: 100%;
        float: none;
    }
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */

#more .price_more {
    width: 80%;
    margin: 0 auto;
    background-color: #00A273;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) {
    #more .price_more {
        width: 45%;
        max-width: 450px;
        margin: 0 auto;
        border-radius: 30px;
    }
}

#more .price_more a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 15px;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




.item-info {
    padding-bottom: 35px;
}

@media all and (min-width: 768px),
print {
    .item-info {
        margin-left: 60px;
        padding-top: 14px;
        padding-bottom: 0;
        float: right;
        width: calc(46.93878% - 60px);
    }
}

.item-info-hdg {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.4;
}

@media all and (min-width: 768px),
print {
    .item-info-hdg {
        margin-bottom: 15px;
        font-size: 2.8rem;
    }
}

.item-info-desc {
    margin-bottom: 23px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.93333;
}

@media all and (min-width: 768px),
print {
    .item-info-desc {
        margin-bottom: 22px;
        font-size: 1.4rem;
        line-height: 1.78571;
    }
}

.item-info-price-container {
    margin-bottom: 23px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (min-width: 768px),
print {
    .item-info-price-container {
        margin-bottom: 31px;
    }
}

.item-info-price__item {
    font-size: 1.8rem;
    line-height: 1.38889;
}

@media all and (min-width: 768px),
print {
    .item-info-price__item {
        font-size: 2.4rem;
        line-height: 1.375;
    }
}

.item-info-price__prefix,
.item-info-price__unit {
    display: inline-block;
    font-size: 70%;
}

.item-info-price__prefix {
    padding-right: 1em;
    position: relative;
}

.item-info-price__prefix::after {
    content: '??????';
    position: absolute;
    right: 0;
}

.item-info-price__prefix-size {
    min-width: 4.9em;
}

.item-info-sns {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (min-width: 768px),
print {
    .item-info-sns {
        padding-right: 9px;
    }
}

.item-info-sns__item:not(:last-child) {
    margin-right: 23px;
}

.item-info-sns__target {
    display: block;
    font-size: 0;
    text-align: center;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.item-info-sns__target:hover {
    opacity: 0.5;
}

.item-info-sns__target img {
    display: block;
}

.item-info-sns__item-facebook .item-info-sns__target {
    width: 11px;
    height: 22px;
}

.item-info-sns__item-twitter .item-info-sns__target {
    width: 21px;
    height: 17px;
}

@media all and (min-width: 768px),
print {
    .item-info-sns__item-twitter .item-info-sns__target {
        margin-top: 0;
    }
}

.item-info-table {
    width: 100%;
}

.item-info-table col:first-child {
    width: 20.28986%;
}

.item-info-table th,
.item-info-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    line-height: 1.78571;
    text-align: left;
    vertical-align: top;
}

.item-info-table tr:only-child th,
.item-info-table tr:only-child td {
    padding-top: 0;
    padding-bottom: 0;
}

.item-info-table tr:last-child th,
.item-info-table tr:last-child td {
    border-bottom: none;
}

@media all and (min-width: 768px),
print {
    .item-info-table col:first-child {
        width: 17.5%;
    }

    .item-info-table th,
    .item-info-table td {
        line-height: 1.78571;
    }

    .item-info-table .item-info-size th,
    .item-info-table .item-info-size td {
        padding-top: 10px;
        padding-bottom: 13px;
    }
}

.item-info-sozai th,
.item-info-sozai td {
    padding-top: 10px !important;
    padding-bottom: 10px;
    border-top: solid 1px #e0e0e0;
    line-height: 1.78571;
    text-align: left;
    vertical-align: top;
}


.item-info-data {
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-info-data:last-child {
    border-bottom: none;
}

@media all and (min-width: 768px),
print {
    .item-info-data .deliveryDate1 {
        font-size: 2.4rem;
    }
}

.item-info-data__term,
.item-info-data__desc {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.78571;
    text-align: left;
    vertical-align: top;
}

@media all and (min-width: 768px),
print {

    .item-info-data__term,
    .item-info-data__desc {
        line-height: 1.78571;
    }

    .item-info-size .item-info-data__term,
    .item-info-size .item-info-data__desc {
        padding-top: 10px;
        padding-bottom: 13px;
    }
}

.item-info-data__term {
    max-width: 20.28986%;
    font-weight: bold;
}

@media all and (min-width: 768px),
print {
    .item-info-data__term {
        max-width: 17.5%;
    }
}

.item-info-data__delivery {
    padding-bottom: 24px;
    width: 100%;
}

.item-info-data__delivery .delivery-type-change-ui {
    margin-top: 0;
}

@media all and (min-width: 768px),
print {
    .item-info-data__delivery {
        padding-bottom: 20px;
    }

    .item-info-data__delivery .delivery-type-change-ui {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .item-info-data__delivery .delivery-type-change-ui__item:not(:last-child) {
        margin-right: 10px;
    }
}

.item-info-list {
    line-height: 1.78571;
    font-size: 1.4rem;
}

.item-info-table__color th,
.item-info-table__color td {
    vertical-align: middle;
}
/* ▼カラー選択　202505追加　*/
.photogoodsPointArea.photogoodsPointArea_tshirt .leadtext{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.photogoodsPointArea_tshirt .js-color-icons .icon-color {
    cursor: pointer;
}
.photogoodsPointArea_tshirt .js-color-icons .icon-color.selected {
    outline: 2px solid #000;
    outline-offset: 3px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .photogoodsPointArea.photogoodsPointArea_tshirt .leadtext{
        text-align: left;
        font-size: 14px;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .item-info-color-list__item {
        margin-left: 25px;
    }
}
/* ▲カラー選択　202505追加　*/

.item-info-color-list {
    margin-left: -15px;
    margin-bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 768px),
print {
    .item-info-color-list {
        margin-left: -16px;
        margin-bottom: -16px;
    }
}

.item-info-color-list__item {
    margin-left: 15px;
    margin-bottom: 15px;
}

@media all and (min-width: 768px),
print {
    .item-info-color-list__item {
        margin-left: 16px;
        margin-bottom: 16px;
    }
}

/*▼サイズテーブル 202505追加*/
.photogoodsPointArea.photogoodsPointArea_tshirt .item-info-table .ttl-item-size-table{
    border-bottom: none;
    padding-bottom: 0;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-info-table .wrap-item-size-table{
    padding-top: 20px;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table {
    width: 100%;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table {
    border-collapse: collapse;
    width: 100%;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table thead tr:only-child th,
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table thead tr:only-child td {
    padding: 10px 8px;
    background: #666;
    color: #FFF;
    font-weight: bold;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table th,
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table th {
    background-color: #f1f1f1;
    text-align: center;
    width: 160px;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-info-table .item-size-table tr:last-child th,
.photogoodsPointArea.photogoodsPointArea_tshirt .item-info-table .item-size-table tr:last-child td{
    border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .photogoodsPointArea.photogoodsPointArea_tshirt .item-size-table th {
        width: 120px;
    }
}
/*▲サイズテーブル 202505追加*/


.item-info-more {
    margin-bottom: 65px;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-info-more {
        margin-bottom: 90px;
    }
}

.item-info-more__target {
    padding-right: 17px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.item-info-more__target::after {
    content: '';
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0;
    background: url("../img/common/icon-arrow-02.svg") no-repeat 0 0;
    background-size: auto 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media all and (min-width: 768px),
print {
    .item-info-more__target {
        -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .item-info-more__target:hover {
        opacity: 0.5;
    }
}

.item-info-guide {
    padding: 15px 18px 11px;
    border: solid 1px #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-info-guide__image {
    margin-top: 3px;
    width: 40%;
}

.item-info-guide__list {
    margin-left: 20px;
    width: 60%;
    line-height: 1.57143;
}

@media only screen and (max-width: 767px) {

    .item-info-guide {
        display: block;
    }

    .item-info-guide__image {
        text-align: center;
        width: 80%;
        margin: 0 auto 10px;
    }

    .item-info-guide__list {
        width: 95%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}


.item-info-guide__list-item:not(:last-child) {
    margin-bottom: 2px;
}

.item-info-guide__num {
    width: 1.25em;
    height: 1.25em;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    top: -0.125em;
    background-color: #222;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.25;
    text-align: center;
}

.item-info-notes {
    margin-top: 13px;
    font-size: 1.2rem;
    line-height: 1.66667;
}

@media all and (min-width: 768px),
print {
    .item-info-notes {
        margin-top: 7px;
    }
}

.item-info-order-container {
    margin: 35px 15px 13px;
}

@media all and (min-width: 768px),
print {
    .item-info-order-container {
        margin: 36px 0 15px;
    }
}

.item-info-order:not(:last-child) {
    margin-bottom: 15px;
}

@media all and (min-width: 768px),
print {
    .item-info-order:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 768px),
print {
    .item-info-order__target {
        padding-top: 15px;
        padding-bottom: 18px;
    }
}

.item-info-order__label {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
}

@media all and (min-width: 768px),
print {
    .item-info-order__label {
        font-size: 2rem;
    }
}

.item-info-order__desc {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: normal;
}

@media all and (min-width: 768px),
print {
    .item-info-order__desc {
        margin-top: 0;
        letter-spacing: 0.04em;
    }
}


.icon-category {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background-color: #8d877c;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.icon-color {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: block;
}

.icon-color-white {
    border: solid 1px #e0e0e0;
    background-color: #fff;
}

.icon-color-navy {
    background-color: #17254c;
}

.icon-color-black {
    background-color: #000;
}

.icon-color-gray {
    background-color: #88888f;
}


.item-template {
    margin-right: -3%;
    margin-left: -3%;
    padding: 0px 15px;
    background-color: #efefef;
}

@media all and (min-width: 768px),
print {
    .item-template {
        margin-right: 0;
        margin-left: 0;
    }
}

/* @media all and (min-width: 768px), print {
  .item-template {
    margin-right: 0;
    margin-left: 0;
    padding: 75px 0 0;
  }
} */

.item-template-hdg {
    margin-bottom: 30px;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-template-hdg {
        margin-bottom: 45px;
        font-size: 2.4rem;
        letter-spacing: 0.06em;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: calc(980px + 20px * 2);
    }
}

@media all and (min-width: 768px),
print {
    .item-template__inner {
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: calc(980px + 20px * 2);
    }

    .item-template__inner:before,
    .item-template__inner:after {
        display: table;
        content: ' ';
    }

    .item-template__inner:after {
        clear: both;
    }
}

.item-template-list {
    position: relative;
}

@media all and (min-width: 768px),
print {
    .item-template-list {
        float: left;
        width: 45%;
    }
}

.item-template-list__target {
    border-radius: 4px;
    overflow: hidden;
}

.item-template-list .slick-prev,
.item-template-list .slick-next {
    margin-top: 39.85507%;
    width: 32px;
    height: 70px;
    position: absolute;
    top: 0;
    background: rgba(224, 224, 224, 0.9);
    z-index: 10;
    cursor: pointer;
}

.item-template-list .slick-prev::after,
.item-template-list .slick-next::after {
    content: '';
    margin: auto;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("./img/icon-arrow-01.png") no-repeat 0 0;
    background-size: auto 100%;
}

@media all and (min-width: 768px),
print {

    .item-template-list .slick-prev,
    .item-template-list .slick-next {
        margin-top: 43.26923%;
        -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .item-template-list .slick-prev:hover,
    .item-template-list .slick-next:hover {
        opacity: 0.5;
    }
}

.item-template-list .slick-prev {
    left: 0;
}

.item-template-list .slick-prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item-template-list .slick-next {
    right: 0;
}

.item-template-thumbs {
    margin-top: 17px;
    margin-bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 768px),
print {
    .item-template-thumbs {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 60px;
        float: right;
        width: calc(46.93878% - 60px);
    }
}

.item-template-thumbs__item {
    margin-bottom: 5px;
    margin-left: 5px;
    width: calc(20% - 4px);
}

.item-template-thumbs__item:nth-child(5n + 1) {
    margin-left: 0;
}

@media all and (min-width: 768px),
print {
    .item-template-thumbs__item {
        max-width: 72px;
    }
}

.item-template-thumbs__btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-template-thumbs__btn img {
    width: 100%;
}

@media all and (min-width: 768px),
print {
    .item-template-thumbs__btn img {
        -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .item-template-thumbs__btn:hover img {
        opacity: 0.5;
    }

    .item-template-thumbs__btn[aria-selected="true"] img {
        opacity: 1;
    }
}

.item-template-thumbs__btn-inner {
    border-radius: 2px;
    display: block;
    position: relative;
    overflow: hidden;
}

[aria-selected="true"] .item-template-thumbs__btn-inner::after {
    content: '';
    border: solid 2px #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

@media all and (min-width: 768px),
print {
    .item-template-thumbs__btn-inner {
        border-radius: 4px;
    }

    [aria-selected="true"] .item-template-thumbs__btn-inner::after {
        border-width: 3px;
    }
}

/*▼印刷範囲位置変更　202505追加*/
.photogoodsPointArea.photogoodsPointArea_tshirt .tshirt-printrange-attention{
    margin-top: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .photogoodsPointArea.photogoodsPointArea_tshirt .tshirt-printrange-attention{
        font-size: 14px;
    } 
}
/*▲印刷範囲位置変更　202505追加*/

/*
.item-steps {
  padding: 50px 0 10px;
} */

.item-header+.item-steps {
    padding-top: 0;
}

@media all and (min-width: 768px),
print {
    .item-steps {
        padding: 10px 0;
    }
}

.item-steps-hdg {
    margin-bottom: 30px;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-steps-hdg {
        margin-bottom: 45px;
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
}

.item-steps-list-container {
    margin: 0 20px;
    border: solid 1px #e0e0e0;
}

.item-steps-list {
    padding: 20px 18px 25px;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-steps-list {
        margin-bottom: -34px;
        padding: 25px 20px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
    }
}

.item-steps-list__item {
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}

.item-steps-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-steps-list__item::after {
    content: '';
    margin-right: auto;
    margin-left: auto;
    border-top: solid 10px #000;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    width: 10px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.item-steps-list__item:last-child::after {
    display: none;
}

@media all and (min-width: 768px),
print {
    .item-steps-list__item {
        margin-right: 34px;
        padding-bottom: 0;
        width: calc(25% - 34px);
        text-align: center;
    }

    .item-steps-list__item,
    .item-steps-list__item:last-child {
        margin-bottom: 34px;
    }

    .item-steps-list__item:last-child {
        margin-right: 0;
    }

    .item-steps-list__item::after {
        top: 46px;
        right: -22px;
        bottom: auto;
        left: auto;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media all and (min-width: 768px),
print {
    .item-steps-list--4 .item-steps-list__item {
        width: calc(25% - 25.5px);
    }
}

@media all and (min-width: 1024px),
print {
    .item-steps-list__item {
        width: calc(20% - 27.2px);
    }

    .item-steps-list--6 .item-steps-list__item {
        width: calc(16.66% - 28.33333px);
    }
}

.item-steps-list__hdg {
    margin-bottom: 14px;
}

.item-steps-list__step {
    margin-bottom: 13px;
    padding: 5px 7px 2px;
    display: inline-block;
    background-color: #f3f3f3;
    color: #666;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media all and (min-width: 768px),
print {
    .item-steps-list__step {
        margin-bottom: 18px;
    }
}

.item-steps-list__name {
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
}

.item-steps-list__desc {
    color: #666;
    line-height: 1.42857;
    text-align: center;
    font-size: 1.4rem;
}

@media all and (min-width: 768px),
print {
    .item-steps-list__desc {
        text-align: justify;
    }
}


/* ▼202505追加*/
/* 注文の流れ */
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list-container{
    border: none;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__item {
    width: calc(25% - 32px);
    margin-right: 0;
    padding:0;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__item::after{
    display: none;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__img {
    margin-bottom: 12px;
    text-align: center;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__img img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list-container {
    position: relative;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto -60px;
    max-width: 1000px;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list {
    display: flex;
    gap: 32px;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__hdg{
    text-align: left;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__step{
    background-color: initial;
    margin-bottom: 8px;
    padding: 0;
    color: #000;
    font-size: 12px;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .step-label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__name{
    font-size: 1.7rem;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__desc{
    text-align: left;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .step-label__num::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #aaa;
    margin-right: 8px;
    margin-left: 8px;
    vertical-align: middle;
}
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-controls{
    display: none;
}

@media only screen and (max-width: 767px) {
/* 注文の流れのswiper */
.photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list{
        gap: 0;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list-container{
        width: calc(100% + 11%);
        margin-left: -8%;
        margin-right: -8%;
        padding: 0;
        padding-left: 4%;
        box-sizing: border-box;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .item-steps-list__item {
        flex: 0 0 75%;
        width: calc(25% - 24px);
        max-width: 300px;
        padding: 0;
        box-sizing: border-box;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .item-steps-controls {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-top: 16px;
        padding: 0 17%;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-pagination.swiper-pagination-progressbar {
        flex-grow: 1;
        height: 2px;
        background-color: #eee;
        position: relative; 
        z-index: 1;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-pagination-progressbar-fill {
        background-color: #00A273;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .item-steps-buttons {
        display: flex;
        gap: 16px;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-button-prev,
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-button-next {
        position: relative;
        width: 32px;
        height: 32px;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        color: #333;
        font-size: 16px;
        z-index: 1;
        left: auto;
        right: auto;
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-button-prev::after {
        box-shadow: initial;
        background-color: initial;
        position: absolute;
        top: 4px;
        bottom: 4px;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: -2px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .photogoodsPointArea.photogoodsPointArea_tshirt .js-steps-swiper .swiper-button-next::after {
        box-shadow: initial;
        background-color: initial;
        position: absolute;
        top: 4px;
        bottom: 4px;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 12px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
/* ▲202505追加*/


.item-size {
    margin-right: -3%;
    margin-left: -3%;
    margin-bottom: 40px;
    padding: 40px 15px;
    background-color: #efefef;
}

@media all and (min-width: 768px),
print {
    .item-size {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}


.item-size-hdg {
    margin-bottom: 30px;
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-size-hdg {
        margin-bottom: 45px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: calc(840px + 40px);
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
}

@media all and (min-width: 768px),
print {
    .item-size__inner {
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: calc(840px + 40px);
    }
}

.item-size-section {
    text-align: center;
}

.item-size-section:not(:last-child) {
    margin-bottom: 40px;
}

@media all and (min-width: 768px),
print {
    .item-size-section:not(:last-child) {
        margin-bottom: 50px;
    }
}

.item-size-section__hdg {
    margin-bottom: 8px;
    padding: 7px 10px;
    border: solid 1px #8d877c;
    border-radius: 15px;
    width: 101px;
    display: inline-block;
    color: #333333;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.item-size-section__image img {
    width: 100%;
}

.item-size-section__desc {
    margin-bottom: 18px;
    color: #666;
}

@media all and (min-width: 768px),
print {
    .item-size-section__desc {
        margin-bottom: 27px;
    }
}

.item-size-section__scale {
    font-weight: bold;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */



.item-steps+.item-attention .item-attention__inner {
    padding-top: 0;
}

@media all and (min-width: 768px),
print {
    .item-attention {
        margin-top: 60px;
        margin-right: 0;
        margin-left: 0;
    }
}

.item-attention__inner {
    padding: 15px 15px 30px;
}

@media all and (min-width: 768px),
print {
    .item-attention__inner {
        margin-right: auto;
        margin-left: auto;
        padding: 10px 20px;
        /* max-width: calc(840px + 40px); */
    }
}

.item-attention-header {
    margin-bottom: 21px;
}

@media all and (min-width: 768px),
print {
    .item-attention-header {
        margin-bottom: 20px;
    }
}

.item-attention-header__hdg {
    margin-bottom: 7px;
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .item-attention-header__hdg {
        margin-bottom: 8px;
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
}
.item-attention-header__lead {
    line-height: 1.60714;
    text-align: center;
    font-size: 1.4rem;
}
.item-attention-section:not(:last-child) {
    margin-bottom: 6px;
}

@media all and (min-width: 768px),
print {
    .item-attention-section:not(:last-child) {
        margin-bottom: 12px;
    }
}

.item-attention-section__hdg {
    border-bottom: solid 1px #333333;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
}

@media all and (min-width: 768px),
print {
    .item-attention-section__hdg {
        font-size: 1.8rem;
        line-height: 1.11111;
    }
}

.item-attention-seciton__btn {
    padding: 14px 35px 14px 11px;
    border: none;
    width: 100%;
    display: block;
    background-color: transparent;
    color: inherit;
    font-weight: bold;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-attention-seciton__btn[data-accordion-button="true"] {
    cursor: default;
}

.item-attention-seciton__btn[data-accordion-button="active"] {
    position: relative;
    cursor: pointer;
}

.item-attention-seciton__btn[data-accordion-button="active"]::before,
.item-attention-seciton__btn[data-accordion-button="active"]::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #333333;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.item-attention-seciton__btn[data-accordion-button="active"]::before {
    width: 1px;
    height: 15px;
    right: 17px;
}

.item-attention-seciton__btn[data-accordion-button="active"]::after {
    width: 15px;
    height: 1px;
    right: 10px;
}

.item-attention-seciton__btn[aria-expanded="true"]::before {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

@media all and (min-width: 768px),
print {
    .item-attention-seciton__btn {
        padding: 18px 11px;
        pointer-events: none;
    }

    .item-attention-seciton__btn::before,
    .item-attention-seciton__btn::after {
        display: none !important;
    }
}

.item-attention-seciton__btn-inner {
    position: relative;
}

.item-attention-list {
    padding: 21px 10px 30px 10px;
}

@media all and (min-width: 768px),
print {
    .item-attention-list {
        padding-top: 23px;
    }
}

.item-attention-list__item {
    padding-left: 15px;
    position: relative;
    line-height: 1.42857;
    font-size: 1.4rem;
}

.item-attention-list__item:not(:last-child) {
    margin-bottom: 14px;
}

.item-attention-list__item::before {
    content: '';
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    background-color: #b1ada6;
}

@media all and (min-width: 768px),
print {
    .item-attention-list__item {
        padding-left: 16px;
        line-height: 1.78571;
    }

    .item-attention-list__item:not(:last-child) {
        margin-bottom: 2px;
    }

    .item-attention-list__item::before {
        top: 0.7em;
    }
}

/* ▼モデル着用サイズ　202505追加*/
.photogoodsPointArea.photogoodsPointArea_tshirt .item-attention-text{
    padding-right: 20px;
    padding-left: 20px;
    margin: 60px auto 0;
    max-width: calc(840px + 40px);
    font-size: 91%;
    line-height: 2;
}
@media all and (max-width: 767px){
    .photogoodsPointArea.photogoodsPointArea_tshirt .item-attention-text{
        margin-top: 40px;
        padding-right: 0;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1.6;
    } 
}
/* ▲モデル着用サイズ　202505追加*/


/* -------------------------------------------------- */
/* -------------------------------------------------- */

@media all and (min-width: 768px),
print {
    .delivery-block {
        /* padding-top: 40px; */
        display: flex;
        margin-right: auto;
    }
}

@media all and (min-width: 768px),
print {
    .delivery-block__column {
        width: calc(50% - 15px);
    }

    .delivery-block__column:first-child {
        margin-right: 30px;
    }
}

.delivery-section:not(:last-child) {
    margin-bottom: 30px;
}

@media all and (min-width: 768px),
print {
    .delivery-section:not(:last-child) {
        margin-bottom: 35px;
    }
}

.delivery-section__hdg {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
}

@media all and (min-width: 768px),
print {
    .delivery-section__hdg {
        padding-bottom: 16px;
        font-size: 1.8rem;
        line-height: 1.33333;
    }
}

.delivery-section__desc {
    margin-bottom: 17px;
    font-size: 1.2rem;
    line-height: 1.66667;
}

.delivery-box-01 {
    border: solid 1px #e0e0e0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media all and (min-width: 768px),
print {
    .delivery-box-01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width: 1024px),
print {
    .delivery-box-01 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width: 768px),
print {
    .delivery-box-01-cash-on-delivery {
        margin-top: 30px;
    }
}

.delivery-box-01__term,
.delivery-box-01__desc {
    min-height: calc(64px - 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media all and (min-width: 768px),
print {

    .delivery-box-01__term,
    .delivery-box-01__desc {
        min-height: 0;
    }
}

.delivery-box-01__term {
    padding: 10px;
    width: 46.81159%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f3f3f3;
    font-size: 1.3rem;
    line-height: 1.65385;
}

@media all and (min-width: 768px),
print {
    .delivery-box-01__term {
        padding: 8px 19px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.71429;
    }
}

@media all and (min-width: 1024px),
print {
    .delivery-box-01__term {
        padding-right: 10px;
        padding-left: 10px;
        width: 56.84211%;
    }
}

.delivery-box-01__desc {
    padding: 10px;
    width: 53.18841%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
}

@media all and (min-width: 768px),
print {
    .delivery-box-01__desc {
        padding: 8px 10px;
        width: 100%;
    }
}

@media all and (min-width: 1024px),
print {
    .delivery-box-01__desc {
        width: 43.15789%;
    }
}

.delivery-box-02 {
    border: solid 1px #e0e0e0;
}

.delivery-box-02:not(:last-child) {
    margin-bottom: 20px;
}

.delivery-box-02__term {
    padding: 5px 15px;
    background-color: #f3f3f3;
    font-size: 1.3rem;
    line-height: 1.84615;
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__term {
        padding: 3px 19px;
        font-size: 1.4rem;
        line-height: 1.71429;
        text-align: center;
    }
}

@media all and (min-width: 1024px),
print {
    .delivery-box-02__term {
        text-align: left;
    }
}

.delivery-box-02__desc {
    padding: 14px 10px;
    text-align: center;
}

.delivery-box-02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.delivery-box-02__list-item:not(:last-child) {
    margin-bottom: 15px;
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__list-item:not(:last-child) {
        margin-right: 24px;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1024px),
print {
    .delivery-box-02__list-item:not(:last-child) {
        margin-right: 48px;
    }
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__image-credit {
        margin-right: auto;
        margin-left: auto;
        max-width: 324px;
        display: block;
    }
}

.delivery-box-02__list-item-amazon-pay {
    width: 160px;
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__list-item-amazon-pay {
        width: 155px;
    }
}

.delivery-box-02__list-item-r-pay {
    width: 190px;
}

@media all and (min-width: 768px),
print {
    .delivery-box-02__list-item-r-pay {
        width: 184px;
    }
}

.delivery-list {
    margin-top: 16px;
    margin-bottom: 40px;
    padding-right: 6px;
    padding-left: 6px;
}

@media all and (min-width: 768px),
print {
    .delivery-list {
        margin-top: 14px;
        margin-bottom: 30px;
    }
}

.delivery-list__item {
    padding-left: 10px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
}

.delivery-list__item:not(:last-child) {
    margin-bottom: 7px;
}

.delivery-list__item::before {
    content: '';
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0;
    background-color: #b1ada6;
}

.delivery-note-01 {
    margin-top: 17px;
    font-size: 1.2rem;
    line-height: 1.66667;
}

.delivery-note-02 {
    margin-top: 10px;
    padding-left: 1em;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.66667;
}

.delivery-note-02__mark {
    position: absolute;
    top: 0;
    left: 0;
}

.delivery-note-02__em {
    color: #c00026;
}

.delivery-type-change-ui {
    margin-top: 20px;
}

@media all and (min-width: 1024px),
print {
    .delivery-type-change-ui {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.delivery-type-change-ui__item {
    font-size: 1.3rem;
    line-height: 1.53846;
}

.delivery-type-change-ui__item:not(:last-child) {
    margin-bottom: 15px;
}

@media all and (min-width: 1024px),
print {
    .delivery-type-change-ui__item:not(:last-child) {
        margin-right: 26px;
        margin-bottom: 0;
    }
}

.delivery-place {
    margin: -1px;
    padding: 0;
    border: none;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.delivery-place+label {
    padding-left: 24px;
    position: relative;
}

.delivery-place+label::before,
.delivery-place+label::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.delivery-place+label::before {
    border: solid 1px #d0d4dd;
    -webkit-box-shadow: 0 1.5px 3.5px 0 inset rgba(102, 102, 102, 0.11);
    box-shadow: 0 1.5px 3.5px 0 inset rgba(102, 102, 102, 0.11);
    width: 18px;
    height: 18px;
    background-color: #f9f9f4;
}

.delivery-place[data-delivery-place-checked="true"]+label::before {
    background-color: #000;
}

.delivery-place[data-delivery-place-checked="true"]+label::after {
    width: 6px;
    height: 6px;
    left: 6px;
    background-color: #fff;
}

.deliveryDateWrapper {
    margin-top: 26px;
    padding: 10px;
    border: solid 4px #e0e0e0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

@media all and (min-width: 768px),
print {
    .deliveryDateWrapper {
        margin-top: 21px;
        padding-top: 8px;
        font-size: 1.4rem;
        line-height: 1.71429;
    }
}

.orderDate1 {
    font-weight: bold;
}

@media all and (min-width: 768px),
print {
    .orderDate1 {
        font-weight: normal;
    }
}

.deliveryDate1Container {
    display: block;
}

@media all and (min-width: 1024px),
print {
    .deliveryDate1Container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.deliveryDate1 {
    color: #c00026;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
}

@media all and (min-width: 768px),
print {
    .deliveryDate1 {
        line-height: 1.2;
    }
}

.deliveryDate1Suffix {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

@media all and (min-width: 768px),
print {
    .deliveryDate1Suffix {
        line-height: 1.2;
    }
}

.calendarWrapper {
    margin-top: 40px;
    margin-bottom: 35px;
}

@media all and (min-width: 768px),
print {
    .calendarWrapper {
        margin-top: 32px;
        margin-bottom: 0;
    }
}

.calendarWrapper .calendarData {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calendarWrapper .monthLabel {
    width: 22.75362%;
    font-weight: bold;
    white-space: nowrap;
}

@media all and (min-width: 768px),
print {
    .calendarWrapper .monthLabel {
        width: 29.68421%;
    }
}

.calendarWrapper .monthLabel .year {
    display: block;
    font-size: 1.8rem;
}

.calendarWrapper .monthLabel .month {
    display: block;
    font-size: 4rem;
    line-height: 1;
}

.calendarWrapper .monthLabel .month-unit {
    font-size: 60%;
}

.calendarWrapper .caption {
    padding-top: 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.captionExample {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calendarWrapper .orderDay,
.calendarWrapper .deliveryDay {
    padding-left: 19px;
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.calendarWrapper .orderDay::before,
.calendarWrapper .deliveryDay::before {
    content: '';
    border-radius: 1px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (min-width: 768px),
print {
    .calendarWrapper .deliveryDay {
        padding-right: 21px;
    }
}

.calendarWrapper .orderDay::before {
    background-color: #8d877c;
}

.calendarWrapper .deliveryDay::before {
    background-color: #c00026;
}

.calendarWrapper .caption .baloon {
    padding: 7px;
    border-radius: 2px;
    position: relative;
    background-color: #f1eee8;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.calendarWrapper .caption .baloon::after {
    content: '';
    border-top: solid 10px #f1eee8;
    border-right: solid 8.5px transparent;
    border-left: solid 8.5px transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.deliveryCalendar {
    width: 100%;
    border: solid 1px #e0e0e0;
    border-collapse: collapse;
}

.deliveryCalendar thead th {
    background: #e0e0e0;
    border: solid 1px #e0e0e0;
    font-weight: bold;
    line-height: 1;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
}

.deliveryCalendar td {
    border: solid 1px #e0e0e0;
    font-weight: bold;
    height: 49px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 3px 5px;
    position: relative;
    text-align: right;
    vertical-align: bottom;
}

.deliveryCalendar .delivery {
    background: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.deliveryCalendar .order {
    background: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.deliveryCalendar .delivery.active {
    background: #c00026;
    color: #fff !important;
}

.deliveryCalendar .order.active {
    background: #8d877c;
    color: #fff !important;
}

.deliveryCalendar .sat,
.deliveryCalendar .sun,
.deliveryCalendar .holiday {
    color: #c00026;
}

.deliveryCalendar .over {
    color: #666;
}

.deliveryCalendar .disable {
    color: #999;
    background: #f3f3f3;
}

.deliveryCalendar .overMonth {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #666;
    font-size: 1.2rem;
    /*font-weight: bold;*/
}

.deliveryCalendar .active .overMonth {
    color: #fff;
}

.deliveryCalendar .prev,
.deliveryCalendar .next {
    position: absolute;
    top: 25px;
    left: 50%;
    font-size: 60%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: #8d877c;
    border-radius: 50%;
}

.deliveryCalendar .prev::after,
.deliveryCalendar .next::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 11px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    /* transform: rotate(225deg); */
}

.deliveryCalendar .prev::after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
}

.deliveryCalendar .next::after {
    -webkit-transform: rotate(225deg) translateX(1px);
    transform: rotate(225deg) translateX(1px);
    top: 10px;
    right: 10px;
}

.deliveryCalendar .blank {
    background: #f3f3f3;
}

.deliveryCalendar .blank .prev,
.deliveryCalendar .blank .next {
    background: #ccc;
}

@media all and (min-width: 768px),
print {
    [data-show-width="narrow"] {
        display: none;
    }
}

[data-show-width="medium"] {
    display: none;
}

@media all and (min-width: 768px),
print {
    [data-show-width="medium"] {
        display: block;
    }
}

@media all and (min-width: 768px),
print {
    [data-show-width="narrow-inline"] {
        display: none;
    }
}

[data-show-width="medium-inline"] {
    display: none;
}

@media all and (min-width: 768px),
print {
    [data-show-width="medium-inline"] {
        display: inline;
    }
}

.u-wbr {
    display: inline-block;
}

[data-fragment] {
    margin-top: -56px;
    padding-top: 56px;
    display: block;
}

@media all and (min-width: 768px),
print {
    [data-fragment] {
        margin-top: -87px;
        padding-top: 87px;
    }
}

[data-fragment="padding"] {
    margin-top: calc(-56px - 15px);
    padding-top: calc(56px + 15px);
}

@media all and (min-width: 768px),
print {
    [data-fragment="padding"] {
        margin-top: calc(-87px - 15px);
        padding-top: calc(87px + 15px);
    }
}


#top .deliveryDateWrapper,
#top .delivery-type-change-ui {
    width: 100%;
    max-width: 475px;
    margin: 0 auto 20px;
}


.item-info-more__target::after {
    content: '';
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(225deg);
}

/*

#productMoreDetail .pointImgText{
  margin-bottom: 20px;
} */


#productMoreDetail .receivingGuide {
    margin-bottom: 0px !important;
}

#productMoreDetail .pointImgText>.text {
    vertical-align: top !important;
}







/* T-shirt Size */

.item-info-printsize_flex {
    display: flex;
    justify-content: space-between;
    text-align: center !important;
    padding-top: 10px;
    width: 100%;
    max-width: 600px;
}

.item-info-printsize_flex .flex_inner {
    width: 33%;
    max-width: 260px;
}

.item-info-printsize_flex p {
    font-weight: bold;
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    padding: 5px 10px;
    background-color: #efefef;
}

.item-info-printsize_flex span {
    font-size: 110%;
}

.item-info-printsize_flex img {
    width: 95%;
    margin: 20px 0 0;
}


@media all and (max-width: 767px),
print {
    .item-info-printsize_flex {
        display: block;
    }

    .item-info-printsize_flex .flex_inner {
        margin-bottom: 15px;
        width: 100%;
        max-width: 600px;
    }
}


/* 20230323追加 */


.slide_txt {
    position: absolute;
    top: 3%;
    left: 15%;
    font-size: 20px;
    font-weight: bold;
}

.slide_txt_sub {
    position: absolute;
    bottom: 4%;
    right: 15%;
    font-size: 18px;
    font-weight: bold;
}
.item-template_subtxt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}
.bt {
    bottom: 8%;
}


@media screen and (max-width: 767px) {
    .slide_txt {
        width: 100%;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
    }

    .slide_txt_sub {
        position: absolute;
        font-size: 14px;
    }
    .item-template_subtxt {
        text-align: left;
        font-size: 1.4rem;
    }
}

/* 20230323追加終わり */



/* 20231006追加はじめ ----------- */

.swiper-container3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper3 {
    flex-direction: column;
}

.swiper-pagination3 {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination3.swiper-pagination-hidden {
    opacity: 0;
}





.swiper-container3 {
    width: 75%;
    text-align: center;
    padding: 30px 0;
}

.swiper-container3 .swiper-slide img {
    width: 75%;
    margin: 0 auto;
}

.swiper-container3 {
    clear: both;
}

.swiper-my-pagination3 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
}

.swiper-container-horizontal>.swiper-my-pagination3.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper-my-pagination3 img {
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
}

.swiper-my-pagination3 .swiper-pagination-bullet {
    /* display: table-cell; */
    padding: 2px;
    background: transparent;
    opacity: 0.4;
}

.swiper-my-pagination3 .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #efefef;
    border-radius: 5px;
}


@media screen and (max-width: 559px) {


    .swiper-container3 {
        width: 100%;
    }
    .swiper-container3 {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

}

.swiper-container3 {
    width: 60%;
    float: left;
}

.swiper-my-pagination3 {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 38%;
    float: right;
    overflow-y: scroll;
    height: 450px;
}

.swiper-my-pagination3 .swiper-pagination-bullet {
    width: 25%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

    .swiper-container3 {
        width: 100%;
        float: none;
    }

    .swiper-my-pagination3 {
        width: 100%;
        float: none;
    }
}



.template_subtt {
    text-align: center;
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: bold;
}

/* 20231006追加終わり */
