/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');

.oswald{
    font-family: 'Oswald', sans-serif;
}
.saira{
    font-family: 'Saira Stencil One', cursive;
}
body {
    width: 100%;
    color: #333333;
    font-family: 'Noto Sans JP',sans-serif!important;
    font-weight: 400;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    word-break: break-word;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    background-color: #d4aa70;
    border-radius: 100px;
}

.under_page .ec-layoutRole__contents {
    margin-top: 50px;
}
@media (min-width: 769px) {
    a:hover img{
        opacity:0.8;
        transition: 0.3s;
    }
}

.item video {
    width: 100%;
}

/*
アニメーション
*/

@keyframes fadeOut {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
#page_product_list #loader, #page_cm_blog_pro_page_list #loader {
    height: 0;
}
#loader.open {
    height: 0;
}

#loader .loader-fade {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.loader-fade.open {
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}


/*
ボタン
*/
.ec-productRole__btn .ec-blockBtn--action {
    background-color: #E1AD01;
    border-color: #E1AD01;
}

.ec-blockBtn--cancel#favorite {
    background-color: #333333;
    border-color: #333333;
}
#page_contact button.ec-blockBtn--action {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    position: relative;
    display: block;
    max-width: 220px;
    line-height: 40px;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
    height: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#page_contact button.ec-blockBtn--action::after{
    content:"";
    position:absolute;
    top: 18px;
    right:5%;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition:.3s;
}
#page_contact button.ec-blockBtn--action:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}
#page_contact button.ec-blockBtn--action:hover:after{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

#page_contact button.ec-blockBtn--cancel  {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    position: relative;
    display: block;
    max-width: 220px;
    line-height: 40px;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
    height: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#page_contact button.ec-blockBtn--cancel::after{
    content:"";
    position:absolute;
    top: 18px;
    right:5%;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition:.3s;
}
#page_contact button.ec-blockBtn--cancel:hover {
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #666666;
}
#page_contact button.ec-blockBtn--cancel:hover:after{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
#page_contact p {
    margin-bottom: 30px;
    margin-top: 15px;
}

/*
ドロワー
*/
.ec-drawerRole {
    overflow: hidden;
    width: 300px;
}
@media (max-width: 768px) {
    .ec-drawerRole {
        overflow-y: scroll;
    }
}

/*-----------------------------
container
-------------------------------*/
.width1100px {
    max-width: 1130px;
    padding: 0 15px;
    width: 100%;
}

.width900px {
    max-width: 930px;
    padding: 0 15px;
    width: 100%;
}
.width800px {
    max-width: 830px;
    padding: 0 15px;
    width: 100%;
}
.width830px {
    max-width: 860px;
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        order:3;
    }
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        order: 1;
        margin-bottom: 30px;
    }
}
/*-----------------------------
タイトル
-------------------------------*/
.wrap-title {
    text-align: center;
    margin-bottom: 55px;
}

h2.title {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin: 0 auto 15px;
    position: relative;
    display: inline-block;
    color: #000000;
}
h2.title::after {
    position: absolute;
    background-color: #000000;
    width: 200px;
    height: 3px;
    content: "";
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.category-h2 {
    color: #E1AD01;
}
.category-h2::before {
    content: "";
    background-color: #000;
    width: 10px;
    height: 20px;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
}
.ec-pageHeader h1 {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    color: #3B4043;
    margin-bottom: 15px;
    border-bottom: 1px solid #8D724F;
}
@media (max-width: 768px) {
    h2.title {
        font-size: 32px;
    }
    .wrap-title {
        text-align: center;
        margin-bottom: 55px;
    }

}
/*タイトルここまで*/

/*
下層ヘッダ
*/
.under_page .ec-layoutRole__header {
    position: sticky;/*固定する*/
    position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
    top: 0;/*ブラウザの上からの距離はゼロ*/
    z-index: 1000;
    background-color: #fff;
    width: 100%;
}

/*-----------------------------
トップ- header
-------------------------------*/
.top-header {
}
.top-slider.relative {
    position: relative;
    top: 0;
}
.logo {
    width: 80px;
    height: 60px;
}
.top_nav_header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: space-between;
    padding: 2rem 15rem;
}
path.img-logo {
    fill: #ffffff;
}
ul.pc-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
ul.pc-header-nav li {
    padding: 0 25px;
}
ul.pc-header-nav li a {
    color: #fff;
    position: relative;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}
ul.pc-header-nav li a:hover {
    color: #E1AD01;
    text-decoration: none;
}
ul.pc-header-nav li a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #E1AD01;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
ul.pc-header-nav li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}
.ec-cartNavi {
    background: transparent;
    padding: 7px 0 0 40px;
}
.bnr-onlineshop {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index:10
}
.icon-scroll-top {
    position: absolute;
    bottom: 2%;
    left: 48%;
    transform: translateX(-50%);
    padding: 0 10rem;
    animation: float_top 1s linear infinite;
}
@keyframes float_top {
    0% {
        transform: translateY(0)
    }
    33.33333% {
        transform: translateY(-10px)
    }
    66.66667% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}
