/*
 Theme Name:   beyondcool
 Template:     twentysixteen
*/

* {
    text-decoration-skip-ink: auto;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    line-height: 1.8 !important;
}

/* typekit */

.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "lato", "dnp-shuei-gothic-gin-std", sans-serif;
    background: #fff !important;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
select,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

hr.line {
    border: none;
    border-top: 1px dashed #999;
    margin-bottom: 20px;
}


/* link color opacity */

header a {
    color: #666;
    text-decoration: none;
}

header a:hover {
    color: #333;
    text-decoration: none;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
}


/* ~~ floatのクリア ~~ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* container */

div#container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}


/* page_top */

div#page_top {
    position: absolute;
    top: 0;
    height: 0;
}

div.page_top {
    /*min-width: 1000px;*/
    max-width: 1000px;
    text-align: right;
    margin: 0 auto;
}


/* header */

header {
    width: 100%;
    background: #e7e7e7;
    padding: 12px;
    color: #333;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    font-weight: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .header_wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .header_wrap .company_logo {
    width: 180px;
}

header .header_wrap .company_logo img {
    width: 180px;
    height: 32px;
    position: relative;
    top: 5px;
}

header .header_nav ul {
    list-style: none;
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .header_nav {
    margin-right: 70px;
}

header .header_nav ul li {
    margin-right: 45px;
}

header .header_nav ul li:last-child {
    margin: 0;
}


/* 多言語化した後に、コメントアウトを解除

header ul.left {
	float: left;
	width: 87%;
}

header ul.left li {
	float: left;
	margin-right: 1.5%;
}


*/


/* ↓多言語化するまで適用 */

header ul.right {
    float: right;

}


/* LANGUAGE drop-down */

.dropmenu {
    zoom: 1;
    list-style-type: none;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.dropmenu:before,
.dropmenu:after {
    content: "";
    display: table;
}

.dropmenu:after {
    clear: both;
}

.dropmenu li {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 17px 0 11px;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.dropmenu li ul li {
    width: 100%;
}

.dropmenu li ul li a {
    padding: 13px 15px;
    background-color: #000;
    text-align: left;
}

.dropmenu li:hover>a {
    background-color: #fff;
    color: #000;
}

.dropmenu li a:hover {
    color: #000;
}

#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

#fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
}

#fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
}


/* drawer menu */

.bg_hold {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
}

/* hamburger icon customize */

button.hamburger {
    outline: none;
    padding: 0;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 18.5px;
    right: 12px;
    z-index: 9989;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #666;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 5.5px;
}

.hamburger--slider .hamburger-inner:before {
    top: 8px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider .hamburger-inner:after {
    top: 16px;
}

.hamburger--slider.is_active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
    background-color: #fff;
}

.hamburger--slider.is_active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    background-color: #fff;
}

.hamburger--slider.is_active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
    background-color: #fff;
}


/* drawer menu */

#drawer_menu {
    opacity: 0;
    visibility: hidden;
    z-index: 9987;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#drawer_menu.is_active {
    opacity: 1;
    visibility: visible;
}

#drawer_menu .drawer_menu_wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#drawer_menu .drawer_menu_inner {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#drawer_menu ul {
    padding: 20px 0;
}

#drawer_menu ul li {
    text-align: center;
    margin-bottom: 5px;
}

#drawer_menu ul li p {
    margin-bottom: 5px;
}

#drawer_menu ul li a:hover {
    text-decoration: none;
}

#drawer_menu ul li a.item {
    color: #666;
    font-size: 12px;
    font-weight: 100;
    padding-left: 40px;
    position: relative;
}

#drawer_menu ul li a.item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22.5px;
    width: 10px;
    height: 1px;
    background: #666;
}

#drawer_menu ul li a.headline {
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    color: #666;
    letter-spacing: 0.2em;
}

#drawer_menu .overlay_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 17px;
    left: 12px;
}

#drawer_menu .overlay_top .company_logo img {
    width: 180px;
    height: 32px;
}

#drawer_menu .overlay_bottom {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 0;
}

#drawer_menu .overlay_bottom .overlay_bottom_item p.copyright {
    color: #fff;
}

#drawer_menu ul.sns,
#drawer_menu ul.lauguage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    color: #666;
}

#drawer_menu ul.sns li,
#drawer_menu ul.lauguage li {
    margin-right: 10px;
    margin-bottom: 0px !important;
}

#drawer_menu ul.sns li:last-child,
#drawer_menu ul.lauguage li:last-child {
    margin-right: 0;
}

#drawer_menu ul.sns li a,
#drawer_menu ul.lauguage li a {
    color: #666;
}

#drawer_menu ul.lauguage {
    margin-top: 20px;
    padding: 16px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

#drawer_menu ul.lauguage li a {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#drawer_menu ul.lauguage li a.active {
    opacity: 0.3;
}

#drawer_menu ul.lauguage li a:hover {
    opacity: 0.3;
}

/* swiper */

section.clBox .swiper-container {
    margin-bottom: 10px !important;
}

section.clBox .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}


/* footer */

footer {
    width: 100%;
    background: #e7e7e7;
    font-size: 12px;
    color: #333;
    height: auto;
    padding: 40px 0 0;
    z-index: 20;
    display: block;
    margin: 0;
}

footer div.wrap {
    /*min-width: 1000px;*/
    max-width: 1200px;
    margin: 0 auto;
}

