/*
Theme Name:			187young-youhinten
Theme URI:			https://187young-youhinten.com/
Author:				Maagic Projects Inc.
Author URI:			https://magipro.jp/
Description:		187young-youhinten theme.
Version:			1.0
*/

/* =Web Font
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lato&family=M+PLUS+1p:wght@300;400;500&family=Mulish:wght@400&family=Roboto&display=swap');

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Base
-------------------------------------------------------------- */
*, *:before, *:after {
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
html {
	font-size: 10px;

}
body {
	font-family: "Helvetica Neue", "arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "BIZ UDPGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	color: #e2e2e2;
    background-color: #353535;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.scale,
#itempage #img-box img
{
    width: 100%;
    height: auto;
}

.svg-symbol {
    display: none;
}

.feng--01 {
    font-family: 'Roboto', sans-serif;
}
.feng--02 {
    font-family: 'Fjalla One', sans-serif;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	transition: .3s ease all;
}
a {
    color: #e2e2e2;
	text-decoration: none;
}

a:hover,
header .header-title .func-box .fn-search:hover
{
    opacity: 0.75;
}

a:active,
header .header-title .func-box .fn-search:active
{
    opacity: 0.9;
}

.mbview {
    display: none;
}

/* -- text -- */

.emsg {
    color: #FF0004;
}
.inlblk {
    display: inline-block;
}
.dspb {
    display: block;
}
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}
.note--01 {
    text-align: center;
    margin: 20px 0 32px;
}
.note--04 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6em;
}
.guide-txt--01
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
/* -- input,select,textarea -- */
input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
select {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    line-height: 4.4rem;
    color: #e2e2e2;
    display: inline-block;
    width: 100%;
	max-width: 100%;
    height: 44px;
	border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #353535;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.item-sku dd,
.select-box {
   position: relative;
}
.item-sku dd::after,
.select-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #e2e2e2 transparent transparent transparent;
    pointer-events: none;
    z-index: 9999;
}
textarea {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6em;
	width: 100%;
	height: 200px;
	color: #e2e2e2;
	padding: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #353535;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    line-height: 4.4rem;
    color: #e2e2e2;
    width: 100%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #353535;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    line-height: 5.4rem;
    color: #353535;
    width: 100%;
	height: 54px;
	background-color: #b3b3b3;
	border: none;
	transition: .3s ease all;
	border-radius: 4px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
    margin-right: 4px;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
    margin-right: 4px;
}
input[type="file"] {
	border: none;
}
input#loginmail {
    margin-top: 7px;
}
input#loginpass {
    margin-top: 7px;
}
#loginform .forgetmenot {
    margin-bottom: 32px;
}

input[type="submit"].member_login_button {
    width: 300px;
    margin: 20px auto;
}

/* -- #loader -- */

#loader-bg {
    background-color: #000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 10000;
}

#loader {
    position: fixed;
    top: calc(50vh - 64px);
    left: calc(50vw - 64px);
    width: 128px;
    height: 128px;
    text-align: center;
    color: #fff;
    z-index: 10001;
}

#floatingCirclesG{
position:relative;
width:128px;
height:128px;
transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#000000;
height:23px;
width:23px;
-moz-border-radius:12px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:12px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:12px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:12px;
-o-animation-name:f_fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:12px;
animation-name:f_fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#frotateG_01{
left:0;
top:52px;
-webkit-animation-delay:0.39s;
animation-delay:0.39s;
}

#frotateG_02{
left:15px;
top:15px;
-webkit-animation-delay:0.52s;
animation-delay:0.52s;
}

#frotateG_03{
left:52px;
top:0;
-webkit-animation-delay:0.65s;
animation-delay:0.65s;
}

#frotateG_04{
right:15px;
top:15px;
-webkit-animation-delay:0.78s;
animation-delay:0.78s;
}

#frotateG_05{
right:0;
top:52px;
-webkit-animation-delay:0.91s;
animation-delay:0.91s;
}

#frotateG_06{
right:15px;
bottom:15px;
-webkit-animation-delay:1.04s;
animation-delay:1.04s;
}

#frotateG_07{
left:52px;
bottom:0;
-webkit-animation-delay:1.17s;
animation-delay:1.17s;
}

#frotateG_08{
left:15px;
bottom:15px;
-webkit-animation-delay:1.3s;
animation-delay:1.3s;
}