@media (max-width: 767px) {
    .bnr-onlineshop {
        position: fixed;
        right: 0;
        bottom: 75px;
        z-index: 10;
        width: 65px;
    }
}
/*drawer*/
.ec-headerNavSP {
    display: block;
    left: initial;
    right: 150px;
    top: 23px;
    background-color: transparent;
}
.ec-drawerRole.is_active {
    display: initial;
    left: initial;
    right: 0;
}
.ec-drawerRoleClose.is_active {
    display: initial;
    left: initial;
    right: 270px;
}
.ec-headerNavSP .fas {
    vertical-align: top;
    color: #fff;
    font-size: 30px;
}
.ec-headerNavSP:hover .fas {
    color: #E1AD01;
    transition: 0.3s;
}
.ec-headerNavSP{
    position: absolute;
}
/*cart*/
path.img-cart {
    fill: #ffffff;
    transition: 0.3s;
}
/*sp-navi*/
.ec-cartNavi:hover path.img-cart {
    fill: #E1AD01;
}
ul.nav-list-sp-01 li a, ul.nav-list-sp-02 li a {
    text-decoration: none;
    padding: 7px 20px;
    display: block;
    color: #ffffff;
    transition: 0.3s;
}
ul.nav-list-sp-01 li a:hover, ul.nav-list-sp-02 li a:hover {
    color: #E1AD01;
    transition: 0.3s;
}
.border-b-white {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

ul.nav-list-sp-01 {
    margin-top: 60px;
}
.ec-drawerRoleClose.is_active .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}
.ec-drawerRoleClose.is_active {
    display: initial;
    left: initial;
    right: 245px;
    z-index: 9999999;
    background-color: transparent;
}
ul.nav-list-sp-01 {
    padding-bottom: 15px;
    margin-top: 60px;
}

ul.nav-list-sp-02 {
    padding-bottom: 15px;
    padding-top: 15px;
}
/*pagetop*/
.ec-blockTopBtn {
    position: fixed;
    width: 60px;
    height: 60px;
    color: transparent;
    line-height: 60px;
    opacity: 1;
    background-color: transparent;
    z-index: 9999;
}
.ec-blockTopBtn:hover{
    transition:0.3s;
    opacity: 0.8;
}
/*slider*/
.top-header {
    max-height: 760px;
    overflow: hidden;
}
.top-slider-pc .main_visual img {
    width: 100%;
    height: 62vw;
    object-fit: cover;
}
.top-slider-pc.relative {
    position: relative;
    top: 0;
    max-height: 760px;
}

.top-slider-pc .catchcopy {
    position: absolute;
    top: 50%;
    left: 15rem;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-slider-pc .main-bg {
    position: absolute;
    top: 0;
    z-index: 0;
}
.top-slider-sp{
    display:none;
}
@media (max-width: 768px) {
    .top-slider-pc .catchcopy {
        left: 30px;
        max-width: 400px;
        width: 60%;
    }

    .top-slider-pc .main-bg {
        width: 46%;
    }
}
@media (max-width: 767px) {
    .top-slider-pc{
        display:none;
    }
    .top-slider-sp{
        display:block;
    }
    .top-slider-sp .main_visual img {
        width: 100%;
        object-fit: cover;
    }
    .top-slider-sp .catchcopy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 90%;
    }
}

.pc.under-header.clone-nav .ec-cartNaviNull.is-active,.pc.under-header.clone-nav .ec-cartNaviIsset.is-active {
    display: none!important;
}
.pc.under-header.clone-nav.is-show .ec-cartNaviNull.is-active, .pc.under-header.clone-nav.is-show .ec-cartNaviIsset.is-active{
    display: block!important;
}

/*SVG*/
svg .svg-main-on-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 0.8s;
    transition: fill 0.7s linear 0.8s;
}

svg.active .svg-main-on-1 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-2 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 0.9s;
    transition: fill 0.7s linear 0.9s;
}

svg.active .svg-main-on-2 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-3 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1s;
    transition: fill 0.7s linear 1s;
}

svg.active .svg-main-on-3 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-4 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.1s;
    transition: fill 0.7s linear 1.1s;
}

svg.active .svg-main-on-4 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-5 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.2000000000000002s;
    transition: fill 0.7s linear 1.2000000000000002s;
}

svg.active .svg-main-on-5 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-6 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.3s;
    transition: fill 0.7s linear 1.3s;
}

svg.active .svg-main-on-6 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-7 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.4000000000000001s;
    transition: fill 0.7s linear 1.4000000000000001s;
}

svg.active .svg-main-on-7 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-8 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.5s;
    transition: fill 0.7s linear 1.5s;
}

svg.active .svg-main-on-8 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-9 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.6s;
    transition: fill 0.7s linear 1.6s;
}

svg.active .svg-main-on-9 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-10 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.7000000000000002s;
    transition: fill 0.7s linear 1.7000000000000002s;
}

svg.active .svg-main-on-10 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-11 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.8s;
    transition: fill 0.7s linear 1.8s;
}

svg.active .svg-main-on-11 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-12 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.9000000000000001s;
    transition: fill 0.7s linear 1.9000000000000001s;
}

svg.active .svg-main-on-12 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-13 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2s;
    transition: fill 0.7s linear 2s;
}

svg.active .svg-main-on-13 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-14 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.1s;
    transition: fill 0.7s linear 2.1s;
}

svg.active .svg-main-on-14 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-15 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.2s;
    transition: fill 0.7s linear 2.2s;
}

svg.active .svg-main-on-15 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-16 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.3s;
    transition: fill 0.7s linear 2.3s;
}

svg.active .svg-main-on-16 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-17 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.4000000000000004s;
    transition: fill 0.7s linear 2.4000000000000004s;
}

svg.active .svg-main-on-17 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-18 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.5s;
    transition: fill 0.7s linear 2.5s;
}

svg.active .svg-main-on-18 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-19 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.6s;
    transition: fill 0.7s linear 2.6s;
}

