@charset "utf-8";
.sample {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1920px;
    margin: 0 auto;
    z-index: 100;
    opacity: 0.5;
    pointer-events: none;
     display: none; 
}


.dummy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}



@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,body{
    height: 100%;
}
body{
	margin: 0;
/*    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f6f6f6;
    overflow-x: hidden;
}
ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
    max-width: 100%;
}
#wrap {
    display: flex;
    /* height: 100%; */
    max-width: 1920px;
/*    margin: 345px auto 0;*/
    margin: 0 auto;
    justify-content: center;
    align-items: stretch;
}
#header {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    padding: 30px 40px;
    background: #FFF;
    /* position: sticky; */
    /* top: 0; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    /*width: 276px;*/
}
.header_search {
    /*padding: 72px 0 0;*/
    text-align: center;
}
.header_search picture {
    display: block;
}
.sign_in {
    width: 85px;
    /*padding: 12px 20px;*/
    /* position: fixed; */
    /* top: 0px; */
    /* right: 22px; */
    z-index: 30;
    transition: 0.5s;
    text-align: center;
    position: relative;
}
.sign_in_icon_wrap {
    border-radius: 200px;
    overflow: hidden;
    max-width: 60px;
    margin: auto;
}
.sign_in_icon_wrap img {
    display: block;
}
.logoutButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign_in:hover .logoutButton {
    opacity: 1;
    pointer-events: all;
}
.sign_in.not_sign_in {
    /*max-width: 83px;*/
    /*padding: 8px 0px 15px;*/
    /* position: fixed; */
    /* top: 15px; */
    /* right: 40px; */
    /* z-index: 30; */
    transition: 0.5s;
}

.sign_in img {
    height: 16px;
    width: auto;
}
.sign_in_icon_wrap img {
    width: 60px;
    height: 60px;
}
#menu {
    width: 520px;
/*    background-color: #e7e3e3;*/
    border-right: 1px solid #959595;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
      scrollbar-width: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.logo {
    max-width: 448px;
    width: 25%;
    /* position: fixed; */
    /* top: 25px; */
    /* left: 40px; */
    /* z-index: 30; */
    transition: 0.5s;
    /* margin: auto; */
    /* padding: 40px 0 30px; */
}
#loginForm .logo {
    max-width: 140px;
}
#nav {
    background-color: #FFF;
}
.cateButton img {
    display: block;
    height: auto;
    object-fit: contain;
}
#menuheader {
    background-color: #FFF;
    padding-bottom: 20px;
    position: relative;
}
#user {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    padding: 7px 0 0 7px;
}
.cate {
/*    border-top: 1px solid #e7e3e3;*/
}
.cateBar {
    background-color: #000;
    color: #FFF;
/*    background-image: url(../img/nav_bg.jpg);*/
    background-repeat: no-repeat;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid;
}
.cateBar:hover{
/*    background-image: url(../img/nav_bg_hover.jpg);*/
    background-color: #a93737;
}
.cateLeft {
    display: flex;
    align-items: center;
    padding: 8px 26px;
}
.cateIcoImg {
    width: 30px;
}
.cateText {
    padding-left: 16px;
}
.cateRight {
    width: 55px;
    height: 55px;
    /* background-image: url(../img/nav_bg_hover.jpg); */
    background-color: #a93737;
}
.cateRight .cateBoxArrow{
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition:all .2s ease;
}

.cateBar:hover .cateBoxArrow {
/*    background-image: url(../img/arrow_hover.png);*/
}
.cateBar.active .cateBoxArrow {
    transform: rotate(180deg);
}
.cateButton {
/*    background-color: #020309;*/
    cursor: pointer;
}
.cateButton:hover img{
    opacity: 0.8;
}
.cateContent {
    display: none;
}
.cateContent.active {
    /*display: block;*/
}