@-webkit-keyframes f_fadeG{
0%{
background-color:#EBEBEB}

100%{
background-color:#000000}

}

@keyframes f_fadeG{
0%{
background-color:#EBEBEB}

100%{
background-color:#000000}

}

/* -- .search-box -- */
.search-box {
    position: absolute;
    right: 20px;
    top: 45px;
    width: 200px;
    display: none;
}

.search-box div.s-box {
    position: relative;
}
.search-box input[type="text"] {
    font-size: 1.3rem;
    line-height: 2.1rem;
    height: 29px;
    padding: 4px 28px 4px 10px;
    background-color: #e2e2e2;
    color: #000;
    border-radius: 3px;
}
.search-box input[type="text"]:focus {
    outline: 0;
    background-color: #e2e2e2;
}
input[type="submit"].searchsubmit {
    font-family: FontAwesome;
    width: 10%;
    height: 44px;
    line-height: 44px;
}
.search-box input[type="submit"].searchsubmit {
    width: 27px;
    height: 27px;
    position: absolute;
    top:1px;
    right: 1px;
	color: #1e1e1e;
	font-size: 1.4rem;
    line-height: 2.7rem;
	font-family: FontAwesome;
	background: none;
	border-radius: 0;
}
.search-box input[type="submit"].searchsubmit:hover {
    color: #000;
}


#s-text.search-text {
    width: 80%;
}

/* =header
-------------------------------------------------------------- */

header {
    width: 100%;
    position: relative;
}

/* -- .headblock -- */
header.site-header {
    height: 180px;
    max-height: 180px;
}

header.site-header .header-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 24px 0;
}
header .header-title .site-cat,
header .header-title .site-func {
    width: 200px;
    flex-basis: 200px;
    max-width: 200px;
}
header .header-title .site-cat-box {
    width: 137px;
    max-width: 137px;
    border:solid 1px #919191;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 300;
    color: #dbdbdb;
    line-height: 2.3rem;
    text-align: center;
}
header .header-title .site-cat .feng--01 {
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    margin-right: 3px;
}
header .site-title {
    padding-top: 40px;
}
header .site-title .logo {
    width: 180px;
    margin: 0 auto;
}

header .header-title .func-box {
    width: 200px;
    flex-basis: 200px;
    max-width: 200px;
    display: flex;
    justify-content: flex-end;
}
header .header-title .site-func svg {
    fill:#dbdbdb;
    width: 100%;
}
header .header-title .site-func .func-menu,
header .header-title .site-func .func-close
{
    display: none;
}
header .header-title .func-box .fn-cart,
header .header-title .func-box .fn-login,
header .header-title .func-box .fn-logout,
header .header-title .func-box .fn-mypage,
header .header-title .func-box .fn-search
{
    width: 18px;
    flex-basis: 18px;
    max-width: 18px;
    margin-right: 28px;
}
header .header-title .func-box .fn-cart {
    position: relative;
}
header .header-title .func-box .fn-cart .total-quant {
    position: absolute;
    top:-11px;
    right: -13px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e2e2e2;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #1e1e1e;
    line-height: 15px;
    text-align: center;
}
header .header-title .func-box .fn-register {
    width: 22px;
    flex-basis: 22px;
    max-width: 22px;
    margin-right: 28px;
}
header .header-title .func-box .fn-search {
    cursor: pointer;
    margin-right: 0;
}

header .header-nav {
    background-color: #1e1e1e;
    margin-top: 46px;

}
header .header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;

}
header .header-nav li {
    font-family: 'Mulish', sans-serif;
    font-size: 1.4rem;
    margin-left: 102px;
}
header .header-nav li:first-of-type {
    margin-left: 0;
}
header .header-nav li a {
    color: #c9c9c9;
}

@media screen and (max-width:1024px) {
    header.site-header {
        height: 156px;
        max-height: 156px;
        position: relative;
    }
    header.site-header .header-title {
        justify-content: center;
        padding:0;
    }
    header .header-title .site-cat {
        width: 137px;
        flex-basis: 137px;
        max-width: 137px;
        position: absolute;
        top:5px;
        left: 5px;
    }
    header .site-title,
    header .header-title .site-func
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    header .site-title {
        margin-bottom: 20px;
    }
    header .header-title .site-func {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #1e1e1e;
        padding: 13px 22px;
    }
    header .header-title .site-func .func-menu {
        display: block;
        width: 24px;
        flex-basis: 24px;
        max-width: 24px;
        cursor: pointer;
    }
    header .header-title .site-func .func-close {
        width: 24px;
        flex-basis: 24px;
        max-width: 24px;
        cursor: pointer;
    }
    header .header-title .func-box {
        width: 160px;
        flex-basis: 160px;
        max-width: 160px;
    }
    header .header-nav {
        display: none;
        margin-top: 0;
    }
    .search-box {
        top: 84px;
    }
    header .header-nav {
        position: absolute;
        background-color: #353535;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
    }
    header .header-nav ul {
        display: block;
        width: 90%;
        margin: auto;
    }
    header .header-nav li {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 1.6rem;
        margin-left: 0;
        border-bottom: solid 1px #1e1e1e;
    }

    header .header-nav li.mbview {
        display: block;
    }
    header .header-nav li > a {
        display: block;
        padding: 12px 5px;
    }


}
/* 1024px end */
@media screen and (max-width:586px) {
    header.site-header {
        height: 162px;
        max-height: 162px;
    }
    header .site-title {
        padding-top: 50px;
    }
}
/* 586px end */

/* =footer
-------------------------------------------------------------- */
footer {
    background-color: #1e1e1e;
    padding: 40px 0 17px;
    color: #999;
}
footer a {
    color: #999;
}
footer .footer-inn {
    width: 880px;
    margin: 0 auto 29px;
    display: flex;
    justify-content: space-between;
}
footer.estimate .footer-inn {
    justify-content: center;
}
footer .footer-navigation {
    display: block;
    width: 488px;
    flex-basis: 488px;
    max-width: 488px;
    border-right: solid 1px #333333;
    padding-right: 50px;
}
footer.estimate .footer-navigation {
    border-right: none;
    padding-right: 0;
}
footer .footer-nav {
    padding-top: 7px;
}
footer .footer-nav,
footer .footer-menu
{
    margin-bottom: 56px;
}
footer .footer-nav ul,
footer .footer-menu ul
{
    display: flex;
    justify-content: space-between;
}
footer .footer-nav li {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.8rem;
}
footer .footer-menu li {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}
footer .widget-area {
    width: 347px;
    flex-basis: 347px;
    max-width: 347px;
}
footer .widget-area .widget_title {
    text-align: center;
    font-size: 1.1rem;
}
footer .widget-area .widget_title .feng--02 {
    font-size: 1.4rem;
}
footer .ucart_widget_body {
    margin-top: 28px;
}
footer .ucart_widget_body li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .ucart_widget_body li > div {
    width: 159px;
    flex-basis: 159px;
    max-width: 159px;
    margin-bottom: 7px;
}

footer .ucart_widget_body li > div.note {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

footer table.usces_calendar {
    width: 100%;
}
footer table.usces_calendar caption {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.2rem;
    padding-bottom: 10px;
}
footer table.usces_calendar th {
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.2rem;
    line-height: 23px;
}
footer table.usces_calendar td
{
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 23px;
    width: 23px;
    border: solid 1px #353535;
    text-align: center;
}

footer .businessday {
    color: #ed1c24;
}

.business_days_exp_box {
    display: inline-block;
    margin-left: 2px;
}
footer .footer-sns {
    display: flex;
    align-items: center;
}
footer .footer-sns svg {
    fill:#666;
}
footer .footer-sns .fb-icon {
    width: 7px;
    flex-basis: 7px;
    max-width: 7px;
    margin-right: 33px;
}
footer .footer-sns .insta-icon {
    width: 16px;
    flex-basis: 16px;
    max-width: 16px;
    margin-right: 33px;
}
footer .footer-sns .twitter-icon {
    width: 20px;
    flex-basis: 20px;
    max-width: 20px;
}
footer .copyright {
    font-family: 'Mulish', sans-serif;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width:950px) {
    footer .footer-inn {
        width: 96%;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .footer-navigation {
        width: 568px;
        flex-basis: 568px;
        max-width: 568px;
        border-right: none;
        padding-right: 0;
        padding: 0 40px;
        margin: 0 auto 50px;
    }
    footer .widget-area {
        margin: auto;
    }

}
/* 950px end */
@media screen and (max-width:568px) {
    footer .footer-navigation {
        width: 96%;
        flex-basis: 96%;
        max-width: 96%;
        padding: 0;
    }
}
/* 568px end */

@media screen and (max-width:413px) {
    footer {
        padding: 20px 0 17px;
    }
    footer .footer-nav ul, footer .footer-menu ul {
        display: block;
    }
    footer .footer-nav li {
        margin-bottom: 20px;
    }
    footer .footer-menu li {
        margin-bottom: 12px;
    }
}
/* 413px end */

@media screen and (max-width:352px) {
    footer .ucart_widget_body li {
        justify-content: center;
    }
    footer .ucart_widget_body li > div {
        margin: 0 10px 30px;
    }
    footer .ucart_widget_body li > div.note {
        text-align: center;
    }
}
/* 350px end */

/* =Top Page
-------------------------------------------------------------- */

.row-flex--01,
.row-flex--03,
.row-flex--04
{
    width: 100%;
    display: flex;
    background-color: #1e1e1e;
}
.row-flex--04 {
    background-color: #b3b3b3;
}
.row-flex--02 {
    display: flex;
    flex-wrap: wrap;
}
.item-cat-list {
    background-color: #1e1e1e;
}
.row-flex--05 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top-cat-box--01,
.top-cat-box--02,
.top-cat-box--03,
.relative-box
{
    position: relative;
}

.top-cat-box--01 a.catlink .cat-guide--01,
.top-cat-box--02 a.catlink .cat-guide--01,
.top-cat-box--03 a.catlink .cat-guide--01,
.top-cat-box--02 a.catlink .cat-guide--03
{
    position: absolute;
    width: 457px;
    margin: auto;
    top: -22px;
    left: 0;
    right: 0;
    z-index: 990;
}
.top-cat-box--01 a.catlink:hover .cat-guide--01
{
    top: -44px;
}
.top-cat-box--02 a.catlink .cat-guide--01 {
    top:47%;
}
.top-cat-box--02 a.catlink:hover .cat-guide--01
{
    top:calc(47% - 22px);
}
.top-cat-box--03 a.catlink .cat-guide--01,
.top-cat-box--02 a.catlink .cat-guide--03
{
    top:40%;
}
.top-cat-box--03 a.catlink:hover .cat-guide--01,
.top-cat-box--02 a.catlink:hover .cat-guide--03
{
    top: calc(40% - 22px);
}
.top-cat-box--02 a.catlink .cat-guide--03 {
    width: 220px;
}
.top-cat-box--03 a.catlink--02 .cat-guide--02 {
    position: absolute;
    width: 320px;
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 990;
}

a.catlink:hover::before,
a.catlink--02:hover::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(7,11,16,0.70);
    z-index: 900;
}
a.catlink:active::before,
a.catlink--02:active::before {
    background-color: rgba(7,11,16,0.80);
}
a.catlink .over-view,
a.catlink--02 .over-view,
a.catlink--02:hover .over-hide,
a.catlink--02:hover .over-hide
{
    display: none;
}
a.catlink:hover .over-view,
a.catlink:active .over-view,
a.catlink--02:hover .over-view,
a.catlink--02:hover .over-view
{
    display: block;
}

.row-top--01 {
    width: 63.33%;
    flex-basis: 63.33%;
    max-width: 63.33%;
}

.row-top--02 {
    width: 36.67%;
    flex-basis: 36.67%;
    max-width: 36.67%;
    background-color: #1e1e1e;
}
.row-top--02--01,
.row-top--02--02
{
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.row-top--02--01 {
    align-self: flex-start;
}
.row-top--03 {
    width: 42.53%;
    flex-basis: 42.53%;
    max-width: 42.53%;
}
.row-top--04 {
    width: 57.47%;
    flex-basis: 57.47%;
    max-width: 57.47%;
}
.row-top--14 {
    width: 78.2%;
    flex-basis: 78.2%;
    max-width: 78.2%;
}
.row-top--15 {
    width: 21.8%;
    flex-basis: 21.8%;
    max-width: 21.8%;
}
.equally-box--01
{
    flex-grow: 1;
    width: 33%;
    flex-basis: 33%;
}
.top-cat--01 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 4rem;
    color: rgba(179,179,179,1.00);
    text-align: center;
}

.top-cat--02 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: rgba(179,179,179,1.00);
    text-align: center;
    margin-bottom: 4px;
}
.top-cat--03 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.8rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
.top-cat--04 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
}