svg.active .svg-main-on-19 {
    fill: rgb(255, 255, 255);
}
ul.pc-header-nav li a.ec-blockBtn.ec-cartNavi--cancel {
    color: #525252;
}
@media (max-width: 768px) {
    .top_nav_header {
        padding: 2rem 15px;
    }
    .ec-headerNavSP {
        right: 22px;
        top: 14px;
    }
    .top_nav_header .ec-headerNavSP {
        right: 22px;
        top: 22px;
    }

    ul.pc-header-nav li {
        display: none;
    }

    ul.pc-header-nav li.ec-headerRole__cart {
        display: block;
        min-width: 40px;
    }
}
@media (max-width: 640px) {
    .ec-cartNavi {
        background: transparent;
        padding: 7px 40px;
    }
}
/*-----------------------------
トップ- ギャラリー
-------------------------------*/
/*アニメーション要素のスタイル*/
.animation{
    opacity : 0;
    visibility: hidden;
    transition: 1.5s;
    transform: translateY(200px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-slider.slick-vertical .slick-slide {
    float: none;
}
.product-slider .slick-dots {
    position: absolute;
    bottom: 50%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    right: 100px;
    width: 10px;
}
.product-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #E1AD01;
}
.product-slider .slick-dots li.slick-active button:before {
    width: 15px;
    height: 15px;
    left: 3px;
}
.product-slider .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    padding:0;
}
.product-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
/*.product-slider {*/
/*    postion: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 180px;*/
/*}*/
.scrollify{
    position:sticky!important;
}
.list-button ul {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    width: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.list-button ul li a {
    width: 8px;
    height: 8px;
    background-color: #B7B7B7;
    display: block;
    border-radius: 50vh;
}
.list-button ul li.active a {
    width: 12px;
    height: 12px;
    background-color: #E1AD01;
    display: block;
    border-radius: 50vh;
}

.list-button ul li {
    margin-bottom: 10px;
}

.list-button {
    position: absolute;
    right: -90px;
    top: 45%;
}

.gallery {
    background: url(../../../template/ironoa/assets/img/top/icon-background.svg) no-repeat center #232323;
    background-attachment: fixed;
    padding: 100px 0;
}
.container-div-02 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.gallery-item-01,.gallery-item-05 {
    position: relative;
    left: -100px;
    margin-bottom: 100px;
}
.gallery-item-02,.gallery-item-06 {
    padding-top: 100px;
    margin-bottom: 100px;
    max-width:354px;
}
.gallery-item-03 {
    position: relative;
    top: -100px;
    margin-bottom: 100px;
}
.gallery-item-04 {
    position: relative;
    right: -100px;
    margin-bottom: 100px;
}
@media (max-width: 768px) {
    .gallery {
        padding: 50px 15px;
    }
    .container-div-02 {
        flex-wrap: wrap;
    }
    .gallery-item-02, .gallery-item-06 {
        padding-top: 0;
        margin-bottom: 15px;
    }
    .gallery-item-03 {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }
    .gallery-item-01,.gallery-item-05 {
        left: 0;
        margin-bottom: 15px;
    }
    .gallery-item-04 {
        right: 0;
        margin-bottom: 15px;
    }
}
/*-----------------------------
トップ- プロダクトシリーズ
-------------------------------*/
.background-gray {
    background-color: #f1f1f1f1;
}
.max1300px {
    max-width: 1300px;
}
.img-product {
    position: absolute;
    right: -150px;
    top: 0;
    max-width: 750px;
}


.title-product {
    position: relative;
    padding-bottom: 25px;
}

.title-product h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title-product h3 {
    font-size: 16px;
    font-weight: bold;
}

.text-yellow {
    color: #E1AD01;
}

.title-product h3 span {
    padding-left: 10px;
}

.title-product::after {
    content: "";
    background-color: #000;
    width: 100px;
    height: 9px;
    position: absolute;
    bottom: 0;
}
.product-button-area {
    display: flex;
    max-width: 650px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-button-01,.product-button-02 {
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}

.product-button-01 a {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    position: relative;
    display: block;
    max-width: 220px;
    line-height: 40px;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
}
.product-button-01 a::after{
    content:"";
    position:absolute;
    top: 18px;
    right:5%;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition:.3s;
}
.product-button-01 a:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}
.product-button-01 a:hover:after{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

.product-button-02 a {
    background-color: #E1AD01;
    border: 1px solid #E1AD01;
    color: #fff;
    position: relative;
    display: block;
    max-width: 220px;
    line-height: 40px;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
}
.product-button-02 a::after{
    content:"";
    position:absolute;
    top: 18px;
    right:5%;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition:.3s;
}
.product-button-02 a:hover {
    border: 1px solid #E1AD01;
    background-color: #ffffff;
    color: #E1AD01;
}
.product-button-02 a:hover:after{
    border-top: 1px solid #E1AD01;
    border-right: 1px solid #E1AD01;
}
.content-product {
    max-width: 470px;
    width: 100%;
}

/*左側に写真*/
.left .img-product {
    position: relative;
    left: -150px;
    top: 0;
    right: initial;
}
.left .content-product {
    max-width: 470px;
    width: 100%;
    margin: 0 0 0 auto;
}
@media (max-width: 1400px) {
    .list-button {
        display: none;
    }
    .img-product {
        position: absolute;
        right: 0;
        top: 50%;
        width: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .left .img-product {
        position: relative;
        left: 0;
        top: 0;
        right: initial;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    .img-product {
        position: initial;
        right: 0;
        top: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        width: 100%;
    }
    .left .img-product {
        position: initial;
        left: 0;
        top: 0;
        right: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }
    .left .content-product {
        max-width: 470px;
        width: 100%;
        margin: 0 0 0 0;
    }
    .title-product h2 {
        font-size: 24px;
    }

}

/*-----------------------------
トップ- DOWNLOAD
-------------------------------*/
.max800px{
    max-width:800px;
}
/*-----------------------------
トップ- MOVIE
-------------------------------*/
.bg-dark-gray {
    background-color: #1A1A1A;
}
.bg-dark-gray h2.title::after {
    background-color: #ffffff;
}
.max1100px{
    max-width:1100px;
}
.youtube-box {
    position: relative;
    padding-bottom: 51%;
    height: 0;
    overflow: hidden;
    max-width:500px;
}

.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-youtube {
    text-align: center;
    width: 90%;
    margin: 0 auto 60px;
}
/*-----------------------------
トップ- INSTAGRAM
-------------------------------*/
.btn-youtube a {
    display: inline-block;
}

.bg-light-gray{
    background-color:#f1f1f1;
}
.btn-area-center {
    text-align: center;
    width: 90%;
}

a.btn-black {
    background-color: #000;
    border: 1px solid #000000;
    color: #fff;
    display: block;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    position: relative;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
}
a.btn-black:after{
    content:"";
    position:absolute;
    top: 18px;
    right:5%;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition:.3s;
}
a.btn-black:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}
a.btn-black:hover:after{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
.insta_show a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e6e6e6;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.insta_show a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
}
.insta_show a:hover img {
    opacity: 0.8;
    transition: 0.3s;
}
/*-----------------------------
トップ- NEWS
-------------------------------*/
.ec-newsRole .ec-newsRole__news {
    border: 0;
    padding: 10px 15px;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 15px;
}
.ec-newsRole__newsItem{
}
.ec-newsRole__newsItem:hover {
    background-color: #F1F1F1;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .ec-newsRole .ec-newsRole__news {
        padding: 10px 0;
    }
}
/*-----------------------------
トップ- FOOTER
-------------------------------*/
.footer-logo a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    text-align: center;
}

.footer-sns {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

ul.list-sns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
}
ul.list-footer li,ul.list-footer li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}
.ec-footerTitle {
    padding: 15px 0 30px;
}
ul.list-footer li {
    margin-bottom: 15px;
}
ul.ec-footerNavi li a {
    text-decoration: none;
}
ul.list-footer li a:hover {
    transition: 0.3s;
    opacity: 0.8;
    text-decoration: underline;
}

