/* loading */
.incitem>* {
    text-align: center;
}
.incitem img {
    display: inline;
    width: 32px;
    height: auto;
    padding-right: 10px;
    vertical-align: middle;
}
/* common */
#footer, footer{
    margin-top: 0;
}
:root {
    --color-black: #333333;
    --color-gray1: #696969;
    --color-gray2: #C0C0C0;
    --color-gray3: #DCDCDC;
    --color-gray4: #F5F5F5;
    --color-white: #FFFFFF;
    --color-dblue1: #005596;
    --color-lblue1: #2d89d2;
    --color-lblue2: #37A0DA;
    --color-lblue3: #ABDAF4;
    --color-red: #FF0000;
    --color-pink1: #E75270;
    --color-pink2: #EA6D8D;
    --color-orange1: #F39712;
    --color-orange2: #F5AB18;
    --color-green1: #009092;
    --color-green2: #00A6A8;
    --font-mplus: "M PLUS Rounded 1c", sans-serif;
    --font-large: clamp(1rem, 0.667rem + 1.67vw, 2rem);
    --font-medium: clamp(0.9rem, 0.733rem + 0.83vw, 1.4rem);
    --font-small: clamp(0.8rem, 0.667rem + 0.67vw, 1.2rem);
    --margin-96: clamp(3rem, 1.957rem + 5.22vw, 6rem);
    --margin-64: clamp(2rem, 1.333rem + 3.33vw, 4rem);
    --margin-48: clamp(1.5rem, 1rem + 2.5vw, 3rem);
    --margin-32: clamp(1rem, 0.652rem + 1.74vw, 2rem);
    --margin-24: clamp(0.75rem, 0.5rem + 1.25vw, 1.5rem);
    --margin-16: clamp(0.5rem, 0.326rem + 0.87vw, 1rem);
}
#ecsingle_ew {
    position: relative;
    margin: 0 auto;
    padding-bottom: 1%!important;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: rgba(247, 197, 210, .3);
    background-image:
      linear-gradient(90deg, rgba(247, 197, 210, .3) 50%, transparent 50%),
      linear-gradient(rgba(247, 197, 210, .3) 50%, transparent 50%);
    background-size: 40px 40px;
    animation: fadeIn .5s;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