#content {
    /* width: calc(100% - 520px); */
    /* height: 100vh; */
    /* text-align: center; */
    display: flex;
    /* flex-flow: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* position: fixed; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    width: 756px;
    background-color: #FFF;
/*     align-items: stretch; */
    position: relative;
    padding-left: 40px;
}
#content:before {
    content: '';
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
}
#content:after {
    content: '';
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -50%;
    z-index: -1;
}
#contentinner {
    width: 459px;
    height: 824px;
    /*margin-top: 41px;*/
    /*margin-top: 36px;*/
/*    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
     position: sticky; 
     /*top: 140px; */
     top: 105px;
}
#displayArea {
    width: 373px;
    height: 655px;
    margin: 68px auto 0;
    /* border: 1px solid #c3c3c3; */
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #fafaf8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.iPhone {
    position: relative;
    z-index: 10;
    pointer-events: none;
}
.iPhone_footer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
    transition: 0.5s;
}
.footerHide .iPhone_footer {
    top: 8%;
}
.contentrRight {
    position: absolute;
    right: -162px;
    top: 3%;
}
#qr {
    margin-bottom: 20px;
    width: 157px;
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #000;
}
#qrInner {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
#qrInner canvas {
    display: none;
}
#copyLink {
    cursor: pointer;
    padding: 12% 3%;
}
.notfoundWrap #copyLink {
    pointer-events: none;
    user-select: none;
    opacity: 0.1;
}
.notfoundWrap #qr {
    opacity: 0.1;
}
.notfoundWrap #qr .loading {
    opacity: 0;
}
.copyright {
    text-align: center;
    padding-top: 50px;
    width: 100%;
    margin-top: auto;
}
.copyright img{
    width: 135px;
}
#displayArea::-webkit-scrollbar {
    display:none;
  }
#add {
    width: 300px;
/*    height: 250px;*/
    height: auto;
    background-color: #FFF;
    margin: 0px auto 10px;
}
#add.h600 {
    height: 600px;
}
#addiframe.h600 {
    height: 600px!important;
}
.displayImg {
    display: block;
}
#copy {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
#menu #copy {
/*    background-color: #000;*/
    padding: 10px;
    /*position: absolute;*/
    /*bottom: 0;*/
    margin-top: auto;
        box-sizing: border-box;
}
#menu #copy .footerCopy {
    max-width: 105px;
}
#menu::-webkit-scrollbar {
    display:none;
  }

/*.fixed #header {*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #FFF;
    padding: 24px 40px 20px;
}
.fixed #header picture {
    display: none;
}
.fixed #header .logo {
    /*max-width: 235px;*/
    /*top: 25px;*/
}
/*.fixed #header .header_search {*/
#header .header_search {
    /* position: fixed; */
    /* top: -87px; */
    /* left: 0; */
    /* height: 100px; */
    width: 40%;
    /* z-index: 10; */
    /* padding: 56px 0 0; */
    /* display: flex; */
    /* justify-content: space-evenly; */
    /* align-items: center; */
    margin-left: -20.5%;
    margin-top: -5px;
}
.fixed #header .sign_in {
    /*max-width: 56px;*/
    /*top: 2px;*/
    position: relative;
}
.fixed #header .sign_in.not_sign_in {
    max-width: 90px;
    /*top: 23px;*/
}
/*.fixed #wrap {*/
#wrap {
    /*margin-top: 347px;*/
    /*margin-top: 93px;*/
}


/* ----------------------
 single
---------------------- */
#single #content {
    width: 100%;
}
#single #contentinner {
    width: 100%;
    max-width: 450px;
    background: none;
    height: 100%;
    margin: auto;
}
#single #displayArea {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: none;
    overflow: initial;
    background-color: #fafaf8;
}
#single #content {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    padding: 0;
}
#single .displayImg {
    display: block;
    width: 100%;
    max-width: unset;
}
#single #wrap {
    max-width: 100%;
}