.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .ec-footerNavi .ec-footerNavi__link + .ec-footerNavi__link {
        border-left: 1px solid #fff;
    }
}

li.ttl-under-wh {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

li.ttl-under-wh::after {content: "";display: block;position: absolute;left: 0;bottom: -10px;width: 15px;height: 5px;background-color: #fff;}
@media (max-width: 768px) {
    .footer-sns {
        max-width: 270px;
    }

}
/*-----------------------------
下層- header
-------------------------------*/

.logo {
    width: 80px;
    height: 60px;
}
.under-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 0;
    width: 100%;
    position: relative;
    z-index: 99;
}
.under_nav_header {
    width: 100%;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 2rem 15rem;
}
.under-header path.img-logo {
    fill: #000000;
}
.under-header ul.pc-header-nav li a {
    color: #000000;
    position: relative;
    font-size: 14px;
}

/*drawer*/

.under-header .ec-headerNavSP .fas {
    vertical-align: top;
    color: #000;
    font-size: 30px;
}
/*cart*/
.under-header path.img-cart {
    fill: #000000;
}
@media (max-width: 768px) {
    .under_nav_header {
        padding: 1rem 15px;
    }
}


/*SVG*/
svg .svg-main-on-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 0.8s;
    transition: fill 0.7s linear 0.8s;
}

svg.active .svg-main-on-1 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-2 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 0.9s;
    transition: fill 0.7s linear 0.9s;
}

svg.active .svg-main-on-2 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-3 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1s;
    transition: fill 0.7s linear 1s;
}

svg.active .svg-main-on-3 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-4 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.1s;
    transition: fill 0.7s linear 1.1s;
}

svg.active .svg-main-on-4 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-5 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.2000000000000002s;
    transition: fill 0.7s linear 1.2000000000000002s;
}

svg.active .svg-main-on-5 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-6 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.3s;
    transition: fill 0.7s linear 1.3s;
}

svg.active .svg-main-on-6 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-7 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.4000000000000001s;
    transition: fill 0.7s linear 1.4000000000000001s;
}

svg.active .svg-main-on-7 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-8 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.5s;
    transition: fill 0.7s linear 1.5s;
}

svg.active .svg-main-on-8 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-9 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.6s;
    transition: fill 0.7s linear 1.6s;
}

svg.active .svg-main-on-9 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-10 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.7000000000000002s;
    transition: fill 0.7s linear 1.7000000000000002s;
}

svg.active .svg-main-on-10 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-11 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.8s;
    transition: fill 0.7s linear 1.8s;
}

svg.active .svg-main-on-11 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-12 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 1.9000000000000001s;
    transition: fill 0.7s linear 1.9000000000000001s;
}

svg.active .svg-main-on-12 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-13 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2s;
    transition: fill 0.7s linear 2s;
}

svg.active .svg-main-on-13 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-14 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.1s;
    transition: fill 0.7s linear 2.1s;
}

svg.active .svg-main-on-14 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-15 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.2s;
    transition: fill 0.7s linear 2.2s;
}

svg.active .svg-main-on-15 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-16 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.3s;
    transition: fill 0.7s linear 2.3s;
}

svg.active .svg-main-on-16 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-17 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.4000000000000004s;
    transition: fill 0.7s linear 2.4000000000000004s;
}

svg.active .svg-main-on-17 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-18 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.5s;
    transition: fill 0.7s linear 2.5s;
}

svg.active .svg-main-on-18 {
    fill: rgb(255, 255, 255);
}