#ecsingle_ew  ,
#ecsingle_ew *,
#ecsingle_ew *:before,
#ecsingle_ew *:after {
    box-sizing: border-box;
}
#ecsingle_ew a {
    text-decoration: none;
}
/* image */
#ecsingle_ew .img_ew {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/* wrapper */
#ecsingle_ew .wrapper_ew, #ecsingle_ew .wrapper_ew>* {
    margin: 0 auto;
}
#ecsingle_ew .outer_ew:not(#ecsingle_ew #popup_ew .outer_ew) {
    position: relative;
    margin: 0 auto clamp(3.75rem, 2.5rem + 6.25vw, 7.5rem);
    padding: var(--margin-48) var(--margin-24);
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
#ecsingle_ew .outer_ew>*:not(#ecsingle_ew .outer_ew>*:last-child),
#ecsingle_ew .inner_ew>*:not(#ecsingle_ew .inner_ew>*:last-child) {
    margin: 0 auto var(--margin-48);
}
#ecsingle_ew .inner_ew:not(#ecsingle_ew .inner_ew:last-child) {
    margin: 0 auto var(--margin-96);
}
#ecsingle_ew .inner_ew {
    width: 98%;
}
/* title, text */
#ecsingle_ew {
    font-family: var(--font-mplus);
    letter-spacing: -.2px;
    color: var(--color-black);
}
#ecsingle_ew h1{
    width: 98%;
    margin: 0 auto .4em!important; 
    padding-left: .4em!important; 
    font-size: var(--font-small)!important; 
}
#ecsingle_ew h2 {
    font-size: var(--font-large);
    font-weight: 700;
}
#ecsingle_ew h3 {
    font-size: var(--font-medium);
    font-weight: 600;
}
#ecsingle_ew .summary_ew {
    font-size: var(--font-medium);
    font-weight: 600;
}
#ecsingle_ew .text_ew>* {
    font-size: var(--font-small);
    font-weight: 400;
}
#ecsingle_ew .text_ew>p {
    margin-bottom: 1em;
}
#ecsingle_ew h2, 
#ecsingle_ew .summary_ew, #ecsingle_ew .summary_ew>p {
    text-align: center;
}
#ecsingle_ew h1, #ecsingle_ew h3, 
#ecsingle_ew .text_ew>*  {
    text-align: left;
}
#ecsingle_ew #pack_ew h2,
#ecsingle_ew #nitori_ew h2,
#ecsingle_ew #check_ew h2,
#ecsingle_ew #point_ew h2 {
    position: relative;
    padding: .7em;
    color: var(--color-white);
    border-radius: 50px;
}
#ecsingle_ew #pack_ew h2::before,
#ecsingle_ew #nitori_ew h2::before,
#ecsingle_ew #check_ew h2::before,
#ecsingle_ew #point_ew h2::before {
    position: absolute;
    content: "";
    top: .2em;
    right: .2em;
    bottom: .2em;
    left: .2em;
    border: 2px solid var(--color-white);
    border-radius: 50px;
}
#ecsingle_ew h3 {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: left;
}
#ecsingle_ew h3 span {
    margin-right: .5em;
    padding: .1em .2em;
    font-size: .9em;
    text-align: center;
    background: var(--color-white);
    border-radius: 4px;
    white-space: nowrap;
}
#ecsingle_ew .note_ew {
    display: block;
    font-size: .75em;
}
/* flex */
#ecsingle_ew .flex_ew {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#ecsingle_ew .flex_row_ew {
    display: flex;
    flex-flow: row wrap;
}
#ecsingle_ew .flex_col_ew {
    display: flex;
    flex-flow: column wrap;
}
#ecsingle_ew .col02_ew:not(#ecsingle_ew #pack_ew .col02_ew),
#ecsingle_ew .col03_ew:not(#ecsingle_ew #pack_ew .col03_ew) {
    gap: var(--margin-32) 2%;
}
/* button */
#ecsingle_ew .btns_ew>*,
#ecsingle_ew .btn_ew>* {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
#ecsingle_ew .btns_ew>*,
#ecsingle_ew .btn_ew>*,
#ecsingle_ew .btn_open_ew {
    padding: 1em;
    font-size: var(--font-small);
    font-weight: bold;
    text-align: left;
    border-radius: 4px;
    align-items: center;
    color: var(--color-white);
}
#ecsingle_ew .btns_ew>* {
    margin-bottom: var(--margin-24);
}
#ecsingle_ew .btn_ew {
    margin-top: var(--margin-48);
}
#ecsingle_ew .btn_ew>* {
    width: min(90%, 500px);
    margin: 0 auto;
}
#ecsingle_ew .btn_ew>*:hover .arrow_ew {
    transform: translateX(5px);
}
#ecsingle_ew .btn_ew>*:not(#ecsingle_ew #top_ew .btn_ew>*):hover,
#ecsingle_ew .btn_open_ew:hover {
    opacity: .75;
    cursor: pointer;
}
#ecsingle_ew .btn_ew .arrow_ew {
    display: inline-block;
    transform: translateX(0);
    transition: all .2s;
}
#ecsingle_ew .btn_open_ew {
    width: 48%;
    margin: 0 auto;
    text-align: center;
}
#ecsingle_ew .btn_open_ew img {
    width: min(60%, 120px);
}
#ecsingle_ew .btn_open_ew span {
    display: block;
    margin-top: 1em;
    text-align: center;
}
/* slider */
#ecsingle_ew .slider_wrapper {
    margin: 0 auto var(--margin-64)!important;
}
#ecsingle_ew .slider_wrapper:has(.slider_main_ew) {
    background: url(/ito/contents/special/js/lightbox/img/loading.gif) no-repeat top center / min(6%, 30px);
    height: 200px;
}
#ecsingle_ew .slider_wrapper:has(.slider_main_ew.slick-initialized) {
    background: none;
    height: auto;
}
#ecsingle_ew .slider_main_ew {
    opacity: 0;
    transition: opacity .3s linear;
}
#ecsingle_ew .slider_main_ew.slick-initialized {
    opacity: 1;
}
#ecsingle_ew .slick-slide {
    height: auto;
}
#ecsingle_ew .slick-slide:hover {
    opacity: .75;
}
#ecsingle_ew .slick-slide:hover,
#ecsingle_ew .slider_main_ew .slide-arrow:hover {
    cursor: pointer;
}
#ecsingle_ew .slider_main_ew .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(4%, 30px)!important;
    height: auto!important;
    z-index: 9;
}
#ecsingle_ew .slider_main_ew .slick-arrow.prev-arrow{
    left: 0;
}
#ecsingle_ew .slider_main_ew .slick-arrow.next-arrow{
    right: 0;
}
/* decoration */
#ecsingle_ew .pink_ew {
    background: var(--color-pink2);
}
#ecsingle_ew .green_ew {
    background: var(--color-green2);
}
#ecsingle_ew .orange_ew {
    background: var(--color-orange2);
}
#ecsingle_ew .blue_ew {
    background: var(--color-lblue2);
}
#ecsingle_ew .dot_ew{
    color: var(--color-white);
    background-size: 12px 12px!important;
    background-position: 0 0, 6px 6px!important;
}
#ecsingle_ew .dot_ew.pink_ew{
    background-image:
    radial-gradient(var(--color-pink1) 20%, transparent 20%),
    radial-gradient(var(--color-pink1) 20%, transparent 20%);
}
#ecsingle_ew .dot_ew.green_ew{
    background-image:
    radial-gradient(var(--color-green1) 20%, transparent 20%),
    radial-gradient(var(--color-green1) 20%, transparent 20%);
}
#ecsingle_ew .dot_ew.orange_ew{
    background-image:
    radial-gradient(var(--color-orange1) 20%, transparent 20%),
    radial-gradient(var(--color-orange1) 20%, transparent 20%);
}
#ecsingle_ew .dot_ew.blue_ew{
    background-image:
    radial-gradient(var(--color-lblue1) 20%, transparent 20%),
    radial-gradient(var(--color-lblue1) 20%, transparent 20%);
}
#ecsingle_ew .shadow_ew.pink_ew {
    box-shadow: 0 6px 0 0 var(--color-pink1);
}
#ecsingle_ew .shadow_ew.green_ew {
    box-shadow: 0 6px 0 0 var(--color-green1);
}
#ecsingle_ew .shadow_ew.orange_ew {
    box-shadow: 0 6px 0 0 var(--color-orange1);
}
#ecsingle_ew .shadow_ew.blue_ew {
    box-shadow: 0 6px 0 0 var(--color-lblue1);
}
#ecsingle_ew .shadow_ew:hover {
    top: 6px;
}
#ecsingle_ew .shadow_ew.pink_ew:hover {
    box-shadow: 0 0 var(--color-pink1);
}
#ecsingle_ew .shadow_ew.green_ew:hover {
    box-shadow: 0 0 var(--color-green1);
}
#ecsingle_ew .shadow_ew.orange_ew:hover {
    box-shadow: 0 0 var(--color-orange1);
}
#ecsingle_ew .shadow_ew.blue_ew:hover {
    box-shadow: 0 0 var(--color-lblue1);
}
#ecsingle_ew .sticky-note_ew {
    position: relative;
    padding: .4em 1em .4em .4em;
    border: dashed 2px var(--color-white);
}
#ecsingle_ew .sticky-note_ew.blue_ew {
    background: var(--color-lblue3);
    box-shadow: 0px 0px 0px 5px var(--color-lblue3);
}
#ecsingle_ew .sticky-note_ew.blue_ew::after {
    border-color: var(--color-white) var(--color-lblue1);
}
#ecsingle_ew .sticky-note_ew::after {
    position: absolute;
    content: '';
    right: -7px;
    bottom: -7px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
