@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Damion&family=Noto+Sans+JP:wght@100..900&display=swap');

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}
img {
    max-width: 100%;
}
a {
    transition: .4s;
    text-decoration: none;
}
a:hover {
    opacity: .7;
}
.spbr,
.sp{
    display: none;
}
.container {
    /*max-width: 1280px;*/
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.logo {
    flex-shrink: 0;
    padding: 10px 0;
}
.logo img{
    height: 50px;    
}
.text-center{
    text-align: center;
}
nav {
    flex-shrink: 1;
    position: relative;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li {
    position: relative;
    margin-left: 10px;
}
nav a{
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
nav .submenu-item-child {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
nav .submenu-item-child .search-text {
    margin-right: 8px;
    max-width: 200px;
    padding: 6px;
    flex: 1;
}
.fade{
    opacity: 0;
}
.menu-en {
    font-size: 16px;
}
.menu-ja {
    font-size: 12px;
}
.submenu {
    position: fixed;
    top: 106px;
    left: 0;
    width: 100vw;
    background: #888;
    display: none;
    z-index: 9999;
    border-bottom: 5px solid #07569e;
}
.submenu.open {
    display: block;
}
.submenu-inner.container {
    padding: 20px;
    box-sizing: border-box;
}
.submenu-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1400px;
    padding: 10px 0;
    margin: 0 auto;
    align-items: center;
}
.submenu-item {
    width: calc(25% - 20px);
    text-align: center;
}
.submenu-search{
    width: calc(35% - 20px);
}
.submenu-item img {
    width: 100%;
    margin-bottom: 10px;
}
.submenu-item a {
    font-size: 14px;
}
.submenu-toggle {
    display: flex;
    align-items: center;
    position: relative;
}
.submenu-icon {
    display: none;
    margin-left: 10px;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    right: 20px;
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 32px;
}
.hamburger span {
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 4px 0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: transform .3s, opacity .3s, top .3s;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 10px;
}
.hamburger span:nth-child(3) {
    top: 20px;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}
#plogo {
    background: #000;
    text-align: right;
    border-bottom: 1px solid #fff;
    min-height: 40px;
}
#plogo #plogo_inner {
    padding: 5px 15px 0px;
    box-sizing: border-box;
}
#plogo img {
    height: 25px;
    display: inline-block;
}

#plogo,
header{
    position: fixed;
    width: 100%;
    z-index: 15;
    top: 0;
}
header{
    margin-top: 35px;
}
header,footer {
    background: #555;
}
header a,
footer a,
#instagram_inner a{
    color: #fff;
}

.headnews_parent{
    /*max-width: 1280px;*/
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin: auto;
    background-color: #777;
    font-size: 0.8em;
}
.headnews_parent span.cat{
    border: 1px solid #fff;
    font-size: 0.8em;
    padding: 1px 5px;
}
.search-btn, .search-btn_top {
    padding: 5px 10px;
    display: inline-block;
}
.swiper {
    width: 100%;
    padding-top: 130px;
    height: calc(100vh - 130px);
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw; /* 16:9 = 9 / 16 = 0.5625 */
    min-height: 100vh;
    min-width: 177.78vh; /* 16:9 = 16 / 9 = 1.7778 */
}

#main-visual {
    position: relative;
}
#youtubescroll {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    animation: fluffy1 2s ease infinite;
    cursor: pointer;
    transition: 0.4s;
    z-index: 10;
}
@keyframes fluffy1 {
    0% {
    transform: translateY(0); }
    5% {
    transform: translateY(0); }
    10% {
    transform: translateY(0); }
    20% {
    transform: translateY(-10px); }
    25% {
    transform: translateY(0); }
    30% {
    transform: translateY(-10px); }
    50% {
    transform: translateY(0); }
    100% {
    transform: translateY(0); } 
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 100;
}
#page-top img {
    width: 50px;
    height: auto;
}

footer{
    margin-top: 100px;
    padding: 20px;
    color: #fff;
}
footer ul,
footer ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul{
    margin-bottom: 10px;
}
footer ul li{
    line-height: 1.6em;
}
footer p{
    color: #bbb;
    margin: 0 0 10px;
}
footer .flex{
    align-items: normal;
}
footer p.copyright{
    text-align: center;
}
footer .half{
    text-align: center;
}
footer .half img{
    height: 60px;
    margin: 0 auto 10px;
}
footer .social-share a{
    width: 50px;
    height: 50px;
    font-size: 2em;
    display: inline-block;
    color: #fff
}