svg .svg-main-on-19 {
    fill: transparent;
    -webkit-transition: fill 0.7s linear 2.6s;
    transition: fill 0.7s linear 2.6s;
}

svg.active .svg-main-on-19 {
    fill: rgb(255, 255, 255);
}
.product-main {
    max-height: 660px;
    position: relative;
    height: 660px;
    overflow: hidden;
}

.img-main {
    position: absolute;
    max-height: 660px;
    right: 0;
    width: 100%;
}

.img-main img {
    max-height: 800px;
    right: 0;
    position: absolute;
}

.main-catchcopy {
    max-width: 604px;
    background-color: #000;
    max-height: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 7rem;
}
.inner-catchcopy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 440px;
}
.icon-scroll {
    position: absolute;
    bottom: 0;
    padding: 0 10rem;
    animation: float_2979 1s linear infinite;
}
@keyframes float_2979 {
    0% {
        transform: translateY(0)
    }
    33.33333% {
        transform: translateY(-10px)
    }
    66.66667% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}
h2.ub-title {
    position: relative;
    padding-bottom: 15px;
    margin: 0 auto 25px;
}
h2.ub-title::before {
    position: absolute;
    background-color: #000000;
    width: 200px;
    height: 3px;
    content: "";
    display: block;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.yu-min{
    font-family: "Yu Mincho", "YuMincho", serif;
}
h4.icon-point {
    background: url(../../../template/ironoa/assets/img/connector/icon-point.svg) no-repeat left center;
    background-size: 40px;
    padding: 15px 15px 15px 50px;
}
.bg-gray-white-01 {
    position: relative;
}
.bg-gray-white-01::after {
    position: absolute;
    content: "";
    display: block;
    width: 79%;
    height: 70%;
    background-color: #e5e5e5;
    z-index: 0;
    top: -50px;
}
.product-point-01 {
    max-width: 1130px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.content-product-01 {
    max-width: 430px;
    /*background: url(../../../template/ironoa/assets/img/connector/img-product-01-02.png) no-repeat bottom center;*/
    /*background-size: 100%;*/
    /*padding-bottom: 35%;*/
}
.img-product-01 {
    position: relative;
    max-width: 640px;
    right: -50px;
}
.icon-check {
    position: absolute;
}
.product-point-02 {
    max-width: 1130px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.content-product-02 {
    max-width: 380px;
    /*background: url(../../../template/ironoa/assets/img/connector/ironblock-t-02.png) no-repeat bottom center;*/
    /*background-size: 100%;*/
    /*padding-bottom: 35%;*/
    order: 3;
}
.img-product-02 {
    position: relative;
    max-width: 800px;
    order: 1;
    left: -50px;
}
.product-point-02-01 {
    max-width: 1130px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.content-product-02-01 {
    max-width: 380px;
    /*background: url(../../../template/ironoa/assets/img/connector/ironblock-t-02.png) no-repeat bottom center;*/
    /*background-size: 100%;*/
    /*padding-bottom: 35%;*/
    order: 1;
}
.img-product-02-01 {
    position: relative;
    max-width: 800px;
    order: 3;
    right: -50px;
}


.bg-gray-white-02 {
    position: relative;
}
.bg-gray-white-02::after {
    position: absolute;
    content: "";
    display: block;
    width: 79%;
    height: 65%;
    background-color: #e5e5e5;
    z-index: 0;
    top: -50px;
    right: 0;
}
.product-point-03 {
    max-width: 1130px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.content-product-03 {
    max-width: 430px;
    /*background: url(../../../template/ironoa/assets/img/connector/img-product-02-02.png) no-repeat bottom center;*/
    /*background-size: 100%;*/
    /*padding-bottom: 40%;*/
    order: 3;
}
.img-product-03 {
    position: relative;
    max-width: 640px;
    left: -50px;
    order: 1;
}
.product-point-04 {
    max-width: 1130px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.bg-gray-white-03 {
    position: relative;
}
.bg-gray-white-03::after {
    position: absolute;
    content: "";
    display: block;
    width: 79%;
    height: 87%;
    background-color: #e5e5e5;
    z-index: 0;
    top: -50px;
}
.content-product-04 {
    max-width: 430px;
    /*background: url(../../../template/ironoa/assets/img/connector/img-product-03-02.png) no-repeat bottom center;*/
    /*background-size: 100%;*/
    /*padding-bottom: 16%;*/
}
.img-product-04 {
    position: relative;
    max-width: 640px;
    right: -50px;
}
.bg-gray-white-05 {
    position: relative;
}
.bg-gray-white-05::after {
    position: absolute;
    content: "";
    display: block;
    width: 79%;
    height: 56.5%;
    background-color: #e5e5e5;
    z-index: 0;
    top: -50px;
}
/*TETSU KOUMORI*/
.tetsu-koumori .main-catchcopy {
    max-width: 604px;
    background: url(../../../template/ironoa/assets/img/connector/title-bg.jpg) no-repeat center #000;
    background-size: contain;
    max-height: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 7rem;
}
.tetsu-koumori .title-spec{
    position: relative;
    background: url(../../../template/ironoa/assets/img/connector/bg-title-spec.jpg) no-repeat center;
    background-size: cover;
    height:300px;
    z-index:0;
}
.title-spec::before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
}
.tt-spec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}
.tt-spec h2.title::after {
    background-color: #ffffff;
}
.list-series a {
    position: relative;
}

.box-series {
    position: relative;
}

.box-series::before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
}

.box-series h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    width: 100%;
    line-height: 188%;
}
.box-series h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50px;
    height: 3px;
    z-index: 6;
    display: block;
    background-color: #fff;
}
.list-series a:hover .box-series h4{
    transition:0.3s;
    color: #E1AD01;
}
.list-series a:hover .box-series h4::after{
    transition:0.3s;
    background-color: #E1AD01;
}
.list-series a:hover .box-series::before {
    background: rgba(0, 0, 0, 0.6);
    transition:0.3s;
}
.ub-yellow {
    position: relative;
}

.ub-yellow::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #E1AD01;
    left: 0;
    bottom: -10px;
}
@media (max-width: 768px) {
    .img-product-01,.img-product-02-01 {
        right: 0;
    }
    .img-product-02 {
        left: 0;
    }
    .img-product-03 {
        left: 0;
    }
    .img-product-04 {
        right: 0;
    }
    .product-point-02,.product-point-02-01 {
        flex-wrap: wrap;
    }
    .tetsu-koumori .main-catchcopy {
        max-width: 300px;
        max-height: 225px;
        left: 0;
        padding: 3rem;
        top: initial;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }
    .inner-catchcopy {
        max-width: 220px;
    }
    .product-main {
        height: 350px;
    }
    .icon-scroll {
        display: none;
    }
    .bg-gray-white-01::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e5e5e5;
        z-index: 0;
        top: 0;
    }
    .product-point-01{
        padding:0;
    }
    .product-point-03 {
        padding: 0;
    }
    .icon-check {
        position: absolute;
        width: 40%;
    }
    .content-product-01 {
        max-width: initial;
    }
    .content-product-02 {
        max-width: initial;
    }
    .bg-gray-white-02::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e5e5e5;
        z-index: 0;
        top: 0;
        right: 0;
    }
    .bg-gray-white-03::after {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .bg-gray-white-05::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e5e5e5;
        z-index: 0;
        top: 0;
        right: 0;
    }
    .product-point-04 {
        padding: 0;
    }
    .content-product-04 {
        max-width: initial;
    }
    .tetsu-koumori .title-spec {
        height: 200px;
    }
    .tt-spec {
        width: 100%;
    }
    .content-product-03 {
        max-width: initial;
    }
}
@media (max-width: 640px) {
    .box-series {
        height: 100px;
        overflow:hidden;
    }

    .box-series h4 {
        line-height: 25px;
    }

}
/*
STOVE
*/
.stove .title-spec{
    position: relative;
    background: url(../../../template/ironoa/assets/img/stove/title-spec.png) no-repeat center;
    background-size: cover;
    height:300px;
    z-index:0;
}
.stove .bg-gray-white-01::after {
    position: absolute;
    content: "";
    display: block;
    width: 79%;
    height: 85%;
    background-color: #e5e5e5;
    z-index: 0;
    top: -50px;
}
@media (max-width: 768px) {
    .stove .main-catchcopy {
        max-width: 300px;
        max-height: 225px;
        left: 0;
        padding: 3rem;
        top: initial;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }
    .stove .bg-gray-white-01::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e5e5e5;
        z-index: 0;
        top: 0;
    }
    .content-product-02-01 {
        max-width: initial;
    }
    .stove .title-spec {
        height: 200px;
    }
}