.cat-guide--01 p,
.cat-guide--02 p
{
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    line-height: 2.3rem;
    margin: 34px auto 0;
}
.cat-guide--02 p
{
    margin: 34px auto 0;
    color: rgba(208,208,208,1.00);
    text-align: center;
}

.row-top--14--02 {
    position: absolute;
    width: 320px;
    top: 40%;
    left: 10%;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    line-height: 2.5rem;
    color: rgba(208,208,208,1.00);
    z-index: 990;
}
.information {
    margin: 100px auto 263px;
    width: 900px;
    display: flex;
    align-items: center;
}

.information h3 {
    width: 250px;
    flex-basis: 250px;
    max-width: 250px;
    min-height: 150px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 4rem;
    color: #b3b3b3;
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.information ul {
    margin-left: 18px;
}
.information li {
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 2.4rem;
    margin-top:  16px;
}
.information li:first-of-type {
    margin-top:  0;
}

.information li a {
    color: rgb(226, 226, 226);
}

@media screen and (max-width:1550px) {
    .top-cat-box--01 a.catlink .cat-guide--01,
    .top-cat-box--02 a.catlink .cat-guide--01,
    .top-cat-box--03 a.catlink .cat-guide--01,
    .top-cat-box--02 a.catlink .cat-guide--03
    {
        width: 80%;
    }
}
/* 1550px */

@media screen and (max-width:1350px) {
    .top-cat-box--01 a.catlink .cat-guide--01 {
        top: -42px;
    }
    .top-cat-box--01 a.catlink:hover .cat-guide--01 {
        top: -64px;
    }
    .top-cat-box--02 a.catlink .cat-guide--01 {
        top:42%;
    }
    .top-cat-box--02 a.catlink:hover .cat-guide--01
    {
        top:calc(42% - 22px);
    }
}
/* 1350px */
@media screen and (max-width:1100px) {
    .top-cat-box--01 a.catlink .cat-guide--01 {
        top: -57px;
    }
    .top-cat-box--01 a.catlink:hover .cat-guide--01 {
        top: -79px;
    }
    .cat-guide--01 p {
        margin: 20px auto 0;
    }
}
/* 1100px */
@media screen and (max-width:1024px) {
    .row-flex--01,
    .row-flex--03
    {
        flex-wrap: wrap;
    }
    .row-top--01,
    .row-top--02,
    .row-top--03,
    .row-top--04,
    .row-top--02--01,
    .row-top--02--02,
    .row-top--14,
    .row-top--15
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row-top--02
    {
        flex-direction: row-reverse;
    }
    .row-flex--03 {
        flex-direction: column-reverse;
    }

    .equally-box--01
    {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .top-cat-box--01 a.catlink .cat-guide--01 {
        position: relative;
        top: 20px;
    }

    .row-top--03 .cat-guide--01,
    .row-top--02--02 .cat-guide--01
    {
        width: 410px !important;
        height: 300px;
        padding-top: 100px;
    }
    .top-cat-box--01 a.catlink:hover .row-top--02--02 .cat-guide--01 {
        top: -2px;
    }
    .top-cat-box--02 a.catlink:hover .row-top--03 .cat-guide--01
     {
        padding-top: 78px;
    }

    .top-cat-box--02 a.catlink .cat-guide--01 {
        position:relative;
    }
    .row-top--09 {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 120px;
    }

    .item-cat-list {
        position: relative;
        background-color: #1e1e1e;
        padding-bottom: 200px;
    }
    #item-list.item-cat-list {
        padding-bottom: 0;
    }
    .row-top--15 {
        height: 200px;
    }
    .top-cat-box--03 a.catlink--02 .cat-guide--02 {
        width: 90%;
    }
    .information {
        margin: 50px auto 131px;
        width: 90%;
        flex-wrap: wrap;
    }
    .information h3 {
        font-size: 3rem;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-height: 80px;
        margin-bottom: 30px;
    }
}
/* 1024px */
@media screen and (max-width:600px) {
    .equally-box--01
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row-top--14--02 {
        width: 80%;
        top: 20%;
        left: 10%;
    }
}
/* 600px */

@media screen and (max-width:450px) {
    .row-top--14--02 {
        width: 90%;
        top: 10%;
        left: 5%;
    }
    .row-top--03 .cat-guide--01, .row-top--02--02 .cat-guide--01 {
        width: 90% !important;
    }
}
/* 600px */

/* =Contents Page
-------------------------------------------------------------- */
.site-content {
    min-height: calc(100vh - 494px);
}
.page-title {
    width: 100%;
    height: 97px;
    background-color: #b3b3b3;
    text-align: center;
    padding: 15px 0;
}
.page-title h1,
.page-title h2
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.2rem;
    color: #353535;
}
.page-title h1.jp-page-title {
    font-weight: 500;
    font-size: 3rem;
    margin-top: 20px;
}
.page-title p {
    font-family: 'Fjalla One', sans-serif;
    font-size: 4rem;
    color: #353535;
    margin-top: 5px;
}
.page-cat-title {
    width: 100%;
    height: 79px;
    background-color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-cat-title .eng-cat {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.2rem;
    margin-right: 35px;
}
.page-cat-title .jpn-cat {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 4px 12px;
}
.page-cat-title .jpn-cat h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
}