/* contents */
.contents{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}
.subtitle{
    font-family: "FB Benton Sans Bold", sans-serif;
    font-size: 2em;
    border-bottom: 1px solid #ccc;
    padding: 0 0px 15px;
    display: table;
    margin: 150px auto 60px;
}

.catch{
    text-align: center;
    padding: 80px 0;
}
.flex{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}
.flex .half{
    width: 50%;
    box-sizing: border-box;
}
.flex .third{
    width: 33%;
    box-sizing: border-box;
}
.flex .fourth{
    width: 25%;
    box-sizing: border-box;
}
.flex .auto{
    width: auto;
    margin: 0 30px;
}
.backimg{
    background-size: cover;
    background-position: center center;
}

#instagram .contents{
    padding: 20px 5px;
    box-sizing: border-box;
}
#instagram_inner{
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
}
#instagram_inner p{
    font-size: 1.2em;
    margin: 0 0 30px;
}
#instagram_inner a{
    display: block;
    margin-top: 30px;
}
#instagram_inner a span{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 40px;
    transition: 0.4s;
    font-size: 1.2em;
}
#instagram_inner a span:hover{
    background-color: #fff;
    color: #000;
}
#instagram_inner img{
    margin: auto;
    max-width: 90%;
}
#about_inner{
    display: flex;
    justify-content: flex-end;
    padding: 30px 5px;
}
#about_inner_contents{
    width: 40%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
#about_inner_contents h6,
#about_inner_contents h5{
    margin: 0 0 10px;
    font-weight: normal;
}
#about_inner_contents h6{
    font-size: 0.9em;
    color: #333;
    font-style: italic;
}
#about_inner_contents h5{
    font-size: 1.1em;
}
#news_inner{
    padding: 80px 0 40px;
}
#news_inner .swiper,
#news_inner .swiper-slide{
    height: auto;
    padding: 0;
}
#news_inner .newsthumb{
    aspect-ratio: 6/4;
}
#news_inner a{
    color: #000;
    word-break: break-all;
}
.news-title{
    line-height: 1.5em;
}
#topsearch h4{
    font-weight: normal;
    font-size: 1.1em;
    margin: 30px 0 10px;
}
#topsearch input[type="text"],
#topsearch select{
    padding: 8px;
}
#topsearch .search-text_top{
    width: 500px;
    max-width: 70%;
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid #777;
}

a.btnlink{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    display: inline-block;
    padding: 8px 20px;
    margin: 15px auto 0;
    transition: 0.4s;
}
a.btnlink:hover{
    background-color: #000;
    color: #fff !important;
}
.su-column-inner .su-heading .su-heading-inner span{
    display: block;
}
#page_result{
    margin-top: 180px;
}
#page_result #bread{
    font-size: 0.9em;
    margin-bottom: 30px;
}
#page_result #bread a{
    color: #000;
}
#page_result img{
    width: auto;
    height: auto;
    display: inline-block;
}
#page_result h2 {
    color: #07569e;
    font-weight: bold;
    border-bottom: 2px solid #07569e;
    padding: 5px 10px;
    margin: 10px 0px 10px;
    font-size: 1.3em;
}
#page_result h4 {
    border-bottom: 1px solid #07569e;
    border-left: 10px solid #07569e;
    padding: 7px;
    font-size: 1.1em;
}
#page_result h3#search_label{
    margin-bottom: 30px;
}
#page_result select{
    padding: 6px;
}
#page_result .extract_title{
    cursor: pointer;
    margin-top: 10px;
}
#page_result .extract_title img{
    width: 30px;
    vertical-align: middle;
}
#page_result .extract ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#page_result .extract ul li {
    padding: 3px 0px;
    width: 33.3%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
#page_result .extract ul li select {
    width: 95%;
    box-sizing: border-box;
    color: #B3B3B3;
}
#page_result .search_area .smenu_parent,
#page_result .search_area .smenu_child{
    display: inline-block;
    vertical-align: middle;
}
#page_result .search_area .smenu_parent{
    margin-right: 5px;
}
#page_result .search_area .smenu_parent span{
    display: none;
}
#page_result .search_area .bike_search_area{
    margin-top: 10px;
}
#page_result #result{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
#page_result #result .item_box{
    width: calc((100% - 60px) / 3);
    background-color: #F9F9F9;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    transition: 0.4s;
}
#page_result #result .item_box:hover{
    background-color: #ddd;
}
#page_result #result .item_box .img_box{
    aspect-ratio: 6/4;
}
#page_result #result .item_box h5{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 5px 0;
}
#page_result #result .item_box .cname{
    margin: 10px 0 10px;
    font-size: 0.9em;
    word-break: break-all;
    font-weight: normal;
}
#page_result #result .item_box .price{
    margin: 10px 0 0;
    font-size: 1.1em;
    font-weight: bold;
}
#page_result #result .item_box a{
    display: block;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