#ecsingle_ew .line_dot_ew{
    border-top: 3px dashed var(--color-lblue1);
    padding-top: 16px;
}
#ecsingle_ew .bolder_ew {
    font-weight: bold;
}
#ecsingle_ew .bigger_ew {
    font-size: 1.2em;
}
#ecsingle_ew .highlight_ew {
    color: var(--color-dblue1);
}
/* animation */
#ecsingle_ew .marker_ew{
    position: relative;
    display: inline;
    background: linear-gradient(#fff000, #fff000) 0 100%/0 8px no-repeat;
    transition: all 1.2s;
}
#ecsingle_ew .marker_ew.isActive {
    background: linear-gradient(#fff000, #fff000) 0 100%/100% 8px no-repeat;
}
#ecsingle_ew .pop_ew.isActive {
    animation: swing 1.2s linear .5s 1 forwards;
}
@keyframes swing {
    0% { transform: translateY(0); }
    10% { transform: translateY(-12px); }
    20% { transform: translateY(0); }
    30% { transform: translateY(-12px); }
    40% { transform: translateY(0); }
}
#ecsingle_ew .fadeup_ew {
    opacity: 0;
    transition: all .5s;
    transform: translateY(1%);
}
#ecsingle_ew .fadeup_ew.isActive {
    opacity: 1;
    transform: translateY(0);
}
#ecsingle_ew .push_ew {
    position: relative;
    top: 0;
    padding-bottom: calc(1em - 3px);
    transition: all .1s;
}
#ecsingle_ew .rotate_ew.isActive::after {
    animation: rotate 2s linear .5s 1 forwards;
}
@keyframes rotate {
    0% { transform: rotate(0); }
    10% { transform: rotate(8deg); }
    20% { transform: translateY(0); }
}
/* ▲ common ▲ */