.item-list-box {
    display: flex;
    flex-wrap: wrap;
}
.item-list-box .category-list {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 52px;
}
.item-list-box .category-list .itemname {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 8px;
    text-align: center;
    padding: 0 10px;
}
.item-list-box .category-list a {
    color: #e2e2e2;
}
.item-list-box .category-item .itemprice {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 38px;
}
.item-list-box .category-item .itemprice .tax {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
}
.item-single {
    width: 1400px;
    margin: 0 auto 32px;
}

#itempage .detail-box .item-name {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6em;
}


#itempage .field {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 34px;
}


#itempage .field .field_price {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    text-align: center;
}
#itempage .field .field_price span {
    display: inline-block;
}
#itempage .field .field_price .tax {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
}

#itempage .field .field_cprice {
    font-size: 1.3rem;
    color: #b3b3b3;
    text-decoration: line-through;
    margin-right: 10px;
}

#itempage .field .zaikostatus {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    margin-left: 100px;
    margin-top: 4px;
}

.quantity .caption,
.quantity .quantity-input,
.cart-button
{
    display: block;
}
.quantity .caption {
    margin-bottom: 4px;
}
.quantity .quantity-input {
    width: 94px;
    margin-bottom: 22px;
}
.quantity .quantity-input input {
    text-align: center;
}
#itempage .cart-button {
    width: 57%;
}
#itempage .item-description
{
    margin-top: 53px;
}
#itempage .item-description p,
#itempage .item-description h3
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    line-height: 2em;
}