#page_result #total_count{
    text-align: center;
    font-size: 0.85em;
    color: #666;
    margin-top: 30px;
}
#page_result .pager{
    margin: 0;
    text-align: center;
    margin: 5px 0 30px;
}
#page_result .pager strong,
#page_result .pager a{
    display: inline-block;
    border: 1px solid #777;
    padding: 10px 15px;
    color: #000;
    margin: 0px 2px;
}
#page_result .pager strong{
    font-weight: normal;
    background-color: #777;
    color: #fff;
}
#page_result .pager a:hover{
    background-color: #ddd;
}
#page_result #bread div{
    display: inline-block;
    vertical-align: top;
    padding: 5px 30px;
    transform: skewX(-15deg);
    margin-right: 5px;
    font-size: 12px;
}
#page_result #bread div.bread1{
    background-color: #3B3838;
    color: #fff;
}
#page_result #bread div.bread2{
    background-color: #767171;
    color: #fff;
}
#page_result #bread div.bread3{
    background-color: #AFABAB;
    color: #fff;
}
#page_result #bread div.bread4{
    background-color: #E7E6E6;
}
#page_result .flex-viewport{
    width: 900px;
    max-width: 100%;
    margin: auto;
}
#page_result .flex-control-thumbs li{
    float: none;
    width: 12.5%;
    margin-bottom: 10px;
}
#page_result h1 {
    word-break: break-all;
    padding: 0.5em;
    border-left: solid 3px #000;
    border-bottom: 1px solid #000;
    transform: skewX(-15deg);
    font-size: 1.4em;
    line-height: 1.6em;
    padding-left: 20px;
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, .3);
}
#page_result .itemdetail_area{
    margin-top: 30px;
}
#page_result .itemdetail_area .flex{
    align-items: normal;
}
#page_result #var_area h5,
#page_result #col_area h5,
#page_result .cdetail h4 {
    position: relative;
    padding-bottom: 2px;
    padding-left: 20px;
    margin-bottom: 25px;
    width: 300px;
    max-width: 100%;
    font-weight: normal;
    border: 0;
}
#page_result #var_area h5:before, 
#page_result #col_area h5:before,
#page_result .cdetail h4:before {
    position: absolute;
    bottom: 0;
    left: -7px;
    width: 95%;
    height: 12px;
    content: "";
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: skew(-55deg);
}
#page_result #var_area h5:after, 
#page_result #col_area h5:after,
#page_result .cdetail h4:after {
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 95%;
    height: 10px;
    content: "";
    border-left: 2px solid #000;
    transform: skew(-55deg);
}
#page_result #var_area ul li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #000;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: relative;
}
#var_area ul, #col_area ul{
    font-size: 0;
    margin: 0;
    padding: 0;
}
#sizeval, #heightval {
    padding: 10px;
}
#page_result .itemdetail_area .half p{
    margin: 0 0 10px;
    line-height: 1.8em;
}
#page_result .itemdetail_area .half p.price{
    margin-top: 20px;
    font-size: 1.6em;
}

#page_result .storelink_area{
    font-size: 0;
    margin: 60px 0;
}
#page_result .storelink_area a{
    color: #000;
}
#page_result .storelink_area a:hover .storebox{
    color: #fff;
    background-color: #07569e;
}
#page_result .storelink_area .storebox{
    display: inline-block;
    width: 32%;
    margin: 0.5%;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 15px;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
    transition: 0.4s;
}
#page_result .storelink_area .storebox img{
    width: 20px;
    margin-right: 15px;
}
#page_result .storelink_area .onlinestore{
    position: relative;
}
#page_result .storelink_area .onlinestore #pointrate{
    position: absolute;
    width: 100%;
    top: -30px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #000 !important;
}
#page_result .storelink_area .onlinestore #saletext{
    position: absolute;
    top: -50px;
    left: -30px;
}
#page_result .storelink_area .onlinestore #saletext img{
    width: 90px;    
}
#page_result .storelink_area .onlinestore #pointrate span{
    font-size: 1.3em;
    font-weight: bold;
}
#page_result .spimg{
    display: none;
}