/* #top_ew */
#ecsingle_ew #top_ew .inner_ew>.img_ew:last-child {
    width: min(65%, 400px);
    padding: var(--margin-24) 0;
}
#ecsingle_ew #top_ew .msg_ew{
    position: relative;
    padding-bottom: var(--margin-32);   
    font-size: clamp(1.2rem, 0.8rem + 2vw, 2.4rem);
    font-weight: 800;
    text-align: center;
    color: var(--color-dblue1); 
    border-bottom: solid 5px var(--color-pink2);
}
#ecsingle_ew #top_ew .msg_ew:before,
#ecsingle_ew #top_ew .msg_ew:after{
    content: '';
    position: absolute;
    bottom: -5px;
    height: 5px;
    width: 15%;
}
#ecsingle_ew #top_ew .msg_ew:before {
    left: 0;
    background: var(--color-lblue2);
}
#ecsingle_ew #top_ew .msg_ew:after {
    left: 15%;
    background: var(--color-orange2);
}
#ecsingle_ew #top_ew .text_ew {
    padding: 0 var(--margin-16);
}
#ecsingle_ew #top_ew .text_ew p {
    font-size: var(--font-medium);
}
#ecsingle_ew #top_ew .note_ew a {
    text-decoration: underline;
    color: var(--color-dblue1);
}
#ecsingle_ew #top_ew nav>.flex_row_ew {
    justify-content: space-between;
    align-items: stretch;
}
#ecsingle_ew #top_ew nav>.flex_row_ew>* {
    width: calc(98% / 2);
}

/* #pack_ew */
#ecsingle_ew #pack_ew {
    font-weight: bold;
    line-height: 1.2;
}
#ecsingle_ew #pack_ew dl, #ecsingle_ew #pack_ew dd {
    display: block;
    margin: 0;
}

#ecsingle_ew #pack_ew .tab_wrapper_ew {
    overflow-x: scroll;
}
#ecsingle_ew #pack_ew .tab_wrapper_ew::-webkit-scrollbar {
    height: 6px;
    background: var(--color-lblue3);
}
#ecsingle_ew #pack_ew .tab_wrapper_ew::-webkit-scrollbar-thumb {
    background-color: var(--color-lblue2);
    border-radius: 8px;
}
#ecsingle_ew #pack_ew .tab_wrapper_ew>ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
#ecsingle_ew #pack_ew .tab_wrapper_ew .tab_ew {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    border-radius: 20px 20px 0 0;
    border: 1px solid var(--color-white);
    border-bottom: 0;
    font-size: var(--font-large);
    text-align: center;
    color: var(--color-gray1);
    background: var(--color-gray3);
}
#ecsingle_ew #pack_ew .tab_wrapper_ew .tab_ew.isActive {
    color: var(--color-black);
    background: var(--color-lblue3);
}
#ecsingle_ew #pack_ew .tab_wrapper_ew .tab_ew:hover {
    cursor: pointer;
    opacity: .75;
}
#ecsingle_ew #pack_ew .tab_wrapper_ew .tab_ew p span {
    display: block;
    font-size: .6em;
    text-align: center;
}
#ecsingle_ew #pack_ew .tab_wrapper_ew .tab_ew p .inline_ew {
    display: inline;
}