/* ----------------------
 form
---------------------- */
.searchform {
    position: relative;
}
.searchfield {
    font-size: 17px;
    width: 70%;
    margin: 0px auto;
    padding: 14px;
    border: solid 1px #969696;
    border-radius: 7px;
    background-color: #FFF;
    display: block;
}
.searchsubmit {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 17%;
    right: 15%;
    margin-top: 3px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.searchsubmit:hover {
    opacity: .6;
}

#loginForm {
    max-width: 300px;
    margin: 5vw auto 0;
}
#loginFormInner {
    text-align: center;
    padding-top: 20px;
}
input{
    -webkit-appearance: none;
}
#loginFormInner #wp-submit,
.swpm-login-form-submit {
    border: none;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    padding: 15px 30px;
    width: 100%;
}
#user_login,
#user_pass,
#swpm_user_name,
#swpm_password {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #969696;
    background-color: #FFF;
}
.swpm-login-widget-form input{
    width: 100%;
}
.login-submit {
    padding-top: 20px;
}
#wpadminbar{
    display: none!important;
}

.swpm-username-label,
.swpm-password-label,
.swpm-remember-me,
.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-login-action-msg {
    display: none;
}
.swpm-login-submit {
    margin-top: 40px;
}
.swpm-login-widget-logged {
    display: none;
}
#loginForm #copy {
    left: 0;
    right: 0;
/*    background-color: #000;*/
    padding: 10px;
    position: fixed;
    bottom: 0;
    margin-top: auto;
    box-sizing: border-box;
    width: 100%;
}
#loginForm #copy .footerCopy {
    max-width: 105px;
}
/* ----------------------
 search
---------------------- */
.notApplicable {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notfoundWrap #displayArea {
    margin-top: 30px;
}
.cateButton.noHit {
    cursor: auto;
    color: #FFF;
    text-align: center;
    padding: 28px 0;
}

#brand_performance {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
#brand_performance .checkbox {
    padding: 10px 10px 0;
}
#brand_performance input[type="checkbox"] {
    position: relative;
    width: 28px;
    height: 28px;
    border: 2px solid #000;
    vertical-align: -10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    margin-right: 5px;
}

#brand_performance input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 7px;
    transform: rotate(50deg);
    width: 7px;
    height: 13px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
}
.performance_hidden .performance {
    display: none;
}

.brand_hidden .brand {
    display: none;
}
#swpm-login-form input {
  font-family: "Inter","Noto Sans JP", sans-serif;
}

.searchWrap #searchform {
    position: relative;
    z-index: 20;
    max-width: 710px;
    margin: auto;
}
.searchWrap #cover {
    z-index: 5;
    left: 0;
    top: 80px;
}
#coverInner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* ----------------------  */

@media screen and (max-width: 1200px) {
#menu {
    width: 350px;
}
#content {
    /*width: calc(100% - 350px);*/
    width: calc(60%);
}
.cateBar {
    font-size: 22px;
}
}
@media screen and (max-width: 1060px){
#header .header_search{
    width: 60%;
    margin-left: 0;
}
}
@media screen and (max-width: 768px){
#menu {
    width: 330px;
}
#content {
    width: calc(100% - 330px);
}
.cateBar {
    font-size: 20px;
}
.cateLeft {
    padding: 8px 12px;
}
.cateIcoImg {
    width: 24px;
}
.cateRight .cateBoxArrow,.cateRight {
    width: 48px;
    height: 48px;
}

}
@media screen and (max-width: 767px) {
#content {
    display: none;
}
#menu {
    width: 100%;
    height: 100%;
        display: flex;
    flex-flow: column;
}
.logo {
    max-width: 52%;
}
.cateBar {
    font-size: 20px;
}
.cateIcoImg {
    width: 25px;
}
.cateLeft {
    padding: 4px 12px;
}
.cateRight {
    width: 40px;
    height: 40px;
}
.cateRight .cateBoxArrow {
    width: 40px;
    height: 40px;
    background-size: 20px;
}
#loginForm .logo {
    width: 170px;
    max-width: initial;
    margin: auto;
    text-align: center;
}
#user_login, #user_pass, #swpm_user_name, #swpm_password,.swpm-login-form-submit {
font-size: 16px;
}

}