.stove .wrap-youtube-02 {
    max-width: 530px;
    margin: 0 auto 80px;
}

.stove .wrap-youtube {
    width: 100%;
    text-align: center;
    max-width: 530px;
}

.stove .wrap-youtube .youtube-box,.stove .wrap-youtube-02 .youtube-box {
    max-width: 530px;
    padding-bottom: 56%;
}
/*
RONOJI
*/
.ronoji .main-catchcopy {
    max-width: 604px;
    background: url(../../../template/ironoa/assets/img/ronoji/bg-ronoji.png) no-repeat center #000;
    background-size: contain;
    max-height: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 7rem;
}
.ronoji .title-spec {
    position: relative;
    background: url(../../../template/ironoa/assets/img/ronoji/title-spec.png) no-repeat center;
    background-size: cover;
    height: 300px;
    z-index: 0;
}
@media (max-width: 768px) {
    .ronoji .main-catchcopy {
        max-width: 300px;
        max-height: 225px;
        left: 0;
        padding: 3rem;
        top: initial;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

}

/*
ACCESSORY
*/
.accessory .main-catchcopy {
    max-width: 604px;
    background: url(../../../template/ironoa/assets/img/accessory/title-bg.png) no-repeat left center #000;
    background-size: contain;
    max-height: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 7rem;
}
@media (max-width: 768px) {
    .accessory .main-catchcopy {
        max-width: 300px;
        max-height: 225px;
        left: 0;
        padding: 3rem;
        top: initial;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

}
/*
SINOBI
*/
.sinobi .main-catchcopy {
    max-width: 604px;
    background: url(../../../template/ironoa/assets/img/accessory/title-bg.png) no-repeat left center #000;
    background-size: contain;
    max-height: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 7rem;
}
@media (max-width: 768px) {
    .sinobi .main-catchcopy {
        max-width: 300px;
        max-height: 225px;
        left: 0;
        padding: 3rem;
        top: initial;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

}
.sinobi .title-spec {
    position: relative;
    background: url(../../../template/ironoa/assets/img/shinobi/title-spec.png) no-repeat center;
    background-size: cover;
    height: 300px;
    z-index: 0;
}
/*
商品一覧
*/
#page_product_list .ec-layoutRole__contents {
    display: block;
}

#page_product_list .ec-layoutRole__left {
    display: block;
}

@media only screen and (min-width: 768px) {
    #page_product_list .ec-layoutRole__contents {
        display: flex;
    }
    .ec-searchnavRole {
        padding-left: 45px;
    }
    .ec-shelfRole {
        padding-left: 45px;
    }
}