.tab {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}
.tab li {
    float: left;
    margin-right: 10px;
    background: #fff;
}
.tab li a:before {
    content: url(/img/parts/news_label01.png);
    vertical-align: middle;
    margin-right: 7px;
}
.tab li a {
    display: block;
    border: 1px solid #aaa;
    color: #000;
    border-bottom: none;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.tab li.active a {
    color: #07569e;
    background-color: rgb(235,235,235);
}
.tabContents {
    clear: both;
    display: none;
    padding: 15px;
    border: 1px solid #aaa;
    word-break: break-all;
}
.tabContents p{
    margin: 0;
    line-height: 1.8em;
}
.tabContents.active {
    display: block;
}
.tabContents {
    display: none;
}


.otab {
    list-style: none;
    margin-top: 50px;
    padding: 0;
}
.otab li {
    float: left;
    margin-right: -1px;
    background: #fff;
}
.otab li a:before {
    content: url(/img/parts/news_label01.png);
    vertical-align: middle;
    margin-right: 7px;
}
.otab li a {
    display: block;
    color: #000000;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.otab li.active a {
    color: #07569e;
    background-color: rgb(235,235,235);
}
.otabContents {
    clear: both;
    display: none;
    padding: 15px;
    border: 1px solid #aaa;
    word-break: break-all;
    margin-bottom: 30px;
}
.otabContents p{
    margin: 0;
    line-height: 1.8em;
}
.otabContents.active {
    display: block;
}
.otabContents {
    display: none;
}
.otabContents h4{
    margin: 0 !important;
    padding: 0 !important;
}
.otabContents h4:before,
.otabContents h4:after{
    content: none !important;
}
.opt_parent{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.opt_parent a{
    width: calc((100% - 60px) / 4);
    vertical-align: top;
    color: #000;
}
.optbox .img_box{
    aspect-ratio: 6/4;
}
.optbox h5{
    margin: 5px 0 0;
    font-weight: normal;
    line-height: 1.6em;
    background-color: #07569e;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    word-break: break-all;
}
.domain {
    color:#A3A3FE;
    font-size:0.9em;
    padding-top:5px;
    margin-bottom: 0px;
}
.contactarea h3 {
    position: relative;
    padding-left: 20px;
    margin: 60px 0 30px;
}
.contactarea h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    border-left: 8px solid rgba(0, 0, 0, 0.7);
    height: 1.5em;
}
.form{
    border-bottom: 1px solid #555;
    padding: 10px 0;
    box-sizing: border-box;
}
.form input[type="text"],
.form select,
.form textarea{
    padding: 6px;
    box-sizing: border-box;
}
.form ul,
.form ul li{
    list-style: none;
    padding: 0;
}
.form ul li.hn1{
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.form ul li.hn2{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px);
}
.form .text_red{
    color: red;
}
#form_btn_area{
    text-align: center;
    margin: 30px auto;
}
#form_btn_area .form_btn{
    color: #07569e;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #07569e;
}
#form_btn_area .form_btn:hover{
    background-color: #07569e;
    color: #fff;
}
.radio-inline {
    width: calc(32% - 10px);
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.feature_area .owl-item{
    border: 0px;
}
.feature_area .featurebox {
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
.feature_area .owl-carousel .owl-dots{
    text-align: right;
}
.feature_area .owl-carousel .owl-dot{
    border-radius: 0;
    background-color: #D6D6D6;
    width: 150px;
    margin: 0;
    height: 3px;
}
.feature_area .owl-carousel .owl-dot.active{
    border-radius: 0;
    background-color: #000;
    width: 150px;
    margin: 0;
    height: 4px;
}


@media screen and (max-width: 880px) {
    .logo img{
        height: auto;
        width: 130px;
    }
    .menu-ja{
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    body{
        font-size: 14px;
    }
    .spbr,
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    header{
        margin-top: 28px;
    }
    nav a,
    nav .submenu-item-child{
        flex-direction: row;
        padding: 10px;
        justify-content: start;
    }
    .menu-en {
        font-size: 16px;
        margin-right: 5px;
    }
    .menu-ja {
        font-size: 14px;
    }
    .hamburger {
        display: flex;
        margin-left: 10px;
    }
    .swiper {
        padding-top: 80px;
        height: calc(100vh - 80px);
    }
    #plogo #plogo_inner {
        padding: 5px 5px 0px;
    }
    #plogo img{
        height: 18px;
    }
    .logo img{
        height: auto;
        width: 130px;
    }
    nav ul {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 100%;
        flex-direction: column;
        background: #222;
        transition: right .3s;
        z-index: 9999;
        overflow-y: auto;
        height: 100%;
        display: block;
    }
    nav ul.active {
        right: 0;
    }
    nav li {
        margin-left: 0;
        border-bottom: 1px solid #444;
        width: 100%;
    }
    nav li:last-child {
        border-bottom: none;
    }
    .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        background: none;
        border-bottom: 0;
    }
    .submenu.open {
        max-height: 10000vh;
        padding: 0px 20px;
        box-sizing: border-box;
        background: #333;
    }
    .submenu-grid {
        display: block;
    }
    .submenu-item {
        width: 100%;
    }
    .headnews_parent,
    .submenu-item img {
        display: none;
    }
    .submenu-icon {
        display: block;
    }

    footer{
        padding: 10px 20px 20px;
    }

    /* contents */
    .subtitle{
        font-size: 1.6em;
        padding: 0 30px 10px;
        margin: 90px auto 30px;
    }
    .catch{
        text-align: left;
        padding: 40px 0;
    }
    .flex{
        display: block;
        margin: 30px 0;
    }
    .flex .half,
    .flex .third,
    .flex .fourth,
    .flex .auto{
        width: 100%;
        margin: 30px 0;
    }
    #instagram_inner{
        font-size: 0.9em;
        padding: 5px;
    }
    #instagram_inner p{
        margin: 0 0 10px;
    }
    #instagram .flex{
        display: flex;
    }
    #instagram .flex .half{
        width: 48%;
        margin: 0;
    }
    #instagram_inner img{
        max-width: 100%;
    }
    #about_inner{
        display: block;
        padding: 20px 15px;
    }
    #about_inner_contents{
        width: 100%;
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }
    #news_inner{
        padding: 40px 0 20px;
    }
    #topsearch{
        overflow-x: hidden;
    }
    #topsearch input[type="text"],
    #topsearch select{
        width: 100%;
        margin-bottom: 10px;
    }
    #topsearch .search-btn{
        margin: auto;
        display: block;
    }
    #page_result{
        margin-top: 100px;
    }
    #page_result #bread,
    #page_result h3#search_label{
        margin: 0 0 15px;
    }
    #page_result .search_area .smenu_parent{
        display: block;
        background-color: #eee;
        border: 1px solid #ddd;
        padding: 2px 6px;
        box-sizing: border-box;
    }
    #page_result .search_area .smenu_parent span{
        display: unset;
    }
    #page_result .search_area .smenu_child{
        display: none;
        margin-top: 5px;
    }
    #page_result .search_area select{
        width: 32%;
        margin: 3px 0;
    }
    #page_result .extract_title{
        margin-top: 10px;
    }
    #page_result #result{
        gap: 10px;
    }
    #page_result #result .item_box{
        width: calc((100% - 10px) / 2);
        margin-bottom: 3px;
    }
    #page_result #result .item_box a{
        padding: 10px;
    }
    #page_result #total_count{
        margin-top: 10px;
    }
    #page_result .pager strong,
    #page_result .pager a{
        padding: 3px 8px;
    }
    #page_result #bread div{
        padding: 5px 10px;
    }
    #page_result #bread div.bread4{
        margin-top: 10px;
        line-height: 1.6em;
    }
    #page_result .flex-control-thumbs li{
        width: 25%;
        height: 50px;
    }
    #page_result h1 {
        transform: skewX(-10deg);
        font-size: 1.2em;
        line-height: 1.4em;
    }

    #page_result #var_area{
        padding-left: 20px;
    }
    #page_result #itemdata{
        padding: 10px 20px;  
    }
    #page_result .storelink_area{
        margin: 30px 0;
    }
    #page_result .storelink_area .onlinestore #pointrate {
        width: auto;
        left: auto;
        right: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    #page_result .storelink_area .storebox{
        width: 48%;
    }
    #page_result .storelink_area .onlinestore{
        width: 99%;
        margin-bottom: 15px;
    }
    #page_result .cdetail h4{
        margin-left: 15px;
    }
    #page_result .pcimg{
        display: none;
    }
    #page_result .spimg{
        display: block;
    }
    .otab li {
        width: 100%;
    }
    .opt_parent{
        gap: 10px;
    }
    .opt_parent a{
        width: calc((100% - 10px) / 2);
        margin-bottom: 3px;
    }
    .optbox h5{
        padding: 2px 6px;
    }
    .form ul li.hn1,
    .form ul li.hn2{
        width: 100%;
        display: block;
    }
    .form input[type="text"],
    .form select,
    .form textarea{
        width: 100%;
    }
    .radio-inline {
        width: calc(50% - 10px);
    }
    #form_btn_area .form_btn{
        margin-bottom: 15px;
    }
    .feature_area .owl-carousel .owl-dot,
    .feature_area .owl-carousel .owl-dot.active{
        width: 40px;
    }
}