/* ----------------------
 list
---------------------- */
#wrap {
    /*height: 100%;*/
        min-height: 100vh;
/*    background-color: #f6f6f6;*/
}
#wrap.notfoundWrap {
    margin-top: 105px;
    min-height: calc(100vh - 105px);
}
.listWrap {
    width: calc(100% - 656px);
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*padding: 40px 0px 35px 70px;*/
    flex-direction: column;
    
/*    background-color: #f6f6f6;*/
/*        display: grid;*/
/*    grid-template-columns: 1fr 650px;*/
    /*height: 100%;*/
        min-height: 100%;
            box-sizing: border-box;
}
.listWrap.notfoundWrap {
    justify-content: flex-start;
    /*margin-top: 105px;*/

}
.list {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
    /* align-items: flex-start; */
    width: 100%;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 300px); */
    /* gap: 40px; */
    /* justify-content: center; */
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(auto-fit, 300px); */
    justify-content: left;
    /* grid-gap: 1rem; */
    align-items: flex-start;
    padding: 110px 6.0255% 35px 6.0255%;
        /*min-height: 130vh;*/
        min-height: 100%;
}
.listItemText {
    padding: 18px 20px 28px;
}
.cateButton {
    cursor: pointer;
    /* padding: 20px; */
    padding: 0.24vw;
/*    border: 5px solid #FFF;*/
    border: 0.24vw solid transparent;
    max-width: 300px;
    margin-right: 2.8%;
    margin-bottom: 2%;
    width: calc(100% / 3 - 4.5%);
}
.list .cateButton:nth-of-type(3n) {
    margin-right: 0;
}
.cateButton.click .litItemInner {
    /* border: 5px solid #ffffff; */
    outline: 5px solid #000000;
    outline-offset: 5px;
}
.litItemInner {
    background-color: #FFF;
    pointer-events: none;
    user-select: none;
}
.brandname {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    /* font-size: 14px; */
    font-size: clamp(10px, 0.9vw, 14px);
    color: #999;
    letter-spacing: 0.1em;
}
.format {
    /*font-size: 18px;*/
    font-family: "Noto Sans CJK JP";
    font-size: clamp(12px, 1.0vw, 18px);
    padding: 6px 0 18px;
    /*font-weight: bold;*/
}
.listItemTextIcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.listItemTextIcon > div {
    background-color: #000;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    padding: 4px 8px;
    margin-right: 5px;
    line-height: 1;
    margin-bottom: 3px;
}
.iframeSize{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    /*font-style: 16px;*/
    /*font-size: 0.826875vw;*/
    font-size: clamp(12px, 1.0vw, 16px);
}
.purpose {
    /*font-size: 14px;*/
    /*font-size: 0.826875vw;*/
    font-size: clamp(12px, 1.0vw, 16px);
    letter-spacing: 0.14em;
}




/*
    search
*/
.searchWrap {
    position: relative;
}
#searchItemWrap {
    max-width: 880px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 79px;
    background-color: #FFF;
    display: none;
}
#searchItemWrap.formActive {
    display: block;
}
#cover{
    display: none;
}
#cover.formActive {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #00000070;
    cursor: pointer;
    display: block;
}
#searchTabContent {
    padding: 34px 40px 40px;
}

#searchTab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#searchTab .searchTabItem {
    text-align: center;
    width: calc(100% / 5);
    background-color: #dbdbdb;
    padding: 10px 0;
    border: 1px solid #FFF;
    cursor: pointer;
}
#searchTab .searchTabItem.tabSelect {
    background-color: #FFF;
}
#searchTabContent ul {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}
#searchTabContent ul.searchTabContentActive {
    display: flex;
}
.tabSelectSP {
    display: none;
}

#searchTabContent li {
    padding: 10px;
    width: calc(100% / 3);
    box-sizing: border-box;
    text-align: left;
}