#ecsingle_ew #pack_ew .set_wrapper_ew {
    font-size: var(--font-medium);
    border: 3px solid var(--color-lblue3);
}

#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew {
    display: none;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew.isActive{
    display: block;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>* {
    padding: var(--margin-24);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew .tag_ew span {
    display: block;
    padding: .4em;
    color: var(--color-white);
    background: var(--color-orange1);
    border-radius: 4px;
    overflow-wrap: break-word;
}

#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .headline_ew {
    display: block;
    margin-bottom: var(--margin-24);
    font-size: calc(var(--font-large) * 0.9);
    text-align: center;
    color: var(--color-lblue1);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .name_ew {
    font-size: 1.2em;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .item_ew {
    font-size: .8em;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .spec_wrapper_ew>*:not(#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew .main_ew .spec_wrapper_ew>*:last-child) {
    margin-bottom: var(--margin-16)!important;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .spec_wrapper_ew.flex_col_ew>*:last-child {
    margin-top: auto;
    align-content: flex-end;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.main_ew .spec_wrapper_ew .item_ew ul {
    padding: 8px;
    font-weight: normal;
    border: 1px solid var(--color-black);
    border-radius: 4px;
}

#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew {
    position: relative;
    padding-right: 40px!important;
    border-top: 3px solid var(--color-lblue3);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>ul>li:not(#ecsingle_ew #pack_ew .sub_ew>ul>li:last-child) {
    margin-bottom: .4em;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew .headline_ew {
    font-size: .8em;
    color: var(--color-lblue1);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew {
    justify-content: space-between;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew .flex_row_ew {
    gap: .4em;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew .flex_row_ew>div {
    width: calc((100% - .8em) / 3);
    text-align: center;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew .tag_ew {
    font-size: .9em;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew .tag_ew.flex_row_ew>div span{
    font-size: .7em;
    color: var(--color-gray1);
    background: var(--color-gray3);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>.flex_row_ew .tag_ew.flex_row_ew >div span.grdeup_item_ew {
    color: var(--color-white);
    background: var(--color-lblue2);
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew>.sub_ew>a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    transform: rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-top: 3px solid #666666;
    border-right: 3px solid #666666;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew .sub_ew:hover {
    opacity: .75;
}
#ecsingle_ew #pack_ew .set_wrapper_ew .set_ew .sub_ew>a:hover::after {
    right: 10px;
    transition: .2s;
}

/* #nitori_ew */
#ecsingle_ew #nitori_ew #resultBox ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#ecsingle_ew #nitori_ew #resultBox.type1 > ul > li .imageBox {
    padding: 11px;
}
#ecsingle_ew #nitori_ew #resultBox.type1 > ul > li .imageBox a {
    display: block;
}
#ecsingle_ew #nitori_ew #resultBox.type1 > ul > li .imageBox a>img {
    width: 100%;
}
#ecsingle_ew #nitori_ew  #resultBox.type1 ul li .imageBox .icon {
    height: auto;
}
/* #check_ew */
#ecsingle_ew #check_ew h2 {
    background-color: var(--color-lblue1);
}
#ecsingle_ew #check_ew h2,
#ecsingle_ew #check_ew h2::before{
    border-radius: 0!important;
}
#ecsingle_ew #check_ew input[type="checkbox"] {
    margin: 2% 10px 0 0;
    transform: scale(1.25);
}
#ecsingle_ew #check_ew .icon_ew {
    position: relative;
}
#ecsingle_ew #check_ew .icon_ew:after {
    position: absolute;
    content:'';
    display: block;
    background: url(/ito/img/ecsingle/2025/pen.png) no-repeat;
    background-size: contain;
    top: 10%;
    right: 0;
}
#ecsingle_ew #check_ew .list_wrapper_ew {
    margin: 0 auto;
}
#ecsingle_ew #check_ew .list_ew{
    margin: 0 auto;
    padding: var(--margin-48) 0;
    width: 100%;
    background: url(/ito/img/ecsingle/2025/checklist.png) repeat top center/100%;
    font-size: var(--font-small);
}
#ecsingle_ew #check_ew .list_ew>div {
    text-align: center;
}
#ecsingle_ew #check_ew .list_ew>div>span {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
}
#ecsingle_ew #check_ew .list_ew ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 80%;
    margin: var(--margin-48) auto;
}
#ecsingle_ew #check_ew .list_ew ul li{
    width: 48%;
    margin-bottom: .4em;
    display: flex;
    align-items: flex-start;
}
#ecsingle_ew #check_ew .list_ew ul li a{
    position: relative;
    display: inline;
    color: var(--color-black);
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 0 1px no-repeat;
    transition: all .2s;
}
#ecsingle_ew #check_ew .list_ew ul li a:hover{
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 1px no-repeat;
}
#ecsingle_ew #check_ew .list_ew ul li label{
    margin-left: 1%;
}
#ecsingle_ew #check_ew .list_ew div:has(.img_ew){
    width: 90%;
    margin: 0 auto;
}
#ecsingle_ew #check_ew a img:hover {
    opacity: .75;
}