div.footer_nav_top {
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.footer_nav_top img {
    width: 100%;
}

div.footer_nav_top ul.order_01,
div.footer_nav_top ul.order_03,
div.footer_nav_top ul.order_04 {
    width: 20%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.footer_nav_top ul.order_02 {
    width: 40%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.footer_nav_top ul.order_02 div.sub_order_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.footer_nav_top ul.order_02 div.sub_order_02 ul {
    width: 50%;
}

div.footer_nav_top ul.order_02 div.sub_order_02 ul:first-child {
    padding: 0 45px 0 0;
}

div.footer_nav_top ul li {
    margin-top: 10px;
    position: relative;
}

div.footer_nav_top ul li.title_01 a {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

div.footer_nav_top ul li.title_02 {
    margin: 30px 0 0 0;
}

div.footer_nav_top ul li.title_02 a {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

div.footer_nav_top ul li.title_01 p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

div.footer_nav_top ul li.title_02 p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 30px 0 0 0;
}

div.footer_nav_top ul li.sub_title_01 p {
    font-size: 10px;
    color: #333;
    font-weight: bold;
}

div.footer_nav_top ul li.sub_title_02 p {
    font-size: 10px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}

div.footer_nav_top ul li a {
    font-size: 10px;
    color: #666;
}

div.footer_nav_top .fa-facebook-f,
div.footer_nav_top .fa-twitter,
div.footer_nav_top .fa-instagram,
div.footer_nav_top .fa-apple,
div.footer_nav_top .fa-google-play {
    margin-right: 10px;
}

div.footer_nav_top a span {
    display: inline-block;
}

div.footer_nav_top a:hover span.icon-link_arrow {
    text-decoration: none !important;
}

ul.footer_nav_bottom {
    text-align: center;
    font-size: 10px;
    line-height: 1.8em;
    width: 100%;
    margin: 10px 0;
}

ul.footer_nav_bottom li {
    margin: 0 10px;
    display: inline;
}

footer div.copy_right {
    font-size: 10px;
    padding: 10px 10px;
    background: #111;
    color: #fff;
    margin: 0 0;
    text-align: center;
    letter-spacing: 0;
}


/* footer - icon */

footer span.icon-link_arrow {
    position: relative;
    top: 1px;
}

footer span.icon-link_arrow,
footer span.icon-angle_arrow {
    padding-left: 5px;
}

footer a:hover span.icon-link_arrow,
footer a:hover span.icon-angle_arrow {
    text-decoration: none;
}

div.footer_nav_top a span.icon-circle_arrow,
div.footer_nav_top p span.icon-circle_arrow {
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 4px;
}

.hidden_online,
.hidden_brand {
    display: none;
}

footer a.more_btn span {
    display: inline-block;
}

a span.icon-angle_arrow {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.8s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.on_click span.icon-angle_arrow {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all 0.8s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* section */

section {
    width: 100%;
    margin: 70px 0 30px;
}

div.contents {
    /*min-width: 1000px;*/
    max-width: 1200px;
    margin: 0 auto;
}

section h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

section h2 span {
    font-size: 16px;
    margin-left: 20px;
}

.top_row_box {
    margin: 0 0 60px;
    position: relative;
}


/* index */

section .top_col_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section .top_col_title_box h2 {
    margin-bottom: 0 !important;
}

a.all_view_link {
    padding: 5px 20px;
    background: #eee;
    display: block;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

a.all_view_link:hover {
    color: #333;
    text-decoration: none;
}

/* a.all_view_link:after {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    width: 60px;
    height: 1px;
    background: #dcdcdc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

a.all_view_link:hover:after {
    left: -55px;
}

section h2.top_col_title {
    font-size: 18px;
    margin-bottom: 20px;
}


/* text_info */

ul.text_info {
    margin: 0 0 40px;
    padding: 0;
    border-top: #999 1px solid;
    font-size: 11px;
    list-style: none;
}

#news ul.text_info {
    margin: 0 0 50px;
}

ul.text_info li {
    border-bottom: #999 1px solid;
    padding: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* #top_information ul.text_info li:nth-child(1) a {
    font-weight: bold;
	color: darkred;
} */

ul.text_info span.date {
    font-weight: bold;
}

ul.text_info span.text_news {
    margin-left: 10px;
}


/* top news + news list */

ul.news_box {
    width: 100%;
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.news_box li {
    width: 32%;
    vertical-align: top;
    margin: 0 2% 2% 0;
}

ul.news_box li:nth-child(3n) {
    margin: 0 0 2% 0;
}

ul.news_box li a {
    display: block;
}

ul.news_box li a:hover {
    text-decoration: none;
}

ul.news_box li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

ul.news_box li.news_list {
    float: none;
    width: 100%;
    clear: both;
    text-align: right;
    margin-top: 20px;
}

ul.news_box li.news_list a {
    padding: 10px;
    background-color: #333;
    color: #fff;
    width: 100px;
    text-align: center;
    float: right;
}

ul.news_box li.news_list a:hover {
    background-color: #999;
}

ul.news_box span.date {
    display: block;
    font-size: 10px;
    margin: 10px 0 5px;
    font-weight: bold;
}

ul.news_box span.description {
    display: block;
    font-size: 12px;
    margin: 5px 0 15px;
    height: 40px;
    overflow: hidden;
}

ul.news_box li span.category {
    text-align: right !important;
    display: block;
    font-size: 10px;
    border-bottom: #dcdcdc 2px solid;
    padding: 5px 0;
}


/* popup shop */

div.popup_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
}

div.popup_wrap .popup_eyecatch {
    float: left;
    width: 40%;
    margin-right: 2%;
}

div.popup_wrap .popup_eyecatch img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

div.popup_wrap .popup_info {
    float: left;
    width: 58%;
}

div.popup_wrap .popup_info p.date {
    font-size: 10px;
    font-weight: bold;
}

div.popup_wrap .popup_info p.date span.popup_mark {
    display: inline;
    width: 200px;
    margin-left: 20px;
    padding: 2px 10px;
    background: #D9242D;
    color: #fff;
}

div.popup_wrap .popup_info p.description {
    margin-top: 20px;
    font-size: 12px;
}

div.popup_wrap .popup_info p.content {
    margin-top: 20px;
    font-size: 10px;
}

div.popup_wrap .popup_info a.popup_detail_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #888;
    color: #888;
}

div.popup_wrap .popup_info a.popup_detail_btn:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* top - brand list */

ul.top_brand_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.top_brand_list li {
    margin: 20px;
    width: 100px;
    text-align: center;
}

ul.top_brand_list li img {
    vertical-align: top;
}


/* top - blog list */

ul.top_blog_list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.top_blog_list li {
    width: 13.5%;
    height: 90px;
    background: #e7e7e7;
    position: relative;
}

ul.top_blog_list li a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.top_blog_list li a img {
    width: 67%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* BLOG */

ul.blog_list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.blog_list li {
    width: 32%;
    margin: 0 2% 2% 0;
    height: 160px;
    background: #e7e7e7;
    position: relative;
}

ul.blog_list li:nth-child(3n) {
    margin: 0 0 2% 0;
}

ul.blog_list li a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.blog_list li a img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

p.blog_txt {
    margin: 30px 0;
}


/* NEWS */


/* NEWS - ARTICLE */

div.news_contents_wrap {
    width: 900px;
    margin: 0 auto 80px;
    line-height: 1.8;
}

div.news_contents_wrap .post_thumnail img {
    width: 100%;
    height: auto;
}

div.news_contents_wrap ul.date_tag {
    width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

div.news_contents_wrap ul.date_tag li.date {
    font-weight: 900;
    float: left;
}

div.news_contents_wrap ul.date_tag li.tag {
    font-weight: 900;
    float: right;
}

div.news_contents_wrap h2 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: bold;
}

div.news_contents_wrap img {
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
}

div.news_contents_wrap p {
    margin: 0 0 20px;
    font-size: 14px;
}

div.news_contents_wrap a.news_text_link {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

div.news_contents_wrap a.news_text_link:hover {
    color: #999;
    cursor: pointer;
}

div.news_contents_wrap div.news_info {
    padding: 15px;
    display: block;
    background: #e7e7e7;
    font-size: 11px;
    margin-bottom: 30px;
}

div.news_contents_wrap p.news_area {
    padding: 10px;
    font-weight: bold;
}

div.news_contents_wrap .post_detail a {
    text-decoration: underline;
}


/* Add Quick Tag */


/* 見出し */

div.news_contents_wrap p.g_bar {
    padding: 10px;
    font-weight: bold;
    background: #e7e7e7;
}


/* オンラインストアリンク */

div.news_contents_wrap .online_store_link {
    padding: 15px;
    display: block;
    background: #e7e7e7;
    font-size: 12px;
    margin-bottom: 30px;
}

div.news_contents_wrap span.icon-link_arrow {
    padding-left: 5px;
    position: relative;
    top: 1px;
}


/* カラム */

div.news_contents_wrap ul.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
}

div.news_contents_wrap ul.row li img {
    margin: 0;
    vertical-align: top;
    width: 100%;
    height: auto;
}


/* 2カラム */

/* old */
div.news_contents_wrap ul.col_2 li {
    width: 49%;
}

/* new */
div.news_contents_wrap ul li.col_2 {
    width: 49%;
}


/* 3カラム */

/* old */
div.news_contents_wrap ul.col_3 li {
    width: 32%;
}

/* new */
div.news_contents_wrap ul li.col_3 {
    width: 32%;
}

/* 4カラム */

/* old */
div.news_contents_wrap ul.col_4 li {
    width: 24%;
}

/* new */
div.news_contents_wrap ul li.col_4 {
    width: 24%;
}


/* アイテム名 */

div.news_contents_wrap span.item_txt {
    font-size: 12px;
    text-align: center;
    display: block;
}


/* ボックステキスト */

span.box_txt {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    padding: 3px 6px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #e7e7e7;
}


/* 店舗情報 */

div.news_contents_wrap .news_shop {
    width: 100%;
    height: 380px;
    padding: 10px 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.news_contents_wrap .news_shop span.shop_category_title {
    display: block;
    font-weight: bold;
}

div.news_contents_wrap .news_shop p {
    font-size: 11px;
}

div.news_contents_wrap .news_shop .news_map {
    width: 50%;
    height: 100%;
}

div.news_contents_wrap .news_shop .news_map .googlemaps,
div.news_contents_wrap .news_shop .news_map iframe {
    width: 100%;
    height: 100%;
}

div.news_contents_wrap .news_shop .news_shop_info {
    width: 50%;
    height: 100%;
    margin-left: 2%;
}

div.news_contents_wrap .news_shop .news_shop_info p.news_shop_name {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: block;
    letter-spacing: normal;
}

div.news_contents_wrap .news_shop .news_shop_info p.news_shop_hour span.ssh {
    margin-left: 12%;
}

div.news_contents_wrap .news_shop .news_shop_info p.news_open_date {
    font-size: 14px;
    font-weight: 900;
    color: #EE6600;
}

span.news_g_map {
    display: block;
}

span.news_g_map a {
    background: #F77A26;
    padding: 2.5px 5px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none !important;
}

span.news_g_map a:hover {
    text-decoration: none;
}

span.news_g_map a .fa-map-marker-alt {
    margin-right: 5px;
}


/* youtube*/

.youtube {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* プロフィール */

div.news_contents_wrap .profile_area {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
}

div.news_contents_wrap .profile_area ul.profile_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt {
    width: 68%;
    list-style: none;
    padding: 0;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt {
    font-size: 12px;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt span.name {
    font-size: 18px;
    display: block;
    font-weight: bold;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt span.name_en {
    font-size: 10px;
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt span.detail {
    display: block;
    font-size: 12px;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_image img {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

div.news_contents_wrap .profile_area ul.profile_wrap li.profile_image {
    width: 30%;
    list-style: none;
    padding: 0;
}


/* ブランド情報 */

div.news_contents_wrap .brand_info_area {
    width: 100%;
    height: auto;
    background-color: #e7e7e7;
    margin: 30px 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap li.brand_txt {
    width: 60%;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap li.brand_txt span.name {
    font-size: 18px;
    display: block;
    font-weight: bold;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap li.brand_txt span.detail {
    display: block;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap li.brand_image {
    width: 38%;
}

div.news_contents_wrap .brand_info_area ul.brand_info_wrap li.brand_image img {
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: top;
}


/* 特設ページリンク */

div.special_page_link {
    background: #e7e7e7;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

div.special_page_link p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

ul.special_page_link_button {
    text-align: center;
}

ul.special_page_link_button li {
    width: 250px;
    display: inline-block;
}

ul.special_page_link_button li:nth-child(2) {
    margin-left: 20px;
}

ul.special_page_link_button li a {
    display: block;
    padding: 10px 0;
    background: #333;
    color: #fff;
    text-decoration: none !important;
    font-size: 12px;
}

ul.special_page_link_button li a:hover {
    opacity: 0.8;
}


/* アフターケア情報 */

div.after_support_wrap {
    padding: 32px;
    display: block;
    background: #e7e7e7;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.after_support_wrap p {
    font-size: 12px;
}

div.after_support_wrap p:last-of-type {
    margin: 0;
}

div.after_support_wrap p.title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

div.after_support_wrap p.detail span {
    font-weight: bold;
    font-size: 14px;
}

div.after_support_wrap p.detail {
    margin-bottom: 20px;
}

div.item_col_4 {
    width: 100%;
    margin: 40px auto;
}

div.item_col_4 ul.item_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.item_col_4 ul.item_wrap li {
    width: 24%;
}


/* 3カラム(記事内) */

div.news_contents_wrap div.item_col_3 {
    width: 100%;
    margin: 40px auto;
}

div.news_contents_wrap div.item_col_3 ul.item_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.news_contents_wrap div.item_col_3 ul li.item_list {
    float: left;
    width: 32%;
    list-style: none;
    margin-right: 2%;
    padding: 0;
}

div.news_contents_wrap div.item_col_3 ul li.item_list span {
    font-size: 10px;
    margin: 5px 0;
    display: block;
    text-align: center;
}

div.news_contents_wrap div.item_col_3 ul.item_wrap li:last-child {
    margin: 0;
}

div.news_contents_wrap div.item_col_3 ul li.item_list img {
    width: 100%;
    height: auto;
    margin: 0 !important;
}


/* 2カラム(記事内) */

div.news_contents_wrap div.item_col_2 {
    width: 100%;
    margin: 40px auto;
}

div.news_contents_wrap div.item_col_2 ul.item_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.news_contents_wrap div.item_col_2 ul li.item_list {
    float: left;
    width: 49%;
    list-style: none;
    margin-right: 2%;
    margin-bottom: 1%;
    padding: 0;
}

div.news_contents_wrap div.item_col_2 ul.item_wrap li:last-child {
    margin: 0;
}

div.news_contents_wrap div.item_col_2 ul li.item_list img {
    width: 100%;
    height: auto;
    margin: 0 !important;
}

div.back_to_archive {
    width: 900px;
    text-align: right;
    border-top: 1px #333333 solid;
    padding-top: 40px;
    margin: 0 auto 80px;
}

div.back_to_archive a {
    padding: 3px 10px;
    background: #333;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}

div.back_to_archive a:hover {
    background: #999;
}


/* アコーディオン */

div.news_contents_wrap .accordion {
    max-width: 100%;
    margin: 0 auto 20px;
    border-top: 1px solid #e7e7e7;
}

div.news_contents_wrap .accordion li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    list-style: none;
}

div.news_contents_wrap .accordion li p {
    display: none;
    color: #333;
    padding: 0 10px;
}

div.news_contents_wrap .accordion li hr {
    display: none;
}

div.news_contents_wrap .accordion a.accordion_title {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
}

div.news_contents_wrap .accordion a.accordion_title:hover {
    text-decoration: none;
}

div.news_contents_wrap .accordion a.accordion_title:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.news_contents_wrap .accordion p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
}

div.news_contents_wrap .accordion a.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* ボタン(オレンジ) */
.article_orange_btn {
    width: 100%;
    margin: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_orange_btn a {
    display: block;
    text-align: center;
    background-color: #F77A26;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    font-size: 12px;
    text-decoration: none !important;
}

.article_orange_btn a:hover {
    opacity: 0.8;
}

/* PRESS NOTE */
div.press_note_eyecatch {
    margin-bottom: 40px;
}

div.press_note_eyecatch img {
    width: 100%;
    height: auto;
}

h2.screen-reader-text {
    display: none;
}

.archive_pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive_pagination ul li {
    margin: 0 8px;
    text-align: center;
}

.archive_pagination ul li:first-child {
    margin-left: 0;
}

.archive_pagination ul li:last-child {
    margin-right: 0;
}

.archive_pagination ul li a,
.archive_pagination ul li span {
    display: block;
    color: #111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.archive_pagination ul li a:hover {
    text-decoration: none;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
}

.archive_pagination ul li span.current {
    color: #111;
    background: #e7e7e7;
    border: none;
}

.archive_pagination ul li span.dots {
    color: #111;
    background: transparent;
    border: none;
}

.archive_pagination ul li a.prev,
.archive_pagination ul li a.next {
    position: relative;
    background: #333;
    border: none;
}

.archive_pagination ul li a.prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: -2px;
}

.archive_pagination ul li a.next::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-right: -2px;
}

/* SHOP LIST */

div.shop_list_nav {
    margin-bottom: 40px;
}

div.shop_list_comment {
    background: #eee;
    padding: 20px;
    margin-bottom: 40px;
}

div.shop_list_nav ul.ui-tabs-nav {
    padding: 5px;
    margin: 40px auto 60px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

div.shop_list_nav ul li a {
    font-weight: bold;
    text-decoration: none;
}

div.shop_list_nav ul li:nth-of-type(2) {
    margin: 0 80px;
}

div.shop_list_nav ul li.active a {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    color: #000;
}

div.shop_list_nav ul li.active a:hover {
    color: #000;
}

div.shop_list_wrap h3 {
    font-size: 14px;
    display: block;
    color: #333;
    padding: 10px 0 10px 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

div.shop_list_wrap a:hover {
    text-decoration: none;
}

div.shop_list_wrap a.shop_list_more_btn {
    position: relative;
    display: block;
    cursor: pointer;
}

.shop_list_wrap span.shop_list_accordion_icon {
    position: absolute;
    left: 0;
}

.shop_list_wrap span.shop_list_accordion_icon::before {
    font-family: icomoon;
    content: "\e905";
}

.shop_list_wrap a.shop_list_more_btn.active span.shop_list_accordion_icon::before {
    font-family: icomoon;
    content: "\e904";
}

.shop_list_hide {
    display: none;
}

.shop_list_hide>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.shop_list_hide>ul>li {
    width: 33.3%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.shop_list_hide>ul>li h4 {
    font-size: 14px;
}

.shop_list_hide>ul>li img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

#ONLINE .shop_list_hide ul li a img {
    border: 1px solid #ddd;
}

i.ob {
    color: #EE6600;
}

i.bu {
    color: #0971B2;
}

/* SHOP LIST(BRAND) */

div.brand_shoplist {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
}

div.brand_shoplist .shop_image {
    float: left;
    width: 36%;
    margin-right: 2%;
}

div.brand_shoplist .shop_image img {
    width: 100%;
    height: auto;
}

div.brand_shoplist .shop_detail {
    float: left;
    width: 62%;
}

div.brand_shoplist .shop_detail p {
    margin-bottom: 8px;
    color: #333;
}

div.brand_shoplist .shop_detail p span {
    font-weight: bold;
}

div.brand_shoplist .shop_detail p.shop_name {
    font-size: 18px;
    font-weight: bold;
}

div.brand_shoplist_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}


/* SHOP INFO */

div.shop_info {
    width: 100%;
}

div.shop_info_wrap {
    background-color: #e7e7e7;
    background: #f8f8f8;
    padding: 30px 20px 40px;
    display: flex;
    flex-wrap: wrap;
}

div.shop_info_wrap div:nth-child(1) {
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
}

div.shop_info_wrap div:nth-child(2) {
    width: 60%;
}

div.shop_info_wrap div:nth-child(3) {
    width: 100%;
    margin-top: 20px;
}

img.shop_img {
    width: 100%;
}

ul.shop_info {
    text-align: left;
    line-height: 2em;
    margin-bottom: 40px;
    font-size: 11px;
}

div.shop_info h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

ul.shop_info li {
    display: block;
}

ul.shop_info li:nth-child(even) {
    margin-bottom: 5px;
}

ul.shop_info li:nth-child(odd) {
    margin-bottom: 0;
    font-weight: 900;
}

div.shop_info h4 {
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    border-bottom: 1px solid #666;
    clear: both;
}

div.shop_info_wrap p.brand {
    font-size: 12px;
    letter-spacing: normal;
}

div.back_to_shop_list {
    text-align: right;
    margin: 20px 0 40px;
}

div.back_to_shop_list a {
    display: inline !important;
    padding: 3px 10px !important;
    background: #333 !important;
    color: #FFF !important;
    font-size: 11px !important;
}

div.back_to_shop_list a:hover {
    background: #999 !important;
}


/* brand */

div.brand_list {
    margin-bottom: 80px;
}

div.brand_list ul.ui-tabs-nav {
    padding: 5px;
    margin: 40px auto 60px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.brand_list ul.ui-tabs-nav li {
    display: inline-block;
}

div.brand_list ul li.active a {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    color: #000;
}

div.brand_list ul li.active a:hover {
    color: #000;
}

div.brand_list ul li.active a.woman {
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F;
    color: #F3F;
}

div.brand_list ul li.active a.men {
    padding-bottom: 10px;
    border-bottom: 1px solid #09F;
    color: #09F;
}

div.brand_list ul li.active a.woman:hover {
    color: #F3F;
}

div.brand_list ul li a {
    font-weight: bold;
    text-decoration: none;
}

div.brand_list ul li a h4,
div.brand_list ul li a h5 {
    text-decoration: none;
}

div.brand_list ul li a h4 {
    font-size: 14px;
}

div.brand_list ul li a h5 {
    font-size: 11px;
}

div.brand_list ul li a:hover {
    color: #333;
}

div.brand_list_wrap a {
    text-decoration: none;
    display: block;
}

div.brand_list_wrap li:hover {
    background: #e7e7e7;
}

div.brand_list_wrap ul {
    width: 1400px;
    margin: 0 auto 20px;
    background: none;
}


/* 3カラム */


.category-tabs {
    padding-top: ;
}
div.gender {
    position: absolute;
    top: 6px;
    right: 5px;
}

div.gender span {
    font-size: 10px;
    color: #fff;
    padding: 2px 6px;
}

div.gender span.men_tip {
    background: #0CF;
}

div.gender span.women_tip {
    background: #F9F;
}

div.brand_list_wrap img.brand_img {
    width: 300px;
    height: 126px;
    margin-bottom: 5px;
}

div.brand_list_wrap img.brand_logo {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

div.brand_list_wrap ul p {
    width: 240px;
    float: right;
    margin: 0;
}

div.brand_list_wrap ul li.title {
    width: 960px;
    margin-bottom: 25px;
}

div.brand_list_wrap ul li.title:hover {
    background: none;
}

div.brand_list_wrap ul h3 {
    font-size: 14px;
    display: block;
    letter-spacing: normal;
    color: #333;
    border-bottom: 1px solid #DCDCDC;
}

div.brand_list_wrap ul h4 {
    font-size: 14px;
    display: block;
    letter-spacing: normal;
    color: #333;
}

div.brand_list_wrap ul h4.small {
    font-size: 13px !important;
    display: block;
    letter-spacing: normal;
    color: #333;
}

div.brand_list_wrap ul h5 {
    font-size: 11px;
    display: block;
    color: #999;
    letter-spacing: normal;
    font-weight: normal;
}


/* 4カラム */

div.brand_list_wrap ul.other_com li.title {
    width: 960px;
    margin-bottom: 25px;
}

div.brand_list_wrap ul.other_com li {
    width: 217px;
    padding: 5px;
    margin: 0 10px 30px;
    float: left;
}

ul.other_com img.brand_img {
    width: 217px;
    height: 91px;
    margin-bottom: 5px;
}

ul.other_com img.brand_logo {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

div.brand_list_wrap ul.other_com p {
    width: 167px;
    float: right;
    margin: 0;
}

div.brand_list_wrap ul.other_com h4 {
    font-size: 11px !important;
}

div.brand_list_wrap ul.other_com h5 {
    font-size: 10px !important;
}


/* brand_page */

div.brand_info_wrap {
    padding: 30px 30px 50px;
    margin-bottom: 60px;
    background: #f8f8f8;
}

div.brand_info_wrap h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

div.brand_info_wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

div.brand_info_wrap h4 {
    font-size: 10px;
    margin-bottom: 5px;
    color: #999;
}

div.brand_info_wrap img.brand_img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

div.brand_info_wrap ul.brand_info {
    margin-bottom: 40px;
}

div.brand_info_wrap ul.brand_info>li:nth-child(1) {
    width: 150px;
    float: left;
    margin-right: 30px;
}

div.brand_info_wrap ul.brand_info>li:nth-child(2) {
    width: 80%;
    float: right;
}

div.brand_info_wrap ul.brand_info p {
    font-size: 12px;
    color: #333;
}

div.brand_info_wrap ul.brand_info li .brand_info_sns_list {
    margin: 10px 0;
}

div.brand_info_wrap ul.brand_info li .brand_info_sns_list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.brand_info_wrap ul.brand_info li .brand_info_sns_list ul li {
    margin-right: 10px;
}

span.attention {
    color: #333;
    font-size: 11px;
    font-weight: 900;
    display: block;
    padding: 20px 0;
}

div.brand_link {
    padding: 30px 0 0;
    border-top: 1px #666 solid;
}

div.brand_link a {
    padding: 10px 15px;
    font-size: 12px;
    text-decoration: none;
}

div.brand_link a.jc {
    background: #000;
    color: #fff;
    float: left;
    margin-right: 20px;
}

div.brand_link a.jc:hover {
    background: #333;
}

div.brand_link a.ec {
    background: #900;
}

div.brand_link a.ec:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    color: #FFF;
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
}

div.brand_link a.back {
    color: #666;
    border: 1px #666 solid;
    float: right;
}

div.brand_link a.back:hover {
    border: 1px #999 solid;
    color: #999;
}

ul.brand_info a.catalog_btn {
    margin: 0 10px;
    text-decoration: underline;
}

ul.brand_info a.catalog_btn:first-of-type {
    margin-left: 0;
}


/*ABOUT*/

body#about section {
    margin: 180px 0 20px;
}


/* overview */

div.company div.about {
    width: 800px;
    margin: 180px auto 60px;
}

body#about div.company h3 {
    font-size: 18px;
    display: block;
    width: 800px;
    margin: 0 auto 10px;
}

div.company table {
    border-top: 1px #666 solid;
    width: 800px;
    margin: 0 auto 60px;
}

div.about table th {
    width: 160px;
    padding: 10px 20px;
    border-bottom: 1px #666 solid;
    text-align: left;
    background: #e7e7e7;
    font-weight: normal;
    vertical-align: top;
}

div.about table td {
    width: 580px;
    padding: 10px;
    border-bottom: 1px #666 solid;
}

div.about .oc_area img {
    width: 100%;
    height: auto;
}


/* OFFICE */

#office {
    margin-top: 180px;
}

div#office ul {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px #666 solid;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#office li.office_info {
    width: 40%;
    float: left;
    font-size: 11px;
    margin: 0;
}

li.office_info h4 {
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 10px;
}

li.office_map {
    width: 60%;
    float: left;
    margin: 0;
}

li.office_map div.office_map_wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

li.office_map div.office_map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}


/* company */

div#about_beyondcool {
    width: 980px;
    margin: 180px auto 0;
}

div.company_concept,
div.philosophy {
    margin: 0 0 80px;
}

div.company_concept img {
    width: 980px;
    height: 460px;
}

div.company_concept p {
    text-align: center;
    font-size: 13px;
    margin: 10px;
}

div.philosophy ul {
    width: 980px;
}

div.philosophy li {
    float: left;
    width: 440px;
    margin: 25px;
}

div.philosophy li span {
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 900;
    margin: 0 0 20px;
    letter-spacing: 0.3em;
    color: #333;
}

div.philosophy p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2em;
}

div.philosophy h3,
div.shop_form_wrap h3 {
    width: 980px !important;
    margin: 0 auto 30px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    font-size: 16px;
}


/* shop brand */

div.shop_form_wrap {
    width: 980px;
    margin: 0 auto;
}

ul.shop_form_box {
    width: 980px;
}

ul.shop_form_box>li {
    width: 300px;
    margin: 0 12px 60px;
    float: left;
    letter-spacing: normal;
}

ul.shop_form {
    width: 300px;
}

ul.shop_form ul {
    width: 300px;
}

ul.shop_form li.form_img {
    width: 300px;
    margin-bottom: 5px;
}

ul.shop_form li.form_img img {
    width: 300px;
    height: 154px;
}

ul.shop_form li.form_logo {
    width: 87px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

ul.shop_form li.form_logo img {
    border: 1px solid #999;
    width: 85px;
    height: 85px;
}

ul.shop_form li.form_text {
    width: 203px;
    height: 100px;
    float: left;
}

ul.shop_form li.form_text h4 {
    font-size: 14px;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 2px;
}

ul.shop_form li.form_text h5 {
    font-size: 10px;
    margin-bottom: 5px;
}


/* ABOUT & RECRUIT  ヘッダーナビ*/

#about,
#recruit {
    width: 100%;
    position: fixed;
    top: 64px;
    z-index: 100;
    display: block;
}

#about div,
#recruit div {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 0;
}

#about ul,
#recruit ul {
    margin: 0 auto;
    width: 850px;
    display: block;
}

#about ul li,
#recruit ul li {
    float: left;
    margin: 0 10px;
    width: 150px;
}


/* RECRUIT */

.recruit_contents {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}


/* RECRUIT NAVI */


/* RECRUIT TOP */

div.recruit_top p {
    text-align: center;
    margin: 30px 0;
    color: #333;
    font-size: 12px;
}

div.recruit_top p span {
    font-size: 24px;
    font-weight: 900;
    display: block;
    margin-bottom: 30px;
}

div.go_to_careers {
    text-align: center;
    margin: 60px auto 100px;
}

div.go_to_careers a {
    font-size: 14px;
    color: #FFF;
    background: #000;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}


/* requirements | RECRUIT */

div.requirements h3 {
    font-size: 18px;
    display: block;
    width: 900px;
    margin: 0 auto 10px;
}

div.requirements table {
    border-top: 1px #666 solid;
    width: 800px;
    margin: 0 auto 60px;
}

div.requirements table th {
    width: 100px;
    padding: 10px 20px;
    border-bottom: 1px #666 solid;
    text-align: left;
    background: #e7e7e7;
    font-weight: normal;
}

div.requirements table td {
    width: 640px;
    padding: 10px;
    border-bottom: 1px #666 solid;
}

div.requirements div.contact,
div.careers_wrap div.contact {
    width: 760px;
    margin: 0 auto 40px;
    padding: 20px;
    background: #e7e7e7;
    border: none;
}

div.requirements div.contact span,
div.careers_wrap div.contact span {
    font-weight: 900;
}

div.requirements p.jobsense_area {
    font-size: 12px;
    margin-bottom: 20px;
}

div.requirements p.jobsense_area span {
    font-size: 10px;
}

div.requirements table.jobsense {
    width: 800px;
    margin: 0 auto 60px;
    border: none;
}

table.jobsense td.sense {
    width: 266px;
    text-align: center;
    padding: 30px 0;
}

td.sense span {
    display: block;
}


/* careers_wrap */

div.careers_wrap {
    width: 800px;
    margin: 0 auto 60px;
}

div.careers_wrap h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #666 solid;
}

div.careers_wrap div.requirements_btn {
    text-align: right;
}

div.careers_wrap table {
    width: 800px;
    margin: 0 auto 80px;
    font-size: 12px;
    border: none;
    color: #333;
}

div.careers_remarketing {
    padding: 30px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
}

div.careers_remarketing span {
    display: block;
}

th.job_category {
    border-bottom: 1px #666 solid;
    padding: 10px;
    text-align: left;
    width: 200px;
}

th.job_place {
    border-bottom: 1px #666 solid;
    padding: 10px;
    text-align: left;
    width: 560px;
}

td.job_category {
    border-bottom: 1px #666 solid;
    padding: 10px;
    text-align: left;
    background: #e7e7e7;
}

td.job_place {
    border-bottom: 1px #666 solid;
    padding: 10px;
    text-align: left;
}


/* job_category */

div.job_category ul {
    width: 1000px;
}

div.job_category li {
    float: left;
    width: 460px;
    margin: 20px;
}

div.job_category li img {
    float: left;
    width: 220px;
    height: 160px;
}

div.job_category li div {
    width: 220px;
    margin-left: 20px;
    float: left;
    padding: 20px 0;
}

div.job_category li h3 {
    letter-spacing: normal;
    font-size: 20px;
    margin-bottom: 10px;
}


/* interview */

div.interview h3 {
    width: 780px;
    font-size: 16px;
    margin: 0 auto 10px;
}

ul.staff_list {
    width: 780px;
    margin: 0 auto 60px;
}

ul.staff_list li {
    width: 240px;
    margin: 10px 10px 30px;
    text-align: center;
    float: left;
}

ul.staff_list li a {
    display: block;
    color: #333;
    text-decoration: none;
}

ul.staff_list li a:hover {
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
}

ul.staff_list li img {
    width: 240px;
    height: 500px;
    margin-bottom: 5px;
}

ul.staff_list li span.job {
    font-size: 14px;
    letter-spacing: normal;
    display: block;
    margin-bottom: 5px;
}

ul.staff_list li span.job span {
    font-size: 10px;
    margin-left: 10px;
}

ul.staff_list li span.staff_name {
    font-size: 16px;
    letter-spacing: 0.3em;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

ul.staff_list li span.years {
    font-size: 10px;
    letter-spacing: 0.2em;
    display: block;
}


/* staff interview */

div.interview_wrap {
    width: 780px;
    margin: 0 auto 60px;
    color: #333;
}

div.interview_wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

div.interview_wrap img {
    margin-bottom: 10px;
}

div.interview_wrap p {
    font-size: 12px;
    margin-bottom: 80px;
}

ul.work_flow {
    font-size: 12px;
    letter-spacing: normal;
    width: 750px;
    padding: 15px 20px;
    background: #e7e7e7;
    margin-bottom: 80px;
}

ul.work_flow li {
    float: left;
    padding-right: 23px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: url(../images/recruit/arrow.png) no-repeat right center;
}

ul.work_flow li.end {
    padding-right: 0;
    margin-right: 0;
    background: none;
}

ul.work_contents {
    width: 780px;
    margin-bottom: 80px;
    font-size: 14px;
}

ul.work_contents li.work_text {
    width: 300px;
    height: 300px;
    float: left;
}

ul.work_contents li.work_img {
    width: 450px;
    margin-left: 30px;
    height: 300px;
    float: left;
}

div.comment {
    margin-bottom: 80px;
}

div.comment p {
    margin-bottom: 40px;
    font-size: 14px;
}

h3.last_comment {
    text-align: center;
    padding-top: 40px;
}

img.last_img {
    margin: 20px auto;
    display: block;
}

div.comment p.last {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}


/* SUPPORT */

div.contents_top_image {
    width: 100%;
}

div.contents_top_image>img {
    width: 100%;
    height: auto;
}

div.support {
    width: 100%;
    font-size: 12px;
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px #e7e7e7 solid;
}

div.support>img {
    margin-bottom: 30px;
}

div.support h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
    padding-top: 60px;
}

div.support img.attachment-thumbnail {
    display: none;
}

div.support p {
    font-size: 12px;
}

div.support_c_wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}

div.support_c_wrap.border_none {
    border-bottom: none;
}

div.support_c_wrap ul.page_link {
    width: 834px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.support_c_wrap ul.page_link li:first-child {
    margin: 0 30px 0 0;
}

h3.support_sub_title {
    padding-top: 0 !important;
}

.faq-title h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
}

div.ct_search {
    margin-bottom: 30px;
}

div.ct_search ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.ct_search ul li {
    width: 23.3%;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

div.ct_search ul li:before {
    content: '';
    padding-top: 100%;
    display: block;
}

div.ct_search ul li a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

div.ct_search ul li a:hover {
    text-decoration: none;
}

div.icon_link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

div.icon_link>img {
    width: 80px;
}

div.icon_link>p {
    font-size: 12px;
    margin-top: 5px;
}

div.support h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

ul.support_contact {
    width: 980px;
}

div.support_contact_wrap ul {
    width: 100%;
}

div.support_contact_wrap ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E6E6E6;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

div.support_contact_wrap ul li:last-child {
    margin-right: 0;
}

div.support a.qa_link,
a.arrow_link {
    margin: 30px auto;
    width: 400px;
    padding: 20px 0;
    display: block;
    border: 1px solid #333;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.support a.qa_link:hover,
a.arrow_link:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}

div.support a.qa_link::after,
a.arrow_link::after {
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 25%;
    font-weight: 900;
}

div.support p.summary {
    margin-bottom: 30px;
}

div.support p.terms {
    font-size: 12px;
    margin-bottom: 30px;
}

div.repair_price_wrap {
    margin-bottom: 30px;
}

ul.repair_price {
    width: 450px;
    margin: 30px 15px 10px;
    float: left;
}

ul.repair_price li {
    border-bottom: 1px solid #666;
    font-size: 12px;
}

ul.repair_price li.title {
    width: 450px !important;
    font-size: 16px;
    padding: 0 !important;
    font-weight: 900;
}

ul.repair_price li:nth-child(even) {
    width: 310px;
    float: left;
    padding: 10px;
    background: #e7e7e7;
}

ul.repair_price li:nth-child(odd) {
    width: 100px;
    float: left;
    padding: 10px;
}

/* SUPPORT - PRODUCT GUARANTEE */
div.product_guarantee_wrap {
    text-align: center;
    display: block;
    margin: 80px auto;
}

div.product_guarantee_wrap p.guarantee_headline {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

div.product_guarantee_wrap img {
    width: 100%;
}

div.product_guarantee_wrap.accessory img {
    width: 50%;
}

div.product_guarantee_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.product_guarantee_list .product_guarantee_item {
    width: 32%;
    margin: 0 2% 2% 0;
}

div.product_guarantee_list .product_guarantee_item:nth-of-type(3n),
div.product_guarantee_list .product_guarantee_item:last-of-type {
    margin: 0 0 2% 0;
}

/* SUPPORT - WATCH MANUAL */
ul.watch_manual_list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

ul.watch_manual_list li {
    width: 23.5%;
    margin: 0 2% 2% 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

ul.watch_manual_list li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.watch_manual_list li a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.watch_manual_list li:nth-child(4n) {
    margin: 0 0 2% 0;
}

ul.watch_manual_list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.watch_manual_list li a img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* SUPPORT - PRODUCT GUARANTEE PERIOD */

.watch_guarantee_period_table {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #666;
}

.watch_guarantee_period_table .thead,
.watch_guarantee_period_table .tr {
    display: flex;
    text-align: center;
}

.watch_guarantee_period_table .thead div,
.watch_guarantee_period_table .tr div {
    width: 50%;
    padding: 10px 20px;
}

.watch_guarantee_period_table .thead {
    background: #E7E7E7;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.watch_guarantee_period_table .tr:not(:last-of-type) {
    border-bottom: 1px solid #666;
}

.watch_guarantee_period_table .thead .brand,
.watch_guarantee_period_table .tr .brand {
    border-right: 1px solid #666;
}


/* craft school */
div.craft_school {
    width: 100%;
    font-size: 12px;
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px #e7e7e7 solid;
}

div.craft_school .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.craft_school .row.center {
    justify-content: center !important;
}

div.craft_school .row .thumnail img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

div.craft_school .row .center_txt p {
    margin-top: 8px;
    text-align: center;
}

div.craft_school .row>.col_2 {
    width: 49%;
    margin-bottom: 2%;
}

div.craft_school .row.center>.col_2 {
    margin-bottom: 0;
}

div.craft_school .row>.col_3 {
    width: 31.3%;
    margin-bottom: 2%;
}

div.craft_school>img {
    margin-bottom: 30px;
}

div.craft_school h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
    padding-top: 60px;
}

div.craft_school img.attachment-thumbnail {
    display: none;
}

div.craft_school p {
    font-size: 12px;
}

div.craft_school_c_wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}

div.craft_school_c_wrap>.trial_schedule_wrap>.trial_schedule_item>.trial_schedule_image img {
    width: 100%;
    height: auto;
}

div.craft_school_c_wrap>.craft_school_reserve_wrap {
    margin: 2% 0;
}

div.craft_school_c_wrap>.craft_school_reserve_wrap>iframe {
    width: 100%;
    height: 1250px;
}

div.craft_school_c_wrap>.craft_school_map_wrap>iframe {
    width: 100%;
    height: 450px;
}

div.craft_school_c_wrap ul.page_link {
    width: 834px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.craft_school_c_wrap ul.page_link li:first-child {
    margin: 0 30px 0 0;
}

.craft_material_wrap,
.ring_size_wrap,
.craft_product_wrap,
.craft_school_map_wrap {
    margin-top: 30px;
}


/* contact */

div.contact {
    width: 980px;
    border-top: 1px solid #333;
    padding-bottom: 30px;
}

div.contact_wrap {
    width: 970px;
    margin: 0 10px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
    font-size: 12px;
}

div.contact_wrap h3 {
    font-size: 18px;
    padding: 0 0 5px;
    color: #333;
    margin: 10px 0 20px;
}

div.contact_wrap p.left {
    font-size: 13px;
    float: left;
    width: 465px;
}

div.contact_wrap p.right {
    float: right;
    width: 415px;
    display: inline-table;
    background: #e7e7e7;
    padding: 20px 30px;
    margin-right: 10px;
    color: #333;
}

div.contact_wrap ul.page_link {
    width: 834px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.contact_wrap ul.page_link li:first-child {
    margin: 0 30px 0 0;
}

span.phone_number {
    font-size: 36px;
    display: block;
    margin: 10px 0;
    font-weight: 900;
    color: #333;
}

span.reception_time,
span.reception_mail {
    display: block;
    margin-top: 10px;
}

span.reception_time span.bold,
span.reception_mail span.bold {
    font-weight: bold;
}


/* CONTACT FORM */

div.contact_form .contact_form_txt {
    margin: 20px auto;
}

div.contact_form .contact_form_txt a.contact_form_caution {
    color: #D9242D;
    text-decoration: underline;
}

.domain_caution {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
}

div.contact_form_wrap {
    margin: 100px 0;
}

div.contact_form_wrap .contact_content_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

div.contact_form_wrap .contact_content_item .contact_content_heading {
    width: 35%;
}

div.contact_form_wrap .contact_content_item .contact_content_heading span.contact_required {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 3px 14px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    background-color: #000;
    border-radius: 3px;
    top: -1px;
    position: relative;
}

div.contact_form_wrap .contact_content_item .contact_content_heading span.contact_optional {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 3px 14px;
    font-size: 10px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    background-color: #eaeaea;
    border-radius: 3px;
    top: -1px;
    position: relative;
}

div.contact_form_wrap .contact_content_item .contact_content_heading .watch_name {
    padding: 20px;
    margin: 40px 0 0 0;
    border: 1px solid #dadada;
}

div.contact_form_wrap .contact_content_item .contact_content_heading .watch_name p {
    text-align: center;
    font-size: 10px;
}

div.contact_form_wrap .contact_content_item .contact_content_heading .watch_name img {
    width: 100%;
    height: auto;
}

div.contact_form_wrap .contact_content_item .contact_content_heading p {
    font-size: 14px;
    font-weight: bold;
}

div.contact_form_wrap .contact_content_item .contact_content_heading_text {
    width: 60%;
}

div.contact_form_wrap input[type="text"],
div.contact_form_wrap input[type="email"],
div.contact_form_wrap input[type="tel"],
div.contact_form_wrap input[type="password"],
div.contact_form_wrap select {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 15px 24px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.contact_form_wrap .form_select select {
    width: 110px;
}

div.contact_form_wrap .form_select_brand select {
    width: 210px;
}

div.contact_form_wrap .form_select,
div.contact_form_wrap .form_select_brand {
    position: relative;
}

div.contact_form_wrap .form_select:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    left: 85px;
    margin-top: -5px;
    pointer-events: none;
}

div.contact_form_wrap .form_select_brand:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    left: 185px;
    margin-top: -5px;
    pointer-events: none;
}

div.contact_form_wrap input[type="checkbox"] {
    position: relative;
    top: 2px;
}

div.contact_form_wrap textarea {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px 24px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.contact_form_wrap span.wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
}

div.contact_form_wrap span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

div.contact_form_wrap .contact_submit_btn {
    margin-bottom: 30px;
}

div.contact_form_wrap .contact_submit_btn input[type="button"] {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
}

div.contact_form_wrap .contact_submit_btn input[type="submit"] {
    background-color: #333;
}

div.contact_form_wrap input[type="submit"],
div.contact_form_wrap input[type="button"] {
    position: relative;
    display: block;
    height: 60px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
    border: none;
    font-family: "lato", "dnp-shuei-gothic-gin-std", sans-serif;
    letter-spacing: 0.1em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #FF0000;
    background: #FF0000;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    background: #FF0000;
    border: 2px solid #FF0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
}


/* after confirm click design */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

@-webkit-keyframes onAutoFillStart {
    from {}

    to {}
}

@keyframes onAutoFillStart {
    from {}

    to {}
}

input:-webkit-autofill {
    -webkit-animation-name: onAutoFillStart;
    animation-name: onAutoFillStart;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s;
}

input.wpcf7c-conf,
select.wpcf7c-conf,
text.wpcf7c-conf,
textarea.wpcf7c-conf {
    border: 0;
    padding: 0;
    background: #fff;
}


/* REPAIR ATTENTION */

div.repair_attention_wrap {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.repair_attention_wrap .repair_attention_item {
    margin-bottom: 40px;
}

div.repair_attention_wrap .repair_attention_item .repair_attention_img {
    text-align: center;
}

div.repair_attention_wrap .repair_attention_item img.warranty {
    width: 80%;
    height: auto;
    margin: 40px auto;
}

div.repair_attention_wrap .repair_attention_item h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

div.repair_attention_wrap .repair_attention_item a {
    text-decoration: underline;
}

div.repair_attention_wrap .repair_attention_item .d_box {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    margin: 20px 0;
}

div.repair_attention_wrap .repair_attention_item a.repair_attention_caution {
    color: #D9242D;
}

div.repair_attention_wrap a.arrow_link {
    margin: 30px auto;
    width: 400px;
    padding: 20px 0;
    display: block;
    border: none;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #007ebe;
}

div.repair_attention_wrap a.arrow_link:hover {
    background: #007ebe;
    opacity: 0.8;
}

/* WATCH GUARANTEE PLUS POP */
div.watch_guarantee_plus_pop img {
    width: 100%;
}

div.watch_guarantee_plus_card img {
    width: 60%;
    margin: 0 auto 80px;
    display: block;
}

/* ONLINE SHOP */

div.oneline_shop_wrap {
    background: #f8f8f8;
    padding: 10px 10px 60px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
}

div.oneline_shop_info {
    margin: 0 10px;
}

div.oneline_shop_info h3 {
    color: #333;
    font-size: 16px;
    margin: 20px 0 10px;
}

div.oneline_shop_info p {
    font-size: 12px;
    margin-bottom: 40px;
}

body#online_shop h4 {
    margin: 0;
    border-bottom: 1px #999 dashed;
    padding-bottom: 5px;
}

div.brand_logo_list {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

div.brand_logo_list img {
    height: 50px;
    width: auto;
    margin: 8px;
}

div.go_to_jc {
    text-align: center;
}

div.go_to_jc a {
    padding: 7px 20px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    font-weight: 900;
    letter-spacing: normal;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

div.go_to_jc a:hover {
    background: #666;
    color: #CF0;
}

div.oneline_shop_list ul {
    width: 980px;
    font-size: 10px;
    letter-spacing: normal;
    margin: 20px 0 50px;
}

div.oneline_shop_list li {
    width: 143px;
    margin: 0 10px 30px;
    text-align: center;
    float: left;
}

div.oneline_shop_list ul img {
    width: 100%;
}

div.oneline_shop_list ul li a {
    text-decoration: none;
    color: #333;
}

div.oneline_shop_list ul li a:hover {
    color: #999;
}


/* privacy policy */

div.policy_wrap {
    width: 100%;
    margin: 0 auto 40px;
}

div.policy_wrap .policy_block {
    padding-bottom: 40px;
}

div.policy_wrap .policy_block:first-of-type {
    border-bottom: 1px #666 solid;
    margin-bottom: 40px;
}

div.policy_wrap h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

div.policy_wrap p {
    font-size: 12px;
}

div.policy_wrap a {
    text-decoration: underline;
}


/* sitemap */

div.sitemap_wrap {
    width: 800px;
    margin: 0 auto 80px;
}

div.sitemap_wrap dl {
    font-size: 12px;
    margin: 0 auto;
}

div.sitemap_wrap dt {
    padding: 10px 0 10px 30px;
    background: url(img/sitemap/bar_1.jpg) no-repeat left center;
}

div.sitemap_wrap dd {
    padding: 10px 0 10px 30px;
    margin-left: 30px;
    background: url(img/sitemap/bar_2.jpg) no-repeat left center;
}


/* loading-plugin(WP) */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px !important;
    width: 100% !important;
    background: #d2d2d2 !important;
    border: none !important;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #000 !important;
}

.pace.pace-inactive {
    display: none;
}

.modal {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 95%;
    left: 50%;
    width: 550px;
    height: 35px;
    margin: -120px 0 0 -295px;
    padding: 20px;
    text-align: center;
    background-color: #eee;
    -webkit-box-shadow: 0px 0px 10px #666;
    box-shadow: 0px 0px 10px #666;
    border-radius: 5px;
}

.modal p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}

.modal a.close_modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}


/* MEMBERSHIP - TOP */

div.members_wrap .members_news {
    margin-bottom: 30px;
}

div.members_wrap .members_news p.members_news_date {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

div.members_wrap .members_news p span.box {
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #e7e7e7;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

div.members_wrap .members_news p.members_news_detail {
    font-size: 12px;
}

div.members_wrap .members_top_banner {
    margin-bottom: 60px;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

div.members_wrap_list {
    margin: 0 auto 60px;
    padding-bottom: 30px;
    border-bottom: 1px #e7e7e7 solid;
}

div.members_wrap_list h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

div.members_wrap_list p {
    font-size: 12px;
    margin-bottom: 10px;
}

div.members_wrap_list p span {
    font-size: 12px;
}

div.members_wrap .jc_members {
    margin: 0 auto 60px;
    padding-bottom: 30px;
    border-bottom: 1px #e7e7e7 solid;
}

div.members_wrap_list ul {
    margin: 30px auto;
    width: 834px;
}

div.members_wrap_list ul li {
    float: left;
    margin-right: 30px;
}

div.members_wrap_list ul li:last-child {
    margin: 0;
}

div.members_wrap .membership_tab {
    width: 100%;
}

div.members_wrap .membership_tab ul {
    width: 100%;
}

div.members_wrap .membership_tab ul li {
    width: 50%;
    float: left;
    text-align: center;
    background: #fff;
}

div.members_wrap .membership_tab ul li.active {
    background: #d2d2d2;
}

div.members_wrap .membership_tab ul li a {
    padding: 20px 0;
    display: block;
}

div.members_wrap .membership_tab ul li a:hover {
    text-decoration: none;
}

div.members_wrap .tab_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #d2d2d2;
}

div.members_wrap .tab_content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

div.members_wrap .tab_content p.tab_goods_txt {
    margin-bottom: 20px;
}

div.members_wrap .tab_content img {
    width: 100%;
    height: auto;
}

div.members_wrap .tab_content a {
    text-decoration: underline;
}

div.members_wrap .tab_content a.tab_goods_link {
    width: 200px;
    height: auto;
    padding: 20px 0;
    margin: 20px auto;
    display: block;
    text-align: center;
    background: #fff;
    text-decoration: none;
}

div.members_wrap .tab_content a.tab_goods_link:hover {
    text-decoration: none;
}

div.qa_link_area {
    width: 100%;
    margin: 30px 0;
}

div.qa_link_area h3 {
    margin-bottom: 5px;
}


/* MEMBERSHIP - APP */

section.parallax {
    margin: 0 !important;
    font-family: 'Montserrat', "秀英角ゴシック銀 M", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    line-height: 1.5;
}

section.parallax h1,
section.parallax h2,
section.parallax h3,
section.parallax h4,
section.parallax h5,
section.parallax h6 {
    font-family: 'Montserrat', "秀英角ゴシック銀 M", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.parallax-window {
    min-height: 750px;
    background: transparent;
}

.parallax_wrap {
    width: 1080px;
    margin: 0 auto;
}

.parallax_inner_contents {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding-top: 130px;
}

.parallax_inner_contents ul {
    width: 540px;
}

.parallax_inner_contents ul li.icon {
    width: 20%;
    margin-right: 2%;
}

.parallax_inner_contents ul li.icon img {
    width: 100%;
}

.parallax_inner_contents ul li.title {
    padding-top: 15px;
    width: 78%;
}

.parallax_inner_contents ul li.title h1,
.parallax_inner_contents ul li.title p {
    font-size: 28px;
    font-weight: bold;
}

.parallax_inner_contents ul li {
    float: left;
}

.parallax_inner_contents ul.badge_list {
    margin: 20px 85px;
}

.parallax_inner_contents ul li.badge {
    width: 180px;
    margin-right: 10px;
}

.parallax_inner_contents ul li.badge:last-child {
    margin: 0;
}

.parallax_inner_contents ul li.badge img {
    width: 100%;
    height: auto;
}

.parallax_inner_contents .app_description {
    width: 540px;
    margin: 30px 0;
}

.parallax_inner_contents .app_description h2 {
    font-size: 15px;
}

.parallax_inner_contents .app_download {
    width: 540px;
    text-align: center;
}

.parallax_inner_contents .app_download p.download_txt {
    font-size: 20px;
    font-weight: bold;
}

h3.app_contents_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
}

h3.app_contents_title span.min_txt {
    font-size: 12px;
    color: #999;
    position: relative;
    bottom: 10px;
}

div.app_contents {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}

div.gray_bg {
    background-color: #E7E7E7;
    position: relative;
    z-index: -2;
}

div.app_contents .contents_txt,
div.app_contents .iphone_mockup {
    text-align: center;
}

div.app_contents .contents_txt {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 200px;
}

div.app_contents .contents_txt p.contents_description {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    word-wrap: break-word;
    width: 100%;
    font-weight: 500;
}

div.app_contents .contents_txt p.contents_title {
    font-size: 50px;
    font-weight: bold;
}

div.app_contents .contents_txt p {
    width: 550px;
    margin: 0 auto;
}

div.app_contents .contents_txt p.first:before {
    content: '01';
    font-size: 250px;
    font-weight: bold;
    position: absolute;
    color: #E7E7E7;
    top: -40px;
    right: -8px;
    z-index: -1;
}

div.app_contents .contents_txt p.second:before {
    content: '02';
    font-size: 250px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: -40px;
    left: -8px;
    z-index: -1;
}

div.app_contents .contents_txt p.third:before {
    content: '03';
    font-size: 250px;
    font-weight: bold;
    position: absolute;
    color: #E7E7E7;
    top: -40px;
    right: -8px;
    z-index: -1;
}

div.app_contents .contents_txt p.four:before {
    content: '04';
    font-size: 250px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: -40px;
    left: -8px;
    z-index: -1;
}

div.app_contents .contents_txt p.five:before {
    content: '05';
    font-size: 250px;
    font-weight: bold;
    position: absolute;
    color: #E7E7E7;
    top: -40px;
    right: -8px;
    z-index: -1;
}

div.app_contents .app_contents_left,
div.app_contents .app_contents_right {
    float: left;
    width: 50%;
}

div.gray_bg_bottom {
    background-color: #E7E7E7;
    text-align: center;
    width: 100%;
}

div.gray_bg_bottom .app_download .download_txt {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

div.gray_bg_bottom ul {
    padding: 20px 0;
}

div.gray_bg_bottom ul li {
    float: left;
}

div.gray_bg_bottom ul.badge_list_bottom {
    padding-left: 0;
}

div.gray_bg_bottom ul.badge_list_bottom li.badge {
    width: 180px;
    margin-right: 10px;
}

div.gray_bg_bottom ul li.badge:last-child {
    margin: 0;
}

div.gray_bg_bottom ul li.badge img {
    width: 100%;
    height: auto;
}

div.gray_bg_bottom ul.float {
    width: 370px;
    margin: auto;
    overflow: hidden;
}

div.gray_bg_bottom p.download_txt_bottom {
    padding-bottom: 20px;
    font-weight: 500;
}

footer.app_contents_footer {
    width: 100%;
    text-align: center;
    background: #333 !important;
    font-size: 12px;
    color: #fff !important;
    height: auto;
    padding: 50px 0 0;
    display: block;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
}

footer.app_contents_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer.app_contents_footer ul li {
    margin-right: 1%;
}

footer.app_contents_footer ul li a {
    color: #fff;
}

footer.app_contents_footer ul li a:hover {
    text-decoration: none;
}

footer.app_contents_footer ul li:last-child {
    margin: 0;
}

footer.app_contents_footer p {
    padding: 20px 0;
}


/* APP ENTRY FLOW */

div.app_entry_wrap {
    margin-bottom: 40px;
}

div.app_entry_wrap p.app_entry_flow_txt {
    margin-bottom: 20px;
}

div.app_entry_wrap img.attachment-thumbnail {
    display: none;
}

div.app_entry_wrap .faq-content {
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

div.app_entry_wrap .open .faq-content {
    display: block !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.app_entry_flow_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

div.app_entry_flow_image {
    margin-top: 20px;
}

ul.app_entry_flow_step li {
    width: 49%;
}

ul.app_entry_flow_step li.left {
    text-align: center;
}

ul.app_entry_flow_step li.right .step_title {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

ul.app_entry_flow_step li.right .step_detail {
    font-size: 14px;
}

ul.app_entry_flow_step li.right span.step_number {
    margin-right: 10px;
}

ul.app_entry_flow_step li.right span.step_caution {
    color: #C13A31;
}


/* Q&A */

div.qa_image {
    text-align: center;
    width: 980px;
    margin: 0 auto 30px;
}

div.qa_image>img {
    width: 100%;
}

div.qa_wrap p {
    font-size: 12px;
}

div.qa_wrap img.attachment-thumbnail {
    display: none;
}

div.qa_wrap .qa_list {
    margin-bottom: 30px;
}

div.qa_wrap .qa_list h3.qa_cat_name {
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.faq-title h4 {
    margin: 0px !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
}

.faq-thumbnail img {
    display: none;
}

ul.repair_brand_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

ul.repair_brand_list li {
    width: 24%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.repair_brand_list li a {
    padding: 20px;
    display: block;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
}

ul.repair_brand_list li a:hover {
    text-decoration: none;
}

ul.repair_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

ul.repair_list li {
    width: 24%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.repair_list li:nth-child(n+5) {
    margin: 1.5% 0;
}

ul.repair_list li a {
    padding: 20px;
    display: block;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
}

ul.repair_list li a:hover {
    text-decoration: none;
}

div.goldrush_caution img.attachment-thumbnail {
    display: none;
}


.repair_brand_wrap {
    background: #FFF;
    padding: 3vw;
    max-width: 90vw;
	box-sizing:border-box;
}
.repair_brand {
    max-height: 80vh;
    overflow: auto;
    padding: 1rem;
	display: grid;
	grid-row-gap: 1rem;
}
.repair_brand_name {
    font-weight: 900;
    font-size: 1.5em;
}

.repair_detail_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.repair_detail_box > div {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}

.repair_title {
    text-align: center;
    background: #ececec;
}

.repair_detail_price{
	text-align: right;
}

.repair_detail_info{
	text-align: center;
}

.repair_atention_title {
    background: #ececec;
    line-height: 3;
    padding: 0 1rem;
	margin-bottom: 1rem;
}
.repair_atention li {
    display: flex;
}
.repair_atention li:before {
    content: "◆";
    margin-right: 0.5rem;
}




/* MEMBERSHIP - AGREEMENT */

div.membership_wrap {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 30px;
}

div.membership_wrap p {
    line-height: 1.5;
}


/* MEMBERSHIP - SPECIAL GOODS */

div.goods_wrap ul {
    width: 100%;
    margin: 30px 0;
}

div.goods_wrap ul li {
    width: 50%;
    float: left;
    margin-bottom: 2%;
}

div.goods_wrap ul li a {
    display: block;
}

div.goods_wrap ul p.goods_brand {
    font-size: 18px;
    color: #999;
    margin-bottom: 10px;
}

div.goods_wrap ul li div.goods_left {
    width: 25%;
    float: left;
    margin-right: 2%;
}

div.goods_wrap ul li div.goods_left img {
    width: 100%;
}

div.goods_wrap ul li div.goods_right {
    width: 73%;
    float: left;
}

div.goods_wrap ul li div.goods_right p span.goods_point {
    font-weight: bold;
}


/* APP ENTRY FLOW */

div.app_entry_wrap {
    width: 100%;
    height: auto;
    line-height: 1.5;
}

div.download_wrap {
    margin: 30px 0;
}

div.download_wrap .w3eden {
    margin: 10px 0;
}

img.wpdm_icon {
    width: 48px;
    height: auto;
}

.w3eden a {
    text-decoration: underline !important;
    padding-top: 8px;
    display: inline-block;
}

div.download_wrap ul.download_list {
    width: 100%;
    height: auto;
    margin: 2% 0;
}

div.download_wrap ul.download_list li {
    width: 49%;
    height: auto;
    float: left;
    border: 5px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

div.download_wrap ul.download_list li:first-child {
    margin-right: 2%;
}

div.download_wrap h3.download_title {
    font-size: 12px;
}


/* 404 */

div.contents .not_found {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #b3b3b3;
    margin: 100px 0 40px;
}

div.contents .not_found img {
    width: 300px;
    margin-bottom: 30px;
}

div.contents .not_found h1 {
    margin-bottom: 30px;
    font-size: 30px;
}

div.contents .not_found p {
    font-size: 12px;
    margin-bottom: 50px;
    line-height: 1.8;
}

div.contents .not_found a {
    padding: 10px;
    background-color: #333;
    color: #fff;
}

div.contents .not_found a:hover {
    background-color: #666;
    text-decoration: none;
}

/* accordion */

.accordionbox {
    width: 100%;
    padding: 30px 0;
}

.accordionlist p.term_title {
    color: #e0137c;
    font-weight: bold;
}

.accordionlist dt {
    display: block;
    background: #fff;
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
}

.accordionlist dt:hover {
    cursor: pointer;
}

.accordionlist dt:first-child {
    border-top: none !important;
}

.accordionlist dt .title {
    padding-left: 10px;
    float: left;
}

.accordionlist dd {
    display: none;
    background: #fff;
    padding: 0 15px 15px;
    margin: 0 !important;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #e0137c;
    border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*＋、－切り替え*/

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* いまラボ 利用規約 */

.terms_of_service {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 12px;
}

.terms_of_service_text {
    padding: 40px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.terms_of_service_item {
    margin-bottom: 32px;
}

.terms_of_service_item:last-of-type {
    margin-bottom: 0;
}

p.terms_of_service_headline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.terms_of_service .agree {
    margin: 60px 0;
}

.terms_of_service a.agree_btn {
    width: 250px;
    padding: 16px 0;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 3px;
}

.terms_of_service a.agree_btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* いまラボ 申請フォーム */

.ima_lab_application_form .contact_form_wrap {
    margin: 40px 0 0;
}

.ima_lab_application_form .contact_content_section {
    margin-bottom: 40px;
}

.ima_lab_application_form p.section_heading_text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ima_lab_application_form input::placeholder {
    color: #ddd;
}

.ima_lab_application_form span.error {
    margin-top: 8px;
    color: #f00;
    font-size: 1em;
}

.ima_lab_application_form button.confirm,
.ima_lab_application_form button.send {
    position: relative;
    display: block;
    height: 60px;
    font-size: 14px;
    color: #fff;
    background: #333;
    border-radius: 3px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
    border: none;
    font-family: "lato", "dnp-shuei-gothic-gin-std", sans-serif;
    letter-spacing: 0.1em;
}

.ima_lab_application_form button.back {
    position: relative;
    display: block;
    height: 60px;
    font-size: 14px;
    color: #333;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #333;
    font-family: "lato", "dnp-shuei-gothic-gin-std", sans-serif;
    letter-spacing: 0.1em;
}

.ima_lab_application_form button:hover {
    opacity: 0.8;
}

.ima_lab_application_form button:focus {
    outline: none;
}

/* PC(非表示) */

.sp {
    display: none !important;
}

/* ウィンドウ幅が〜480pxの場合に適用するCSS(スマートフォン) */

@media screen and (max-width: 1000px) {
    /* 全ページ適用 */

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    section {
        width: 100%;
        margin: 45px 0 0 !important;
    }

    section.top {
        margin: 45px 0 0 !important;
    }

    header {
        max-width: 100% !important;
        min-width: 100% !important;
        height: 50px;
    }

    header .header_wrap {
        display: block !important;
    }

    header .header_wrap .company_logo {
        width: 100% !important;
        text-align: center !important;
        position: relative;
        top: -7px;
    }

    header .header_wrap .company_logo img {
        width: 150px !important;
        top: 3px;
    }

    button.hamburger {
        top: 9px !important;
        right: 12px !important;
    }

    header.clBox {
        height: 78px !important;
    }

    .header_inner {
        text-align: center;
    }

    header a.header_logo {
        position: relative;
        z-index: 999999;
    }

    /* drawer menu */

    #drawer_menu {
        overflow-y: scroll;
        overflow-x: hidden;
        display: flex;
        align-items: center;
    }

    #drawer_menu .drawer_menu_wrap {
        display: block !important;
        height: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #drawer_menu .drawer_menu_inner {
        display: block !important;
    }

    #drawer_menu .drawer_menu_item {
        width: 100% !important;
        border: none !important;
    }

    #drawer_menu ul.lauguage {
        width: 50%;
        margin: 20px auto 0;
    }

    #drawer_menu ul li {
        margin-bottom: 5px !important;
    }

    #drawer_menu ul.sns {
        margin: 20px auto 0;

    }

    div.contents {
        max-width: 100% !important;
        min-width: 100% !important;
        overflow: hidden;
        padding-top: 30px;
    }

    /* PAGE TOP */

    .page_top {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    /* FOOTER */

    /* div.footer_nav_top,
    ul.footer_nav_bottom {
        display: none !important;
    } */

    footer {
        background: #111;
        height: auto;
        padding: 0 !important;
        max-width: 100%;
        overflow: hidden !important;
    }

    .other_site,
    .official_online_site {
        display: inline-block;
        background: #000;
        padding: 10px 0;
        color: #FFF;
        max-width: 100% !important;
        width: 100%;
        height: 100%;
    }

    p.other_site,
    p.official_online_site {
        padding-left: 6px;
        font-size: 60% !important;
    }

    .bc_site_area {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        height: 100%;
        color: #000;
        position: relative;
        line-height: 1.5;
    }

    .bc_site_area p {
        font-size: 90% !important;
    }

    .bc_site_area:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    .bc_site_area a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        display: block;
    }

    .bc_site_left {
        width: 27%;
        height: 100%;
        float: left;
        margin: 3% 0 2% 3%;
    }

    .bc_site_right {
        width: 68%;
        height: 100%;
        margin-top: 3%;
        margin-left: 2%;
        float: left;
    }

    .bc_site_left img,
    .bc_site_right img {
        width: 100%;
        height: auto;
    }

    p.bc_site_title {
        font-weight: bold;
        margin-bottom: 5%;
    }

    .company_info {
        width: 100%;
    }

    .company_info ul {
        width: 100%;
        margin-top: 15px;
    }

    .company_info ul li {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .company_info a {
        color: #999;
    }

    .company_info a:hover {
        text-decoration: none;
    }

    .sp_page_top {
        width: 100%;
        margin: 20px 0;
    }

    .page_top {
        max-width: 100%;
        text-align: center !important;
    }

    .copy_right {
        color: #999 !important;
        padding: 40px 0 !important;
    }

    .sp_footer_logo {
        max-width: 100%;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    /* sp_footer_nav */

    .sp_f_c_hide {
        display: none;
    }

    .sp_footer_nav .company_logo {
        margin: 20px 0;
        text-align: center;
    }

    .sp_footer_nav .company_logo img {
        width: 50%;
        height: auto;
    }

    .sp_footer_nav>ul {
        margin: 0 20px 0;
        border-top: 1px solid #333;
    }

    .sp_footer_nav>ul li {
        border-bottom: 1px solid #333;
        position: relative;
    }

    .sp_footer_nav ul li span.f_nav_angle_arrow {
        position: absolute;
        right: 0.5px;
        top: 50%;
        margin-top: -10px;
        transform: rotate(-90deg);
    }

    .sp_footer_nav ul li span.f_nav_angle_arrow::before {
        font-family: icomoon;
        content: "\e900";
    }

    .sp_footer_nav ul li.f_nav_accordion span.f_nav_accordion_icon {
        position: absolute;
        right: 0.5px;
        top: 50%;
        margin-top: -9px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .sp_footer_nav ul li.f_nav_accordion.active span.f_nav_accordion_icon {
        position: absolute;
        right: 0.5px;
        top: 50%;
        margin-top: -9px;
        transform: rotate(-180deg);
    }

    .sp_footer_nav ul li.f_nav_accordion span.f_nav_accordion_icon::before {
        font-family: icomoon;
        content: "\e905";
    }

    .sp_footer_nav ul li.f_nav_accordion.active span.f_nav_accordion_icon::before {
        content: "\e904";
    }

    .sp_footer_nav ul li span.icon-angle_arrow {
        position: absolute;
        right: -1.5px;
        top: 50%;
        margin-top: -6px;
    }

    span.icon-angle_arrow.right {
        transform: rotate(-90deg);
        margin-top: -3px !important;
    }

    .sp_footer_nav ul .hide li {
        padding-left: 20px;
    }

    .sp_footer_nav ul .hide_lv_1 li {
        padding-left: 16px;
    }

    .sp_footer_nav ul .hide_lv_2 li {
        padding-left: 32px;
    }

    .sp_footer_nav ul li a {
        color: #fff;
        display: block;
        padding: 16px 0;
    }

    .sp_footer_nav ul li a:hover {
        text-decoration: none;
    }

    .sp_footer_nav ul li a i.fab {
        margin-right: 5px;
    }

    .sp_footer_nav ul .hide_lv_1 li a {
        color: #bfbfbf;
    }

    .sp_footer_nav ul .hide_lv_2 li a {
        color: #808080;
    }

    .sp_footer_sns {
        padding: 40px 0 0;
    }

    .sp_footer_sns p {
        text-align: center;
        font-size: 10px;
        color: #bfbfbf;
        margin-bottom: 16px;
    }

    .sp_footer_sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sp_footer_sns ul li:nth-child(2) {
        margin: 0 20px;
    }

    .sp_footer_sns ul li a {
        width: 50px;
        height: 50px;
        border: 1px solid #808080;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        display: block;
        line-height: 50px;
    }

    .fa-facebook-f:before,
    .fa-twitter:before,
    .fa-instagram:before {
        position: relative;
        left: 1px;
        top: 1px;
    }

    /* BC(TOP) */
    /* Swiper */

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -2px !important;
        left: 0;
        width: 100%;
        position: inherit;
    }

    .swiper-container img {
        width: 100%;
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 15px 44px !important;
    }

    .sp_top_headline {
        display: block;
        padding: 10px 0 10px 6px;
        color: #fff;
        background: #111;
    }

    /* NEWS(INFORMATION) */

    p.info_title,
    div.news_wrap>p.news_title {
        display: block;
        background: #111;
        padding: 10px 0 10px 6px;
        color: #fff;
    }

    ul.text_info {
        border-top: none !important;
        margin: 0 !important;
    }

    ul.text_info li {
        max-width: 100%;
        position: relative;
        word-wrap: break-word;
        padding: 10px !important;
        border-bottom: 1px solid #ddd;
    }

    ul.text_info li:last-child {
        border: none !important;
    }

    ul.text_info li a {
        display: block;
    }

    ul.text_info span.date {
        font-size: 9px;
        margin-bottom: 5px;
        text-align: center;
        display: inline-block;
    }

    ul.text_info span.text_news {
        margin-left: 0;
        display: block;
        width: 100% !important;
    }

    .top_row_box {
        margin: 0 !important;
    }

    section .top_col_title_box {
        margin-bottom: 0 !important;
    }

    a.all_view_link {
        position: relative !important;
        width: 50px;
        text-align: center;
        margin: 20px auto;
    }

    a.all_view_link:after {
        display: none !important;
    }

    /* NEWS(NEW TOPICS) */

    ul.news_box {
        margin: 0 !important;
    }

    .news_box {
        max-width: 100%;
    }

    ul.news_box li {
        max-width: 100%;
        width: 100% !important;
        padding: 10px;
        float: left;
        position: relative;
        border-bottom: 1px solid #ddd;
        margin: 0 !important;
    }

    ul.news_box li.news_list {
        padding: 0;
        background-color: #cecece;
    }

    ul.news_box li.news_list a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
        background: #cecece !important;
        color: #000 !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
        width: 100% !important;
        text-align: center;
    }

    ul.news_box li img {
        width: 100% !important;
        height: auto !important;
        margin-right: 10px;
    }

    ul.news_box span.date {
        display: block;
        font-size: 9px;
        margin: 10px 0 0 !important;
    }

    ul.news_box span.description {
        display: block;
        font-size: 12px !important;
        width: 100%;
        margin-top: 10px;
    }

    ul.news_box span.category {
        font-size: 10px;
        margin: 0 !important;
        border: none !important;
    }

    ul.news_box .fa-angle-right {
        position: absolute;
        right: 29px;
        top: 35%;
    }

    ul.news_box li.news_list .fa-angle-right {
        position: absolute;
        right: 30px;
        top: 30%;
    }

    div.news_contents_wrap .news_shop {
        height: auto !important;
        display: block !important;
    }

    div.news_contents_wrap .news_shop .news_map {
        width: 100% !important;
        height: 300px !important;
    }

    div.news_contents_wrap .news_shop .news_map iframe {
        width: 100%;
        height: 100%;
    }

    div.news_contents_wrap .news_shop .news_shop_info {
        float: none !important;
        width: 100% !important;
        height: 100%;
        margin-left: 0;
    }

    div.news_contents_wrap .news_shop .news_shop_info p.news_shop_name {
        font-size: 18px !important;
        padding-top: 10px;
    }

    div.news_contents_wrap .news_shop .news_shop_info p.news_shop_hour span.ssh {
        margin-left: 62px !important;
    }

    div.news_contents_wrap .news_shop .news_shop_info p.news_shop_address,
    div.news_contents_wrap .news_shop .news_shop_info p.news_shop_hour,
    div.news_contents_wrap .news_shop .news_shop_info p.news_shop_tel {
        margin: 0 0 10px;
    }

    div.news_contents_wrap .brand_info {
        width: 100%;
        height: auto;
        background-color: #e7e7e7;
        margin: 30px 0;
        display: block;
        padding: 10px 0;
    }

    div.news_contents_wrap .brand_info .brand_txt {
        float: none !important;
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
    }

    div.news_contents_wrap .brand_info .brand_txt p.brand_name {
        font-size: 14px !important;
        font-weight: bold;
    }

    div.news_contents_wrap .brand_info .brand_txt p.brand_detail {
        font-size: 10px !important;
        margin-bottom: 20px;
    }

    div.news_contents_wrap .brand_info .brand_image {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    div.news_contents_wrap .brand_info .brand_image img {
        margin: 0 !important;
    }

    /* Add Quick Tag */
    /* カラム */

    div.news_contents_wrap ul.row {
        display: block !important;
    }

    div.news_contents_wrap ul.row li {
        width: 100% !important;
        margin-bottom: 5%;
    }

    /* アイテム名 */

    div.news_contents_wrap span.item_txt {
        font-size: 10px !important;
    }

    /* プロフィール */

    div.news_contents_wrap .profile_area ul.profile_wrap {
        display: block !important;
    }

    div.news_contents_wrap .profile_area ul.profile_wrap li {
        width: 100% !important;
    }

    div.news_contents_wrap .profile_area ul.profile_wrap li.profile_txt {
        margin-bottom: 10%;
    }

    /* youtube */

    .youtube {
        position: relative;
        width: 100% !important;
        margin: 0 auto 20px;
        padding-top: 56.25%;
    }

    /* ボタン(オレンジ) */
    .article_orange_btn a {
        width: 80%;
    }


    /* ブランド情報 */

    div.news_contents_wrap .brand_info_area ul.brand_info_wrap {
        display: block !important;
    }

    div.news_contents_wrap .brand_info_area ul.brand_info_wrap li {
        width: 100% !important;
    }

    div.news_contents_wrap .brand_info_area ul.brand_info_wrap li:first-child {
        margin-bottom: 10%;
    }

    /* 特設ページリンク */

    ul.special_page_link_button li {
        width: 100% !important;
    }

    ul.special_page_link_button li:nth-child(2) {
        margin-left: 0 !important;
    }

    /*====================================　記事更新後、削除予定　/ start ====================================*/
    /* 2カラム(記事内) */

    div.news_contents_wrap div.item_col_2 {
        width: 100%;
        margin: 0 auto;
    }

    div.news_contents_wrap div.item_col_2 ul.item_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    div.news_contents_wrap div.item_col_2 ul li.item_list {
        float: none !important;
        width: 100% !important;
        list-style: none;
        margin: 0 auto 10% !important;
        padding: 0;
    }

    div.news_contents_wrap div.item_col_2 ul.item_wrap li:last-child {
        margin: 0;
    }

    div.news_contents_wrap div.item_col_2 ul li.item_list img {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    /* 3カラム(記事内) */

    div.news_contents_wrap div.item_col_3 {
        width: 100%;
        margin: 0 auto;
    }

    div.news_contents_wrap div.item_col_3 ul.item_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    div.news_contents_wrap div.item_col_3 ul li.item_list {
        float: none !important;
        width: 100% !important;
        list-style: none;
        margin: 0 auto 10% !important;
        padding: 0;
    }

    div.news_contents_wrap div.item_col_3 ul.item_wrap li:last-child {
        margin: 0;
    }

    div.news_contents_wrap div.item_col_3 ul li.item_list img {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    div.news_contents_wrap div.brand_col_3 ul li.item_list {
        float: none !important;
        width: 100% !important;
        list-style: none;
        margin: 0 auto !important;
        padding: 0;
    }

    /* 4カラム(記事内) */

    div.item_col_4 ul.item_wrap {
        width: 100%;
        display: block !important;
    }

    div.item_col_4 ul.item_wrap li {
        width: 100% !important;
    }

    div.news_contents_wrap div.item_col_4 ul li.item_list {
        float: none !important;
        width: 100% !important;
        list-style: none;
        margin: 0 auto 10% !important;
        padding: 0;
    }

    /*====================================　記事更新後、削除予定　/ start ====================================*/
    /* 2button link */

    ul.special_page_link_button {
        text-align: center;
    }

    ul.special_page_link_button li {
        width: 100% !important;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    ul.special_page_link_button li:last-child {
        margin-bottom: 0;
    }

    ul.special_page_link_button li a:hover {
        opacity: 0.8;
    }

    /* BRAND LIST */

    .brand_site {
        background-image: none !important;
        padding: 0 !important;
    }

    .brand_site h2 {
        display: none !important;
    }

    .brand_list {
        display: block;
        background: #000;
        padding: 10px 0 10px 6px;
        color: #fff;
        max-width: 100% !important;
    }

    div.brand_site li {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #999;
        margin: 0 !important;
        padding-top: 5px !important;
        position: relative !important;
    }

    div.brand_site ul li.brand_list {
        width: 100% !important;
        padding: 0 !important;
        background-color: #cecece;
    }

    div.brand_site ul li.brand_list a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
        background: #cecece !important;
        color: #000 !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
        text-align: center !important;
        width: 100%;
    }

    div.brand_site li:nth-child(even) {
        border-left: 1px solid #999;
    }

    div.top_accordion li:last-child {
        width: 100% !important;
        padding: 10px !important;
        background-color: #cecece;
        border-bottom: 1px solid #999;
    }

    .brand_list_more {
        max-width: 100% !important;
        position: relative;
    }

    div.wrap ul li .fa-angle-right {
        position: absolute !important;
        top: 35% !important;
        right: 5% !important;
        color: #999 !important;
    }

    .wrap {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .pull_down_gray {
        background-color: #cacaca;
    }

    /* BC(NEWS) */
    /* TITLE */

    div.sp_page_title {
        max-width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    div.sp_page_title p {
        font-size: 16px;
        font-weight: bold;
    }

    div.sp_page_title span.title_detail {
        font-size: 10px;
        font-weight: 100;
    }

    /* BRAND NEWS */

    div.news_wrap {
        max-width: 100% !important;
        margin: 0 !important;
    }

    div.news_wrap ul li {
        max-width: 100%;
        width: 100% !important;
        padding: 10px !important;
        float: left !important;
        position: relative;
        border-bottom: 1px solid #999;
        margin: 0 !important;
    }

    div.news_wrap ul li img {
        width: 100%;
        height: auto;
        margin-right: 10px;
    }

    div.news_wrap span.date {
        display: block;
        font-size: 9px;
        margin-left: 10px;
    }

    div.news_wrap span.description {
        display: block;
        font-size: 10px;
        width: 100%;
        margin-top: 10px;
    }

    div.news_wrap span.category {
        font-size: 10px;
        padding: 2px 5px !important;
        border: none !important;
    }

    /* BC(NEWS-DETAIL) */

    div.news_contents_wrap {
        max-width: 100%;
        width: 95% !important;
        margin-top: 30px !important;
    }

    div.news_contents_wrap ul li {
        font-size: 13px;
        color: #000;
    }

    div.news_contents_wrap h2 {
        font-size: 16px !important;
        font-weight: bold !important;
        line-height: 1.5;
    }

    div.news_contents_wrap p {
        font-size: 12px;
    }

    div.back_to_archive {
        max-width: 100%;
        width: 100% !important;
        text-align: center !important;
    }

    div.back_to_archive a.bottom {
        width: 100% !important;
        padding: 5% 0 !important;
        display: block;
    }

    div.news_contents_wrap img {
        width: 100%;
        height: auto;
    }

    div.news_contents_wrap img.sp_daniel_image {
        width: 100% !important;
    }

    div.news_info {
        line-height: 1.5;
    }

    ul.snsbv li {
        width: 23% !important;
        margin: 1% !important;
    }

    a.balloon-btn-vertical-link {
        border: 1px solid #ddd;
        width: 100% !important;
        height: 20px;
        line-height: 20px;
        position: relative;
        top: 7px;
        color: white;
        border-radius: 3px;
    }

    .arrow-box-vertical {
        position: relative;
        background: #fff;
        border: 1px solid #bbb;
        text-align: center;
        width: 100% !important;
        height: 33px;
        border-radius: 3px;
        top: -7px;
        line-height: 33px;
        display: inline-block;
    }

    div.fb_like_area {
        background-color: #e5e5e5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 10px 20px 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    /* POPUP */

    div.popup_wrap {
        width: 100%;
        height: auto;
        margin-bottom: 0 !important;
        position: relative;
        padding: 10px 10px 20px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #999;
    }

    div.popup_wrap:last-of-type {
        border-bottom: none !important;
    }

    div.popup_wrap .popup_eyecatch {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    div.popup_wrap .popup_eyecatch img {
        width: 100%;
        height: auto;
    }

    div.popup_wrap .popup_info {
        float: none !important;
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 20px !important;
    }

    div.popup_wrap .popup_info p.date span.popup_mark {
        display: inline;
        width: 200px;
        margin-left: 20px;
        padding: 2px 10px;
        background: #D9242D;
        color: #fff;
    }

    div.popup_wrap .popup_info p.description {
        margin-top: 10px !important;
        font-size: 12px !important;
    }

    div.popup_wrap .popup_info p.content {
        margin-top: 10px !important;
        font-size: 10px !important;
    }

    div.popup_wrap .popup_info a.popup_detail_btn {
        padding: 10px !important;
        display: inline-block !important;
        border: none !important;
        font-size: 10px;
    }

    div.popup_wrap .popup_info a.popup_detail_btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    /* top - brand list */

    ul.top_brand_list li {
        width: 50% !important;
        margin: 0 !important;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    ul.top_brand_list li:nth-child(2n) {
        border-right: none !important;
    }

    ul.top_brand_list li a {
        display: block;
    }

    /* top - blog list */

    ul.top_blog_list li {
        width: 50% !important;
        height: 82px !important;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.top_blog_list li:nth-child(2n) {
        border-right: 0 !important;
    }

    ul.top_blog_list li a img {
        width: 100px !important;
    }

    /* BLOG */

    p.blog_txt {
        width: 95%;
        margin: 30px auto !important;
    }

    .blog_wrap {
        width: 95%;
        margin: 0 auto;
    }

    ul.blog_list li {
        width: 49% !important;
        height: 82px !important;
    }

    ul.blog_list li:nth-child(2n) {
        margin: 0 0 2% 0 !important;
    }

    ul.blog_list li:nth-child(3) {
        margin: 0 2% 2% 0 !important;
    }

    ul.blog_list li a img {
        width: 100px !important;
    }

    /* BC(BRAND) */

    .brand_title {
        margin-bottom: 0 !important;
    }

    #brand_search {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #brand_search .text {
        width: 96%;
        height: 30px;
        border: 1px solid #000;
        text-indent: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #brand_search .btn {
        background-color: rgba(0, 0, 0, 0);
        height: 40px;
        width: 40px;
        border: none;
        margin-left: -47px;
    }

    input[type="submit"] {
        font-family: FontAwesome;
    }

    #ui-tab {
        padding: 10px 0 0 0 !important;
        background: #fff !important;
        width: 95%;
        margin: 0 auto;
    }

    #ui-tab.brand_list {
        margin-bottom: 0 !important;
    }

    div.brand_list_wrap ul {
        max-width: 100% !important;
        width: 100% !important;
    }

    .partition {
        display: none;
    }

    .ui-tabs-nav {
        padding: 0 !important;
        height: 210px;
    }

    .ui-tabs-nav li {
        width: 100% !important;
        margin: 2px 0 !important;
        border: 1px solid #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .ui-tabs-nav a {
        margin: 0 !important;
        font-weight: 100 !important;
        vertical-align: middle;
        padding: 15px 0 !important;
        display: block !important;
    }

    div.brand_list ul li.active a {
        color: #fff !important;
        background-color: #000;
        border: none !important;
        display: block;
    }

    div.brand_list ul li.active {
        border: none !important;
    }

    div.brand_list ul li.active a.woman {
        background-color: #F3F !important;
        color: #fff !important;
        border: 1px solid #F3F !important;
    }

    div.brand_list ul li.active a.men {
        background-color: #09F !important;
        color: #fff !important;
        border: 1px solid #09F !important;
    }

    .ui-tabs-nav a span {
        padding-top: 0 !important;
    }

    .ui-tabs-nav li:nth-child(1) a span,
    .ui-tabs-nav li:nth-child(2) a span,
    .ui-tabs-nav li:nth-child(3) a span,
    .ui-tabs-nav li:nth-child(4) a span,
    .ui-tabs-nav li:nth-child(5) a span {
        line-height: 50px;
    }

    .ui-tabs-nav li:nth-child(7) a span,
    .ui-tabs-nav li:nth-child(8) a span {
        padding-top: 8px !important;
    }

    .ui-tabs-nav li:nth-child(3),
    .ui-tabs-nav li:nth-child(5),
    .ui-tabs-nav li:nth-child(7) {
        width: 49% !important;
        margin: 2% 0 0 !important;
        float: left !important;
    }

    .ui-tabs-nav li:nth-child(2),
    .ui-tabs-nav li:nth-child(4),
    .ui-tabs-nav li:nth-child(6) {
        width: 49% !important;
        margin: 2% 0 0 !important;
        margin-right: 2% !important;
        float: left !important;
    }

    .ui-tabs-nav .ui-tabs-selected a {
        position: relative;
        top: 0 !important;
        z-index: 2;
        margin-top: 0;
        color: #fff !important;
        border-bottom: none !important;
        padding-bottom: 0px !important;
        background-color: #000;
        font-weight: 100;
    }

    .ui-tabs-nav li:nth-child(7).ui-tabs-selected {
        border: 1px solid #06F !important;
    }

    .ui-tabs-nav li:nth-child(8).ui-tabs-selected {
        border: 1px solid #F3F !important;
    }

    .ui-tabs-nav .ui-tabs-selected a.men {
        background-color: #06F;
    }

    .ui-tabs-nav .ui-tabs-selected a.women {
        background-color: #F3F;
    }

    .ui-tabs-nav .ui-tabs-selected a span {
        padding-bottom: 0 !important;
    }

    div.brand_list ul.ui-tabs-nav {
        padding: 0 !important;
        margin: 0 0 20% !important;
        display: block !important;
    }

    div.brand_list_wrap ul.ui-tabs-nav li {
        width: 50% !important;
        padding: 0 !important;
        margin: 0 0 10px !important;
        float: left;
        position: relative;
    }

    div.brand_list_wrap a {
        text-decoration: none;
        display: block;
        height: 50px !important;
    }

    div.brand_list_wrap ul li.title {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 25px;
    }

    #ui-tab .tab_content .accordion div li h4,
    #ui-tab .tab_content .accordion div li h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    #ui-tab .tab_content .accordion div li h4 {
        font-size: 10px !important;
        line-height: 1.5 !important;
    }

    #ui-tab .tab_content .accordion div li h5 {
        font-size: 10px !important;
        line-height: 1.5 !important;
        color: #999 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .accordion input {
        display: none;
    }

    .accordion label {
        position: relative;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        color: #000;
        font-size: 14px;
        text-align: center;
    }

    .accordion label::after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -7px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .accordion div {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
    }

    #ui-tab .accordion div {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .accordion input:checked+label::after {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .accordion input~div {
        height: auto;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
    }

    .accordion input:checked~div {
        display: none;
    }

    #ui-tab .accordion input:checked~div {
        padding-top: 10px;
    }

    #ui-tab .tab_content .accordion div li {
        width: 48% !important;
        float: left;
        margin-right: 4%;
        margin-bottom: 5px;
    }

    #ui-tab .tab_content .accordion div li:nth-child(even) {
        margin-right: 0;
        float: right;
    }

    #ui-tab .tab_content .accordion div li img {
        width: 100%;
    }

    /* BC(ABOUT) */

    #about_beyondcool {
        max-width: 100% !important;
        margin: 0 !important;
    }

    div.company_concept,
    div.philosophy {
        width: 95% !important;
        margin: 0 auto 60px !important;
        text-align: center;
    }

    .company_concept p {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 2em;
        margin: 0 !important;
    }

    .company_concept img {
        width: 100% !important;
        height: auto !important;
    }

    .philosophy h3 {
        text-align: center;
        font-size: 16px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .philosophy ul {
        max-width: 100% !important;
    }

    .philosophy ul li {
        width: 100% !important;
        margin: 0 auto 30px !important;
        float: none !important;
    }

    .philosophy ul li span {
        font-size: 14px !important;
        letter-spacing: 0.3em !important;
    }

    div.shop_form_wrap {
        width: 95% !important;
        margin: 0 auto !important;
    }

    ul.shop_form_box {
        width: 100% !important;
        margin: 0 auto !important;
    }

    ul.shop_form_box>li {
        width: 100% !important;
        margin: 0 0 20px !important;
        float: none !important;
    }

    ul.shop_form_wrap {
        max-width: 100% !important;
        width: 90% !important;
        margin: 0 auto;
    }

    .shop_form_wrap h3 {
        max-width: 100% !important;
        text-align: center;
        font-size: 16px !important;
    }

    ul.shop_form {
        width: 100% !important;
        margin: 0 auto;
    }

    ul.shop_form li.form_img {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    ul.shop_form li.form_img img {
        width: 100% !important;
        height: auto !important;
        vertical-align: top;
    }

    ul.shop_form li.form_logo {
        width: 22% !important;
        height: auto !important;
        float: left !important;
        margin-right: 3% !important;
    }

    ul.shop_form li.form_logo img {
        border: 1px solid #999;
        width: 100% !important;
        height: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }

    ul.shop_form li.form_text {
        width: 75% !important;
        height: auto !important;
        float: left !important;
    }

    ul.shop_form li.form_text p {
        font-size: 10px !important;
    }

    #sp_about_nav {
        max-width: 100%;
        width: 95%;
        margin: 20px auto 50px;
        text-align: center;
    }

    #sp_about_nav .about_nav1 {
        width: 100%;
        margin-bottom: 10px;
        height: 225px;
        background-image: url(../img/about/about_sample.png);
        background-size: cover;
        background-position: 50% 50%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
    }

    #sp_about_nav .about_nav2 {
        width: 100%;
        margin-bottom: 10px;
        height: 225px;
        background-image: url(../img/about/about_sample.png);
        background-size: cover;
        background-position: 50% 50%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
    }

    #sp_about_nav .about_nav3 {
        width: 100%;
        margin-bottom: 10px;
        height: 225px;
        background-image: url(../img/about/about_sample.png);
        background-size: cover;
        background-position: 50% 50%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
    }

    #sp_about_nav .about_nav_inner {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    #sp_about_nav a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        margin: 0 auto;
        position: relative;
    }

    #sp_about_nav a:hover,
    #sp_about_nav a:active {
        text-decoration: none;
    }

    #sp_about_nav span.about_txt {
        position: relative;
        top: 40%;
    }

    #sp_about_nav span.en_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    #sp_about_nav span.jp_title {
        font-size: 13px;
        line-height: 1.5;
    }

    #sp_about_nav .fa-chevron-circle-right {
        margin-top: 5px;
    }

    /* BC(OVERVIEW) */

    .oc_area {
        width: 90%;
        margin: 0 auto;
    }

    /* BC(HISTORY) */

    div.company div.about {
        max-width: 100% !important;
        margin: 0 !important;
    }

    div.company div.about table {
        max-width: 100% !important;
        width: 95%;
    }

    div.company div.about img {
        width: 100%;
    }

    div.about table th,
    div.about table td {
        padding: 10px !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    /* BC(OFFICE) */

    #office {
        margin-top: 0 !important;
    }

    .office_title {
        padding-top: 25px;
    }

    #office ul {
        max-width: 100% !important;
        width: 95% !important;
        margin: 0 auto !important;
        padding: 20px 0 !important;
    }

    li.office_map {
        max-width: 100% !important;
        width: 100% !important;
    }

    li.office_map iframe {
        width: 100% !important;
    }

    div#office li.office_info {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }

    /* SUPPORT */

    div.support {
        max-width: 100% !important;
        width: 95% !important;
        margin: 0 auto;
    }

    p.support_title {
        margin-top: 30px;
    }

    div.support h3,
    .support h4 {
        text-align: center;
    }

    div.support h3 {
        padding-top: 30px !important;
    }

    div.faq-title h4 {
        text-align: left;
        font-size: 12px !important;
    }

    div.faq-content p {
        text-align: left;
        font-size: 10px !important;
    }

    div.ct_search ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.ct_search ul li {
        width: 49% !important;
        margin-bottom: 2%;
    }

    ul.support_contact {
        max-width: 100% !important;
        width: 90% !important;
        margin: 0 auto !important;
    }

    div.support_contact_wrap ul {
        width: 100%;
    }

    div.support_contact_wrap ul li {
        width: 95% !important;
        float: none !important;
        margin: 0 auto 10px !important;
    }

    div.support a.qa_link {
        width: 95% !important;
        padding: 20px 0;
        display: block;
        border: 1px solid #000;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.arrow_link {
        width: 100% !important;
        padding: 20px 0;
        display: block;
        border: 1px solid #000;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    div.support a.qa_link:hover {
        text-decoration: none;
        background: #333;
        color: #fff;
    }

    div.support a.qa_link:after {
        content: "\f105" !important;
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
        font-size: 18px;
        top: 25%;
    }

    .support p.summary {
        max-width: 100% !important;
        width: 95% !important;
        margin: 0 auto;
        line-height: 1.5;
    }

    .repair_price_wrap ul {
        max-width: 100% !important;
        width: 95% !important;
        margin: 0 auto !important;
        overflow: hidden;
    }

    ul.repair_price {
        float: none !important;
    }

    .repair_price_wrap ul li {
        width: 95% !important;
    }

    .repair_price_wrap ul li.title {
        text-align: center;
    }

    ul.repair_price li.title {
        max-width: 100% !important;
        margin-top: 20px;
        line-height: 1.5;
    }

    ul.repair_price li {
        width: 100% !important;
    }

    .support p.terms {
        max-width: 100% !important;
        width: 95% !important;
        margin: 0 auto !important;
        line-height: 1.5;
    }

    p.sp_contact_word {
        text-align: center !important;
        margin-top: 20px;
    }

    /* craft school */
    div.craft_school {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto;
        text-align: left;
    }

    div.craft_school .row {
        display: block;
    }

    div.craft_school .row>.col_2,
    div.craft_school .row>.col_3,
    div.craft_school .row>.col_4 {
        width: 100%;
        margin-bottom: 4%;
    }

    div.craft_school>img {
        margin-bottom: 30px;
    }

    div.craft_school h3 {
        font-size: 18px;
        margin-bottom: 30px;
        color: #333;
        padding-top: 60px;
    }

    div.craft_school img.attachment-thumbnail {
        display: none;
    }

    div.craft_school p {
        font-size: 12px;
    }

    div.craft_school_c_wrap {
        padding-bottom: 60px;
        border-bottom: 1px solid #e7e7e7;
    }

    div.craft_school_c_wrap h3 {
        text-align: center;
    }

    div.craft_school_c_wrap>.trial_schedule_wrap>.trial_schedule_item>.trial_schedule_image img {
        width: 100%;
        height: auto;
    }

    div.craft_school_c_wrap>.craft_school_map_wrap>iframe {
        width: 100%;
        height: 300px;
    }

    div.craft_school_c_wrap>.craft_school_reserve_wrap>iframe {
        width: 100%;
        height: 1000px;
    }

    /* BC(RECRUIT) */

    .recruit_contents {
        max-width: 100% !important;
        min-width: 100% !important;
        margin-top: 0 !important;
    }

    .recruit_top,
    .careers,
    .requirements,
    .interview {
        margin-top: 0 !important;
    }

    .recruit_top_title {}

    .recruit_top img {
        max-width: 99%;
    }

    .recruit_top p span {
        font-size: 16px !important;
    }

    #sp_recruit_nav {
        max-width: 90%;
        margin: 20px auto 50px;
        text-align: center;
    }

    #sp_recruit_nav .recruit_nav {
        width: 100%;
        margin-bottom: 5px;
        height: 200px !important;
        background-image: url(../img/recruit/recruit_sample.png);
        background-size: cover;
        background-position: 50% 50%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    #sp_recruit_nav .recruit_nav_inner {
        width: 100%;
        height: 100%;
    }

    #sp_recruit_nav a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        margin: 0 auto;
        position: relative;
    }

    #sp_recruit_nav a:hover,
    #sp_recruit_nav a:active {
        text-decoration: none;
    }

    #sp_recruit_nav span.about_txt {
        position: relative;
        top: 40%;
    }

    #sp_recruit_nav span.en_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    #sp_recruit_nav span.jp_title {
        font-size: 13px;
        line-height: 1.5;
    }

    #sp_recruit_nav .fa-chevron-circle-right {
        margin-top: 5px;
    }

    div.go_to_careers {
        text-align: center;
        margin: 10% auto 3% !important;
    }

    /* BC(RECRUIT-CAREERS) */

    .careers_wrap {
        max-width: 100%;
        width: 90% !important;
    }

    .careers_wrap h3 {
        text-align: center !important;
        font-size: 16px !important;
    }

    .requirements_btn {
        width: 100%;
        height: 100%;
        text-align: center !important;
        margin-top: 5%;
    }

    .requirements_btn a {
        width: 100%;
        padding: 10px 0;
        background-color: #016599;
        border-radius: 2px;
        color: #fff;
        display: block;
    }

    .requirements_btn a:hover {
        text-decoration: none !important;
    }

    p.jobsense-area {
        margin-top: 5%;
    }

    .careers_wrap .jobsense {
        max-width: 100% !important;
        width: 100% !important;
    }

    .jobsense img {
        width: 100%;
    }

    div.careers_wrap table {
        margin: 0 auto 5%;
    }

    .careers_remarketing {
        text-align: center;
        padding: 10% 0 !important;
        margin: 0 auto 5% !important;
    }

    .careers_en_gage img {
        width: 100%;
        height: auto;
    }

    .table_job_category {
        max-width: 100% !important;
        width: 100% !important;
    }

    .table_job_category tr {
        width: 100% !important;
        display: block;
    }

    th.job_category {
        background-color: #E7E7E7;
    }

    .table_job_category td {
        width: auto !important;
        display: block;
        margin-bottom: 5%;
    }

    div.careers_wrap div.contact {
        max-width: 100% !important;
        padding: 5% !important;
        background: #e7e7e7;
        border: none;
        margin: 0 auto !important;
        width: 100% !important;
        display: table-cell;
    }

    /* BC(RECRUIT-REQUIREMENTS) */

    #new_graduates,
    #mid_career,
    #Arbeit {
        max-width: 100% !important;
    }

    h3#new_graduates,
    h3#mid_career,
    h3#Arbeit {
        text-align: center;
    }

    div.requirements table {
        max-width: 100% !important;
        width: 90% !important;
        overflow: hidden !important;
        line-height: 1.5;
    }

    div.requirements table td,
    div.requirements table th {
        max-width: 100% !important;
        width: auto !important;
        display: block !important;
        text-align: center !important;
    }

    div.requirements div.contact {
        max-width: 100% !important;
        padding: 5% !important;
        background-color: #e7e7e7 !important;
        margin: 0 auto !important;
        width: 90% !important;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.requirements div.contact span {
        background-color: none !important;
    }

    div.requirements_contact {
        max-width: 100%;
        width: 90%;
        margin: 5% auto;
    }

    div.requirements_contact p {
        margin: 5% auto;
    }

    div.requirements_contact p.phone_number {
        font-size: 200%;
        font-weight: bold;
    }

    div.requirements_contact p.phone_number a {
        background-color: transparent;
        color: #000;
    }

    div.requirements_contact p.phone_number a:hover {
        text-decoration: underline !important;
    }

    /* BC(RECRUIT-JOB-CATEGORY) */

    div.job_category ul {
        max-width: 100%;
        width: 90% !important;
        margin: 0 auto !important;
    }

    div.job_category ul li {
        width: 100% !important;
        margin: 2% 0 !important;
    }

    div.job_category li img {
        float: left;
        width: 50% !important;
        height: auto !important;
    }

    div.job_category li div {
        width: 45%;
        margin-left: 5%;
        float: left;
        padding: 0 !important;
    }

    div.job_category li div h3 {
        font-size: 100% !important;
        margin-bottom: 5% !important;
    }

    /* BC(RECRUIT-INTERVIEW) */

    ul.staff_list {
        max-width: 100% !important;
        width: 90% !important;
        margin: 0 auto !important;
    }

    ul.staff_list li {
        width: 50% !important;
        margin: 0 auto 5% !important;
        text-align: center !important;
        float: left !important;
        overflow: hidden !important;
    }

    ul.staff_list li img {
        width: 50% !important;
        height: auto !important;
    }

    ul.staff_list li span.job {
        font-size: 100% !important;
    }

    /* BC(RECRUIT-INTERVIEW-STAFF) */

    div.interview_wrap {
        max-width: 100% !important;
        width: 90% !important;
        line-height: 1.5;
    }

    div.interview_wrap p,
    div.interview_wrap h3,
    div.interview_wrap ul.work_contents {
        font-size: 100% !important;
    }

    div.interview_wrap img {
        max-width: 100%;
        width: 100%;
    }

    ul.work_flow {
        font-size: 12px;
        letter-spacing: normal;
        width: 100% !important;
        padding: 2% 0 2% !important;
        background: #e7e7e7;
        margin-bottom: 80px;
    }

    ul.work_contents {
        width: 100% !important;
        font-size: 14px;
    }

    ul.work_contents li.work_text {
        width: auto !important;
        height: auto !important;
        margin-bottom: 5%;
    }

    ul.work_contents li.work_img {
        width: auto !important;
        height: auto !important;
        margin-left: 0 !important;
    }

    div.comment p.last {
        text-align: center;
        font-size: 150% !important;
        font-weight: 900;
    }

    /* BC(ONLINE-SHOP) */

    div.oneline_shop_wrap {
        max-width: 100%;
        width: 90%;
        margin: 0 auto !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    div.oneline_shop_wrap img {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    div.oneline_shop_info h3,
    div.oneline_shop_info p {
        font-size: 100%;
        line-height: 1.5;
    }

    div.jc_brand_logo_list {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: inline-block !important;
    }

    div.jc_brand_logo_list ul {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    div.jc_brand_logo_list ul li {
        width: 50%;
        height: auto;
        float: left;
        text-align: center;
    }

    div.jc_brand_logo_list ul li img {
        width: 50% !important;
    }

    div.jc_brand_logo_list ul li:last-child img {
        width: 30% !important;
    }

    .go_to_jc_sp {
        width: 100%;
        margin: 10% auto 0;
        text-align: center;
    }

    .go_to_jc_sp p {
        margin-bottom: 5% !important;
    }

    .go_to_jc_sp a {
        display: block;
        background-color: #000;
        padding: 5%;
        border-radius: 5px;
        color: #fff;
        font-size: 100%;
        font-weight: bold;
        position: relative;
    }

    .go_to_jc_sp a .fa-angle-right {
        margin-left: 10%;
        position: absolute;
        right: 5%;
        top: 38%;
    }

    .go_to_jc_sp a:hover {
        text-decoration: none;
    }

    div.oneline_shop_list {
        max-width: 100% !important;
        width: 90% !important;
        margin: 5% auto !important;
    }

    div.oneline_shop_list ul {
        width: 100% !important;
        margin: 5% auto;
    }

    div.oneline_shop_list li {
        width: 48% !important;
        float: left !important;
        margin: 0 1% 5% !important;
    }

    /* BC(CONTACT) */

    div.contact {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto;
        font-size: 100%;
    }

    div.contact_wrap {
        max-width: 100%;
        width: 100% !important;
        font-size: 100%;
        margin: 0 auto !important;
        overflow: hidden !important;
    }

    div.contact_wrap h3 {
        font-size: 150%;
    }

    div.contact_wrap p.left,
    div.contact_wrap p.right {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10% !important;
    }

    div.contact_wrap p.left {
        padding: 0 !important;
    }

    div.contact_wrap p.right {
        padding: 20px !important;
        margin-right: 0;
        background: #E7E7E7 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.contact_wrap p.left p,
    div.contact_wrap p.right p {
        font-size: 100%;
    }

    div.contact_wrap p.right span.phone_number {
        font-size: 200%;
    }

    ul.page_link {
        width: 100% !important;
        display: block !important;
    }

    ul.page_link li {
        width: 100% !important;
    }

    ul.page_link li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.page_link li:first-child {
        margin: 0 !important;
    }

    /* BC(PRIVACY POLICY) */

    div.policy_wrap {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        line-height: 1.5;
    }

    /* BC(SITE MAP) */

    div.sitemap_wrap {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto 10% !important;
        padding: 0 !important;
        font-size: 100%;
        line-height: 1.5;
    }

    /* BC(BRAND PAGE) */

    div.brand_info_wrap {
        max-width: 100%;
        width: 95%;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 5% 0 10% !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        line-height: 1.5;
    }

    div.brand_info_wrap h2 {
        text-align: center;
        font-size: 150% !important;
    }

    div.brand_info_wrap h3 {
        text-align: center;
        font-size: 120% !important;
        margin-bottom: 5% !important;
    }

    div.brand_info_wrap ul.brand_info>li:nth-child(1) {
        display: none;
    }

    div.brand_info_wrap ul.brand_info>li:nth-child(2) {
        width: 100% !important;
        font-size: 100% !important;
    }

    div.brand_link {
        max-width: 100%;
        width: 100%;
        text-align: center !important;
    }

    div.brand_link a.jc,
    div.brand_link a.back {
        width: 100% !important;
        margin: 0 auto 5% !important;
        float: left !important;
        padding: 5% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* BC(NEWS PAGE) */

    div.news_contents_wrap {
        max-width: 100%;
        width: 90%;
        margin-top: 10%;
        font-size: 100%;
    }

    ul.date_tag {
        max-width: 100% !important;
        width: 100% !important;
    }

    div.news_contents_wrap h2 {
        max-width: 100%;
        width: 100%;
        font-size: 150%;
    }

    div.cm_banner_area .cm_banner_left,
    div.cm_banner_area .cm_banner_right {
        max-width: 100%;
        width: 100% !important;
        margin: 0 0 5% 0 !important;
    }

    div.cm_banner_area .cm_banner_left img,
    div.cm_banner_area .cm_banner_right img {
        width: 100% !important;
    }

    ul.news_table_2column-2 {
        max-width: 100% !important;
        width: 100% !important;
        display: table;
    }

    ul.news_table_2column-2 iframe {
        max-width: 100%;
        width: 100% !important;
    }

    ul.news_table_2column-2 li:nth-child(odd),
    ul.news_table_2column-2 li:nth-child(even) {
        max-width: 100%;
        width: 100% !important;
        display: table-cell;
        float: left !important;
        padding: 0 !important;
        margin-top: 2%;
    }

    /* SHOP LIST */

    div.shop_list_nav ul.ui-tabs-nav {
        display: block;
        height: auto !important;
        margin: 0 auto 20px;
    }

    div.shop_list_nav ul.ui-tabs-nav li {
        width: 100%;
    }

    div.shop_list_nav ul.ui-tabs-nav li.active {
        background: #111;
    }

    div.shop_list_nav ul.ui-tabs-nav li.active a {
        color: #fff;
    }

    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(3),
    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(5),
    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(7) {
        width: 100% !important;
        margin: 2% 0 0 !important;
        float: none !important;
    }

    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(2),
    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(4),
    #ui-tab.shop_list_nav .ui-tabs-nav li:nth-child(6) {
        width: 100% !important;
        margin: 2% 0 0 !important;
        margin-right: 2% !important;
        float: none !important;
    }

    div.shop_list_comment {
        width: 95%;
        margin: 0 auto 20px;
        box-sizing: border-box;
        font-size: 10px;
    }

    div.tab_content .shop_list_wrap {
        width: 95%;
        margin: 0 auto;
    }

    .shop_list_hide>ul>li {
        width: 50%;
    }

    .shop_list_hide>ul>li h4 {
        font-size: 12px;
    }

    .popModal {
        position: fixed !important;
        bottom: 20px !important;
        left: 50% !important;
        top: auto !important;
        background: #eee;
        padding: 5px;
        margin-left: -48%;
        margin-right: 2%;
        text-align: center;
        z-index: 9997;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px #666;
        box-shadow: 0px 0px 10px #666;
    }

    .popModal .popModal_content {
        margin: 0 auto !important;
        font-size: 10px !important;
        font-weight: bold;
        letter-spacing: 0.2em;
        line-height: 1.8em;
        width: 100% !important;
    }


    /* SHOP LIST(BRAND) */

    div.brand_shoplist_wrap {
        width: 95%;
        margin: 0 auto;
    }

    div.brand_shoplist {
        width: 100% !important;
        height: auto;
        padding-bottom: 5px !important;
        margin: 0 auto 30px !important;
        border-bottom: 1px solid #666;
    }

    div.brand_shoplist .shop_image {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    div.brand_shoplist .shop_image img {
        width: 100%;
        height: auto;
    }

    div.brand_shoplist .shop_detail {
        float: none !important;
        width: 100% !important;
    }

    div.brand_shoplist .shop_detail p {
        margin-bottom: 8px;
        color: #333;
    }

    div.brand_shoplist .shop_detail p span {
        font-weight: bold;
    }

    div.brand_shoplist .shop_detail p.shop_name {
        font-size: 18px;
        font-weight: bold;
    }

    /* SHOP LIST - SHOP DETAIL */

    div.shop_wrap {
        width: 95%;
        margin: 0 auto;
    }

    div.shop_info {
        max-width: 100%;
        width: 100% !important;
    }

    div.shop_info ul.shop_info {
        width: 100% !important;
    }

    div.shop_info h3 {
        text-align: center;
    }

    div.shop_info_wrap {
        display: block;
    }

    div.shop_info_wrap div:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }

    div.shop_info_wrap div:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }

    div.shop_info_wrap div:nth-child(3) {
        width: 100%;
        margin-top: 20px;
    }

    div.shop_info .shop_info_wrap img {
        width: 100%;
        float: none !important;
        margin: 0 auto !important;
    }

    div.back_to_shop_list a {
        display: block !important;
        padding: 5% 0 !important;
        background: transparent !important;
        color: #666 !important;
        font-size: 12px !important;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #666;
    }

    /* SHOP LIST(modal) */

    .modal {
        position: fixed;
        display: none;
        z-index: 9999;
        top: 80% !important;
        left: 0 !important;
        right: 0 !important;
        width: 80% !important;
        height: 40px !important;
        margin: 0 auto !important;
        padding: 15px !important;
        text-align: center;
        background-color: #eee;
        -webkit-box-shadow: 0px 0px 10px #666;
        box-shadow: 0px 0px 10px #666;
        border-radius: 5px;
    }

    .modal p {
        margin-bottom: 10px;
        line-height: 1.5;
        font-size: 8px !important;
    }

    .modal a.close_modal {
        cursor: pointer;
        position: absolute;
        top: 5px !important;
        right: 5px !important;
    }

    /* MEMBERSHIP - TOP */

    div.members_wrap {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto;
        text-align: center;
    }

    div.members_wrap .members_top_banner a {
        font-size: 12px !important;
    }

    div.members_wrap .members_top_banner img {
        width: 100%;
    }

    div.members_wrap_list ul {
        width: 100% !important;
    }

    div.members_wrap_list ul li {
        float: none !important;
        margin-right: 0 !important;
    }

    div.members_wrap_list ul li:last-child {
        margin: 0;
    }

    div.membership_ac_area {
        margin-bottom: 30px;
        background: #d2d2d2;
        width: 100%;
        line-height: 1.5;
    }

    div.membership_ac_area label {
        border-bottom: none;
    }

    div.membership_ac_area .membership_ac_area_inner {
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .membership_accordion input {
        display: none;
    }

    .membership_accordion label {
        position: relative;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        color: #000;
        font-size: 14px;
        text-align: center;
    }

    .membership_accordion label::after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -7px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .membership_accordion div {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
    }

    .membership_accordion input:checked+label::after {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .membership_accordion input~div {
        display: block;
    }

    .membership_accordion input:checked~div {
        height: auto;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
    }

    div.membership_ac_area .membership_accordion label.membership_ac {
        background: #fff;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .membership_ac_contents {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .membership_ac_contents h3 {
        margin: 10px 0;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .membership_ac_contents img {
        width: 100%;
        margin: 10px 0;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .membership_ac_contents a {
        text-decoration: underline;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .membership_ac_contents a.tab_goods_link {
        width: 200px;
        height: auto;
        padding: 20px 0;
        margin: 20px auto;
        display: block;
        text-align: center;
        background: #d2d2d2;
        text-decoration: none;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents {
        color: #000 !important;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents h3 {
        margin-top: 30px;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents h3,
    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents p.c_title {
        text-align: center !important;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents p.c_title {
        padding: 12px 0;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents h3 span {
        padding-bottom: 12px;
        font-size: 18px !important;
        border-bottom: 1px solid #000;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents h4 {
        padding-bottom: 12px;
        font-size: 15px;
    }

    div.membership_ac_area .membership_ac_area_inner .membership_accordion .service_contents dl dt {
        font-weight: bold;
        padding-top: 12px;
    }

    div.qa_link_area {
        width: 90% !important;
        margin: 30px auto !important;
        max-width: 100% !important;
    }

    /* MEMBERSHIP - APP */

    section.parallax .sp_parallax_window {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto;
    }

    section.parallax .sp_parallax_window img {
        width: 100%;
    }

    section.parallax .sp_app_image_area {
        width: 100%;
        position: relative;
    }

    a.sp_scroll_arrow {
        position: absolute;
        bottom: -20px;
        left: 45%;
        z-index: 2;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-decoration: none;
    }

    a.sp_scroll_arrow {
        padding-top: 70px;
        color: #000;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    a.sp_scroll_arrow:hover {
        text-decoration: none;
        color: #000 !important;
    }

    a.sp_scroll_arrow span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    @-webkit-keyframes sdb {
        0% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
            opacity: 0;
        }
    }

    @keyframes sdb {
        0% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
            opacity: 0;
        }
    }

    div.sp_parallax_window .parallax_inner_contents {
        width: 95% !important;
        margin: 0 auto;
        color: #000 !important;
        text-shadow: none !important;
        padding-top: 0 !important;
    }

    div.sp_parallax_window .parallax_inner_contents .parallax_contents_top {
        width: 100% !important;
        text-align: center;
    }

    div.sp_parallax_window .parallax_inner_contents .parallax_contents_top img {
        width: 100px;
        height: auto;
        margin: 0 auto 20px;
    }

    div.sp_parallax_window .parallax_inner_contents .parallax_contents_top h1 {
        margin-bottom: 5px;
    }

    div.sp_parallax_window .parallax_inner_contents .app_description,
    div.sp_parallax_window .parallax_inner_contents .app_download {
        width: 100% !important;
    }

    div.sp_parallax_window .parallax_inner_contents .app_download {
        padding-bottom: 30px;
        border-bottom: 1px solid #E7E7E7;
    }

    div.sp_parallax_window .parallax_inner_contents .app_description h2 {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    div.sp_parallax_window .parallax_inner_contents .app_download p.download_txt {
        font-size: 15px !important;
    }

    div.sp_parallax_window .parallax_inner_contents .app_download ul.badge_list {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    div.sp_parallax_window .parallax_inner_contents .app_download ul.badge_list li.badge {
        width: 45% !important;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    h3.app_contents_title {
        font-size: 15px !important;
    }

    h3.app_contents_title span.min_txt {
        font-size: 12px;
        color: #999;
        position: relative;
        bottom: 0px !important;
    }

    div.app_contents {
        width: 95% !important;
        margin: 0 auto 50px !important;
        overflow: hidden;
        display: block;
    }

    div.app_contents .iphone_mockup img {
        width: 60% !important;
        height: auto;
    }

    div.app_contents .app_contents_left,
    div.app_contents .app_contents_right {
        float: none !important;
        width: 100% !important;
    }

    div.app_contents .contents_txt p.contents_title {
        font-size: 15px !important;
        width: 100% !important;
    }

    div.app_contents .contents_txt {
        width: 95% !important;
        margin: 0 auto !important;
        padding: 15px 0 0 !important;
    }

    div.app_contents .contents_txt p.contents_description {
        font-size: 12px !important;
    }

    div.app_contents .contents_txt p.sp_first:before {
        content: '01';
        font-size: 30px !important;
        font-weight: bold;
        position: absolute;
        color: #E7E7E7;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
    }

    div.app_contents .contents_txt p.sp_second:before {
        content: '02';
        font-size: 30px !important;
        font-weight: bold;
        position: absolute;
        color: #fff;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
    }

    div.app_contents .contents_txt p.sp_third:before {
        content: '03';
        font-size: 30px !important;
        font-weight: bold;
        position: absolute;
        color: #E7E7E7;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
    }

    div.app_contents .contents_txt p.sp_four:before {
        content: '04';
        font-size: 30px !important;
        font-weight: bold;
        position: absolute;
        color: #fff;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
    }

    div.app_contents .contents_txt p.sp_five:before {
        content: '05';
        font-size: 30px !important;
        font-weight: bold;
        position: absolute;
        color: #E7E7E7;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
    }

    div.gray_bg_bottom .app_download .download_txt {
        font-size: 15px !important;
    }

    div.gray_bg_bottom ul.float {
        width: 95% !important;
        margin: 0 auto;
    }

    div.gray_bg_bottom ul.badge_list_bottom li.badge {
        width: 45% !important;
        margin-right: 2.5% !important;
        margin-left: 2.5% !important;
    }

    div.gray_bg_bottom ul li.badge:last-child {
        margin-right: 2.5% !important;
        margin-left: 2.5% !important;
    }

    footer.app_contents_footer {
        padding: 20px 0 0 !important;
    }

    footer.app_contents_footer ul {
        display: block;
    }

    footer.app_contents_footer ul li {
        margin-right: 0;
        margin-bottom: 2%;
    }

    footer.app_contents_footer ul li {
        font-size: 10px !important;
    }

    footer.app_contents_footer p {
        font-size: 8px !important;
    }

    div.gray_bg {
        display: inline-block;
        margin-bottom: 30px;
    }

    .w_bg {
        background: #fff;
    }

    .g_bg {
        background: #E7E7E7;
    }

    /* APP ENTRY FLOW */

    div.test_wrap {
        max-width: 100%;
        width: 95% !important;
        margin: 0 auto;
    }

    ul.app_entry_flow_step {
        display: block !important;
    }

    ul.app_entry_flow_step li {
        width: 100% !important;
    }

    ul.app_entry_flow_step li img {
        width: 100% !important;
        height: auto;
    }

    /* Q&A */

    div.qa_image {
        text-align: center;
        width: 100% !important;
    }

    div.qa_wrap {
        max-width: 100%;
        width: 95%;
        margin: 0 auto;
    }

    div.qa_wrap p {
        line-height: 1.5;
    }

    div.qa_wrap img.attachment-thumbnail {
        display: none;
    }

    div.qa_wrap .qa_list {
        margin-bottom: 30px;
    }

    div.qa_wrap .qa_list h3.qa_cat_name {
        font-size: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }

    ul.repair_brand_list li,
    ul.repair_list li {
        width: 100% !important;
        margin-bottom: 3.5%;
    }

    ul.repair_list li:nth-child(n+5) {
        margin: 0 0 3.5% 0 !important;
    }

    ul.repair_brand_list li:last-child {
        margin-bottom: 0;
    }

    ul.repair_list li:last-child {
        margin-bottom: 10% !important;
    }

    /* GOODS */

    div.goods_wrap {
        max-width: 100%;
        width: 90% !important;
        margin: 0 auto !important;
        line-height: 1.5;
    }

    div.goods_wrap ul {
        width: 100%;
        margin: 30px 0;
    }

    div.goods_wrap ul li {
        width: 100% !important;
        float: left;
        margin-bottom: 2%;
    }

    div.goods_wrap ul li a {
        display: block;
    }

    div.goods_wrap ul p.goods_brand {
        font-size: 18px;
        color: #999;
        margin-bottom: 10px;
        text-align: center;
    }

    div.goods_wrap ul li div.goods_left {
        width: 25%;
        float: left;
        margin-right: 2%;
    }

    div.goods_wrap ul li div.goods_left img {
        width: 100%;
    }

    div.goods_wrap ul li div.goods_right {
        width: 73%;
        float: left;
    }

    div.goods_wrap ul li div.goods_right p span.goods_point {
        font-weight: bold;
    }

    /* APP ENTRY FLOW */

    div.app_entry_wrap {
        max-width: 100%;
        width: 95% !important;
        height: auto;
        margin: 0 auto !important;
    }

    div.download_wrap {
        margin: 30px 0;
    }

    div.download_wrap .w3eden {
        margin: 10px 0;
    }

    div.download_wrap ul.download_list {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    div.download_wrap ul.download_list li {
        width: 100% !important;
        height: auto;
        float: none !important;
        border: 5px solid #e7e7e7;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        margin: 3% 0;
    }

    div.download_wrap ul.download_list li:first-child {
        margin-right: 0 !important;
    }

    div.download_wrap h3.download_title {
        font-size: 12px;
    }

    /* 404 */

    div.contents .not_found {
        max-width: 100%;
        width: 95% !important;
        padding: 10px 0 30px !important;
        text-align: center;
        border: none !important;
        margin: 0 auto !important;
    }

    div.contents .not_found img {
        width: 50% !important;
        margin-bottom: 20px !important;
    }

    div.contents .not_found h1 {
        margin-bottom: 30px;
        font-size: 20px !important;
    }

    div.contents .not_found p {
        font-size: 10px !important;
        margin-bottom: 50px;
    }

    div.contents .not_found a {
        padding: 10px;
        background-color: #333;
        color: #fff;
    }

    div.contents .not_found a:hover {
        background-color: #666;
        text-decoration: none;
    }

    /* accordion */

    .accordionbox {
        width: 100%;
        padding: 30px 0;
    }

    .accordionlist p.term_title {
        color: #e0137c;
        font-weight: bold;
    }

    .accordionlist dt {
        display: block;
        background: #fff;
        padding: 20px 0 10px 5px;
        border-top: 1px solid #DFDFDF;
    }

    .accordionlist dt:hover {
        cursor: pointer;
    }

    .accordionlist dt:first-child {
        border-top: none !important;
    }

    .accordionlist dt .title {
        padding-left: 10px;
        float: left;
    }

    .accordionlist dd {
        display: none;
        background: #fff;
        padding: 0 0 20px 15px;
        margin: 0 !important;
        color: #000;
    }

    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .accordion_icon {
        position: relative;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 5px;
    }

    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #e0137c;
        border-radius: 4px;
    }

    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    /*＋、－切り替え*/

    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }

    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    footer.iw_cp_footer {
        width: 100%;
        height: auto;
        padding: 30px 0 !important;
        text-align: center;
        background-color: #e0137c !important;
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    footer.iw_cp_footer p.copyright {
        font-size: 10px !important;
        color: #fff !important;
    }

    /* CONTACT FORM */

    div.contact_form_wrap {
        margin: 60px auto !important;
        width: 95% !important;
    }

    div.contact_form .contact_form_txt {
        margin: 20px auto;
        width: 95%;
    }

    .domain_caution {
        margin: 20px auto;
        width: 95%;
    }

    div.contact_form_wrap .contact_content_item {
        display: block !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
    }

    div.contact_form_wrap .contact_content_item .contact_content_heading p {
        font-size: 16px !important;
    }

    div.contact_form_wrap .contact_content_item .contact_content_heading,
    div.contact_form_wrap .contact_content_item .contact_content_heading_text {
        width: 100% !important;
    }

    div.contact_form_wrap .contact_content_item .contact_content_heading {
        margin-bottom: 20px;
    }

    div.contact_form_wrap input[type="text"],
    div.contact_form_wrap input[type="email"],
    div.contact_form_wrap input[type="tel"],
    div.contact_form_wrap input[type="password"],
    div.contact_form_wrap select,
    div.contact_form_wrap textarea {
        width: 100% !important;
        font-size: 16px !important;
    }

    .form_select:after,
    .form_select_brand:after {
        left: inherit !important;
        right: 10px !important;
    }

    /* REPAIR ATTENTION */

    div.repair_attention {
        padding-top: 30px;
    }

    div.repair_attention_wrap {
        padding: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
    }

    /* iOSでのデフォルトスタイルをリセット */

    div.contact_form_wrap input[type="submit"],
    div.contact_form_wrap input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    div.contact_form_wrap input[type="submit"]::-webkit-search-decoration,
    div.contact_form_wrap input[type="button"]::-webkit-search-decoration {
        display: none;
    }

    div.contact_form_wrap input[type="submit"]::focus,
    div.contact_form_wrap input[type="button"]::focus {
        outline-offset: -2px;
    }

    div.contact_form_wrap input[type="submit"],
    div.contact_form_wrap input[type="button"] {
        width: 80% !important;
    }

    /* いまラボ 申請フォーム */

    .ima_lab_application_form .contact_form_wrap {
        margin: 60px auto 0 !important;
        width: 95% !important;
    }

    .ima_lab_application_form p.section_heading_text {
        font-size: 20px;
    }

}

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

    /* drawer menu */
    #drawer_menu ul li a.headline {
        font-size: 20px;
    }

    #drawer_menu ul.lauguage {
        padding: 10px 0;
    }

    /* archive pagination */

    .archive_pagination {
        margin: 40px 0;
    }

    .archive_pagination ul {
        transform: scale(0.8);
    }

    .archive_pagination ul li {
        margin: 0 4px;
    }

    /* WATCH GUARANTEE PLUS POP */
    div.watch_guarantee_plus_card img {
        width: 84%;
        margin: 0 auto 40px;
        display: block;
    }

    /* SUPPORT - PRODUCT GUARANTEE */
    div.product_guarantee_wrap img {
        width: 100%;
    }

    div.product_guarantee_wrap.accessory img {
        width: 50%;
    }

    div.product_guarantee_list {
        display: block;
    }

    div.product_guarantee_list .product_guarantee_item {
        width: 100%;
        margin: 0 2% 2% 0;
    }

    /* SUPPORT - WATCH MANUAL */

    ul.watch_manual_list li {
        width: 49%;
    }

    ul.watch_manual_list li:nth-child(2n),
    ul.watch_manual_list li:nth-child(4n) {
        margin: 0 0 2% 0;
    }

    /* SUPPORT - PRODUCT GUARANTEE PERIOD  */

    .watch_guarantee_period_table {
        width: 100%;
        margin: 0 auto;
        border: 1px solid #666;
    }

}

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

    /* BC(TOP) */
    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 414px !important;
        height: 207px !important;
    }

    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 414px !important;
        height: 207px !important;
    }

    #head_slider .slide img {
        max-width: 100% !important;
        width: 100% !important;
        height: 207px !important;
    }

    div.contents {
        max-width: 100% !important;
        min-width: 100% !important;
        overflow: hidden;
    }
}

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

    /* BC(TOP) */
    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 380px !important;
        height: 190px !important;
    }

    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 380px !important;
        height: 190px !important;
    }

    #head_slider .slide img {
        max-width: 100% !important;
        width: 100% !important;
        height: 190px !important;
    }

    /* BC(NEWS) */
    div.news_wrap span.category {
        font-size: 10px;
        right: 0;
        bottom: 0;
        position: absolute;
        padding: 2px 5px !important;
        border: none !important;
    }

    div.news_wrap span.description {
        display: block;
        font-size: 10px;
        overflow: hidden;
        font-weight: bold;
        width: 100%;
        margin: 10px 0 15px;
        height: 40px;
    }
}

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

    /* BC(BRAND) */
    .ui-tabs-nav a {
        font-size: 13px !important;
    }

    .ui-tabs-nav li:nth-child(7) a span,
    .ui-tabs-nav li:nth-child(8) a span {
        padding-top: 11px !important;
    }

    /* BC(ABOUT) */
    .shop_form_wrap ul {
        overflow: hidden;
    }
}

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

    /* BC(TOP) */
    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 320px !important;
        height: 160px !important;
    }

    #head_slider div.slider {
        max-width: 100% !important;
        overflow: visible !important;
        width: 320px !important;
        height: 160px !important;
    }

    #head_slider .slide img {
        max-width: 100% !important;
        width: 100% !important;
        height: 160px !important;
    }

    ul.text_info span.text_news {
        margin: 10px 0 10px 0 !important;
        display: block;
        width: 90% !important;
    }

    ul.news_box span.category {
        left: 60%;
    }

    ul.news_box span.description {
        display: block;
        font-size: 11px;
        height: auto !important;
        overflow: hidden;
        font-weight: bold;
        width: 51%;
        margin-top: 10px;
    }

    /* BC(NEWS) */
    div.news_wrap span.category {
        font-size: 10px;
        right: 0;
        bottom: 0;
        position: absolute;
        padding: 2px 5px !important;
        border: none !important;
    }

    div.news_wrap span.description {
        display: block;
        font-size: 11px;
        overflow: hidden;
        font-weight: bold;
        margin-top: 10px;
    }

    /* BC(ABOUT) */
    .shop_form_wrap ul {
        overflow: hidden;
    }

    /* BC(SUPPORT) */
    div.support h3 {
        font-size: 16px !important;
        margin-bottom: 10px;
        color: #333;
    }
}