#itempage .item-description h3 {
    margin: 53px 0 20px;
}
@media screen and (max-width:1400px) {
    .item-single {
        width: 96%;
    }
}
/* 1400px */
@media screen and (max-width:1024px) {
    .item-list-box .category-list {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
/* 1024px */

@media screen and (max-width:600px) {
    .item-list-box .category-list
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-title {
        height: 77px;
    }
    .page-title p {
        font-size: 3rem;
    }
    .page-cat-title {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0 ;
    }
    .page-cat-title .eng-cat,
    .page-cat-title .jpn-cat
    {
        width: 80%;
        flex-basis: 80%;
        max-width: 80%;
        text-align: center;
    }
    .page-cat-title .eng-cat {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #itempage .field .zaikostatus {
        margin-left: 50px;
    }
}
/* 600px */
@media screen and (max-width:370px) {
    #itempage .field .zaikostatus {
        margin-left: 20px;
    }
}
/* 600px */
/* =outfit, About PRO CLUB, Original Print
-------------------------------------------------------------- */
.row-flex--02.about-pro-club {
    border: solid 15px #1e1e1e;
}
.row-flex--01.original-print {
    background-color: #1e1e1e;
}
.row--01.about-pro-club {
    margin: 148px 0 74px;
}
.row-outfit--01,
.row-print--01
{
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    color: #e2e2e2;
    padding: 9.3% 3.2% 0 3.2%;
}
.row-about--01 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    color: #e2e2e2;
    background-color: #1e1e1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-outfit--02,
.row-about--02,
.row-print--02
{
    width: 60%;
    flex-basis: 60%;
    max-width: 60%;
}
.row-about--02 {
    padding: 48px 30px;
}
.row-outfit--03,
.row-outfit--06,
.row-print--03,
.row-print--06,
.row-print--07,
.row-print--08
{
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.row-outfit--04,
.row-outfit--05
{
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 6.9% 3.2% 0 6.9%;
    position: relative;
    color: #0c0c0c;
}
.row-print--04,
.row-print--05,
.row-print--08
{
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 85px;
    padding-right: 20px;
}
.row-print--08 p {
    margin-top: 22px;
}
.row-print--08 p:first-of-type {
    margin-top: 0;
}
.row-outfit--05,
.row-print--05
{
    color: #e2e2e2;
}
.outfit .title--01,
.original-print .title--01
{
    margin-bottom: 52px;
}
.outfit .title--01 h2,
.about-pro-club .title--01 h2,
.original-print .title--01 h2,
.other-brand h2,
.order-flow .title--01 h2,
.price-box .title--01 h2
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}
.about-pro-club .title--01 h2,
.order-flow .title--01 h2,
.price-box .title--01 h2
{
    text-align: center;
}
.original-print.gray .title--01 h2 {
    color: #0c0c0c;
}
.outfit .proclub-logo {
    width: 215px;
    margin-top: 170px;
}
.about-pro-club .proclub-logo {
    width: 215px;
    margin: 18px auto;;
}
.outfit .eng-sub--01,
.original-print .eng-sub--01
{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.6rem;
    color: #666;
}

.outfit .related-links--01,
.outfit .related-links--02
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4em;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.outfit .related-links--02 {
    right: 20px;
    left: auto;
    bottom: 20px;
}
.outfit .related-links--01 a {
    color: #0c0c0c;
}
.outfit .related-links--02 a {
    color: #e2e2e2;
}
.row-item-list--01 {
    display: flex;
    flex-wrap: wrap;
}
.row-item-list--01 .item-box--01 {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 58px;
}
.row-item-list--01 .item-box--01 a {
    display: block;
    width: 100%;
}
.row-item-list--01 .item-box--01 .photo {
    margin-bottom: 22.2px;
}
.row-item-list--01 .item-box--01 .cat-title--01 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}
.row-item-list--01 .item-box--01 .cat-guide--01 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #e2e2e2;
    text-align: center;
    padding: 0 10px;
}
.row-item-list--01 .item-box--01 a {
    display: block;
    width: 100%;
}
.row-flex--02.color-chart {
    padding: 177px 0 130px;
}
.color-chart-fig {
    width: 530px;
    margin: 0 auto;
}
.other-brand {
    background-color: #1e1e1e;
    padding: 101px 0 91px;
    text-align: center;
}
.other-brand .guide-txt--01 {
    margin-top: 76px;
}
.order-flow,
.price-box
{
    padding: 101px 0 91px;
}
.order-flow-fig {
    width: 900px;
    margin: 135px auto;
}
.row-flex--02.step {
    align-items: center;
    margin-bottom: 45px;
}
.order-flow-step {
    width: 390px;
    flex-basis: 390px;
    height: 150px;
    border: solid 1px #b3b3b3;
    padding: 30px 10px;
    text-align: center;
    position: relative;
}
.order-flow-step.arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #666666 transparent transparent transparent;
    margin: auto;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}

.order-flow-step .step-no {
    font-family: 'Fjalla One', sans-serif;
    font-size: 5rem;
    color: #b3b3b3;
    margin-bottom: 12px;
}
.order-flow-step .step-title {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    color: #b3b3b3;
}
.order-flow-guide {
    padding: 0 10px 0 50px;
}
.order-flow-guide li {
    list-style-type: disc;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 7px;
}
.price-box {
    width: 1400px;
    margin: auto;
}
.price-table {
    width: 100%;
}
.price-box .note--02 {
    margin: 117px 0 7px;
    text-align: right;
}
.price-table tr.black {
    background-color: #282828;
}
.price-table th,
.price-table td {
    width: 14.28%;
    font-size: 1.4rem;
    padding: 29px 20px 29px 8px;
    text-align: right;
}

.price-table.two-item th,
.price-table.two-item td
{
    width: 50%;
}
.sub-title--01 {
    background-color: #282828;
    padding: 12px 20px;
}
.sub-title--01 h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2rem;
}
.narrow-box--01 {
    width: 80%;
}
.row-price--01,
.row-price--02
{
    width: 48%;
    flex-basis: 48%;
    max-width: 48%;
}
.row-price--02 {
    margin-left: 4%;
}
.row-flex--02.option {
    margin: 100px 0;
}

.print-estimate {
    width: 600px;
    margin: 0 auto 100px;
    position: relative;
}
.print-estimate a {
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 10rem;
    font-size: 3rem;
    display: block;
    width: 100%;
    padding-left: 130px;
    color: #fff;
    background-color: #000;
    border-radius: 8px;
}
.print-estimate a::before {
    display: block;
    content: "";
    width: 37px;
    height: 28px;
    background:url("/img/common/mail_icon_w.svg") no-repeat;
    position: absolute;
    margin: auto;
    left: 80px;
    top:0;
    bottom:0;
}
.item-description .note--03 {
    text-align: right;
    font-size: 1.2rem;
    margin: 7px 0 0;
}
table.size-table {
    width: 100%;
}