.product_list-title::after {
    content: '';
    width: 100px;
    height: 5px;
    display: inline-block;
    background-color: #000000;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.title-bg-gray{
    background-color:#F1F1F1;
}
.bg-beige {
    background-color: #F3F0E3;
}
h4.title-howto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.flow-number.oswald {
    background-color: #E1AD01;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}
.howto-movie-box {
    max-width: 800px;
    margin: 30px auto;
    width: 100%;
    text-align: center;
}
.howto-movie-box .youtube-box {
    max-width: 800px;
    padding-bottom: 56.25%;
}
ol.ec-topicpath a {
    color: #222;
}

.ec-topicpath
li.ec-topicpath__item a {
    font-size: 12px;
    color: #222;
}

.ec-topicpath .ec-topicpath__item--active a {
    font-size: 12px;
    color: #222;
    font-weight: normal;
}

.ec-topicpath .ec-topicpath__item--active {
    color: #222;
    font-size: 12px;
    font-weight: normal;
}

.ec-topicpath li.ec-topicpath__item a:hover,.ec-topicpath li.ec-topicpath__item a:hover,
.ec-topicpath .ec-topicpath__item--active a:hover {
    text-decoration: underline;
    color:#E1AD01;
    transition: 0.3s;
}
nav.list-category a:hover {
    background-color: #F1F1F1;
    transition: 0.3s;
    text-decoration: none;
    color: #333;
}
.all-item {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
}
.all-item a{
    border: 1px solid #000;
    background-color: #000000!important;
    color: #ffffff!important;
    transition: 0.3s;
}
.all-item a:hover {
    text-decoration: none;
    background-color: #ffffff!important;
    color: #000!important;
    transition: 0.3s;
}
.ec-pager .ec-pager__item--active {
    background: transparent;
}
.ec-pager .ec-pager__item--active a {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50vh;
    padding: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.ec-pager .ec-pager__item a {
    border-radius: 50vh;
    padding: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.ec-pager .ec-pager__item a:hover {
    color: #000;
    border: 1px solid #000;
    border-radius: 50vh;
    transition: 0.3s;
}
.ec-pager .ec-pager__item--active a:hover{
    color:#000;
    border: 1px solid #000;
    border-radius: 50vh;
    transition: 0.3s;
    background-color: #fff;
}
.ec-pager .ec-pager__item:hover {
    background: transparent;
}
/*
商品詳細
*/
#page_product_detail .ec-layoutRole__contents {
    display: block;
}

#page_product_detail .ec-layoutRole__left {
    display: block;
}

@media only screen and (min-width: 768px) {
    #page_product_detail .ec-layoutRole__contents {
        display: flex;
    }
}
#delivery_duration {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.ec-productRole__actions label {
    font-size: 14px;
    font-weight: 500;
}
.icon-search {
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.slide-item {
    position: relative;
}
.ec-productRole__description {
    border-top: 1px dashed #A9A9A9;
    margin-top: 15px;
    padding-top: 15px;
}
/* --------------------------------
	underpage - Shopping
-------------------------------- */
h2.title-guide {
    border-bottom: 1px solid #8D724F;
}
.ttl-box .heading-h3 {
    font-size: 2.1rem;
    font-weight:bold;
    background: url(../../../template/ironoa/assets/img/pages/bg-title-h3.svg) no-repeat left bottom;
    line-height: 188%;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.ttl-box .heading-h3-product {
    font-size: 2.1rem;
}
.wrap-shopguide table.table {
    width: 100%;
    text-align: left;
}
.price-table {
    width: 100%;
}

table.table.price-table th {
    color: #4D4D4D;
    background-color: #f6f6f6 !important;
    border: 1px solid #808080 !important;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 166%;
}
table.table.price-table th.th-gray {
    background-color: #333!important;
    color: #FFFFFF;
}
table.table.price-table th.bg-black {
    background-color: #000!important;
    color: #fff;
}
table.table.order-table td {
    border-top: none;
    padding-top: 0;
}
.table > tbody > tr > th.col-header.no-border {
    border-top: none;
    padding-left: 18px;
    background: url(../../../template/ironoa/assets/img/pages/ttl-th.svg) no-repeat left 14px;
}
table.table.order-table td.tdb-top {
    border-bottom: none;
}
@media only screen and (min-width:768px) {
    .table.price-table th {
        width: 40%;
    }
    th.col-header {
        width: 20%;
    }
    table.table.order-table td {
        padding-bottom: 15px;
        padding-top: 5px;
        padding-left:0;
    }
    .table > tbody > tr > th.col-header.no-border {
        padding-top: 15px;
        white-space: nowrap;
        background: url(../../../template/ironoa/assets/img/pages/ttl-th.svg) no-repeat left 21px;
    }
    table.table.price-table th.w70 {
        width: 70%;
    }
    .wrap-shopguide table.table.price-table {
        width: 70%;
        max-width: 330px;
    }
}
table.table.price-table th + th {
    border-left: 1px solid white;
}
table.table.price-table td {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border: 1px solid #808080;
    padding: 4px 8px;
}
.box-caution {
    padding: 15px;
    box-sizing: border-box;
    color: #CC0000;
    font-weight: bold;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.wrap-shopguide h4 {
    margin-bottom: 15px;
    /* background-color: #f5f5f5; */
    padding: 5px 0 0; /* font-weight: 500; */
}
.wrap-shopguide .box-line p {
    margin-bottom: 0;
}
.box-line {
    padding: 8px 15px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}
table.table-ex {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}
table.table-ex td {
    border: 1px solid #CCC;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    background-color: #F5F5F5;
}
table.table-ex th {
    border: 1px solid #CCC;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    background-color: #C8C8AC;
}
table.table-ex02 {
    width: 100%;
    text-align: center;
}
table.table-ex02 td {
    border: 1px solid #CCC;
    padding: 15px;
    font-size: 14px;
    text-align: left;
}
table.table-ex02 th {
    border: 1px solid #CCC;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    background-color: #C8C8AC;
}
ul.list-about li {
    list-style: square;
    list-style-position: outside;
    margin-bottom: 15px;
}
ul.list-about li:before {}
ul.list-about {
    padding-left: 15px;
    margin: 0 auto;
}
@media only screen and (max-width:640px) {
    table.table.order-table {
        /*display: list-item;*/
        width: 100%;
    }
    table.table.order-table th, table.table.order-table td {
        width: 100%;
        display: block;
    }
    table.table-ex, table.table-ex02 {
        /*display: list-item;*/
    }
    table.table-ex th, table.table-ex td, table.table-ex02 th, table.table-ex02 td {
        width: 100%;
        display: block;
    }
    table.table.order-table td.tdb-top {
        border-top: 1px solid #ddd;
        padding-top: 8px;
    }
}
/* IRONOAについて */
.title-about-01{
    position: relative;
    background: url(../../../template/ironoa/assets/img/about/mv-img.png) no-repeat center;
    background-size: cover;
    height:180px;
    z-index:0;
}
/*.title-about-01::before {*/
/*    z-index: 1;*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    background-size: cover;*/
/*}*/
.tt-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
}
.title-about-02{
    position: relative;
    background: url(../../../template/ironoa/assets/img/about/bg-about-01.png) no-repeat center;
    background-size: cover;
    height:300px;
    z-index:0;
}
.title-about-02::before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
}

@media only screen and (min-width:1024px) {
    .about-text {
        max-width: 375px;
    }

    .about-img {
        max-width: 650px;
    }
}

.ec-borderedDefs.border-top-none {
    border-top: none;
}
.ec-borderedDefs.border-top-none dt {
    color: #8D724F;
    font-weight:normal;
}
.ec-borderedDefs.border-top-none dt .ec-label {
    font-weight:normal;
}
.ec-borderedDefs.border-top-none dl {
    flex-wrap: nowrap;
    padding: 5px 0 10px;
    align-items: center;
}
.ec-borderedDefs.border-top-none dd {
    line-height: 188%;
}
/* ブログ */
.title-blog-01{
    position: relative;
    background: url(../../../template/ironoa/assets/img/blog/blog-img.png) no-repeat center;
    background-size: cover;
    height:180px;
    z-index:0;
}
.tt-blog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}
.blog-category-h2 {
    color: #E1AD01;
}
.blog-category-h2 h2 {
    margin-top: -5px;
}
.blog-category-h2 span {
    color: #333333;
}
.blog-category-h2::before {
    content: "";
    background-color: #000;
    width: 10px;
    height: 34px;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
}
.blog-category-list li:hover {
    background-color: #F1F1F1;
}