.search_input {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #999;
    border-radius: 30px;
    overflow: hidden;
    max-width: 880px;
    /*margin: 48px auto 18px;*/
}
.searchIconTriangle {
    width: 50px;
    height: 43px;
    background-color: #EEE;
    /* padding: 14px 14px 8px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchIconTriangle img {
    width: 20px;
    transition: all 0.5s;
}
#searchIconTriangle.formActive img {
    transform: rotate(180deg);
}
.searchIcon {
    width: 24px;
    position: absolute;
    right: 2.5%;
    pointer-events: none;
    user-select: none;
    top: 21%;
}
.inputFreeWord {
    width: 100%;
    padding: 0 1em;
}
.inputFreeWord input {
    border: none;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
}
input,
textarea {
  outline:none;
}

#searchTabContent input[type="checkbox"] {
    border: 1px solid #AAA;
    width: 14px;
    height: 14px;
    vertical-align: sub;
    border-radius: 2px;
}
#searchTabContent input[type="checkbox"]:checked {
    background-color: #AAA;
    border: none;
}
.submitButtonWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEE;
    padding: 30px 0;
}
.submitButtonWrap div {
    margin: 0 20px;
}
#formClear{
    cursor: pointer;
}
button {
    border: none;
}
#single #wrap {
    margin-top: 0;
}
body.formActive {
/*    max-height: 100svh;*/
    overflow: hidden;
}
.notfound {
    text-align: center;
    width: 100%;
    font-size: 22px;
    /*font-family: "Noto Sans CJK JP";*/
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
}
@media screen and (max-width: 1600px) {
.header_search {
    /*left: 0%;*/
    /*right: 0;*/
    /*width: 50%;*/
    /*margin: auto;*/
}
}
@media screen and (max-width: 1500px) {
.fixed #header .header_search {
    left: 0%;
    right: 0;
    /*width: 50%;*/
}
.listWrap {
    /*width: calc(100% - 656px);*/
    /*padding: 40px 0px 35px 30px;*/
}
.cateButton {
    /*margin-right: 10px;*/
    /*width: calc(50% - 30px);*/
}
}
@media screen and (max-width: 1240px) {
#searchTabContent li {
    width: calc(100% / 3);
}
}
@media screen and (max-width: 1200px) {
.cateButton {
        /*width: calc(100% / 2 - 5.8%);*/
        width: calc(100% / 3 - 5.9%);
        margin-bottom: 7%;
    }
.list .cateButton:nth-of-type(3n) {
    /* margin-right: 0; */
    margin-right: 2.8%;
}
}
@media screen and (max-width: 1050px) {
    .cateButton {
        margin-right: 0;
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
#content {
    display: none;
}
.listWrap {
    width: 100%;
    padding: 40px 30px;
}
.list{
    grid-template-columns: repeat(auto-fit, 47%);
    justify-content: space-between;
    grid-gap: 20px;
}
    .list .cateButton:nth-of-type(3n) {
         margin-right: 0; 
    }
.cateButton.click .litItemInner {
    outline: none;
}
}

@media screen and (max-width: 795px) {
.listWrap {
    padding: 40px 30px;
}
.list {
    grid-template-columns: repeat(auto-fit, 47%);
    justify-content: space-between;
    grid-gap: 20px;
}
.cateButton {
    margin-bottom: 20px;
    border: none;
    padding: 0;
    width: 47%;
}
.list .cateButton:nth-of-type(3n) {
    /* margin-right: 0; */
    margin-right: 0;
}
#header {
    flex-wrap: wrap;
}
.logo {
    order: 1;
    max-width: 120px;
}
.sign_in {
    order: 2;
    /*max-width: 60px;*/
    padding-left: 0;
}
#header .header_search {
    order: 3;
    width: 100%;
    padding: 40px 0 0px;
}
.search_input {
    margin: 30px auto 10px;
}
.listItemText {
    padding: 10px;
}
.brandname {
    font-size: 10px;
}
.format {
    font-size: 12px;
    padding: 0px 0 5px;
}
.listItemTextIcon > div {
    font-size: 9px;
    margin-bottom: 2px;
}
#wrap {
    margin-top: 0;
}
.logo {
    padding: 0;
}
.sign_in {
    padding: 0;
}
.header_search picture {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.search_input {
    margin: 10px auto 5px;
    width: 90%;
}
#searchTabContent {
    padding: 20px 0;
}