table.size-table th,
table.size-table td
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    padding: 18px 0;
    border-bottom: solid 1px #b3b3b3;
}
table.size-table th {
    width: 24%;
    text-align: left;
}
table.size-table td {
    text-align: center;
}
.clothing-col {
    width: 471px;
}
@media screen and (max-width:1500px) {
    .row-outfit--01 {
        padding: 6% 3.2% 0 3.2%;
    }
    .row-outfit--04,
    .row-outfit--05
    {
        padding: 5% 3.2% 0 5%;
    }
    .outfit .title--01 h2 {
        font-size: 2.6rem;
        line-height: 1.2em;
        margin-top: 4px;
    }
    .guide-txt--01 {
        line-height: 1.8em;
    }
    .outfit .proclub-logo {
        width: 160px;
        margin-top: 80px;
    }
    .price-box {
        width: 96%;
    }
}
@media screen and (max-width:1200px) {
    .row-outfit--01,
    .row-outfit--04,
    .row-outfit--05
    {
        padding: 20px;
    }
    .outfit .title--01,
    .original-print .title--01
    {
        margin-bottom: 32px;
    }
    .outfit .eng-sub--01,
    .original-print .eng-sub--01
    {
        font-size: 1.8rem;
        color: #666;
    }
    .outfit .title--01 h2,
    .original-print .title--01 h2,
    .other-brand h2
    {
        font-size: 2.1rem;
    }
    .outfit .proclub-logo {
        margin-top: 40px;
    }
    .outfit .related-links--01,
    .outfit .related-links--02
    {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 100px;
    }
}
/* 1200px */

@media screen and (max-width:1024px) {
    .row-flex--01.outfit,
    .row-flex--01.original-print
    {
        flex-direction: column-reverse;
    }
    .row-flex--04.outfit,
    .row-flex--04.original-print
    {
        flex-wrap: wrap;
    }
    .row-outfit--01,
    .row-outfit--02,
    .row-outfit--03,
    .row-outfit--04,
    .row-outfit--05,
    .row-outfit--06,
    .row-about--01,
    .row-about--02,
    .row-print--01,
    .row-print--02,
    .row-print--03,
    .row-print--04,
    .row-print--05,
    .row-print--06,
    .row-print--07,
    .row-print--08
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row--01.about-pro-club {
        margin: 74px 0 37px;
    }
    .row-item-list--01 .item-box--01 {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 32px;
    }
    .row-print--08 {
        padding: 0 20px 0 40px;
    }
    .row-print--01,
    .row-print--04,
    .row-print--05
    {
        padding: 74px 40px;
    }
    .original-print .title--01
    {
        margin-bottom: 0;
    }
    .original-print .title--01 h2 {
        line-height: 1.3em;
    }
    .original-print .row-print--01 .title--01 {
        margin-bottom: 20px;
    }
    .row-flex--02.color-chart {
        width: 480px;
        margin: auto;
        padding: 65px 0 65px;
    }
    .order-flow-fig {
        width: 390px;
        margin: 70px auto;
    }
    .order-flow-guide {
        padding: 30px 10px 50px;
    }
    .order-flow-guide li {
        margin-left: 1em;
    }
    .order-flow,
    .price-box
    {
        padding: 50px 0 45px;
    }

}
/* 1024px */
@media screen and (max-width:780px) {
    .price-table th,
    .price-table td {
        width: auto;
        padding: 14px 10px 14px 8px;
    }
}
/* 780px */
@media screen and (max-width:638px) {
    .print-estimate {
        width: 94%;
        margin: 0 auto 50px;
    }
    .print-estimate a {
        line-height: 6rem;
        font-size: 2.1rem;
        padding-left: 23%;
    }
    .print-estimate a::before {
        left: calc(21% - 45px);
    }
}
/* 638px */
@media screen and (max-width:600px) {
    .row-item-list--01 .item-box--01 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }
    .about-pro-club .title--01 h2
    {
        font-size: 2.1rem;
    }
    .price-table th,
    .price-table td {
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    .price-table.two-item th,
    .price-table.two-item td {
        width: auto;
    }
    .other-brand .guide-txt--01 {
        margin-top: 38px;
        text-align: left;
        padding: 0 10px;
    }
    .other-brand {
        padding: 50px 0 45px;
    }
    .row-flex--02.color-chart {
        width: 100%;
    }
    .color-chart-fig {
        width: 94%;
    }
    .row-flex--02.step {
        margin-bottom: 0;
    }
    .order-flow-fig {
        margin: 70px auto 0;
    }
    .row-flex--02.option {
        margin: 30px auto;
    }
}
/* 600px */
@media screen and (max-width:471px) {
    .clothing-col {
        width: 100%;
        padding-right: 10px;
    }
    .row-flex--02.option .row-price--01,
    .row-flex--02.option .row-price--02
    {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .row-about--02 {
        padding: 24px 15px;
    }
}
/* 471px */
@media screen and (max-width:413px) {
    .outfit .related-links--01,
    .outfit .related-links--02
    {
        margin-top: 50px;
        right: auto;
    }
    .row--01.about-pro-club {
        margin: 37px 0 20px;
    }
    .row-print--01,
    .row-print--04,
    .row-print--05
    {
        padding: 37px 20px;
    }
    .order-flow-fig {
        width: 100%;
    }
    .order-flow-step {
        width: 96%;
        margin: auto;
        flex-basis: 96%;
        height: 100px;
        padding: 20px 10px;
    }
    .order-flow-step .step-no {
        font-size: 2.8rem;
        margin-bottom: 5px;
    }
    .order-flow-step .step-title {
        font-size: 1.8rem;
    }
    .order-flow .title--01 h2,
    .price-box .title--01 h2 {
        font-size: 2.1rem;
    }
    .order-flow,
    .price-box
    {
        padding: 30px 0 20px;
    }
    .price-box .note--02 {
        margin: 40px 0 7px;
    }
    .price-table th,
    .price-table td {
        font-size: 1.1rem;
    }
    .narrow-box--01 {
        width: 100%;
    }
    .price-table th.col-title {
        text-align: left;
        width: 50px;

    }
    .price-box .note--02 {
        font-size: 1.2rem;
    }
    .price-table th,
    .price-table td {
        font-size: 1rem;
        padding: 10px 3px 10px 3px;
    }
    .print-estimate a {
        line-height: 5rem;
        font-size: 1.6rem;
        padding-left: 23%;
    }
    .print-estimate a::before {
        width: 28px;
        height: 21px;
        left: calc(21% - 38px);
    }
}
/* 413px */

/* =Member pages
-------------------------------------------------------------- */
.error_message {
	color: #ff0000;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 20px;
    text-align: center;
}

#memberpages {
    margin-top: 100px;
}