.pluginCMBblog .list_blog .list_category_link {
    background-color: #F1F1F1;
    color: #333;
    padding: 0 20px;
    transition: 0.3s;
}
.pluginCMBblog .list_blog .list_category_link:hover {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}
.archive-link-div a {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
    text-decoration: none;
    transition: 0.3s;
    padding-top: 8px;
    padding-left: 0;
}

.archive-link-div a:hover {
    background-color: #e1e1e1;
    color: #333;
}
ul.list_blog figure.figure__main_image {
    max-width: 250px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 150px;
}
.pluginCMBblog .item_blog_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    height: 250px;
}
ul.list_blog li {
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 30px;*/
}
ul.list_blog li a:hover{
    transition:0.3s;
    text-decoration: none;
    color:#66512c;
}
.blog-category-list li:hover {
    background-color: none;
}
.blog-category-list li a{
    transition: 0.3s;
}
.blog-category-list li a:hover{
    transition:0.3s;
    text-decoration: none;
    color:#66512c;
    background-color: #e1e1e1;
}
.pluginCMBblog a.list_category_link{
    background-color: #F1F1F1;
    color: #333;
    padding: 0 20px;
    transition: 0.3s;
}


.blog_text h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin: 0 auto 30px;
    position: relative;
    display: inline-block;
    color: #000000;
}
.blog_text h1::after {
    position: absolute;
    background-color: #000000;
    width: 200px;
    height: 3px;
    content: "";
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog_text h2 {
    font-size: 2.4rem;
    color: #000000;
    font-weight: bold;
    background: url(../../../template/ironoa/assets/img/pages/bg-title-h3.svg) no-repeat left bottom;
    line-height: 188%;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.blog_text h3 {
    border-top: none;
    padding-left: 18px;
    background: url(../../../template/ironoa/assets/img/pages/ttl-th.svg) no-repeat left center;
    margin-bottom: 15px;
}
.image-02-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.ec-productRole__description p{
    font-size: 14px;
}

.image-02-flex img {
    width: 48%;
}

.halfInput-error {
    display: flex;
}
.halfInput-error .ec-errorMessage {
    width: 48.5%;
}

/*
購入画面
*/
#shopping-form .ec-rectHeading {
    margin-top: 20px;
    margin-bottom: 10px;
}
#shopping-form .ec-orderAccount .ec-rectHeading {
    margin-top: 0;
}

/*
購入履歴
*/
#page_mypage_history .ec-rectHeading {
    margin-top: 20px;
    margin-bottom: 10px;
}
#page_mypage_history .ec-orderAccount .ec-rectHeading {
    margin-top: 0;
}
#page_entry .ec-borderedDefs dt {
    display: flex;
}

#page_entry .ec-borderedDefs dt label {
    max-width: 75%;
}