/*}
@media screen and (max-width: 700px) {*/
    #searchTab {
    display: none;
}
.tabSelectSP {
    display: block;
    background-color: #EEE;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 2px;
    position: relative;
}
    #searchTabContent li {
        width: calc(100% / 2);
        font-size: 14px;
    }
    #header {
/*        padding: 0px;*/
    flex-wrap: wrap;

    }
.tabSelectSP:after {
        content: '';
        display: block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 1em;
        height: 1em;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        right: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 10px;
        /*transform: translateY(35%) translatex(-85%) rotate(-45deg);*/
        transform: translateY(-5%) translatex(-85%) rotate(135deg);
        transition: all 0.5s;
    }

.tabSelectSP.tabSelect:after {
    /*transform: translateY(-5%) translatex(-85%) rotate(135deg);*/
    transform: translateY(35%) translatex(-85%) rotate(-45deg);
}
#searchTabContent li {
    padding: 6px 10px;
}
.cateButton.click .litItemInner {
    outline: none;
    outline-offset: unset;
}
#content {
    padding-left: 0;
}
#content:before ,
#content:after {
display: none;
}


#header .logo {
    order: 1;
    max-width: 225px;
    width: 100%;
    padding: 10px;
}
body #header .header_search {
    order: 3;
    width: 100%;
    margin: auto;
    padding: 0;
}
#header .sign_in {
    order: 2;
    width: auto;
}
#header{
    height: auto;
}

.sign_in_icon_wrap img {
    width: 35px;
    height: 35px;
}
.fixed #header .logoutButton picture {
    display: block;
}
.notfound {
    font-size: 17px;
}
}

.closeBUtton img {
    width: auto;
    height: 100%;
}
.closeBUtton {
    position: fixed;
    top: 0;
    right: 0;
    height: 30px;
    padding: 10px 10px 10px 60px;
    background-color: #FFF;
    z-index: 50;
    display: none;
}
@media screen and (max-width: 795px) {
body.formActive .closeBUtton,
body.show_logOut .closeBUtton {
    display: block;
}




/* ==================================================================== */
    .logoutButton {
         display: none; 
    }

body.login.show_logOut .header_search {
    display: none;
}
body.login.show_logOut #header {
    flex-direction: column;
    align-items: flex-start;
}
.logoutButton {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
}


    .show_logOut .sign_in_icon_wrap img {
        width: 100px;
        height: 100px;
    }

.show_logOut .sign_in_icon_wrap {
    max-width: initial;
}
    .show_logOut #header .sign_in {
        width: 100%;
        height: auto;
        margin-top: 5%;
        /* width: 100%; */
        /* height: auto; */
        /* margin-top: 5%; */
        transition: none;
        max-width: 100%;
        width: 100%;
        padding: 20px;
        /* left: 0; */
        /* right: 0; */
        box-sizing: border-box;
        /* height: 310px; */
        background-color: #FFF;
        /* margin-top: 40px; */
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }
.show_logOut .sign_in .logoutButton img {
    height: auto;
    width: 85%;
}
.show_logOut .sign_in .logoutButton {
    padding: 10% 0 3%;
    display: block;
    opacity: 1;
}
#searchItemWrap {
    top: 130px;
}
.searchWrap #cover {
    top: 130px;
}
.closeBUtton {
    padding: 10px 10px 30px 60px;
}
/* ==================================================================== */


}