.loginbox {
    width: 600px;
    margin: 0 auto;
}


.loginbox .new-entry h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 32px;
    text-align: center;
}

#loginform .submit,
.loginbox #nav {
    text-align: center;
}
#loginform .submit {
    margin-top: 32px;
}
#newmember,
.standard-box
{
    width: 850px;
    margin: 0 auto;
}

#newmember .send {
    width: 300px;
    margin: 0 auto;
}
.customer_form {
    margin-bottom: 32px;
}
.customer_form th,
.customer_form td
{
    padding: 10px;

}
.customer_form th {
    width: 200px;
    vertical-align: middle;
}
.customer_form th em,
.color-red
{
    color: #FF0000;
}

.customer_form td input[type="text"],
.customer_form td input[type="password"],
.customer_form td input[type="email"],
.customer_form td input[type="tel"],
.customer_form td input[type="search"],
.customer_form td input[type="url"]
{
    margin: 4px 0;
}
.header_explanation li {
    line-height: 1.6em;
    margin-bottom: 7px;
}

.standard-box {
    margin: 100px auto;
    line-height: 1.6em;
}

.standard-box h2.news-page-title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.standard-box .news-date {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 20px;
}
.news-index .news-box {
    display: flex;
    margin-bottom: 20px
}
.standard-box .news-box .news-date {
    text-align: left;
    margin-bottom: 0;
    width: 90px;
    flex-basis: 90px;
    max-width: 90px;
    margin-right: 10px;
    line-height: 1.6em;
}
.news-index .news-box .news-title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6em;
}
.standard-box h3 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 18px 0 7px;
}
.standard-box ul,
.standard-box ol,
.standard-box dl,
.standard-box p
{
    margin: 1em 0;
}
.standard-box ul li {
    margin-left: 1.5em;
    list-style-type: disc;
}
.standard-box ol li {
     margin-left: 1.5em;
    list-style-type: decimal;
}

.standard-box dt {
    margin-bottom: 7px;
}
.standard-box dd {
    margin-left: 2em;
    margin-bottom: 1em;
}

.wpcf7-form p {
    margin: 2em 0;
}

.cart-page-inn,
.member-page-inn
{
    width: 1000px;
    margin: 50px auto;
}

@media screen and (max-width:1024px) {
    .cart-page-inn,
    .member-page-inn,
    .standard-box
    {
        width: 96%;
    }
}
/* 1024pxend */
@media screen and (max-width:900px) {
    #newmember, .standard-box {
        width: 94%;
    }
}
/* 900px end */
@media screen and (max-width:620px) {
    #memberpages {
        margin-top: 50px;
    }
    .loginbox {
        width: 94%;
    }
}
/* 620px end  */
.pagination_wrapper {
    margin: 50px 10px;
    text-align: center;
}
.page-numbers {
    display: flex;
    justify-content: center;
}
.page-numbers li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    margin: 0 2px;
}
.page-numbers li a {
    display: block;
    color: #fff;
    background-color: #242424;
    border-radius: 50%;
}

table.estimate-table {
    width: 100%;
    border: solid 1px #b3b3b3;
}

table.estimate-table th,
table.estimate-table td
{
    padding: 12px;
    border: solid 1px #b3b3b3;
}
table.estimate-table th {
    background-color: #1e1e1e;
    color: #fff;
}

.estimate input[type="text"],
.estimate input[type="email"],
.estimate input[type="tel"]
{
    width: 100%;
    padding: 3px 5px;
    height: 36px;
    line-height: 36px;
}

.estimate .size-wrap .error {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3em;
    right: 0;
    background-color: #fff;
    padding: 3px 5px;
    border: solid 1px #ccc;
}
.estimate input[type="text"].num {
    width: 48px;
    margin: 0 7px;

}
.estimate input[type="text"].code {
    width: 100px;
}
.estimate .size-val {
    display: inline-block;
    margin-left: 1em;
}

.estimate .order-item
{
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.estimate .order-item
{
    margin-bottom: 20px;
}
.estimate .order-item-size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.estimate .order-item-size .size-wrap {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.estimate .order-item-size,
.top20
{
    margin-top: 20px;
}
.estimate textarea.lbox {
    width: 100%;
    height: 10em;
    padding: 3px 5px;
}

.estimate input.etc-item {
    margin: 7px 2em;
    width: 400px;
}
.estimate h3 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 7px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.estimate .row-box--01 {
    margin-bottom: 50px;
}


.standard-box table.customer p {
    margin: 4px 0 0;
    line-height: 1.4em;
}
span.required {
    display: inline-block;
    margin-left: 4px;
    color: #FF0004;
}
.estimate_submit {
    text-align: center;
    margin: 50px 0;
}
input[type="submit"].estimate_submit_button {
    width: 300px;
	color: #fff;
	background-color: #ff8c00;
	border: none;
	border-radius: 3px;
    margin-bottom: 20px;
}
input[type="submit"].estimate_submit_button:hover {
	background-color: #ffa500;
}
input[type="submit"].estimate_back_button {
    width: 300px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.order-plus,
.order-minus {
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    margin-right: 7px;
}

@media screen and (max-width:700px) {
    .estimate .order-item-size h4 {
        width: 100%;
        flex-basis: 100%;
    }
    .estimate_submit {
        margin: 0;
    }
}
/* 700px end  */
@media screen and (max-width:580px) {
    .standard-box {
        margin: 50px auto;
    }
    table.estimate-table th,
    table.estimate-table td
    {
        padding: 10px 7px;
    }
    table.estimate-table.customer th,
    table.estimate-table.customer td
    {
        width: 100%;
        display: block;
        border-bottom: none;
        border-left: none;
        border-right: none;

    }
    table.estimate-table.customer th:first-of-type
    {
        border-top: none;
    }

}
/* 580px end  */

@media screen and (max-width:420px) {
    .estimate input.etc-item {
        margin: 7px 5px;
        width: 96%;
    }
}
/* 420px end  */

/* #item-list新規 */
#item-list02 {
	padding-top: 50px;
	background-color: #f0f0f0;
}

#item-list02 .itemListItems {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#item-list02 .itemListItem {
	width: 27%;
	margin-bottom: 40px;
}

#item-list02 .itemListItem img {
	width: 100%;
}