/*  */
#ecsingle_ew .more_ew {
    position: relative;
    height: clamp(300px, 12.5rem + 31.25vw, 600px);
    overflow: hidden;
}
#ecsingle_ew .more_ew.isActive {
    height: auto;
    overflow: visible;
}
#ecsingle_ew .more_ew .btn_ew {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* margin: 0 auto; */
    padding: clamp(100px, 4.167rem + 10.42vw, 200px) 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}
#ecsingle_ew .more_ew .btn_ew.isActive {
    position: relative;
    padding: 0;
    background: none;
}
#ecsingle_ew .more_ew .btn_ew p {
    position: relative;
    width: min(50%, 300px);
    justify-content: center;
    background: var(--color-black);
}
#ecsingle_ew .more_ew .btn_ew p::after {
    position: absolute;
    content: '';
    right: 10px;
    width: 8px;
    height: 8px;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#ecsingle_ew .more_ew .btn_ew.isActive p::after {
    position: absolute;
    content: '';
    right: 10px;
    width: 8px;
    height: 8px;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* popup */
#ecsingle_ew #popup_ew .popup_overlay_ew,
#ecsingle_ew #popup_ew .popup_wrapper_ew,
#ecsingle_ew #popup_ew .popup_contents_ew {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#ecsingle_ew #popup_ew .popup_overlay_ew {
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
}
#ecsingle_ew #popup_ew .popup_wrapper_ew {
    width: min(95%, 1280px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
#ecsingle_ew #popup_ew .popup_contents_ew {
    display: block;
    position: absolute;
    width: 100%;
    padding: 4% 2% 20%;
    background: var(--color-white);
    border-radius: 4px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    z-index: 999;
}
#ecsingle_ew #popup_ew .btn_close_ew.top_ew {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 45px!important;
    height: 45px!important;
    border-radius: 4px;
    background: var(--color-black);
    z-index: 1;
}
#ecsingle_ew #popup_ew .btn_close_ew.top_ew:hover {
    opacity: .75;
    cursor: pointer;
}
#ecsingle_ew #popup_ew .btn_close_ew.top_ew span::before,
#ecsingle_ew #popup_ew .btn_close_ew.top_ew span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 30px;
    background: var(--color-white);
}
#ecsingle_ew #popup_ew .btn_close_ew.top_ew span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#ecsingle_ew #popup_ew .btn_close_ew.top_ew span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#ecsingle_ew #popup_ew .btn_close_ew.bottom_ew {
    margin-top: 10em;
}
/* adjustment of loading page  */
#ecsingle_reizouko_ew>div,
#ecsingle_sentakuki_ew>div {
    margin-bottom: var(--margin-48)!important;
}
/* #ecsingle_reizouko_ew,
#ecsingle_sentakuki_ew {
    text-align: left;
} */
#ecsingle_reizouko_ew img, #ecsingle_sentakuki_ew img {
    display: block;
    width: 100%;
    height: auto;
}
#ecsingle_reizouko_ew .container02__inner03 dd {
    width: auto;
}
#ecsingle_reizouko_ew .container02__inner03 dt {
    text-align: left;
}
#ecsingle_sentakuki_ew .container02__inner03 dd {
    margin-left: 0!important;
}