/*
    login
*/
.GoogleLogin #wrap {
    margin: 0;
}
.GoogleLogin #wrap {
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 100px 0 30px;
    box-sizing: border-box;
}
.GoogleLogin #wrap .logo {
    padding: 0;
    max-width: 200px;
}
.GoogleLogin #wrap #loginForm {
    order: 2;
    margin: 0 0 200px;
}
.GoogleLogin #wrap #copy {
    order: 3;
}


@media screen and (max-width: 500px) {
    #header {
        padding: 0 0 10px;
    }
   .logo {
        padding: 20px 0 0 10px;
        top: -8px;
        left: 0;
        max-width: 133px;
    }
    .sign_in {
        top: 0px;
        right: 0px;
        padding: 11px 10px 0 0;
        max-width: 44px;
    }
    .sign_in.not_sign_in {
        max-width: 110px;
        top: 0px;
        right: 0px;
        padding: 0px 10px 0 0;
        max-width: 90px;
    }
    .header_search {
        padding: 65px 0 0px;
    }
    .header_search picture {
        padding: 0 30px;
    }
    .cateButton {
        width: 48%;
    }
    #wrap {
        margin-top: 5px;
    }
    .fixed #wrap {
        margin-top: 260px;
    }
    .format {
        font-size: 12px;
        padding: 2px 0 8px;
        font-weight
    }
    .fixed #header {
        /*height: 125px;*/
    }
    .fixed #header .logo {
        /*max-width: 131px;*/
        top: -10px;
    }
    .fixed #header .sign_in {
        /*max-width: 50px;*/
        top: 0px;
    }

    .searchIconTriangle {
        height: 38px;
    }
    .fixed #header .header_search {
        left: 0%;
        right: 0;
        top: -12px;
        width: 100%;
    }
    .header_search {
        padding: 72px 0 0;
        text-align: left;
    }
    .searchTabItem.tabSelect,
    .tabSelectSP {
        font-size: 20px;
        padding: 10px 32px;
    }
    #searchTabContent li {
        padding: 10px 10px 13px 30px;
    }
    #searchTabContent input[type="checkbox"] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: 0px;
    }
    #searchTabContent ul {
        margin-top: 22px;
        margin-bottom: 20px;
    }
    #searchTabContent ul.searchTabContentActive {
        margin-top: 22px;
        margin-bottom: 20px;
    }
#searchTabContent li:nth-child(even) {
    padding-left: 6px;
}
#searchItem_2 li:nth-child(even),
#searchItem_3 li:nth-child(even),
#searchItem_4 li:nth-child(even),
#searchItem_5 li:nth-child(even) {
    padding-left: 30px;
}
.submitButtonWrap {
    flex-wrap: wrap;
}
body {
    background-color: #EEE;
}
    .cateButton {
        margin-bottom: 0px;
    }
.searchIcon {
    width: 20px;
    right: 3.5%;
}
.searchIconTriangle img {
    width: 16px;
}
body.formActive #searchItemWrap.formActive {
    overflow: auto;
    max-height: 68svh;
}
body.fixed.formActive #searchItemWrap.formActive {
    overflow: auto;
    max-height: 85svh;
}
.listWrap {
    padding: 20px 15px;
}
.list {
    grid-gap: 15px 0px;
    /*min-height: initial;*/
    padding: 110px 0% 35px 0%;
}
.listItemTextIcon > div {
    padding: 3px 5px;
    margin-right: 3px;
}

.logoutButton {
    /*display: none;*/
}
.sign_in_icon_wrap {
    /*margin-bottom: 30px;*/
}
.show_logOut .sign_in {
    transition:none;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    height: 310px;
    background-color: #FFF;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.show_logOut .logoutButton {
    display: block;
    opacity: 1;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0;
}
    .listItemText {
        padding: 10px 10px 16px;
    }
.fixed #header .logoutButton picture {
    display: block;
}
#searchItemWrap {
    top: 100px;
}
.searchWrap #cover {
    top: 100px;
}
    .closeBUtton {
        padding: 10px 10px 10px 60px;
    }
}

@media screen and (max-width: 325px) {
    .cateButton {
        width: 100%;
    }
}