#item-list02 .itemListItem h3 {
	color: #585757;
	font-weight: bold;
	font-size: 17px;
  text-align: center;
	padding-top: 15px;
	white-space: nowrap;
	font-family: 'M PLUS 1p', sans-serif;
}

#item-list02 .itemListItem h3 p {
	padding-top: 10px;
	color: #523b12!important;
	font-family: 'M PLUS 1p', sans-serif;
}

#item-list02 .itemListItem .itemPrice {
  font-size: 17px;
	color: #000;
	text-align: center;
	padding-top: 14px;
	font-family: 'Lato', sans-serif;
}

#item-list02 .itemListItem .itemPrice span {
	color: #e31022
}

#item-list02 .itemListItem p:last-of-type {
  font-size: 17px;
	color: #000;
	text-align: center;
	padding-top: 7px;
	font-family: 'M PLUS 1p', sans-serif;
}

#item-list02 .itemListItem:last-child p:nth-child(2) {
    padding-top: 14px;
}

#item-list02 .itemListItem:last-of-type .itemPrice {
  font-family: 'Lato', sans-serif;
}

#item-list02 .itemListItem .itemSize {
	display: block;
	padding-top: 5px;
}

#item-list02 .itemTextHover:hover {
	opacity: 0.75;
}

/*ここからメディアクエリ(768px)*/

@media screen and (max-width:768px) {
	#item-list02 .itemListItem {
		width: 90%;
	}

	#item-list02 .itemListItem h3 {
		font-size: 1.7rem;
	}

	#item-list02 .itemListItem .itemPrice {
		font-size: 1.3rem;
	}

}/*ここまでメディアクエリ(768px)*/

/* オリジナルプリント追加要素ここから*/
.sp {
  display: none;
}

.contactContainer {
  max-width: 1300px;
  margin: 0 auto;
}

.contactContainer .contactBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactBox .telItem {
  width: 45%;
  text-align: center;
  margin: 0 30px 0 0;
}

.contactBox .telItem img {
  /* max-width: 400px; */
  width: 100%;
}

.contactBox .telItem p{
  font-size: 16px;
  margin: -8px 0 0;
  font-family: 'M PLUS 1p', sans-serif;
}

.contactBox .disItem {
  width: 45%;
  text-align: center;
  background-color: #FC7200;
  border-radius: 8px;
  height: 103px;
  margin: 8px 0 0;
}

.contactBox .disItem a {
  color: #000 !important;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 25px; */
  font-size: 3rem;
}

.contactBox .disItem img {
  margin-right: 15px;
}

.contactContainer .lineBoxTitle {
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    margin: 90px 0 40px;
}

.lineBox {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.lineBoxItem {
  width: 45%;
}

.lineBox .lineBoxItem h3 {
  background-color: #06C755;
  display: flex;
  align-items: center;
  padding: 18px 25px;
  color: #000;
  font-size: 24px;
  font-family: 'M PLUS 1p', sans-serif;
}

.lineBox .lineBoxItem h3 img {
  margin-right: 15px;
}

.lineBox .lineQrText {
  display: flex;
  justify-content: space-between;
  background-color: #282828;
  padding: 30px 25px;
  height: 224px;
}

.lineBox .lineText p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0 0 0 26px;
  position: relative;
}

.lineBox .lineText p::before {
    content: url('/img/original-print/ico_check_square.png');
    position: absolute;
    top: 3px;
    left: 0;
}

.lineBox .lineText p.lineId::before {
    content: none;
}

.lineBox .lineText p img {
  vertical-align: middle;
  padding-right: 5px;
}

.lineBox .lineBoxItem .lineQrText .lineText {
  background-color: #282828;
  width: 65%;
  font-family: 'M PLUS 1p', sans-serif;
}

.lineBox .lineBoxItem.id .lineText{
  background-color: #282828;
  padding: 30px 25px;
  height: 224px;
  font-family: 'M PLUS 1p', sans-serif;
}

.lineBox .lineText .lineId {
    text-align: center;
    padding: 9px 30px;
    border: 1px #A3A3A3 solid;
    width: 390px;
    margin-left: 30px;
}

/* .contactContainerのメディアクエリえ */

@media screen and (max-width:768px){

  .contactContainer {
    margin: 50px 0 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contactContainer .contactBox {
    display: block;
  }

  .contactBox .telItem {
    width: 95%;
    margin: 0 auto;
  }
.contactBox .telItem p{
  font-size: 14px;
    margin: 0;
}

  .contactBox .disItem {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 30px;
    height: 70px;
  }

  .lineBox {
    display: block;
  }

  .lineBoxItem {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .lineBox .lineQrText {
    height: auto;
    padding: 18px 16px;
  }

  .lineBox .lineQrText .lineqrCode img {
    width: 100%;
}
.lineBox .lineQrText .lineqrCode {
    width: 33%;
}

.lineBox .lineText p {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 0 0 22px;
}

.lineBox .lineText p::before{
  top: 4px;
}

.lineBox .lineBoxItem .lineQrText .lineText{
  width: 63%;
}

.lineBox .lineBoxItem h3{
  padding: 13px 16px;
  font-size: 18px;
}

.lineBox .lineBoxItem.id .lineText{
  padding: 18px 16px;
  height: auto;
}

.lineBox .lineText .lineId{
  margin-left: 24px;
  padding: 7px 30px;
  width: 270px;
}

.contactContainer .lineBoxTitle{
  font-size: 2.1rem;
  margin: 60px 0 15px;
}

.contactBox .disItem a {
    font-size: 1.8rem;
}

}/* メディアクエリここまで */

/* オリジナルプリント追加要素ここまで*/