/* #osusume_ew */
#ecsingle_ew #osusume_ew h3 {
    text-align: left;
    border-bottom: 4px solid var(--color-lblue1);
}
#ecsingle_ew #osusume_ew ul li {
    padding: 1%;
    font-size: var(--font-small);
}
#ecsingle_ew #osusume_ew ul li a {
    color: var(--color-black);
}
#ecsingle_ew #osusume_ew ul li a p{
    margin-top: 8px;
    font-size: var(--font-small);
}
#ecsingle_ew #osusume_ew ul li a>div {
    overflow: hidden;
}
#ecsingle_ew #osusume_ew ul li a:hover{
    opacity: .75;
}
#ecsingle_ew #osusume_ew ul li a:hover img {
    transform: scale(1.1);
    transition:.1s all;
}
#ecsingle_ew #osusume_ew ul li a:hover p{
    font-weight: bold;
}

/* price */
#ecsingle_ew .price-wrapper_ew {
    font-size: 1.8em;
    text-align: right;
}
#ecsingle_ew .price-wrapper_ew .price_ew {
    color: var(--color-red);
}
#ecsingle_ew .price-wrapper_ew .yen_ew {
    font-size: .6em;
    color: var(--color-black);
}

@media screen and (min-width: 961px) {
    #resultBox ul li:nth-child(n+6) {
        display: none;
    }
    #ecsingle_ew #nitori_ew #resultBox.type1 > ul > li {
        width: 20%;
    }
    #ecsingle_ew section>.outer_ew:not(#ecsingle_ew #popup_ew section>.outer_ew) {
        width: 1280px;
    }
    #ecsingle_ew .pc_ew {
        display: block!important;
    }
    #ecsingle_ew .br960_ew,
    #ecsingle_ew .br600_ew,
    #ecsingle_ew .br400_ew {
        display: none!important;
    }
    #ecsingle_ew .col02_ew>* {
        width: calc(98% / 2);
    }
    #ecsingle_ew .col03_ew>* {
        width: calc(96% / 3);
    }
    #ecsingle_ew .slider_wrapper {
        width: 90%;
    }
    #ecsingle_ew #pack_ew .main_ew>div>*:first-child {
        width: 38%;
        padding: 8px;
    }
    #ecsingle_ew #pack_ew .main_ew>div>*:last-child {
        width: 60%;
        padding: 8px;
    }
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(1),
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(3),
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(4) {
        width: 70%;
    }
    #ecsingle_ew #check_ew .list_wrapper_ew {
        width: 90%;
    }
    #ecsingle_ew #check_ew .list_wrapper_ew .icon_ew:after {
        width: 220px;
        height: 220px;
    }

}
@media screen and (max-width: 960px) {
    #resultBox ul li:nth-child(n+5) {
        display: none;
    }
    #ecsingle_ew #nitori_ew #resultBox.type1 > ul > li{
        width: 50%;
    }
    #ecsingle_ew .outer_ew {
        width: 98%;
    }
    #ecsingle_ew .pc_ew {
        display: none!important;
    }
    #ecsingle_ew .col02_ew>* {
        width: 100%;
    }
    #ecsingle_ew .col03_ew>* {
        width: calc(98% / 2);
    }
    #ecsingle_ew .slider_wrapper {
        width: 100%;
    }
    #ecsingle_ew #top_ew .col02_ew>* {
        width: calc(98% / 2);
    }
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(1), 
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(3), 
    #ecsingle_ew #pack_ew .sub_ew>.flex_row_ew li:nth-child(4) {
        width: 100%;
    }
    #ecsingle_ew #nitori_ew .slider_wrapper {
        width: 100%;
    }
    #ecsingle_ew #check_ew .list_wrapper_ew {
        width: 100%;
    }
    #ecsingle_ew #check_ew .list_wrapper_ew .icon_ew:after {
        width: calc((220 / 960) * 100vw);
        height: calc((220 / 960) * 100vw);
    }
}
@media (min-width: 601px) and (max-width: 960px) {
    #ecsingle_ew .br960_ew {
        display: block!important;
    }
    #ecsingle_ew .br600_ew,
    #ecsingle_ew .br400_ew {
        display: none!important;
    }
    #ecsingle_ew #pack_ew .main_ew .img_ew {
        width: 70%;
    }
}
@media (min-width: 401px) and (max-width: 600px) {
    #ecsingle_ew .br600_ew {
        display: block!important;
    }
    #ecsingle_ew .br400_ew {
        display: none!important;
    }
}
@media screen and (max-width: 400px) {
    #ecsingle_ew .br400_ew {
        display: block!important;
    }
}
