@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kranky&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal !important;
}

.serif {
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}
.kranky {
    font-family: 'Kranky', cursive;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F7F3;
}
#container {
    overflow: hidden;
	text-align: left;
}
#main {
    padding-top: 90px;
}
.content {
    padding-top: 48px;
    position: relative;
}
.content:after {
	width: 100%;  
	height: 72px;
    background: url("/item/img/common/com_bg01.png") repeat center top;
    background-size: 1500px auto;
	position: absolute;  
	top: 10px;
	left: 0;  
	content: ""; 
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
    border: none !important;
}
@media all and (min-width: 737px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
    a:hover img {
		opacity: 1 !important;
	}
/*
	.sp {
		display: block !important;
	}
*/
}
@media all and (max-width: 736px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        padding-top: 60px;
    }
    .content {
        padding-top: 30px !important;
    }
    .content::after {
        top: 0;
        background-size: auto 40px;
    }
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#gHeader .hInner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 9px 20px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gHeader .rBox {
    padding-right: 127px;
    display: flex;
    align-items: center;
}
#gHeader .naviUl {
    padding-top: 4px;
    display: flex;
}
#gHeader .naviUl > li {
    margin-left: 26px;
    position: relative;
}
#gHeader .naviUl > li a {
    padding: 10px 0;
}
#gHeader .naviUl > li a:hover{
    opacity: 0.7;
}
#gHeader .naviUl > li .jsUl {
    display: none;
    width: 300px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
}
#gHeader .naviUl > li .jsUl a {
    display: block;
    padding: 5px 0;
}
#gHeader .linkUl {
    margin: 9px 0 0 17px;
    display: flex;
    position: fixed;
    top: 36px;
    transform: translateY(-50%);
    left: calc(50% + 383px);
    z-index: 1000;
}
#gHeader .linkUl li {
    margin-left: 15px;
}
#gHeader .linkUl li a:hover img {
    opacity: 0.7;
}
#gHeader h1 span {
    font-weight: normal;
    display: block;

    font-size: 1.1rem;
    margin-bottom: 6px;
}
.comLeftBox {
    position: fixed;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 500;
}
.comLeftBox p {
    margin: 0 0 76px -43px;
    padding-right: 35px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #313500;
    letter-spacing: 0.1em;
    transform: rotate(90deg);
    position: relative;
}
.comLeftBox p:after {
	width: 1px;  
	height: 44px;
    background-color: #313500;
	position: absolute;  
	top: -11px;
	left: 100%;  
	content: ""; 
    transform: rotate(90deg);
}
.comLeftBox .snsUl li {
    margin-bottom: 10px;
}
.comLeftBox .snsUl li a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 1024px) {
	#gHeader {
	}
    #gHeader .naviUl {
        display: none;
    }
    #gHeader .hInner {
        padding: 5px 10px;
    }
    #gHeader h1 img {
        width: 136px;
    }
    #gHeader h1 span {
        margin-bottom: 5px;
        font-size: 0.8rem;
    }
    #gHeader .linkUl li img {
        width: 40px;
    }
    #gHeader .linkUl {
        margin: 0;
        left: auto;
        transform: none;
        top: 10px;
        right: 10px;
    }
    #gHeader .linkUl li {
        margin-left: 7px;
    }
    .comLeftBox {
        display: none;
    }
    #gHeader .rBox {
        padding: 0;
    }
}

@media all and (min-width: 1025px) {
    #gHeader .linkUl .menu {
        display: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 37px;
    margin-top: 64px;
    position: relative;
    background: url("/item/img/common/f_bg02.jpg") repeat center center;
}
#gFooter .fImg {
    margin-bottom: 48px;
    text-align: center;
}
#gFooter .naviUl {
    padding-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
#gFooter .naviUl > li {
    width: 31.5%;
}
#gFooter .naviUl > li:nth-child(3n-1) {
    margin-left: 2.75%;
    margin-right: 2.75%;
}
#gFooter .naviUl .subUl > li {
    padding: 9px 10px 13px;
    border-bottom: 1px dashed #9B9B8C;
}
#gFooter .naviUl > li:nth-child(2) .subUl > li:last-child,
#gFooter .naviUl > li:first-child .subUl > li:last-child {
    border: none;
}
#gFooter .naviUl > li:nth-child(2),
#gFooter .naviUl > li:first-child {
    border-bottom: 1px dashed #9B9B8C;
}
#gFooter .naviUl .subUl > li > a {
    font-size: 1.3rem;
    padding-left: 20px;
    display: inline-block;
    background: url("/item/img/common/icon04.png") no-repeat left center;
}
#gFooter .naviUl .subUl ul {
    margin: 5px 0 4px 20px;
}
#gFooter .naviUl .subUl ul li a {
    font-size: 1.3rem;
    line-height: 2.3;
    text-indent: -1.1em;
    padding-left: 1.1em;
    display: inline-block;
}
#gFooter .naviUl a:hover {
    opacity: 0.7;
}
#gFooter .fInner {
    position: relative;
    padding: 17px 0 12px;
    background: url("/item/img/common/f_bg.jpg") repeat center top;
}
#gFooter .naviUl .subUl ul li a[target="_blank"] {
    display: inline-block;
    padding-right: 10px;
    background: url("/item/img/common/icon03.png") no-repeat right center;
}
.fInner .mainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fInner .lBox {
    display: flex;
    align-items: center;
}
.fInner .lBox .textBox {
    padding: 10px 0 0 25px;
}
.fInner .lBox .textBox p {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6;
}
.fInner .lBox .textBox .ttl {
    margin-bottom: 1px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}
.fInner .snsUl {
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
}
.fInner .snsUl li {
    margin-right: 10px;
}
.fInner .snsUl img {
    vertical-align: middle;
}
address {
    font-size: 1.1rem;
    font-style: normal;
}
.fInner .rBox {
    padding: 7px 45px 0 0;
    width: 23%;
}
.pageTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 900;
}
.pageTop.noFix {
    position: absolute;
    bottom: calc(100% + 20px);
}
.pageTop a:hover {
    opacity: 0.7;
}
#gFooter .fBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
#gFooter .fBox .tel {
    padding-right: 26px;
    display: flex;
    align-items: center;
    position: relative;
}
#gFooter .fBox .tel img {
    margin: -5px 5px 0 0;
}
#gFooter .fBox .tel:after {
	width: 1px;  
    background-color: #9EA195;
	position: absolute;  
	top: 12px;
    bottom: 12px;
	right: 0;  
	content: ""; 
    display: none;
}
#gFooter .tel p {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}
#gFooter .tel a {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.18em;
    vertical-align: -3px;
    margin-right: 10px;
    padding-left: 25px;
    background: url("/item/img/common/icon07.png") no-repeat left center;
}
#gFooter .contact {
    margin-right: 15px;
    padding: 10px 18px;
    position: relative;
}
#gFooter .contact:after {
	width: 1px;  
    height: 100%;
    background-color: #9EA195;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
#gFooter .contact:before {
	width: 1px;  
    height: 100%;
    background-color: #9EA195;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#gFooter .contact a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    padding-left: 35px;
    background: url("/item/img/common/icon08.png") no-repeat left center;
}
#gFooter .fBox .rBox {
    display: flex;
    align-items: center;
}
#gFooter .fBox .rBox .img {
    margin: 0 0 -5px 10px;
}
#gFooter .fBox .rBox p {
    letter-spacing: 0.18em;
    font-weight: 600;
}
.fixdBox {
    height: 70px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url("/item/img/common/f_bg02.jpg") repeat center center;
}
.fixdBox a:hover {
    opacity: 0.7;
}
@media all and (max-width: 736px) {
    #gFooter {
        padding-top: 10px;
        background-size: 750px auto;
    }
    #gFooter .naviUl {
        padding-top: 20px;
        margin-bottom: 40px;
        display: block;
    }
    #gFooter .naviUl > li {
        margin: 0 !important;
        width: auto;
    }
    #gFooter .naviUl .subUl ul {
        margin-bottom: -7px;
    }
    #gFooter .fInner {
        padding: 10px 0;
        background-size: 750px auto;
    }
    .fInner .mainBox {
        display: block;
    }
    .fInner .lBox {
        justify-content: center;
    }
    .fInner .fLogo img {
        width: 100px;
    }
    .fInner .lBox .textBox {
        padding-left: 15px;
    }
    .fInner .lBox .textBox p {
        font-size: 1.1rem;
    }
    .fInner .lBox .textBox .ttl {
        font-size: 1.4rem;
    }
    address {
        font-size: 1rem;
    }
    .fInner .rBox {
        width: auto;
        padding: 10px 0 0;
        text-align: center;
    }
    .fInner .rBox img {
        width: 180px;
    }
    #gFooter .fBox .tel {
        padding: 0;
    }
    #gFooter .tel p {
        font-size: 0.9rem;
        text-align: center;
    }
    
    #gFooter .tel a {
        display: block;
        margin: 0;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    #gFooter .contact a {
        padding: 15px 0 0;

        font-size: 1.0rem;
        background-size: 20px auto;
        background-position: center top;
    }
    .fixdBox {
        height: 40px;
        display: flex;
    }
    .fixdBox .mainBox {
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    #gFooter .contact {
        margin: 0 10px;
        padding: 0 20px;
        position: relative;
    }
    #gFooter .fBox .rBox p {
        font-size: 1.0rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
    #gFooter .fBox .rBox .img {
        width: 38px;
        margin: 0 0 -5px 5px;
    }
    #gFooter .fBox .tel img {
        width: 40px;
    }
    #gFooter .fBox .tel::after {
        display: none;
    }
    #gFooter .contact::before {
        top: 1px;
        height: auto;
        bottom: 3px;
    }
    #gFooter .contact::after {
        top: 2px;
        height: auto;
        bottom: 2px;
    }
    .pageTop {
        bottom: 50px;
    }
    .pageTop img {
        width: 15px;
    }
}

#pagePath {
    max-width: 1060px;
    margin: 0 auto 18px;
    padding: 1px 0px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    align-items: center;
}
#pagePath li {
    margin-right: 3px;
}
#pagePath a {
    margin-right: 4px;
}
#pagePath img {
    vertical-align: -1px;
}
#pagePath a:hover {
    opacity: 0.7;
}


/*　ネット販売部 営業カレンダー　2022.08.25　追加　*/

#gFooter .calendarBox {
	max-width: 320px;
	margin: 45px auto 0;
}

#gFooter .calendarBox .ttl {
    letter-spacing: 0.18em;
	margin: 0 0 25px 0;
}

#gFooter .calendarBox .ttl.serif {
    font-weight: 600;
}
#gFooter .calendarBox .ttl span {
	padding: 0 0 6px;
	margin: 0px;
	display: block;
	text-align: center;
	border-bottom: 2px dotted #F2C353;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
@media all and (max-width: 736px) {
    .mainBox {
        padding: 0 10px;
    }
}

/*------------------------------------------------------------
	js-object-fit
------------------------------------------------------------*/
.js-object-fit img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media all and (-ms-high-contrast: none) {
    .js-object-fit img {
        opacity: 0;
    }
}
.ie-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.ie-object-fit img {
    opacity: 0;
}



@media all and (max-width: 736px) {
}

/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
    padding: 14px 0 18px;
    padding: 20px 0 18px;
    min-height: 100px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: url("/item/img/common/bg03.jpg") repeat center center;
}
.comTtlBox .mainBox {
    width: 100%;
}
.comTtlBox h2 {
    margin: -7px 6px 0;
    font-weight: 600;
    font-size: 1.6rem;
}
.comTtlBox .h2Ttl {
    font-size: 2rem;
}
.comTtlBox h2 span {
    font-size: 4rem;
    color: #313400;
    font-weight: 400;
    margin-right: 15px;
    letter-spacing: 0.1em;
    vertical-align: -3px;
}
.comTtlBox .h2Ttl {
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.guideBox {
    padding-bottom: 25px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #9B9B8C;
}
.guideBox:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.guideBox .lBox {
    width: 20%;
}
.guideBox .rBox {
    margin-top: -2px;
    flex: 1;
    padding-left: 30px;
}
.guideBox h3 {
    font-size: 1.6rem;
}
.guideBox .rBox p {
    line-height: 2;
    margin-bottom: 30px;
}
.guideBox .rBox p .mailLink:hover {
    opacity: 0.7;
}
.guideBox .rBox p .red {
    font-weight: bold;
    color: #d62731;
}
.guideBox .rBox .ttl {
    color: #d83139;
    font-weight: bold;
    margin-bottom: 0;
}
.guideBox .rBox p:last-child {
    margin-bottom: 0;
}
.guideBox .textImg {
    margin: -10px 0 20px;
}
.guideBox .rBox .ttl02 {
    font-weight: bold;
    margin-bottom: 0;
}
.guide .tableA {
    margin-bottom: 0;
}

@media all and (max-width: 736px) {
    .comTtlBox {
        min-height: 80px;
    }
    .comTtlBox h2 {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.4rem;
    }
    .comTtlBox h2 span {
        font-size: 3rem;
        vertical-align: 0;
    }
    .guideBox {
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: block;
    }
    .guideBox .lBox {
        width: auto;
        margin-bottom: 10px;
    }
    .guideBox .rBox {
        margin: 0;
        padding: 0;
    }
    .guideBox .rBox p {
        margin-bottom: 20px;
    }
    .guideBox .textImg {
        margin-top: 0;
    }
    .guide .comTable th {
        width: 90px;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 27px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
.headLine01 span {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #313300;
    font-weight: normal;
    margin-right: 10px;
}

@media all and (max-width: 736px) {
    .headLine01 {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    .headLine01 span {
        font-size: 2.5rem !important;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.18em;
    line-height: 1.8;
    font-weight: 600;
}

@media all and (max-width: 736px) {
    .headLine02 {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 22px;
    padding-top: 8px;
    text-align: center;
    background: url("/item/img/index/img.png") no-repeat center top;
}
.headLine03 span {
    margin: 0 0 -5px;
    display: block;
    font-size: 4rem;
}

@media all and (max-width: 736px) {
    .headLine03 {
        background-size: 37px auto;
    }
    .headLine03 span {
        font-size: 3rem;
    }
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    max-width: 200px;
    margin: 0 auto;
}
.comLink a {
    padding: 12px 10px 14px;
    display: block;
    color: white;
    border-radius: 5px;
    position: relative;
    text-align: center;
    background: url("/item/img/common/bg01.jpg") repeat center center;
}
.comLink a:hover {
    opacity: 0.7;
}
.comLink a:after {
	width: 3px;  
	height: 5px;
    background: url("/item/img/common/icon05.png") no-repeat left center;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	left: 12px;  
	content: ""; 
}
.comLink02 a:after {
    background-image: url("/item/img/common/icon06.png");
    left: auto !important;
    right: 12px;
}
.comLink.large {
    max-width: 240px;
}
.comLink.large02 {
    max-width: 270px;
}
@media all and (max-width: 736px) {
}

/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl {
    display: flex;
    flex-wrap: wrap;
}
.comNewsUl li {
    margin-bottom: 38px;
    width: 30.8%;
}
.comNewsUl li a {
    color: gray;
    display: block;
}
.comNewsUl li a:hover img {
    opacity: 0.7;
}
.comNewsUl li a p {
    color: black;
    line-height: 1.6;
}
.comNewsUl li:nth-child(3n-1) {
    margin-left: 3.8%;
    margin-right: 3.8%;
}
.comNewsUl li .photo {
    position: relative;
    padding-bottom: 56.3%;
}
.comNewsUl li .photo img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
}
.comNewsUl li .sub {
    margin-bottom: 26px;
    position: relative;
}
.comNewsUl li .sub .txtSpan {
    color: black;
    padding: 3px 5px 5px;
    box-sizing: border-box;
	width: 85px;  
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 10px;
    font-size: 1.2rem;
    z-index: 1;
}
.comNewsUl li .sub .txtSpan:after {
	width: 100%;  
	height: 100%;
    background-color: #BED1D5;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    z-index: -1;
    transform: rotate(-5deg);
}
.comNewsUl li .sub .txtSpan02 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 20px;
    min-width: 99px;
    text-align: center;
    color: white;
    padding: 4px 2px 6px;
    box-sizing: border-box;
    background-color: #1DA9C1;
}
.comNewsUl li .sub .txtSpan03:after {
    background-color: #EFCCC7;
}
.comNewsUl li .sub .txtSpan04:after {
    background-color: #D9E388;
}
@media all and (max-width: 736px) {
    .comNewsUl {
        justify-content: space-between;
    }
    .comNewsUl li {
        width: 47.3%;
        margin: 0 0 20px !important;
    }
    .comNewsUl li .photo img {
        border-radius: 10px;
    }
    .comNewsUl li .sub .txtSpan {
        font-size: 1rem;
        width: 60px;
    }
    .comNewsUl li .sub .txtSpan02 {
        font-size: 1.1rem;
        left: 10px;
        padding: 2px;
        min-width: 50px;
    }
}


/*------------------------------------------------------------
	faq
------------------------------------------------------------*/

.faq .content h3 {
    margin-bottom: 27px;
    font-size: 1.6rem;
}
.faq .content .list {
    padding-bottom: 13px;
    margin: 0 4px 24px;
    border-bottom: 1px dashed #9B9B8C;
}
.faq .content .list:last-child {
    margin-bottom: 0;
}
.faq .content .list li {
    margin-bottom: 17px;
    padding-left: 15px;
    background: url("/item/img/common/icon02.png") no-repeat left top 10px;
}
.faq .content .list li a:hover {
    opacity: 0.7;
}
.faqDl {
    margin: 0 0 0 -3px;
}
.faqDl dt {
    margin-bottom: 21px;
    padding: 0 0 20px 32px;
    background: url("/item/img/faq/imgtext01.png") no-repeat left top 2px;
    border-bottom: 1px dashed #9B9B8C;
    
}
.faqDl dt .txtSpan {
    margin-top: 8px;
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.18em;
}
.faqDl dd {
    padding: 0 0 20px 32px;
    line-height: 2;
    background: url("/item/img/faq/imgtext02.png") no-repeat left top 4px;
}
.faqDl dd .photo {
    margin: 20px 0;
}
.comWhiteBox {
    padding: 12px 20px 18px;
    margin: 25px 0 50px 0;
    background-color: white;
    border-radius: 10px;
}
.comWhiteBox p a {
    display: inline-block;
    padding: 15px 0 15px 50px;
    background: url("/item/img/common/pdf.png") no-repeat left center;
}
.comWhiteBox p a:hover {
    opacity: 0.7;
}
@media all and (max-width: 736px) {
    .comWhiteBox {
        margin-bottom: 20px;
        padding: 10px 5px 10px 20px;
        border-radius: 5px;
    }
    .comWhiteBox p a {
        padding: 10px 0 10px 40px;
        font-size: 1.2rem;
        line-height: 1.3;
        background-size: 30px auto;
    }
    .faq .content h3 {
        margin-bottom: 20px;
    }
    .faq .content .list li {
        padding-left: 10px;
        margin-bottom: 10px;
        background-position: left top 7px;
    }
    .faq .content .list {
        margin-bottom: 15px;
    }
    .faqDl dt {
        margin-bottom: 15px;
        padding: 0 0 10px 28px;
        background-position: left top;
    }
    .faqDl dt .txtSpan {
        font-size: 1.5rem;
    }
    .faqDl dd {
        padding-left: 28px;
        background-position: left top 4px;
    }
    .faqDl dd .photo {
        width: 70%;
        margin: 10px 0;
    }
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news .comNewsUl {
    margin: 22px 10px 0;
}
.mainConts {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.detailBox p {
    margin-bottom: 35px;
    font-size: 1.5rem;
    line-height: 2;
}
.detailBox p:last-child {
    margin-bottom: 0;
}
.detailBox h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}
.detailBox .detailPhoto {
    margin-bottom: 20px;
}
.detailBox .date {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.3rem;
    color: #666666;
}
.detailBox .date span {
    margin-left: 20px;
}
@media all and (max-width: 736px) {
    .mainConts {
        padding: 0 10px;
    }
    .news .comNewsUl {
        margin: 0;
    }
    .detailBox p {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
    .detailBox h3 {
        font-size: 1.8rem;
    }
    .detailBox .date {
        font-size: 1.1rem;
    }
    .detailBox .detailPhoto {
        margin-right: 60px;
    }
}

/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
.shop .headLine02 {
    margin-bottom: 60px;
}
.shop .bigPhoto img {
    width: 100%;
}
.shop .textImg {
    margin-bottom: 49px;
    padding-top: 34px;
    text-align: center;
}
.shop .comNewsUl {
    margin: 0 -10px;
}
.shop .comNewsUl p {
    text-align: center;
}
.shop .comNewsUl li .sub {
    margin-bottom: 12px;
}
.shop .comNewsUl li {
    margin-bottom: 54px;
}
.dealer {
    padding: 37px 47px 80px;
    margin-top: -3px;
    background-color: #E8E9DC;
    border-radius: 20px;
}
.dealer .headLine01 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.6rem;
}
.dealer .headLine01 span {
    font-size: 3.2rem;
    vertical-align: -2px;
}
.dealer .red {
    margin-bottom: 33px;
    font-size: 1.3rem;
    color: #d31f27;
}
.dealer .subInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.dealer .map {
    margin-top: -30px;
    width: 31%;
    order: 2;
}
.dealer .lBox {
    flex: 1;
}
.dealer dt {
    float: left;
    font-size: 1.3rem;
}
.dealer dd {
    padding: 0 0 11px 9.7em;
    font-size: 1.3rem;
}
.dealer dd a {
    margin-bottom: 5px;
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid #000000;
}
/*
.shop .blogBox .rBox {
    width: 35.9%;
    padding: 25px 22px 5px;
}
*/
.blogBox .calendar {
    margin-bottom: 44px;
    background-color: gray;
    height: 295px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogBox .map {
    margin-bottom: 44px;
}
.blogBox .map iframe {
    height: 262px;
    width: 100%;
}
.shopInfoDl {
    margin-top: -6px;
}
.shopInfoDl dt {
    float: left;
    clear: both;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.7;
}
.shopInfoDl dd {
    padding: 0 0 27px 6.5em;
    font-size: 1.3rem;
    line-height: 1.6;
}
.shopInfoDl .link {
    margin-bottom: 5px;
    display: inline-block;
}
.shopInfoDl .link:hover {
    opacity: 0.7;
}
.shop .detailBox .photo {
    margin-bottom: 20px;
}
.shop .detailBox > p {
    margin-bottom: 11px;
}
.detailBox .headLine01 {
    font-size: 1.6rem;
    padding: 25px 0 6px;
}
.detailBox .headLine01 span {
    font-size: 3.2rem;
}
.detailBox .view {
    margin-bottom: 17px;
}
.detailBox .view iframe {
    width: 100%;
    height: 365px;
}
.shop .comNewsUl02 {
    margin: 0;
}
.shop .blogBox .lBox {
    width: 60.5%;
}
.shop .comNewsUl02 li {
    width: 47.1%;
}
.shop .comNewsUl02 p {
    text-align: left;
}
.shop .comNewsUl02 .ttl02 {
    padding-top: 2px;
    margin-bottom: 2px;
    font-size: 1.2rem;
}
@media all and (max-width: 736px) {
    .shop .bigPhoto {
        margin: 0 -180px;
    }
    .shop .textImg {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .shop .headLine02 {
        margin-bottom: 30px;
    }
    .shop .comNewsUl {
        margin: 0 10px 10px;
    }
    .shop .comNewsUl li .sub {
        margin-bottom: 5px;
    }
    .shop .comNewsUl li {
        margin-bottom: 30px !important;
    }
    .dealer {
        border-radius: 10px;
        padding: 20px 15px;
    }
    .dealer .headLine01 {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .dealer .red {
        margin-bottom: 15px;
    }
    .dealer .subInner {
        display: block;
    }
    .dealer .map {
        width: 60%;
        text-align: center;
        margin: 0 auto 20px;
    }
    .dealer dt {
        font-size: 1.2rem;
    }
    .dealer dd {
        margin-right: -10px;
        padding: 0 0 7px 6.8em;
        font-size: 1.2rem;
    }
    .dealer dd a {
        margin-bottom: 3px;
    }
    .shop .detailBox .photo > img {
        border-radius: 10px;
    }
    .detailBox .view iframe {
        height: 300px;
    }
    .detailBox .headLine01 {
        padding-top: 0;
    }
    .blogBox .calendar {
        margin: 0 40px 20px;
        height: 250px;
    }
    .blogBox .map {
        margin-bottom: 20px;
    }
    .shopInfoDl dd {
        padding: 0 0 10px 6em;
    }
    .shopInfoDl dd:last-child {
        padding-bottom: 0;
    }
}

/*------------------------------------------------------------
	shop_dealer
------------------------------------------------------------*/
.shop_dealer .red {
    font-size: 1.3rem;
    color: #d31f27;
    margin-bottom: 10px;
}
.comTable {
    margin-bottom: 60px;
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    padding: 22px 10px 22px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #999999;
    background-color: #E3E5D5;
}
.comTable td {
    padding: 22px 5px 22px 20px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #999999;
    background-color: #fff;
}
.comTable td .mailLink:hover {
    opacity: 0.7;
}
.comTable thead th {
    padding: 14px 10px 19px;
    text-align: center;
}
.comTable thead td {
    padding: 14px 10px 19px;
    text-align: center;
}
.comTable .wid01 {
    width: 27.5%;
}
.comTable .wid02 {
    width: 33.5%;
}
.comTable .wid03 {
    width: 22.5%;
}
.comTable .wid04 {
    width: 17%;
}
.comTable .linkSpan {
    padding-right: 20px;
    display: inline-block;
    background: url("/item/img/common/icon03.png") no-repeat right center;
}
.comTable .linkSpan a[target="_blank"]{
    padding-bottom: 1px;
    border-bottom: 1px solid #777777;
}
.shop_dealer .comLink {
    max-width: 240px;
}
.shop_dealer .comTable th {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.shop_dealer .comTable td {
    padding-right: 20px;
}
.shop_dealer .comTable thead td {
    padding-right: 10px;
}
.tableA th {
    padding: 17px 10px 17px 17px;
    width: 24.3%;
}
.tableA td {
    padding: 17px 20px;
}
@media all and (max-width: 736px) {
    .comTable th {
        padding: 10px 5px;
        vertical-align: top;
        font-size: 1.0rem;
    }
    .comTable td {
        padding: 10px 5px;
        font-size: 1.0rem;
        vertical-align: top;
    }
    .comTable thead th {
        padding: 10px 5px;
    }
    .comTable thead td {
        padding: 10px 5px;
    }
    .comTable .wid01 {
        width: 30.5%;
    }
    .comTable .wid02 {
        width: 30.5%;
    }
    .comTable {
        margin-bottom: 30px;
    }
    .shop_dealer .comTable td {
        padding-right: 5px;
    }
    .shop_dealer .comTable th{
        padding-left: 5px;
        padding-right: 5px;
    }
    .shop_dealer .comTable thead td {
        padding-right: 5px;
    }

}

/*------------------------------------------------------------
	exhibition
------------------------------------------------------------*/
.request {
    padding: 37px 35px;
    margin: 0 -20px 40px;
    border: 2px solid #D93941;
    background-color: white;
}
.request h3 {
    margin-bottom: 26px;
    text-align: center;
    font-size: 1.6rem;
    color: #d80000;
}
.request .list {
    margin-bottom: 30px;
}
.request .list li {
    color: #d80000;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}
.request p {
    line-height: 2;
    color: #d80000;
}
.exhibition .inner {
    padding: 25px 0 0;
    position: relative;
}
.exhibition .inner .img01 {
    position: absolute;
    top: 9px;
    left: 146px;
}
.exhibition .inner .img02 {
    position: absolute;
    top: 9px;
    right: 146px;
}
.exhibition .inner h3 {
    margin-bottom: 35px;
    text-align: center;
}
.exhibition .inner .txt {
    margin-bottom: 40px;
    text-align: center;
    line-height: 2;
}
.exhibition .inner .photoUl {
    margin: 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exhibition .inner .photoUl li {
    margin-bottom: 33px;
    width: 48.4%;
}
.exhibition .inner .photoUl img {
    width: 100%;
    border-radius: 16px;
}
.schedule {
    margin: 0 -20px;
}
.schedule .sub {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.schedule .sub .lBox {
    width: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9E388;
    border-radius: 20px 0 0 20px;
}
.schedule .sub .lBox p {
    font-size: 1.8rem;
    font-weight: 600;
}
.schedule .sub .rBox {
    padding: 30px 35px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 0 20px 20px 0;
}
.schedule .sub dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.schedule .sub dd {
    display: flex;
    align-items: flex-start;
}
.schedule .sub dd .txtSpan {
    margin-top: 3px;
    display: inline-block;
    font-size: 1.3rem;
    padding: 1px;
    margin-right: 10px;
    text-align: center;
    line-height: 1.1;
    min-width: 52px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #010101;
}
.schedule .sub .list {
    padding: 0 15px 0 0;
    display: flex;
}
.schedule .sub .list li {
    width: 120px;
    margin-left: 22px;
}
.schedule .sub .list li a {
    display: block;
    padding: 4px 5px;
    color: white;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background: url("/item/img/common/bg01.jpg") repeat center center;
}
.schedule .sub .list li a:hover {
    opacity: 0.7;
}
.schedule .sub .list li a:after {
	width: 4px;  
	height: 5px;
    background: url("/item/img/common/icon06.png") no-repeat right center;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 10px;  
	content: ""; 
}
.schedule .sub02 .lBox {
    background-color: #CCCCCC;
}
.infomation {
    margin: -15px 0 50px;
}
.infomation .headLine01 {
    margin-bottom: 8px;
}
.infomation h3 {
    padding: 19px 10px 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #D9E388;
    border-radius: 20px 20px 0 0;
}
.infomation .sub {
    padding: 30px 30px 50px;
    border-radius: 0 0 20px 20px;
    background-color: white;
}
.infomation .infoDl {
    margin-bottom: 45px;
}
.infomation .infoDl dt {
    float: left;
    padding: 13px 10px;
    clear: both;
}
.infomation .infoDl dd {
    padding: 13px 10px 13px 9.2em;
    border-bottom: 1px dashed #9B9B8C;
}
.infomation .infoDl dd .red {
    color: #d93941;
    margin-left: 10px;
}
.infomation .infoDl dd a {
    padding-right: 19px;
    text-decoration: underline;
    display: inline-block;
    background: url("/item/img/common/icon03.png") no-repeat right center;
}
.infomation .infoDl dd a[href^="tel:"] {
    background: none;
    text-decoration: none;
    padding: 0;
}
.infomation .infoDl dd .txtSpan {
    display: block;
    margin-bottom: 10px;
}
.infomation .infoDl dd .txtSpan02 {
    text-indent: 1em;
    display: inline-block;
}
.infomation .map {
    margin: 20px 0 6px;
    width: 435px;
    height: 402px;
}
.exhibition .comLink {
    max-width: 230px;
}

@media all and (max-width: 736px) {
    .request {
        padding: 15px;
        margin: 0 0 20px;
    }
    .request .list {
        margin-bottom: 20px;
    }
    .exhibition .inner .img01 {
        left: 0;
        width: 70px;
    }
    .exhibition .inner .img02 {
        right: 0;
        width: 35px;
    }
    .exhibition .inner h3 img {
        width: 160px;
    }
    .exhibition .inner {
        padding: 15px 0;
    }
    .exhibition .inner h3 {
        margin-bottom: 20px;
    }
    .exhibition .inner .txt {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .exhibition .inner .photoUl {
        margin: 0;
    }
    .exhibition .inner .photoUl li {
        margin-bottom: 15px;
    }
    .exhibition .inner .photoUl img {
        border-radius: 5px;
    }
    .schedule {
        margin: 0;
    }
    .schedule .sub .lBox {
        width: 90px;
        border-radius: 8px 0 0 8px;
    }
    .schedule .sub .lBox p {
        font-size: 1.3rem;
    }
    .schedule .sub .rBox {
        width: calc(100% - 90px);
        box-sizing: border-box;
        padding: 15px 5px 15px 15px;
        display: block;
        border-radius: 0 8px 8px 0;
    }
    .schedule .sub .list {
        padding: 10px 0 0;
    }
    .schedule .sub dt {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    .schedule .sub dd {
        font-size: 1.2rem;
        display: flex;
        align-items: flex-start;
    }
    .schedule .sub dd .txtSpan {
        font-size: 1rem;
        min-width: 35px;
        margin: 3px 5px 0 0;
        padding-top: 0;
    }
    .schedule .sub .list li {
        margin: 0 10px 0 0;
        width: 100px;
    }
    .schedule .sub {
        margin-bottom: 20px;
    }
    .schedule .sub .list li a {
        font-size: 1.1rem;
    }
    .schedule .sub .list li a::after {
        right: 5px;
    }
    .infomation {
        margin: 0 0 30px;
    }
    .infomation h3 {
        font-size: 1.5rem;
        padding: 10px 5px;
        border-radius: 10px 10px 0 0;
    }
    .infomation .sub {
        padding: 15px 10px 30px;
        border-radius: 0 0 10px 10px;
    }
    .infomation .infoDl dt {
        font-size: 1.2rem;
    }
    .infomation .infoDl dd {
        padding-left: 7.8em;
        font-size: 1.2rem;
    }
    .infomation .map {
        width: 100%;
        height: 250px;
    }
    .infomation .infoDl dd .red {
        margin: 0;
        display: block;
    }
    .infomation .infoDl {
        margin-bottom: 30px;
    }
    .infomation .infoDl dd .red {
        display: block;
        margin-left: 0;
    }
}

/*------------------------------------------------------------
	page_photo
------------------------------------------------------------*/
.page_photo .inner {
    padding-top: 15px;
    position: relative;
}
.page_photo .img01 {
    position: absolute;
    top: -10px;
    left: 166px;
}
.page_photo .img02 {
    position: absolute;
    top: -18px;
    right: 166px;
}
.page_photo .h3Ttl {
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: center;
}
.page_photo .h3Ttl span {
    padding: 0 30px;
    display: inline-block;
    background: url("/item/img/common/line02.png") no-repeat left center,url("/item/img/common/line01.png") no-repeat right center;
}
.page_photo .h3Ttl img {
    vertical-align: -13px;
    margin-right: 5px;
}
.page_photo .txt {
    margin-bottom: 45px;
    padding-top: 4px;
    text-align: center;
}
.comUlBox {
    margin-bottom: 26px;
    border-bottom: 1px solid #000000;
}
.comUlBox ul {
    display: flex;
    justify-content: center;
}
.comUlBox li {
    margin: 0 10px;
    width: 160px;
}
.comUlBox a {
    padding: 13px 5px 11px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #DDE4D0;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
}
.comUlBox li.kranky a {
    letter-spacing: 0.1em;
}
.comUlBox .on a:after {
	width: 100%;  
	height: 2px;
    background-color: #F7F7F3;
	position: absolute;  
	bottom: -2px;
	left: 0;  
    z-index: 1;
	content: ""; 
}
.comUlBox a:hover {
    opacity: 0.7;
}
.comUlBox .liStyle01 a {
    background-color: #BED1D5;
}
.comUlBox .liStyle02 a {
    background-color: #EFCCC7;
}
.comUlBox .liStyle03 a {
    background-color: #D9E388;
}
.comUlBox .on a {
    margin-bottom: -1px;
    border-color: #000;
    background-color: #F7F7F3;
    border-bottom-color: #F7F7F3;
}
.comUlBox .on a:hover {
    opacity: 1;
}
.takahash-posts.instaframe .post-footer .posted_date {
    font-size: 1.3rem;
}
.fa-lg {
    font-size: 1.133em;
}
.takahash-posts .post a.trim:hover {
    opacity: 0.7;
}
.fadeIn {
	opacity: 0;
	transition: all 1s ease;
}
.fadeIn.on {
	opacity: 1;
}
.pageDetail {
    background-color: white;
    border-radius: 20px;
    padding: 39px 38px 76px;
    max-width: 960px;
    box-sizing: border-box;
    margin: 51px auto 49px;
}
.pageDetail .detailInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.pageDetail .detailInner .photoBox {
    width: 36.2%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
.pageDetail .detailInner .photoBox img {
    width: 100%;
}
.pageDetail .detailInner .textBox {
    width: 60.7%;
    box-sizing: border-box;
    padding: 25px 14px 50px 25px;
    margin-top: 10px;
    position: relative;
    background: url("/item/img/common/bg05.jpg") repeat center center;
}
.pageDetail .detailInner .textBox .img {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 1;
}
.pageDetail .detailInner .textBox p {
    line-height: 2;
}
.pageDetail .detailInner .textBox .ttl {
    margin: 0 5px 26px;
}
.pageDetail .detailInner .sub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.pageDetail .detailInner .sub .photo {
    margin: 0 0 -27px 40px;
    order: 2;
}
.pageDetail .detailInner .sub .pBox {
    flex: 1;
}
.page_photo .blogBtnBox {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    border: none;
    padding: 0;
}
/*
.page_photo .linkBox .comLink.large {
    max-width: 250px;
}
.page_photo .linkBox .link01 {
    margin: 0;
    width: 170px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page_photo .linkBox .comLink02 {
    margin: 0;
    width: 170px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
*/
@media all and (max-width: 736px) {
    .comUlBox {
        margin-bottom: 20px;        
    }
    .comUlBox li {
        margin: 0 5px;
    }
    .comUlBox a {
        padding: 5px 2px;
        border-radius: 5px 5px 0 0;
        font-size: 1.1rem;
    }
    .page_photo .img01 {
        left: 0;
        width: 60px;
    }
    .page_photo .img02 {
        top: -10px;
        right: 0;
        width: 60px;
    }
    .page_photo .h3Ttl {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    .page_photo .h3Ttl img {
        width: 70px;
        vertical-align: -8px;
    }
    .page_photo .inner {
        padding-top: 0;
    }
    .page_photo .h3Ttl span {
        padding: 0 20px;
    }
    .page_photo .txt {
        margin-bottom: 20px;
    }
    #takahash-posts .col-xs-6 {
        padding: 2px 2px 5px;
    }
    .takahash-posts.instaframe .post .post-content {
        padding: 5px !important;
    }
    .takahash-posts.instaframe .post-footer .posted_date {
        padding-top: 5px !important;
    }
    .pageDetail {
        margin: 30px 0 40px;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .pageDetail .detailInner {
        display: block;
    }
    .pageDetail .detailInner .photoBox {
        margin: 0 auto 30px;
        width: 60%;
        padding: 5px;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }
    .pageDetail .detailInner .textBox {
        width: auto;
        padding: 20px 10px;
    }
    .pageDetail .detailInner .textBox .img {
        width: 30%;
        top: -14px;
        text-align: right;
    }
    .pageDetail .detailInner .sub .photo {
        margin: 0 0 0 5px;
        width: 30%;
        text-align: right;
    }
    .pageDetail .detailInner .textBox .ttl {
        margin: 0 45px 15px 0;
    }
}

/*------------------------------------------------------------
	lineUp
------------------------------------------------------------*/
.lineUp .comUlBox {
    padding-top: 22px;
    margin-bottom: 27px;
}
.lineUpList {
    margin: -20px -12px 19px;
    display: flex;
    flex-wrap: wrap;
}
.lineUpList > li {
    margin: 46px 0 29px;
    width: 32%;
    text-align: center;
}
.lineUpList > li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.lineUpList li .photo {
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}
.lineUpList li .photo a:hover img {
    opacity: 0.7;
}
.lineUpList li .photo .sub {
    position: relative;
    height: 260px;
    min-width: 130px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.lineUpList li .photo .sub a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	max-width: 100%;
}
.lineUpList li .photo .sub a img {
	max-width: 100%;
	max-height: 100%;
}
.lineUpList .photo ul {
    display: flex;
    position: absolute;
    top: 11px;
    left: 0;
}
.lineUpList .photo ul li {
    margin-right: 5px;
}
.lineUpList p {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6;
}
.lineUpList p:last-child {
    margin-bottom: 0;
}
.lineUpList .ttl {
    margin-bottom: 11px;
    font-weight: bold;
}
.lineUpList .ttl span {
    padding: 1px 2px;
    min-width: 130px;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    background-color: #B28500;
    border-radius: 10px;
    line-height: 1.4;
}
.lineUpList .ttl .red {
    background-color: #D62730;
}
.lineUpList .ttl .orange {
    background-color: #FF7F00;
}
.lineUpList .ttl .blue {
    background-color: #0059B2;
}
.lineUpList .ttl02 {
    margin-bottom: 15px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
/*
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
*/
}
.lineUpList .colorUl {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}
.lineUpList .colorUl02 {
    margin: 25px 0 20px;
}
.lineUpList .colorUl li {
    margin: 0 5px;
}
.lineUpList .ttl03 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 -20px 4px;
    letter-spacing: 0.18em;
}
.lineUpList .price span {
    font-size: 2rem;
    font-weight: 600;
    margin-right: 5px;
    vertical-align: -1px;
}
.accessary {
    padding-top: 30px;
    margin: 0 30px;
    border-top: 1px dashed #9B9B8C;
}
.lineUp .headLine01 {
    font-size: 1.5rem;
    letter-spacing: 0;
}
.lineUp .headLine01 span {
    font-size: 3rem;
}
.lineUpList02 {
    padding-top: 39px;
    margin-left: 0;
    margin-right: 0;
}
.lineUpList02 > li {
    width: 24%;
    margin: 0 1.33% 0 0 !important;
}
.lineUpList02 > li:nth-child(4n) {
    margin-right: 0 !important;
}
.lineUpList02 li .photo {
    margin-bottom: 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineUpList02 .txt {
    margin: 0 30px;
}
.lineUpList02 .price {
    padding-top: 5px;
}
@media all and (max-width: 736px) {
    .lineUp .comUlBox {
        margin-bottom: 20px;
        padding-top: 0;
    }
    .lineUpList > li {
        margin: 20px 0 !important;
        width: 50%;
        box-sizing: border-box;
        padding: 0 30px;
    }
    .lineUpList {
        margin: 0;
        justify-content: space-between;
    }
    .lineUpList .colorUl li {
        margin: 0 2px;
    }
    .lineUpList li .photo .sub {
        height: 38vw;
        min-width: 80px;
    }
    .lineUpList .photo ul {
		top: 3vw;
	}
    .lineUpList .photo ul li img {
        width: 40px;
    }
    .lineUpList .ttl span {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .lineUpList p {
        margin: 0 -20px;
        font-size: 1.1rem;
    }
    .lineUpList .ttl02 {
        height: auto;
        min-height: 50px;
        margin: 0 0 8px;
    }
    .lineUpList .ttl03 {
        margin: 0 -30px 4px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .lineUpList .colorUl {
        margin: 0 -20px 5px;
    }
    .lineUpList .colorUl li img {
        width: 10px;
    }
    .accessary {
        padding-top: 20px;
        margin: 0;
    }
    .lineUpList02 {
        padding-top: 0;
    }
    .lineUpList02 li .photo {
        height: 180px;
    }
    .lineUpList02 .txt {
        margin: 0 -20px;
    }
    .lineUp .accessary .headLine01 {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------
	lineup_color_price
------------------------------------------------------------*/
.colorBox {
    margin: 0 20px 44px;
}
.colorBox .sub {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #9B9B8C;
}
.colorBox .sub:last-child {
    border-bottom: none;
}
.colorBox h3 {
    width: 180px;
    margin-top: -10px;
    font-weight: normal;
    text-align: center;
}
.colorBox h3 span {
    display: block;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #313400;
}
.colorBox .rBox {
    padding-left: 60px;
    flex: 1;
}
.colorsList {
    display: flex;
    flex-wrap: wrap;
}
.colorsList li {
    margin: 5px 65px 5px 0;
}
.colorsList li:last-child {
    margin-right: 0;
}
.colorsList a {
    display: block;
    text-align: center;
}
.colorsList a span {
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: 1px solid #313500;
}
.priceList {
    display: flex;
    flex-wrap: wrap;
}
.priceList li {
    margin: 5px 35px 5px 0;
}
.priceList li a {
    text-decoration: underline;
}
.lineUp .h3Ttl {
    margin-bottom: 33px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600; 
    letter-spacing: 0.16em;
}
.lineup_color_price .lineUpList .colorUl li {
    margin: 0 3px;
}

@media all and (max-width: 736px) {
    .colorBox {
        margin: 0 0 30px;
    }
    .colorBox .sub {
        padding: 5px 0 8px;
        align-items: flex-start;
    }
    .colorBox h3 {
        margin-top: 0;
        width: 83px;
        font-size: 1.0rem;
    }
    .colorBox h3 span {
        margin-bottom: -5px;
        font-size: 1.8rem;
    }
    .colorBox .rBox {
        padding-left: 0;
    }
    .colorsList li {
        width: 15%;
        text-align: center;
        margin: 5px 9px 5px 0;
        font-size: 1.2rem;
    }
    .colorsList img {
        width: 22px;
    }
    .colorsList a span {
        margin-top: 0;
    }
/*
    .colorsList {
        margin-right: -25px;
    }
*/
    .colorsList li {
        width: 21%;
    }
    .priceList li {
        margin: 5px 10px 5px 0;
    }
    .priceList li a {
        font-size: 1.1rem;
    }
    .colorBox .sub02 {
        align-items: center;
    }
    .lineUp .h3Ttl {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------
	lineup_detail
------------------------------------------------------------*/
.friendSec .bigPhoto {
    position: relative;
}
.friendSec .bigPhoto > img {
    width: 100%;
}
.friendSec .bigPhoto h2 {
    margin: -183px 0 -22px;
    background-color: #F7F7F3;
    text-align: center;
    padding: 30px 10px;
    width: 440px;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}
.friendSec .bigPhoto h2 span {
    margin-top: 10px;
    display: block;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.friendSec .inner01 {
    padding-top: 22px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.friendSec .inner01 .rBox {
    width: 51%;
    order: 2;
}
.friendSec .inner01 .lBox {
    margin-top: 19px;
    width: 44%;
    padding-left: 21px;
    box-sizing: border-box;
}
.friendSec .inner01 .bigUl .slick-slide > div {
    position: relative;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
}
.friendSec .inner01 .bigUl .slick-slide img {
    display: inline-block;
}
.friendSec .inner01 .bigUl .photo {
    position: relative;
    padding-bottom: 102.9%;
}
.friendSec .inner01 .bigUl .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.friendSec .inner01 .bigUl li span {
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 1;
}
.friendSec .inner01 .bigUl li span img {
    margin-left: 10px;
}
.friendSec .inner01 p {
    line-height: 2;
}
.friendSec .inner01 .smallUl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0 31px -4px;
}
.friendSec .inner01 .smallUl li {
    margin-bottom: 10px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}
.friendSec .inner01 .smallUl .slick-slide > div {
    margin: 0 5px;
    text-align: center;
    font-size: 1rem;
}
.friendSec .inner01 .smallUl span {
    margin-top: 2px;
    display: block;
    font-size: 1rem;
    text-decoration: underline;
}
.friendSec .inner01 h3 {
    margin-bottom: 13px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.18em;
}
.friendSec .inner01 .pBox {
    margin-bottom: 26px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #9B9B8C;
}
.friendSec .inner01 .sub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.friendSec .inner01 .sub p {
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
.friendSec .inner01 .sub .txt {
    margin-bottom: 7px;
}
.friendSec .inner01 .sub .txt span {
    display: inline-block;
    font-size: 1.3rem;
    color: white;
    background-color: #B28500;
    border-radius: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: bold;
    padding: 2px 13px;
}
.friendSec .inner01 .sub .price {
    font-size: 1.3rem;
    letter-spacing: 0;
}
.friendSec .inner01 .sub .price span {
    font-size: 2.2rem;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.friendSec .inner01 .sub .comLink {
    margin: 0;
    width: 140px;
}
.gallery {
    margin-bottom: 36px;
    padding: 26px 0 54px;
    background: url("/item/img/common/bg02.jpg") repeat center center;
}
.gallery .headLine01 {
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
.gallery .headLine01 span {
    font-size: 3.2rem;
}
.gallery .inner {
    margin-top: -12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery .inner .lBox {
    width: 60.4%;
}
.gallery .whiteBox {
    margin-bottom: 40px;
    padding: 0 20px 35px;
    background-color: #F8F8F5;
    border-radius: 20px;
}
.gallery .whiteBox .photo01 {
    margin: 0 -20px 21px;
}
.gallery .whiteBox .photo01 img {
    border-radius: 20px 20px 0 0;    
    width: 100%;
}
.gallery .whiteBox .photo02 .txtSpan {
    display: block;
    text-align: center;
    margin-top: 12px;
}
.gallery .whiteBox .photo02 img {
    width: 100%;
}
.modelBox {
    padding: 63px 30px 22px;
    margin: -12px 0 44px;
    background-color: #362D5C;
    border-radius: 20px;
}
.modelBox .textImg {
    margin-bottom: 28px;
    text-align: center;
}
.modelBox .sub {

    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 23px;
    border-bottom: 1px dashed #fff;
}
.modelBox .sub:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.modelBox .sub03 {
    margin-bottom: 40px;
}
.modelBox p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: white;
}
.modelBox p:last-child {
    margin-bottom: 0;
}
.modelBox .photoBox {
    margin: 0 0 7px 25px;
    order: 2;
    width: 47%;
}
.modelBox .photoBox img {
    width: 100%;
}
.modelBox .textBox {
    margin-top: -2px;
    flex: 1;
}
.modelBox h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: white;
    letter-spacing: 0.18em;
}
.modelBox h4 span {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0;
    margin-right: 15px;
}
.modelBox .photoUl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 6px 7px;
    box-sizing: border-box;
    justify-content: space-between;
}
.modelBox .photoUl li {
    width: 47.3%;
    margin-bottom: 10px;
}
.modelBox .photoUl li img {
    width: 100%;
}
.modelBox .sub02 {
    padding-top: 22px;
}
.modelBox .sub02 .photoBox {
    order: 0;
    margin: 0 15px 7px 0;
}
.colorInner .colorSub {
    margin-top: -10px;
    background-color: #F8F8F5;
    border-radius: 20px;
    padding: 29px 30px 10px;
}
.colorInner .jsBox {
    padding: 0 30px 35px;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px dashed #9B9B8C;
}
.colorInner .jsBox .prev {
    position: absolute;
    top: 46%;
    left: -12px;
    z-index: 10;
    cursor: pointer;
}
.colorInner .jsBox .next {
    position: absolute;
    top: 46%;
    right: -12px;
    z-index: 10;
    cursor: pointer;
}
.colorInner .jsBox .dotBox {
    position: absolute;
    top: 86%;
    left: 0;
    width: 100%;
    text-align: center;
}
.colorInner .jsBox:last-child {
    margin-bottom: 0;
    border: none;
}
.colorInner .fooList li {
    text-align: center;
}
.colorInner .fooList .photo {
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 100%;
}
.colorInner .fooList .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.colorInner .fooList li p {
    margin-top: 7px;
}
.colorInner {
    margin-bottom: 50px;
}
.customSub {
    padding: 0 30px 34px;
    margin: -7px 0 45px;
    border-radius: 20px;
    background: url("/item/img/common/bg04.png") repeat center center;
}
.customSub .topPhoto {
    margin: 0 -16px 10px 0;
    text-align: center;
}
.customSub .jsBox02 {
    margin-bottom: 20px;
    position: relative;
}
.customSub .jsBox02 .slick-list {
    margin: 0 25px;
}
.customSub .jsBox02 .slick-dots {
    margin-top: 20px;
}
.customSub .jsBox02 .prev {
    position: absolute;
    top: 31%;
    left: -15px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.customSub .jsBox02 .next {
    position: absolute;
    top: 31%;
    right: -15px;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}
.customSub .zipperUl .slick-slide > div {
    margin: 0 14px;
    width: 80px;
    text-align: center;
}
.customSub .zipperUl .slick-slide > div img {
    display: inline-block;
}
.customSub .zipperUl li .txtSpan {
    margin-top: 2px;
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 2;
}
.customSub .zipperUl li .photo {
    height: 90px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.customSub .zipperUl li a {
    display: block;
}
.customSub .zipperUl li a:hover {
    opacity: 0.7;
}
.customSub .parts {
    padding-top: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #9B9B8C;
}
.customSub .parts .photoBox {
    width: 39.5%;
    padding: 10px 0 0 30px;
}
.customSub .parts .textBox {
    flex: 1;
}
.customSub .parts p {
    margin-bottom: 10px;
    line-height: 2;
}
.customSub .parts li {
    font-size: 1.3rem;
    line-height: 2;
    text-indent: -2em;
    padding-left: 2em;
}
.slick-dots {
	text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background-color: #CCCCCC;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #D00A13;
}
.gallery .inner .rBox {
    position: relative;
    margin-top: 7px;
    width: 35.8%;
    background-color: #F8F8F5;
    border-radius: 20px;
    order: 2;
    text-align: center;
    box-sizing: border-box;
}
.gallery .inner .rBox .fixBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 22px 20px;
    box-sizing: border-box;
}
.gallery .inner .rBox p {
    line-height: 2;
    margin-bottom: 6px;
}
.gallery .inner .rBox .ttl {
    margin-bottom: 6px;
    font-size: 0.73rem;
}
.gallery .inner .rBox .ttl02 {
    margin-bottom: 4px;
}
.gallery .inner .rBox .ttl03 {
    margin-bottom: 14px;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
.gallery .inner .rBox .photo {
    margin-bottom: 7px;
}
.gallery .inner .rBox .colorUl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery .inner .rBox .colorUl li {
    margin: 0 4px;
}
.gallery .inner .rBox .colorUl li img {
    width: 15px;
    vertical-align: middle;
}
.gallery .inner .rBox .price {
    margin-bottom: 18px;
    font-size: 1.3rem;
}
.gallery .inner .rBox .price span {
    font-size: 2.4rem;
    margin-right: 7px;
}
.gallery .inner .rBox .comLink {
    max-width: 140px;
}
.guideSec {
    margin: -15px 0 42px;
    padding: 40px 35px 30px;
    background-color: #F9F9F5;
    border-radius: 20px;
}
.guideSec h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.18em;
}
.guideSec .comImgBoxR {
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px dashed #9B9B8C;
}
.guideSec .comImgBoxR .textBox p {
    line-height: 1.8;
}
.guideSec .comImgBoxR .textBox {
    padding-right: 20px;
}
.guideSec .comImgBoxR .photoBox {
    width: 46.3%;
    margin: -23px -3px 0 0;
}
.guideSec .textList {
    padding: 8px 15px 11px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.guideSec .textList li {
    padding: 10px 9px;
    text-align: center;
    box-sizing: border-box;
    width: calc(100% / 4);
}
.guideSec .banner {
    margin: 0 -5px 28px;
    text-align: center;
}
.guideSec .banner:last-child {
    margin-bottom: 0;
}
.guideSec .banner a:hover img {
    opacity: 0.7;
}
.specBox {
    background-color: #F9F9F5;
    border-radius: 20px;
    margin-top: -12px;
    padding: 33px 37px 30px;
}
.specBox dt {
    float: left;
    clear: both;
    font-weight: bold;
    line-height: 1.8;
}
.specBox dd {
    padding: 0 0 13px 6.7em;
    line-height: 1.8;
}
.specBox .photo {
    margin: 17px -10px 9px -5px;
}
.specBox dd p {
    padding-bottom: 10px;
}
.another .lineUpList li .photo .sub {
    margin-bottom: 13px;
    height: 150px;
}
.another .headLine01 {
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
.another .headLine01 span {
    font-size: 3.2rem;
}
.another .lineUpList > li {
    margin: 46px 0 29px;
    width: calc(100% / 5);
    box-sizing: border-box;
}
.another .lineUpList .photo ul{
    top: -5px;
}
.another .lineUpList .ttl03 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: -2px 0 0;
}
.another .lineUpList .price span {
    font-size: 1.6rem;
}

@media all and (max-width: 1024px) {
    .friendSec .bigPhoto h2 {
        max-width: 265px;
        padding: 20px 10px;
        margin: -50px auto -80px;
        width: auto;
        border-radius: 10px 10px 0 0;
    }
    .friendSec .bigPhoto h2 > img {
        width: 150px;
    }
    .friendSec .bigPhoto h2 span {
        font-size: 1.6rem;
    }
    .friendSec .inner01 {
        margin-bottom: 30px;
        padding-top: 40px;
        display: block;
    }
    .friendSec .inner01 .rBox {
        width: auto;
    }
    .friendSec .inner01 .lBox {
        margin-top: 0;
        padding: 0;
        width: auto;
    }
    .friendSec .inner01 .bigUl .slick-slide > div {
        padding: 20px 60px;
    }
    .friendSec .inner01 .bigUl .photo {
        width: auto;
        height: auto;
        padding-bottom: 103%;
        margin: 0 auto;
    }
    .friendSec .inner01 .bigUl li span {
        left: 20px;
    }
    .friendSec .inner01 .bigUl li span img {
        width: 50px;
    }
    .friendSec .inner01 .smallUl li {
        padding: 0 3px;
        box-sizing: border-box;
    }
    .friendSec .inner01 .smallUl span {
        font-size: 0.9rem;
    }
    .friendSec .inner01 .smallUl {
        margin: 0 0 20px;
    }
    .friendSec .inner01 h3 {
        font-size: 1.6rem;
    }
    .friendSec .inner01 .pBox {
        margin-bottom: 20px;
    }
    .friendSec .inner01 .sub p {
        font-size: 1.4rem;
    }
    .friendSec .inner01 .sub .price span {
        font-size: 1.8rem;
    }
    .gallery {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .gallery .inner {
        display: block;
    }
    .gallery .inner .lBox {
        margin-bottom: 20px;
        width: auto;
    }
    .gallery .whiteBox {
        margin-bottom: 20px;
        padding: 0 10px 20px;
        border-radius: 10px;
    }
    .gallery .whiteBox .photo01 {
        margin: 0 -10px 10px;
    }
    .gallery .headLine01 {
        font-size: 1.2rem;
    }
    .gallery .headLine01 span {
        font-size: 2.1rem !important;
    }
    .modelBox {
        margin-bottom: 20px;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .modelBox .textImg {
        margin: 0 auto 15px;
        width: 60%;
    }
    .modelBox .photoBox {
        margin: 0 0 7px 10px;
        width: 40%;
    }
    .modelBox h4 {
        margin-bottom: 15px;
        font-size: 1.1rem;
    }
    .modelBox h4 span {
        font-size: 1.8rem;
        margin-right: 5px;
    }
    .modelBox .photoUl {
        padding: 0 10px;
        margin-bottom: -10px;
    }
    .modelBox .photoUl li {
        width: 46%;
    }
    .modelBox .sub02 {
        padding-top: 0;
    }
    .modelBox .sub03 {
        margin-bottom: 20px;
    }
    .colorInner {
        margin-bottom: 30px;
    }
    .colorInner .colorSub {
        border-radius: 10px;
        padding: 20px 40px;
    }
    .colorInner .jsBox {
        padding: 0 0 10px;
    }
    .colorInner .fooList .photo {
        margin-bottom: 40px;
    }
    .colorInner .jsBox .prev {
        left: -35px;
        width: 25px;
    }
    .colorInner .jsBox .next {
        right: -35px;
        width: 25px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .colorInner .slick-dots {
        margin-top: -60px;
    }
    .customSub {
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 0 10px 20px;
    }
    .customSub .topPhoto {
        margin: 0 20px 10px;
    }
    .customSub .zipperUl .slick-slide > div {
        width: auto;
        margin: 0 1vw;
    }
    .customSub .zipperUl li .photo {
        height: 16.02vw;
    }
    .customSub .zipperUl li .txtSpan {
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .customSub .jsBox02 .slick-list {
        margin: 0 5.2vw;
    }
    .customSub .jsBox02 .prev {
        left: -5px;
        width: 25px;
    }
    .customSub .jsBox02 .next {
        right: -5px;
        width: 25px;
    }
    .customSub .jsBox02 .slick-dots {
        margin-top: 10px;
    }
    .customSub .parts {
        align-items: flex-start;
    }
    .customSub .parts .photoBox {
        text-align: right;
        width: 35%;
        padding-left: 10px;
    }
    .customSub .parts p {
        font-size: 1.1rem;
    }
    .customSub .parts li {
        font-size: 1.1rem;
    }
    .guideSec {
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 20px 10px;
    }
    .guideSec .comImgBoxR {
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: flex;
    }
    .guideSec .comImgBoxR .photoBox {
        margin: 0 0 0 10px;
        width: 42%;
    }
    .guideSec .comImgBoxR .textBox {
        width: 47%;
        padding: 0;
    }
    .guideSec h4 {
        font-size: 1.5rem;
    }
    .guideSec .textList {
        padding: 0 10px 10px;
    }
    .guideSec .textList li {
        padding: 10px 5px;
    }
    .guideSec .banner {
        margin: 0 10px 10px;
    }
    .specBox {
        border-radius: 10px;
        padding: 20px 10px;
    }
    .specBox dd {
        padding-left: 5em;
    }
    .specBox .photo {
        margin-right: 0;
    }
    .another .lineUpList > li {
        width: calc(100% / 3);
        padding: 0 20px;
    }
    .gallery .inner .rBox {
        width: auto;
    }
    .gallery .inner .rBox .fixBox {
        position: relative;
        left: auto;
        top: auto;
        border-radius: 10px;
    }
    .another .lineUpList li .photo .sub {
        height: 23vw;
        margin-bottom: 5px;
    }
    .another .headLine01 {
        margin-bottom: 0;
    }
    .another .lineUpList {
        justify-content: flex-start;
    }
    .another .lineUpList .ttl03 {
        font-size: 1.1rem;
    }
    .gallery .whiteBox .photo01 img {
        border-radius: 10px 10px 0 0;
    }
    .another .lineUpList .photo ul {
        top: 0;
    }
    
}

/*------------------------------------------------------------
	moreLink
------------------------------------------------------------*/
.moreLink {
    padding-top: 6px;
    margin: 0 auto;
    width: 80px;
}
.moreLink a {
    padding: 2px 3px 3px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    background: url("/item/img/common/icon10.png") no-repeat right 7px center;
    border: 1px solid #323601;
    border-radius: 5px;
}
.moreLink a:hover {
    opacity: 0.7;
}

@media all and (max-width: 736px) {
}

/*------------------------------------------------------------
	page_photo
------------------------------------------------------------*/
.searchTxt {
    margin-bottom: 32px;
    padding-top: 17px;
    text-align: center;
}
.searchTxt select {
    width: 180px;
    margin-left: 10px;
}
.pastUl {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}
.pastUl li {
    margin-bottom: 20px;
    width: 25%;
    box-sizing: border-box;
    padding: 0 4px;
}
.pastUl li a {
    display: block;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
}
.pastUl li a span {
    position: relative;
    display: block;
    padding-bottom: 100%;
}
.pastUl li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pastUl li a:hover img {
    opacity: 0.7;
}


@media all and (max-width: 736px) {
    .searchTxt {
        padding-top: 0;

    }
    .pastUl li {
        margin-bottom: 5px;
        width: 33.33%;
        padding: 0 2px;
    }
    .pastUl li a {
        padding: 5px;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#loadingBg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #ffffff;
    z-index: 1000;
}
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 50px 20px;
    margin: -70px 0 0 -220px;
    background: #ffffff;
    z-index: 1000;
}
#loading #percent {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
}
#loading #gauge {
    margin: 0 auto;
    width: 0px;
    height: 5px;
    background: #ff0000;
}
.index {
    margin: -90px 0 -36px;
}
.index .sec01 {
    padding: 43px 0 65px;
    background:url("img/index/bg02.png") repeat center top 10px;
}
.index .comBannerUl li p {
    letter-spacing: 0.18em;
}
.index .comBannerUl li .bannerTtl {
    margin-bottom: 4px;
    letter-spacing: 0.1em;
}
.index .colorBox {
    background-color: white;
    margin: 0;
    border-radius: 20px;
    padding: 8px 20px;
}
.index .news {
    padding: 30px 0 76px;
}
.index .comUlBox {
    padding-top: 6px;
}
.index .comNewsUl {
    padding: 15px 0 0;
}
.reasonPage {
    padding: 50px 0 85px;
    background: url("/item/img/common/bg02.jpg") repeat center center;
}
.reasonPage .reasonSub {
    padding: 44px 0 88px;
    position: relative;
}
.reasonPage .photo01 {
    position: absolute;
    top: 36px;
    left: 67px;
}
.reasonPage .photo02 {
    position: absolute;
    top: 36px;
    right: 57px;
}
.reasonPage h3 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    color: #444444;
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.reasonPage h4 {
    padding-right: 34px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #444444;
    position: relative;
    z-index: 1;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.reasonPage .moreLink {
    margin-top: 35px;
}
.showroom {
    padding: 50px 0;
    background: url("img/index/bg01.png") repeat center top;
}
.showroom .whiteBox {
    margin: 43px 0 62px;
    padding: 48px 52px;
    background-color: white;
    border-radius: 20px;
}
.showroom .whiteBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.showroom .whiteBox .map {
    width: 31.4%;
}
.showroom .whiteBox .map img {
    width: 100%;
}
.showroom .whiteBox .rBox {
    flex: 1;
    padding: 16px 0 0 40px;
}
.showroom .whiteBox .rBox dt {
    float: left;
    clear: both;
    font-size: 2rem;
    color: #313300;
    letter-spacing: 0.1em;
    font-family: 'Kranky', cursive;
}
.showroom .whiteBox .rBox dd {
    padding: 4px 0 9px 9.3em;
}
.showroom .whiteBox .rBox ul {
    margin-right: -32px;
    display: flex;
    flex-wrap: wrap;
}
.showroom .whiteBox .rBox li {
    margin: 0 18px 10px 0;
    min-width: 150px;
}
.showroom .whiteBox .rBox li a {
    text-decoration: underline;
}
.showroom .whiteBox .dlBox dl {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #9B9B8C;
}
.showroom .whiteBox .dlBox dl:last-child {
    border: none;
    padding-bottom: 0;
}
#takahash-posts {
    margin-top: 25px;
}
.showroom .btmPhoto {
    text-align: center;
    margin-bottom: 15px;
}
.showroom .phot {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #9B9B8C;
}
.showroom .snsBox .infoUl {
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.showroom .snsBox .infoUl li {

    width: 48%;
}
.showroom .snsBox .infoUl h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    color: #313300;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.showroom .snsBox .infoUl .sub {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
}
.showroom .snsBox .infoUl .sub02 {
    padding-bottom: 31px;
}
.showroom .snsBox .infoUl .sub > .fb-page {
    width: 100%;
}
.showroom .snsBox .infoUl .sub > .fb-page > span,
.showroom .snsBox .infoUl .sub > .fb-page iframe {
    width: 100% !important;
}
.index .jsBox {
    position: relative;
    padding: 49px 0 23px;
    background: url("/item/img/common/bg02.jpg") repeat center center;
}
.index .fooUl .slick-slide > div {
    padding: 80px 0 78px;
    position: relative;
}
.index .jsBox .ttl {
    margin-bottom: 28px;
}
.index .jsBox .slick-dots {
    position: absolute;
    bottom: 65px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.index .slick-dots li {
    width: 10px;
    height: 10px;
}
.index .fooUl li.first .animate {
    opacity: 1;
    transition: opacity 1s 4s;
}
.index .fooUl .first.show .animate {
    opacity: 0;
}
.index .fooUl li.first .ttl {
    -webkit-animation: animate 1s 4s forwards;
    animation: animate 1s 4s forwards;
}
@keyframes animate
{
    from {opacity: 1;}
    to {opacity: 0;}
}

@-webkit-keyframes animate
{
    from {opacity: 1;}
    to {opacity: 0;}
}
.index .fooUl .first.show .ttl {
    -webkit-animation: animate01 .5s forwards;
    animation: animate01 .5s forwards;
}
@keyframes animate01
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes animate01
{
    from {opacity: 0;}
    to {opacity: 1;}
}

.index .fooUl .first.show .ttl {
    opacity: 1;
}
.index .jsBox .inner {
    height: 411px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.index .jsBox .inner a:hover img {
    opacity: 0.7;
}
/*
.index .jsBox .line {
    position: relative;
    z-index: 1;
}
*/
.index .fooUl li.first .line {
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: opacity .5s;
}
.index .fooUl .first.show .line {
    -webkit-animation: animate01 .5s forwards;
    animation: animate01 .5s forwards;
}
.index .jsBox .line img {
    height: 1px;
}
.index .jsBox .inner .photo03 {
/*    margin: -0 0 45px;*/
    position: relative;
    top: -17px;
}
.index .jsBox .inner .photo03 img {
    width: 100%;
}
.index .jsBox .inner .photo01 {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .5s 1s;
}
.index .jsBox .show .inner .photo01 {
    -webkit-animation: animate02 .5s 1s forwards;
    animation: animate02 .5s 1s forwards;
}
@keyframes animate02
{
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes animate02
{
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.index .jsBox .inner .photo02 {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .5s 1s;
}
.index .jsBox .show .inner .photo02 {
    -webkit-animation: animate02 .5s 1s forwards;
    animation: animate02 .5s 1s forwards;
}
.index .jsBox .inner .photoSub01 {
    width: 33%;
    position: absolute;
    top: 0;
    left: 80px;
}
.index .jsBox .inner .photoSub02 {
    position: absolute;
    top: 0;
    right: 60px;
    width: 32%;
}
.index .jsBox .inner h2 {
    padding-bottom: 45px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .5s 1.5s;
}
.index .jsBox .inner h2 img {
    display: inline-block;
}
.index .jsBox .show .inner h2 {
    -webkit-animation: animate02 .5s 1.5s forwards;
    animation: animate02 .5s 1.5s forwards;
}
.index .fooUl .people01 {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 1;
}
.index .fooUl .people01 img {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .5s .5s;
}
.index .fooUl .show .people01 img {
    -webkit-animation: animate02 .5s .5s forwards;
    animation: animate02 .5s .5s forwards;
}
.index .fooUl .people02 {
    position: absolute;
    bottom: 0;
    right: 12px;
    z-index: 1;
}
.index .fooUl .people02 img {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .5s .5s;
}
.index .fooUl .show .people02 img {
    -webkit-animation: animate02 .5s .5s forwards;
    animation: animate02 .5s .5s forwards;
}
.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.scroll a {
    margin: 0 auto;
    width: 120px;
    height: 60px;
    display: block;
    background-color: #F7F7F3;
    border-radius: 50% / 100% 100% 0 0;
}
.scroll a span {
  position: absolute;
  top: 55%;
    transform: translateY(-50%);
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -12px;
  border: 2px solid #484C1D;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #484C1D;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.index #takahash-posts {
    margin-top: 45px;
}
@media all and (max-width: 736px) {
    #loading {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        transform: translate(-50%,-50%);
    }
    .index .jsBox {
        padding-top: 90px;
    }
    .index .fooUl .slick-slide > div {
        padding: 5px 0 25px;
    }
    .index .jsBox .inner .photoSub01 {
        top: auto;
        bottom: 0;
        left: 0;
    }
    .index .jsBox .inner .photoSub02{
        right: 0;
        width: auto;
    }
    .index .jsBox .inner {
        height: 81vw;
        position: relative;
    }
    .index .jsBox .photo01 {
        position: absolute;
        bottom: -0;
        left: 5px;
        width: 128px;
    }
    .index .jsBox .photo02 {
        position: absolute;
        top: -16px;
        right: 0;
        width: 128px;
    }
    .index .jsBox .inner h2 {
        padding-bottom: 40px;
        margin: 0;
        width: 75px;
    }
    .index .fooUl .people01 {
        top: 0;
        width: 69px;
        left: 25px;
    }
    .index .fooUl .people02 {
        width: 165px;
        bottom: 33px;
        right: -3px;
    }
    .scroll a {
        width: 60px;
        height: 30px;
    }
    .scroll a span {
        width: 13px;
        height: 22px;
        border-width: 1px;
        margin-left: -6px;
    }
    .scroll a span::before {
        width: 2px;
        height: 2px;
        margin-left: -1px;
    }
    .index .sec01 {
        padding: 20px 0;
/*        background-image: url("img/index/sp_bg01.png");*/
        background-size: 12px auto;
    }
    .index .colorBox {
        padding: 8px 10px;
        border-radius: 10px;
    }
    .index .comNewsUl {
        padding: 0;
    }
    .index .news {
        padding-bottom: 30px;
    }
    .index .jsBox .inner .photo03 {
        top: -15px;
    }
    .index .jsBox .slick-dots {
        bottom: 20px;
    }
    .index .slick-dots li {
        width: 5px;
        height: 5px;
    }
    .reasonPage {
        padding: 20px 0;
    }
    .reasonPage .reasonSub {
        padding: 0 0 40px;
    }
    .reasonPage h3 {
        margin-bottom: 5px;
        font-size: 1.7rem;
    }
    .reasonPage h4 {
        padding-right: 18px;
        font-size: 1.3rem;
    }
    .reasonPage .photo01 {
        width: 80px;
        top: -12px;
        left: -65px;
    }
    .reasonPage .photo02 {
        width: 70px;
        top: -12px;
        right: -62px;
    }
    .reasonPage .moreLink {
        margin-top: 20px;
    }
    .showroom {
        padding: 25px 0;
        background-size: 750px auto;
    }
    .showroom .whiteBox {
        padding: 24px 0;
        margin: 0 0 30px;
        border-radius: 10px;
    }
    .showroom .whiteBox .inner {
        display: block;
    }
    .showroom .whiteBox .map {
        width: auto;
        text-align: center;
    }
    .showroom .whiteBox .map img {
        width: 200px;
    }
    .showroom .whiteBox .rBox {
        padding: 16px 20px 0;
    }
    .showroom .whiteBox .rBox dt {
        font-size: 1.4rem;
    }
    .showroom .whiteBox .rBox dd {
        padding: 2px 0 0 7em;
    }
    .showroom .whiteBox .rBox li {
        min-width: 110px;
        margin: 0 10px 10px 0;
        font-size: 1.0rem;
    }
    .showroom .whiteBox .dlBox dl {
        margin-bottom: 12px;
    }
    #takahash-posts {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .showroom .btmPhoto img {
        width: 200px;
    }
    .showroom .phot {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .showroom .snsBox .infoUl {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    .showroom .snsBox .infoUl li {
        width: auto;
        margin-bottom: 15px;
    }
    .showroom .snsBox .infoUl li:last-child {
        margin-bottom: 0;
    }
    .showroom .snsBox .infoUl h3 {
        font-size: 1.7rem;
    }
    .showroom .snsBox .infoUl .sub {
        border-radius: 10px;
        padding: 10px;
    }
    
}


/*------------------------------------------------------------
	promise
------------------------------------------------------------*/
.mainImg {
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    background-color: #000;
}
.mainImg::before {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("img/promise/main_img.jpg") no-repeat center center;
    background-size: cover;
    content: '';
    -webkit-animation: animate01 2s 1s forwards;
    animation: animate01 2s 1s forwards;
}
@keyframes animate01
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes animate01
{
    from {opacity: 0;}
    to {opacity: 1;}
}
.mainImg .inner {
    display: flex;
    width: 100%;
}
.mainImg .subBox {
    margin: -40px auto 0;
    min-width: 540px;
    padding: 0 30px 35px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.mainImg .subBox:before,
.mainImg .subBox:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 30px;
    height: 100%;
    display: inline-block;
}
.mainImg .subBox:before {
    border-radius: 10px 0 0 10px;
    border-left: solid 2px white;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    left: 0;
}
.mainImg .subBox:after {
    border-radius: 0 10px 10px 0;
    content: '';
    border-top: solid 2px white;
    border-right: solid 2px white;
    border-bottom: solid 2px white;
    right: 0;
}
.mainImg .subBox .img {
    margin-bottom: 15px;
}
.mainImg h2 {
    font-size: 3rem;
    letter-spacing: 0.18em;
    color: white;
}
.mainImg h2 span {
    margin-top: 5px;
    display: block;
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.promise .textImg {
    text-align: center;
    margin-bottom: 31px;
}
.promise .headLine02 {
    line-height: 1.8;
}
.promiseTxt {
    margin-bottom: 50px;
    text-align: center;
    line-height: 2;
    padding-top: 3px;
}
.promise .comImgBoxR .photoBox {
    padding-top: 17px;
    width: 48.2%;
}
.promise .comImgBoxR .photoBox img {
    border-radius: 10px;
}
.promise .headLine01 span {
    font-size: 3.2rem;
}
.promise .comImgBoxR .list {
    margin: -7px 0 31px;
}
.promise .comImgBoxR .list li {
    margin-bottom: 10px;
    padding-left: 32px;
    line-height: 2;
    font-weight: bold;
    background: url("/item/img/common/icon11.png") no-repeat left top 7px;
}
.promise .comImgBoxR .textBox {
    padding-right: 50px;
}
.promise .comImgBoxR .textBox a {
    border-bottom: 1px solid #656565;
}
.promise .comImgBoxR {
    margin-bottom: 35px;
}
.promiseBox {
    padding-top: 15px;
}
.promiseBox .subInner {
    padding-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.promiseBox .subInner:after {
	width: 6px;  
	height: 100%;
    background: url("img/promise/line.png") repeat-y left top;
	position: absolute;  
	top: 0;
	left: 49px;  
	content: ""; 
    z-index: -1;
}
.promiseBox .subInner .rBox {
    flex: 1;
    padding: 5px 0 0 45px;
}
.promiseBox p {
    margin-bottom: 20px;
    line-height: 2;
}
.promiseBox p:last-child {
    margin-bottom: 0 !important;
}
.promiseBox .title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1.6rem;
}
.promiseBox p a {
    border-bottom: 1px solid #656565;
}
.promiseBox .greyBox {
    min-height: 173px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 -0 0 -4px;
    background-color: #E3E5D5;
    border-radius: 10px;
}
.promiseBox .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.promiseBox .sub .promisePhoto {
    padding-right: 10px;
    margin: 10px 0 -15px;
    order: 2;
}
.promiseBox .sub .textBox {
    padding-right: 40px;
    flex: 1;
}
.promiseBox .subInner:last-child::after {
    display: none;
}
@media all and (max-width: 736px) {
    .mainImg {
        height: 350px;
    }
    .mainImg::before {
        background-image: url("img/promise/sp_main_img.jpg");
    }
    .mainImg .subBox {
        padding: 0 10px 10px;
        min-width: 270px;
        margin: 0 auto !important;
    }
    .mainImg h2 {
        font-size: 1.6rem;
    }
    .mainImg h2 span {
        font-size: 2rem;
    }
    .mainImg .subBox .img {
        margin-bottom: 10px;
    }
    .mainImg .subBox .img img {
        width: auto;
        height: 25px;
    }
    .mainImg .subBox::before, 
    .mainImg .subBox::after { 
        width: 15px;
    }
    .mainImg .subBox::before {
        border-radius: 5px 0 0 5px;
    }
    .mainImg .subBox::after {
        border-radius: 0 5px 5px 0;
    }
    .promise .comImgBoxR .photoBox {
        padding: 0;
        margin: 0 auto 10px;
        width: 70%;
    }
    .promise .comImgBoxR .textBox {
        padding: 0;
    }
    .promise .comImgBoxR .list {
        margin: -15px 0 20px;
    }
    .promise .comImgBoxR .list li {
        padding-left: 25px;
        background-position: left top 4px;
    }
    .promiseBox {
        padding-top: 0;
    }
    .promiseBox .step {
        width: 55px;
    }
    .promiseBox .subInner .rBox {
        padding: 0 0 0 20px;
    }
    .promiseBox .title {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .promiseBox .greyBox {
        margin-right: -8px;
        padding: 15px;
    }
    .promiseBox .subInner {
        padding-bottom: 30px;
    }
    .promiseBox .sub {
        display: block;
    }
    .promiseBox .sub .textBox {
        padding: 0 0 20px;
    }
    .promiseBox .sub .promisePhoto {
        margin: 0 60px -10px;
        padding: 0;
        text-align: center;
    }
    .promiseBox .subInner::after {
        left: 25px;
        background-size: 4px auto;
    }
}
/*------------------------------------------------------------
	care
------------------------------------------------------------*/
.care .whiteBox {
    margin-bottom: 63px;
    padding: 38px 32px 60px;
    background-color: white;
    border-radius: 10px;
}
.careUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.careUl li {
    width: 47.2%;
}
.careUl li .ttl {
    margin: 0 0 8px;
    padding: 14px 10px 18px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.18em;
    border: 1px solid #989898;
    border-radius: 10px;
}
.careUl li .photo {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    text-align: center;
}
.careUl li p {
    margin: 0 5px 0 10px;
    line-height: 2;
}
.care .mainImg::before {
    background-image: url("img/care/main_img.jpg");
}
.care .img {
    text-align: center;
    margin-bottom: 13px;
}
.care .headLine02 {
    margin-bottom: 14px;
}
.care .promiseTxt {
    margin-bottom: 39px;
}
.care .h2Ttl {
    margin-bottom: 40px;
    text-align: center;
}
.care .comImgBoxR {
    margin-bottom: 50px;
}
.care .comImgBoxR .photoBox {
    padding-top: 17px;
    width: 49.1%;
}
.care .comImgBoxR .photoBox img {
    border-radius: 10px;
}
.care .comImgBoxR .textBox {
    padding: 10px 40px 0 0;
}
.care .comImgBoxR .textBox .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}
.care .comImgBoxR .textBox .ttl sup {
    vertical-align: 0;
}
.careTtl {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 10px;
}
.care .comTable {
    margin-bottom: 40px;
}
.care .comTable th {
    padding: 13px 10px;
    text-align: center;
    line-height: 2;
}
.care .comTable td {
    padding: 13px 20px;
    line-height: 2;
}
.care .comTable tr:first-child td {
    text-align: center;
}
.care .table01 th {
    width: 27.4%;
}
.care .table02 .wid01 {
    width: 27.4%;
}
.care .table02 .wid02 {
    width: 38.1%;
}
.care .table02 .wid03 {
    width: 11.5%;
}
.care .table02 .wid04 {
    width: 11.5%;
}
.care .table02 .wid05 {
    width: 11.5%;
}
.care .comTable .star {
    display: block;
    color: #ffcc00;
    text-align: center;
}
.care .table02 .tdStyle {
    padding-right: 5px;
}
.care .txt {
    font-size: 1.3rem;
    margin: -25px 0 80px;
}
.tableTextList li {
    text-indent: -1em;
    padding-left: 1em;
}
@media all and (max-width: 736px) {
    .care .img img {
        width: 80px;
    }
    .care .mainImg::before {
        background-image: url("img/care/sp_main_img.jpg");
    }
    .care .headLine02 {
        font-size: 1.5rem;
    }
    .care .promiseTxt {
        margin-bottom: 25px;
    }
    .care .whiteBox {
        margin: 0 20px 40px;
        padding: 25px;
    }
    .careUl {
        display: block;
    }
    .careUl li {
        width: auto;
        margin-bottom: 40px;
    }
    .careUl li:last-child {
        margin-bottom: 0;
    }
    .careUl li .ttl {
        font-size: 1.6rem;
        padding: 7px 10px;
        border-radius: 5px;
    }
    .careUl li .photo {
        height: auto;
        display: block;
    }
    .careUl li .photo img {
        height: auto;
        max-height: 80px;
    }
    .care .h2Ttl {
        margin-bottom: 30px;
    }
    .care .h2Ttl img {
        width: 120px;
    }
    .care .comImgBoxR .textBox {
        padding: 0;
    }
    .care .comImgBoxR .textBox .ttl {
        font-size: 1.4rem;
    }
    .care .comImgBoxR .photoBox {
        width: 75%;
        margin: 0 auto;
    }
    .care .comImgBoxR .photoBox img {
        border-radius: 5px;
    }
    .care .comImgBoxR {
        margin-bottom: 30px;
    }
    .care .comTable th {
        width: 36.5%;
        padding: 8px 5px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .care .comTable td {
        padding: 8px 5px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .care .comTable {
        margin-bottom: 20px;
    }
    .care .txt {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.interview .mainImg::before {
    background-image: url("img/interview/main_img.jpg");
}
.interview .mainImg .subBox {
    padding-bottom: 0;
}
.interview .mainImg h2 span {
    margin-top: 0;
}
.interview .img {
    text-align: center;
    margin: -20px 0 24px;
}
.interview .photo01 {
    margin: -7px 0 48px;
}
.interview .photo01 img {
    border-radius: 10px;
}
.interview .textList {
    margin-bottom: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interview .textList li {
    width: 47.6%;
}
.interview .textList li h4 {
    margin-bottom: 16px;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.interview .textList li p {
    line-height: 2;
}
.interview .photoList {
    margin: 0 63px 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interview .photoList li {
    margin-bottom: 55px;
    width: 42.9%;
}
.interview .photoList li img {
    width: 100%;
}
.interview .innerBox {
    max-width: 720px;
    margin: 0 auto 36px;
}
.interview .innerBox h3 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.interview .innerBox p {
    line-height: 2;
}
.interview .photo02 {
    margin-bottom: 73px;
}
.interview .photo02 img {
    border-radius: 10px;
}
.interview .comImgBoxR .photoBox {
    margin: -8px 60px 0 0;
    width: 37.7%;
}
.interview .comImgBoxR .photoBox img {
    border-radius: 0;
}
.interview .comImgBoxR .textBox h3 {
    margin: 0 -20px 21px 0;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.interview .comImgBoxR .textBox {
    padding-right: 100px;
}
.interview .comImgBoxR dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.interview .comImgBoxR dt {
    padding-bottom: 4px;
    margin-top: 5px;
    width: 60px;
    text-align: center;
    color: white;
    background-color: #D21922;
}
.interview .comImgBoxR dd {
    padding-left: 17px;
    line-height: 2;
    flex: 1;
}
.interview .comImgBoxR dd a {
    padding-bottom: 1px;
    border-bottom: 1px solid #656565;
}
.interview .comImgBoxR .textBox p {
    margin-bottom: 21px;
}
.comImgBoxL {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comImgBoxL .photoBox {
    width: 37.7%;
    margin: 13px 96px 0 60px;
}
.comImgBoxL .photoBox img {
    width: 100%;
}
.comImgBoxL .textBox {
    flex: 1;
}
.comImgBoxL .textBox p {
    margin-bottom: 37px;
    line-height: 2;
}
.comImgBoxL .textBox p:last-child {
    margin-bottom: 0 !important;
}
.comImgBoxL .textBox h3 {
    margin-bottom: 16px;
    line-height: 1.8;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.comImgBoxL .textBox .photo {
    text-align: center;
}
.interview .blueBox {
    margin-bottom: 63px;
    padding: 66px 0 42px;
    background-color: #EFF3F4;
}
.interview .blueBox h3 {
    margin-bottom: 30px;
    text-align: center;
}
.interview .blueBox .jsBox {
    margin-bottom: 33px;
}
.interview .blueBox .bigUl {
    margin-bottom: 38px;
}
.interview .blueBox .bigUl li {
    text-align: center;
}
.interview .blueBox .bigUl li img {
    display: inline-block !important;
}
.interview .blueBox .smallBox {
    max-width: 730px;
    margin: 0 auto;
    position: relative;
}
.interview .blueBox .smallBox .prev {
    position: absolute;
    top: 43%;
    left: -44px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.interview .blueBox .smallBox .next {
    position: absolute;
    top: 43%;
    right: -44px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.interview .blueBox .smallUl {
    clear: both;
}
.interview .blueBox .smallUl .slick-slide > div {
    width: 130px;
    margin: 0 7px;
}
.interview .blueBox p {
    margin: 0 8px;
    font-size: 1.3rem;
    line-height: 2;
}

@media all and (max-width: 736px) {
    .interview .mainImg::before {
        background-image: url("img/interview/sp_main_img.jpg");
    }
    .interview .img {
        margin: 0 0 10px;
    }
    .interview .img img {
        width: 110px;
    }
    .interview .photo01 {
        margin: 0 0 20px;
    }
    .interview .photo01 img {
        border-radius: 5px;
    }
    .interview .textList {
        margin-bottom: 20px;
        display: block;
    }
    .interview .textList li {
        width: auto;
        margin-bottom: 30px;
    }
    .interview .textList li:last-child {
        margin-bottom: 0;
    }
    .interview .textList li h4 {
        margin-bottom: 10px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .interview .photoList {
        margin: 0 0 20px;
    }
    .interview .photoList li {
        width: 46.5%;
        margin-bottom: 20px;
    }
    .interview .innerBox h3 {
        margin-left: -5px;
        margin-right: -5px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .interview .photo02 {
        margin-bottom: 30px;
    }
    .interview .comImgBoxR .textBox {
        padding: 0;
    }
    .interview .comImgBoxR .textBox h3 {
        font-size: 1.5rem;
        margin: 0 0 15px;
        letter-spacing: 0.1em;
    }
    .interview .comImgBoxR .photoBox {
        width: 70%;
        margin: 30px auto 0;
    }
    .interview .comImgBoxR {
        margin-bottom: 20px;
    }
    .interview .photo02 img {
        border-radius: 5px;
    }
    .comImgBoxL {
        display: block;
    }
    .comImgBoxL .photoBox {
        width: 70%;
        margin: 0 auto 20px;
    }
    .comImgBoxL .textBox h3 {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .comImgBoxL .textBox p {
        font-size: 1.2rem;
    }
    .comImgBoxL .textBox .photo {
        width: 60%;
        margin: 0 auto;
    }
    .interview .blueBox {
        margin-bottom: 40px;
        padding: 40px 0 20px;
    }
    .interview .blueBox h3 {
        margin: 0 auto 20px;
        width: 70%;
        text-align: center;
    }
    .interview .blueBox .jsBox {
        margin-bottom: 20px;
    }
    .interview .blueBox .bigUl {
        margin-bottom: 20px;
    }
    .interview .blueBox .smallBox {
        margin: 0 10px;
    }
    .interview .blueBox .smallUl .slick-slide > div {
        width: auto;
        margin: 0;
    }
    .interview .blueBox .smallBox .prev {
        left: -15px;
        width: 7px;
    }
    .interview .blueBox .smallBox .next {
        right: -15px;
        width: 7px;
    }
    .interview .blueBox .smallBox .next img,
    .interview .blueBox .smallBox .prev img {
        vertical-align: middle;
    }
}
/*------------------------------------------------------------
	phot_method
------------------------------------------------------------*/
.stepDetail {
    max-width: 680px;
    margin: 104px auto 0;
}
.stepDetail .sub {
    margin-bottom: 90px;
    padding: 20px 20px 52px;
    background-color: white;
    border-radius: 20px;
}
.stepDetail .sub:last-child {
    padding-bottom: 25px;
    margin-bottom: 70px;
}
.stepDetail .textImg {
    text-align: center;
    margin: -72px 0 22px;
}
.headLine04 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 3rem;
}
.headLine04 .txtSpan {
    padding-bottom: 11px;
    display: inline-block;
    border-bottom: 2px dotted #F1C255;
}
.headLine04 .txtSpan02 {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.stepDetail .ins {
    margin-bottom: 17px;
    text-align: center;
}
.stepDetail .ins a:hover {
    opacity: 0.7;
}
.stepDetail p {
    margin-bottom: 24px;
    text-align: center;
    line-height: 2.2;
}
.stepDetail p:last-child {
    margin-bottom: 0;
}
.stepDetail .linkUl {
    display: flex;
    justify-content: center;
}
.stepDetail .linkUl li {
    margin: 0 21px;
}
.stepDetail .linkUl li a:hover img {
    opacity: 0.7;
}
.stepDetail .photo {
    text-align: center;
    margin-bottom: 20px;
}
.stepDetail .photo:last-child {
    margin-bottom: 0;
}
.stepDetail .photo02 {
    margin-right: -70px;
}
.stepDetail .photo03 {
    margin-right: -20px;
}
.stepDetail .photo04 {
    margin-right: -57px;
}
.stepDetail .h3Ttl02 {
    margin-bottom: 50px;
    font-size: 2.8rem;
}
.stepDetail .h3Ttl02 span {
    padding-bottom: 0;
}
.stepDetail .ttl {
    margin-bottom: 15px;
}
.stepDetail .arrow {
    text-align: center;
    margin-bottom: 30px;
}

@media all and (max-width: 736px) {
    .stepDetail {
        max-width: inherit;
        margin: 80px 10px 0;
    }
    .stepDetail .sub {
        margin-bottom: 70px;
        padding-bottom: 30px;
        border-radius: 10px;
    }
    .stepDetail .textImg {
        margin-top: -60px;
    }
    .stepDetail .textImg img {
        width: 70px;
    }
    .stepDetail .h3Ttl02,
    .headLine04 {
        font-size: 1.7rem;
    }
    .headLine04 .txtSpan02 {
        margin-bottom: 8px;
        font-size: 1.2rem;
    }
    .stepDetail p {
        line-height: 1.6;
    }
    .stepDetail .linkUl li {
        margin: 0 10px;
    }
    .stepDetail .h3Ttl02 {
        margin-bottom: 20px;
    }
    .stepDetail .h3Ttl02 span {
        padding-bottom: 11px;
    }
    .stepDetail .photo02 {
        margin: 0 0 20px 40px;
    }
    .stepDetail .photo03 {
        margin: 0 30px 20px 40px;
    }
    .stepDetail .photo04 {
        margin: 0 14px 20px 40px;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .contact p {
    margin-bottom: 13px;
    line-height: 2;
}
#main .contact p .red {
    font-weight: bold;
    color: #d8333b;
}
#main .contact p a {
    border-bottom: 1px solid #666666;
}
#main .contact p:last-child {
    margin-bottom: 0;
}
#main .contact .headLine01 {
    margin-bottom: 10px;
}
#main .contact .textList {
    margin-bottom: 20px;
    line-height: 2;
}
#main .contact .textList a {
    padding-bottom: 1px;
    border-bottom: 1px solid #666666;
}
#main .contact .contactBox01 {
    margin-bottom: 60px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 18px 20px 16px 52px;
}
#main .contact .contactBox01 p {
    margin: 0;
}
#main .contact .contactBox01 p .telSpan {
    padding-right: 17px;
    display: inline-block;
    background: url("/item/img/common/icon03.png") no-repeat right bottom 7px;
}
#main .contact .contactBox01 .note {
    margin: 0 -28px 4px;
}
#main .contact .tel {
    margin-bottom: 18px;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
}
#main .contact .tel a {
    padding-left: 37px;
    font-size: 3rem;
    border: none;
    line-height: 1;
    vertical-align: -4px;
    background: url("/item/img/common/icon12.png") no-repeat left center;
}
#main .contact .text {
    margin-bottom: 52px;
}
#main .contact .ulList {
    padding: 25px 15px 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .contact .ulList li {
    margin-bottom: 26px;
    width: 48%;
}
#main .contact .ulList li span {
    margin: 0 -15px 6px;
    padding-left: 17px;
    display: inline-block;
    background: url("/item/img/common/icon04.png") no-repeat left center;
}
#main .contact .ulList li span a {
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
}
.mailForm {
    padding-top: 7px;
}
.mailForm .comTable th {
    width: 27.4%;
    vertical-align: top;
    padding: 16px 10px 17px 15px;
}
.mailForm .comTable th .txtSpan {
    margin: 5px 10px 0 0;
    font-size: 1.3rem;
    color: #666666;
    line-height: 2;
    display: inline-block;
}
.mailForm .comTable td {
    padding: 10px 22px 10px 25px;
}
.comTable th .must {
    margin-left: 10px;
    width: 28px;
    font-size: 1.1rem;
    color: white;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: 1px;
    padding: 0 3px 1px;
    background-color: #D31D25;
    border-radius: 5px;
    white-space:nowrap;
}
.mailForm input[type="email"],
.mailForm input[type="tel"],
.mailForm input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 38px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 0 7px;
    width: 44.7%;
    border-top-width: 2px;
    background-color: #fff;
}
.mailForm .wid01[type="text"] {
    width: 72px;
    margin: 0 7px;
}
.mailForm .wid02[type="text"] {
    width: 100%;
}
.mailForm select {
    width: 44.7%;
}
.mailForm textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 278px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 7px;
    width: 100%;
    border-top-width: 2px;
    background-color: #fff;
}
.radioUl {
    display: flex;
    flex-wrap: wrap;
}
.radioUl li {
    margin: 5px 5px 5px 0;
}
.submit {
    text-align: center;
}
.submit li {
    width: 270px;
    margin: 15px auto 24px;
    position: relative;
}
.submit li:after {
	width: 3px;  
	height: 5px;
    background: url("/item/img/common/icon06.png") no-repeat right center;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 15px;  
	content: ""; 
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 100%;
    height: 49px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: white;
    border: none;
    background: url("/item/img/common/bg01.jpg") repeat center center;
}
.submit .prevInput:after {
    right: auto;
    left: 15px;
    background: url("/item/img/common/icon05.png") no-repeat left center;
}
.contact .bigPhoto img {
    width: 100%;
}
.checkUl {
    padding-bottom: 7px;
}
.checkUl li {
    line-height: 2;
}
.checkUl li label {
    display: inline-block;
    text-indent: -23px;
    padding-left: 23px;
}
.mailForm textarea.style {
    height: 112px;
}
.mailForm .wid03[type="text"] {
    width: 122px;
    margin: 0 10px 0 5px;
}
.mailForm .comTable td .txtSpan {
    font-size: 1.3rem;
    color: #666666;
}
#main .catalog .textList {
    padding-top: 7px;
    margin-bottom: 63px;
}
#main .catalogBox {
    background-color: white;
    margin: 0 auto 60px;
    padding: 48px 86px 43px 23px;
    max-width: 940px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#main .catalogBox .photoBox {
    width: 51%;
    order: 2;
}
#main .catalogBox .photoBox img {
    width: 100%;
}
#main .catalogBox .textBox {
    padding-bottom: 24px;
    flex: 1;
}
#main .catalogBox .textBox p {
    margin-bottom: 35px;
    text-align: center;
    line-height: 2;
}
#main .catalogBox .textBox h4 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    margin-bottom: 23px;
}
#main .catalogBox .comLink {
    max-width: 270px;
}

@media all and (max-width: 736px) {
    #main .contact .contactBox01 {
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 15px 10px 15px 30px;
    }
    #main .contact .contactBox01 .note {
        margin: 0 0 4px -20px;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }
    #main .contact .tel {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }
    #main .contact .tel a {
        font-size: 1.7rem;
        padding-left: 25px;
        vertical-align: -1px;
        background-size: 20px auto;
    }
    #main .contact .text {
        margin-bottom: 20px;
    }
    #main .contact .headLine01 span {
        margin-right: 2px;
        font-size: 2.2rem !important;
    }
    #main .contact .ulList li {
        width: 45%;
        font-size: 1.2rem;
    }
    #main .contact .ulList li span {
        margin-right: 0;
    }
    #main .contact .ulList li span a {
        line-height: 2;
    }
    #main .contact .ulList {
        padding-bottom: 0;
    }
    .mailForm .comTable th {
        width: 32%;
        padding: 10px 5px;
    }
    .comTable th .must {
        font-size: 0.8rem;
        margin-left: 2px;
        border-radius: 3px;
    }
    .mailForm input[type="email"], 
    .mailForm input[type="tel"], 
    .mailForm input[type="text"] {
        height: 30px;
        padding: 0 5px;
        width: 80%;
        font-size: 1.1rem;
    }
    .mailForm .comTable td {
        padding: 5px 5px 5px 10px;
    }
    .mailForm .comTable .spTd {
        vertical-align: middle;
    }
    .mailForm select {
        height: 30px;
        width: 80%;
        font-size: 1.1rem;
        padding: 0 5px;
        background-size: 8px auto;
    }
    #main .contact p {
        margin-bottom: 5px;
    }
    .mailForm .wid01[type="text"] {
        width: 65px;
    }
    .mailForm textarea{
        padding: 5px;
        height: 150px;
        font-size: 1.1rem;
    }
    #main .catalog .textList {
        margin-bottom: 30px;
    }
    #main .catalogBox {
        padding: 25px 20px;
        margin: 0 20px 30px;
        border-radius: 10px;
        display: block;
    }
    #main .catalogBox .photoBox {
        text-align: center;
        margin: 0 auto 20px;
        width: 80%;
    }
    #main .catalogBox .textBox {
        padding: 0;
    }
    #main .catalogBox .textBox h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    #main .catalogBox .textBox p {
        margin-bottom: 10px;
    }
    #main .catalog .headLine01 {
        font-size: 1.2rem;
    }
    .catalog .mailForm .comTable th {
        width: 40%;    
    }
    .mailForm .comTable td .txtSpan {
        display: block;
        margin-top: 5px;
        font-size: 1rem;
    }
    .mailForm .comTable th .txtSpan {
        font-size: 1rem;
        margin: 4px 0 0;
        line-height: 1.4;
    }
    .mailForm .wid03[type="text"] {
        width: 115px;
    }
    .checkUl li {
        line-height: 1.5;
    }
    .radioUl li input {
        vertical-align: middle;
        margin-top: 0;
    }
    .checkUl li input {
        vertical-align: middle;
        margin-top: 0;
    }
}



/*------------------------------------------------------------
	custom
------------------------------------------------------------*/
.custom .mainImg::before {
    background-image: url("img/custom/main_img.jpg");
}
.custom .textImg {
    margin-bottom: 23px;
    padding-top: 34px;
    text-align: center;
}
.customBox {
    margin-top: -3px;
    background: url("img/custom/bg.jpg") repeat center center;
}
.customBox .textImg02 {
    margin: 0 -22px 28px;
}
.customBox .h3Ttl {
    margin-bottom: 55px;
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.18em;
}
.customBox .h3Ttl span {
    padding: 0 45px 5px;
    display: inline-block;
    background: url("img/custom/line01.png") no-repeat left bottom, url("img/custom/line02.png") no-repeat right bottom;
}
.customBox .h4Ttl {
    margin-bottom: 5px;
}
.zipperList {
    padding-bottom: 40px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #9A9A8B;
}

.zipperList:last-child {
    border: none;
}
.zipperList li {
    width: calc(100% / 8);
    box-sizing: border-box;
    padding: 0 9px;
    margin: 16px 0;
}
.zipperList li a {
    display: block;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
}
.zipperList li a span {
    display: block;
    margin: 0 15px;
}
.zipperList li a:hover {
    opacity: 0.7;
}
.zipperList li .photo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom .innerBox {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom .innerBox .photoBox {
    margin: 0 10px 0 80px;
    order: 2;
}
.custom .innerBox .textBox {
    margin-top: -8px;
    flex: 1;
}
.custom .innerBox .textList {
    line-height: 2;
}
.custom .innerBox .textList li {
    margin-bottom: 7px;
    text-indent: -1.1em;
    padding-left: 1.1em;
}
@media all and (max-width: 736px) {
    .custom .mainImg::before {
        background-image: url("img/custom/sp_main_img.jpg");
    }
    .custom .textImg {
        padding-top: 0;
    }
    .customBox .h3Ttl {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }
    .customBox .h3Ttl span {
        padding: 0 35px 5px;
    }
    .zipperList {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .zipperList li {
        width: calc(100% / 6);
    }
    .zipperList li .photo {
        height: 40px;
        margin-bottom: 4px;
    }
    .zipperList li .photo img {
        max-height: 40px;
        height: auto;
    }
    .zipperList li a span {
        margin: 0;
        line-height: 1.5;
    }
    .custom .innerBox .photoBox {
        width: 35%;
        margin: 0 0 0 10px;
    }
    .custom .innerBox .textList {
        line-height: 1.6;
    }
    .custom .innerBox .textList li {
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
	quality
------------------------------------------------------------*/
.quality .mainImg::before {
    background-image: url("img/quality/main_img.jpg");
}
.quality .img {
    margin: 0 -40px 20px;
    text-align: center;
}
.quality .bigPhoto {
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap;
}
.quality .bigPhoto li {
    box-sizing: border-box;
    padding: 0 2px 5px;
    width: calc(100% / 4);
}
.quality .bigPhoto li img {
    width: 100%;
}
.quality .headLine02 {
    line-height: 2;
    margin-bottom: 39px;
}
.quality .inner01 {
    padding-bottom: 27px;
    position: relative;
}
.quality .inner01 .photo01 {
    position: absolute;
    left: 20px;
    top: -19px;
}
.quality .inner01 .photo02 {
    position: absolute;
    right: 24px;
    top: -8px;
}
.craftsmen {
    margin-bottom: 67px;
    padding: 55px 0 316px;
    background: url("img/quality/photo05.png") no-repeat right bottom;
}
.craftsmen p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 2;
}
.qualityTtl {
    margin-bottom: 37px;
    text-align: center;
    font-size: 4rem;
    color: #449d37;
    letter-spacing: 0.18em;
}
.qualityTtl02 {
    margin-bottom: 34px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.qualityTtl02 span {
    padding: 0 40px;
    display: inline-block;
    position: relative;
}
.qualityTtl02 span:after {
	width: 25px;  
	height: 1px;
    background-color: #449d37;
	position: absolute;  
	top: 55%;
    transform: translateY(-50%);
	left: 0;  
	content: ""; 
}
.qualityTtl02 span:before {
	width: 25px;  
	height: 1px;
    background-color: #449d37;
	position: absolute;  
	top: 55%;
    transform: translateY(-50%);
	right: 0;  
	content: ""; 
}
.durability .qualityTtl02 {
    margin-bottom: 24px;
}
.durability p {
    text-align: center;
    line-height: 2;
}
.durability .mainBox {
    position: relative;
}
.durability .photo01 {
    position: absolute;
    top: 90px;
    left: 20px;
}
.durability .photo02 {
    position: absolute;
    bottom: 0;
    right: 23px;
}
.durability {
    margin-bottom: 110px;
}
.quality .bigPhoto02 {
    max-width: 1322px;
    margin: 0 auto 87px;
    padding: 0 20px;
}
.quality .bigPhoto02 img {
    width: 100%;
}
.quality .madeBox .img {
    margin-bottom: 24px;
}
.madeBox .headLine02 {
    margin-bottom: 24px;
    font-size: 2.6rem;
}
.madeBox p {
    margin-bottom: 28px;
    padding-bottom: 45px;
    text-align: center;
    line-height: 2;
    background: url("img/quality/line.png") no-repeat center bottom;
}
.madeBox .ulBox {
    margin-bottom: 10px;
    padding-bottom: 53px;
    position: relative;
    background: url("img/quality/line.png") no-repeat center bottom;
}
.madeBox .ulBox:last-child {
    background: none;
    padding-bottom: 0;
}
.madeBox .ulBox .img01 {
    position: absolute;
    bottom: -14px;
    left: 57px;
}
.madeBox .ulBox .img02 {
    position: absolute;
    top: -67px;
    right: 65px;
}
.madeBox .ulBox .img03 {
    position: absolute;
    bottom: -14px;
    right: 94px;
}
.madeBox .ulBox .img04 {
    position: absolute;
    top: -57px;
    left: 94px;
}
.madeBox .ulBox .img05 {
    top: -50px;
}
.madeBox .ulBox ul {
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap;
}
.madeBox .ulBox li {
    box-sizing: border-box;
    padding: 0 8px;
    width: calc(100% / 4);
}
.madeBox .ulBox li img {
    border-radius: 10px;
    width: 100%;
}
.quality .btmPhoto {
    padding: 33px 0 30px;
    text-align: center;
}
.quality .movie {
    height: 597px;
    margin-bottom: 80px;
}
.quality .movie iframe {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 736px) {
    .quality .mainImg::before {
        background-image: url("img/quality/sp_main_img.jpg");
    }
    .quality .img {
        margin: 0 -90px 10px;
    }
    .quality .headLine02 {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }
    .quality .inner01 .photo01,
    .quality .inner01 .photo02 {
        display: none;
    }
    .promiseTxt {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .quality .bigPhoto li {
        width: calc(100% / 2);
    }
    .craftsmen {
        padding: 30px 0 35%;
        background-size: 87% auto;
        background-position: right bottom;
    }
    .qualityTtl {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .qualityTtl02 {
        font-size: 1.5rem;
    }
    .qualityTtl02 span {
        padding: 0 30px;
    }
    .qualityTtl02 span::after,
    .qualityTtl02 span::before {
        width: 20px;
    }
    .craftsmen p {
        margin-bottom: 30px;
        font-size: 1.2rem;
    }
    .craftsmen .photo01 {
        margin-left: 20px;
    }
    .craftsmen .photo01 img {
        width: 23%;
    }
    .durability {
        margin-bottom: 0;
        padding: 50px 0;
    }
    .durability p {
        margin: 0 20px;
    }
    .durability .photo01 {
        width: 27%;
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
    }
    .durability .photo02 {
        display: none;
    }
    .quality .bigPhoto02 {
        margin-bottom: 40px;
        padding: 0;
    }
    .quality .bigPhoto02 img {
        width: 100%;
    }
    .quality .madeBox .img {
        margin: 0 100px 20px;
        text-align: center;
    }
    .madeBox .ulBox ul {
        margin: 0 20px;
        justify-content: space-between;
    }
    .madeBox .ulBox li {
        width: 50%;
        margin: 10px 0;
    }
    .madeBox .ulBox .img01 {
        left: 0;
    }
    .madeBox .ulBox .img02 {
        right: 0;
    }
    .madeBox p {
        margin-bottom: 10px;
    }
    .madeBox .ulBox {
        padding-bottom: 40px;
    }
    .madeBox .ulBox .img03 {
        right: 0;
    }
    .madeBox .ulBox .img04 {
        left: 0;
    }
    .quality .btmPhoto {
        margin: 0 60px;
    }
    .quality .movie {
        height: 55vw;
        margin-bottom: 40px;
    }
}

/*------------------------------------------------------------
	function
------------------------------------------------------------*/
.function .mainImg::before {
    background-image: url("img/function/main_img.jpg");
}
.functionTtl {
    margin-bottom: 28px;
    padding-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.functionTtl > span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.function .headLine04 {
    margin-bottom: 34px;
}
.function .headLine04 .txtSpan {
    padding-bottom: 6px;
    letter-spacing: 0.18em;
}
.functionTxt {
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 2;
}
.function .innerBox {
    margin-bottom: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.function .innerBox .rBox {
    width: 57.2%;
    order: 2;
}
.function .innerBox .rBox img {
    width: 100%;
}
.function .innerBox .lBox {
    width: 40%;
    padding: 0 20px;
    box-sizing: border-box;
}
.function .innerBox .photo {
    margin: 0 -10px 68px 10px;
}
.function .innerBox .lBox .textImg {
    margin-bottom: 24px;
    text-align: center;
}
.function .innerBox h4 {
    margin-bottom: 37px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.18em;
}
.function .innerBox .sub {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.function .innerBox .sub .photoBox {
    width: 47%;
}
.function .innerBox .sub .photoBox img {
    width: 100%;
}
.function .innerBox .sub .textBox {
    width: 49%;
    padding: 5px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: url("img/function/line01.png") repeat-x left top, url("img/function/line02.png") repeat-x left bottom;
}
.function .innerBox .sub .textBox p {
    margin-top: -4px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}
.function .innerBox p {
    margin-bottom: 18px;
    line-height: 2;
}
.function .innerBox p:last-child {
    margin-bottom: 0;
}
.functionUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #9B9B8C;
}
.functionUl li {
    padding: 33px 30px 45px 20px;
    width: 50%;
    border-right: 1px dashed #9B9B8C;
    box-sizing: border-box;
    border-bottom: 1px dashed #9B9B8C;
}
.functionUl li:nth-child(2n) {
    padding: 33px 20px 33px 30px;
    border-right: none;
}
.functionUl .functionTtl {
    margin-right: 40px;
}
.functionUl .headLine04 .txtSpan02 {
    margin-bottom: 5px;
}
.functionUl li p {
    margin-bottom: 20px;
    line-height: 2;
}
.function .functionUl .headLine04 {
    margin-bottom: 27px;
}
.functionUl .functionTtl .img02 {
    margin-left: 110px;
}
.functionUl li:nth-child(2n) .functionTtl {
    margin-right: 20px;
}
.functionUl li .btmPhoto {
    text-align: center;
}
.point {
    margin-bottom: 40px;
}
.point .headLine04 .txtSpan02 {
    margin-bottom: 5px;
}
.point .functionTtl {
    margin-right: 37px;
}
.point .photo {
    margin-bottom: 15px;
    text-align: center;
}
.point h4 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.18em;
    font-size: 2rem;
}
.function .comLink {
    margin-top: 70px;
}

@media all and (max-width: 736px) {
    .function .mainImg::before { 
        background-image: url("img/function/sp_main_img.jpg");
    }
    .functionTtl {
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .functionTtl img {
        height: 60px;
    }
    .function .headLine04 .txtSpan {
        border: none;
    }
    .function .headLine04 .txtSpan span {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 2px dotted #F1C255;
    }
    .function .headLine04 {
        margin-bottom: 20px !important;
    }
    .function .innerBox {
        margin-bottom: 20px;
        display: block;
    }
    .function .innerBox .rBox {
        width: auto;
        margin: 0 20px 30px;
    }
    .function .innerBox .lBox {
        width: auto;
        padding: 0;
    }
    .function .innerBox .photo {
        margin: 0 auto 30px;
        width: 60%;
        text-align: center;
    }
    .function .innerBox .lBox .textImg img {
        width: 110px;
    }
    .function .innerBox h4 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .function .innerBox .sub .photoBox {
        width: 30%;
    }
    .function .innerBox .sub .textBox {
        width: 68%;
        background-size: auto 2px;
    }
    .function .innerBox .sub .textBox p {
        font-size: 1.2rem;
    }
    .functionUl {
        display: block;
    }
    .functionUl li {
        padding: 20px 0 !important;
        width: auto;
        border-right: none;
    }
    .functionUl .functionTtl {
        margin-right: 20px;
    }
    .point {
        padding: 20px 0 0;
    }
    .point .functionTtl {
        margin-right: 20px;
    }
    .point h4 {
        font-size: 1.6rem;
    }
    .functionUl li .btmPhoto {
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }
    .function .comLink {
        margin-top: 40px;
    }
}

@media all and (min-width: 1025px) {
    .submit li input:hover {
        opacity: 0.7;
    }
    #main .contact .ulList li span a:hover {
        border-bottom-color: transparent;
    }
    #main .contact p a:hover {
        border-bottom-color: transparent;
    }
    #main .contact .textList a:hover {
        border-bottom-color: transparent;
    }
    .promiseBox .greyBox p a:hover {
        text-decoration: none;
    }
    .promise .comImgBoxR .textBox a:hover {
        border-color: transparent;
    }
    .friendSec .inner01 .smallUl a:hover span {
        text-decoration: none;
    }
    .showroom .whiteBox .rBox li a:hover {
        text-decoration: none;
    }
    .comNewsUl li a:hover {
        text-decoration: underline;
    }
    .comTable a[target="_blank"]:hover {
        text-decoration: none;
    }
    .infomation .infoDl dd a:hover {
        text-decoration: none;
    }
    .company .comTable td a:hover {
        border-color: transparent;
    }
    .colorsList a:hover span {
        border-color: transparent;
    }
    .priceList li a:hover {
        text-decoration: none;
    }
    .dealer dd a:hover {
        border-color: transparent;
    }
    .blogBox .rBox .sub a:hover {
        text-decoration: underline;
    }
    .pageList li a:hover {
        color: white;
        background-color: #D93840;
    }
    .blog .textList li a:hover {
        text-decoration: underline;
    }
    .promiseBox p a:hover {
        border-color: transparent;
    }
    .interview .comImgBoxR dd a:hover {
        border-color: transparent;
    }
    .comTable .linkSpan a[target="_blank"]:hover {
        border-color: transparent;
    }
}

@media all and (max-width: 374px) {
    .headLine01 span {
        font-size: 2.4rem !important;
    }
    .headLine01 {
        font-size: 1.2rem !important;
    }
    .comUlBox li {
        margin: 0 1px;
    }
    .headLine02 {
        font-size: 1.5rem;
    }
    .dealer .headLine01 span {
        margin-right: 0;
    }
    .dealer dd a {
        margin-left: -2px;
        margin-right: -2px;
    }
    .pageList li {
        margin: 0;
    }
    #gFooter .tel a {
        font-size: 1.1rem;
    }
    #gFooter .contact {
        padding: 0 12px;
    }
    .blogBtnBox .link02 {
        width: 70px;
    }
    .blogBtnBox .link03 {
        width: 70px;
    }
    .blogBtnBox .link01 {
        max-width: 150px;
    }
    .blogBtnBox .comLink02 a::after {
        right: 5px;   
    }
    .blogBtnBox .comLink a::after {
        left: 5px;
    }
    .takahash-posts.instaframe .post-footer .posted_date {
        font-size: 1rem;
    }
    .takahash-posts.instaframe .post-footer .icon {
        padding: 7px 6px;
    }
    .page_photo .img01 {
        width: 40px;
        top: 0;
    }
    .page_photo .img02 {
        width: 40px;
        top: 0;
    }

    .point h4 {
        font-size: 1.5rem;
    }
/*
    .catalog .mailForm .comTable th {
        width: 37%;
    }
*/
    .mainImg h2 {
        font-size: 1.4rem;
    }
    .friendSec .inner01 .smallUl span {
        font-size: 0.8rem;
    }
    .comTtlBox h2 span {
        margin-right: 4px;
    }
    .blogBtnBox .comLink a {
        padding-right: 5px;
    }
    .reasonPage h3 {
        font-size: 1.5rem;
    }
    .comBox h3 {
        font-size: 1.5rem;
    }
    .index .jsBox .photo02 {
        width: 100px;
    }
    .index .jsBox .photo01 {
        width: 100px;
    }
}

@media all and (min-width: 737px) and (max-width: 1024px) {
    .reasonPage h3 {
        font-size: 3rem;
    }    
    .reasonPage h4 {
        padding-right: 30px;
        font-size: 2rem;
    }
    .reasonPage .photo01 {
        width: 70px;
        left: 0;
    }
    .reasonPage .photo02 {
        right: 0;
        width: 70px;
    }
    .index .comBannerUl li .bannerTtl,
    .comBannerUl .bannerTtl {
        font-size: 2rem;
    }
    .comBannerUl02 .bannerTxt,
    .comBannerUl li p {
        font-size: 1.3rem;
    }
    #gFooter .tel p {
        font-size: 1.1rem;
    }
    #gFooter .tel a {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        margin-right: 0;
        vertical-align: -2px;
    }
    #gFooter .fBox .tel {
        padding-right: 15px;
    }
    #gFooter .fBox .tel img {
        width: 70px;
    }
    #gFooter .fBox .rBox p {
        font-size: 1.3rem;
    }
    #gFooter .fBox {
        margin: 0 -20px;
    }
    .comBox .subInner .photo01 {
        width: 120px;
    }
    .comBox .subInner .photo02 {
        width: 150px;
    }
    .promise .comImgBoxR .textBox {
        padding-right: 10px;
    }
    .quality .inner01 .photo01 {
        width: 100px;
        left: 10px;
    }
    .quality .inner01 .photo02 {
        width: 100px;
        right: 10px;
    }
    .durability .photo01 {
        width: 120px;
    }
    .durability .photo02 {
        width: 100px;
    }
    .zipperList li a span {
        margin: 0;
    }
    .promiseBox .sub .promisePhoto {
        padding-right: 0;
    }
    .promiseBox .sub .textBox {
        padding-right: 10px;
    }
    .headLine02 {
        font-size: 2.4rem;
    }
    .care .comTable th {
        padding-left: 4px;
        padding-right: 4px;
    }
    .interview .comImgBoxR .photoBox {
        margin-right: 10px;
    }
    .interview .comImgBoxR .textBox {
        padding-right: 20px;
    }
    .comImgBoxL .photoBox {
        margin: 13px 20px 0 0;
    }
    .interview .blueBox .smallBox .prev {
        left: 0;
    }
    .interview .blueBox .smallBox .next {
        right: 0;
    }
    .exhibition .inner .img01 {
        left: 86px;
    }
    .exhibition .inner .img02 {
        right: 85px;
    }
    .schedule .sub .lBox {
        width: 150px;        
    }
    .schedule .sub dt {
        font-size: 1.4rem;
    }
    .schedule .sub .list {
        padding-right: 0;
    }
    .schedule .sub .list li {
        margin-left: 5px;
    }
    .schedule .sub .rBox {
        padding-left: 20px;
        padding-right: 10px;
    }
    .page_photo .img01 {
        left: 30px;
    }
    .page_photo .img02 {
        right: 50px;
    }
    #main .catalogBox {
        padding-right: 20px;
    }
    .index .fooUl .slick-slide > div {
        padding: 40px 0;
    }
    .index .jsBox .slick-dots {
        bottom: 31px;
    }
    .index .jsBox .inner h2 img {
        width: 80%;
    }
    .index .jsBox .inner {
        height: 41vw;
    }
    .index .jsBox .inner .photoSub01 {
        left: 20px;
    }
    .index .jsBox .inner .photoSub02 {
        width: 28%;
        right: 20px;
    }
    .scroll a {
        height: 50px;
    }
    .index .fooUl .people01 {
        top: 20px;
    }
    .another .lineUpList li .photo .sub {
        height: 170px;
    }
    .lineUpList02 .txt {
        margin: 0 10px;
    }
    .comTable .tdStyle02 {
        text-align: center;
        padding-right: 5px !important;
        padding-left: 5px;
    }
    .infomation .infoDl dd .red {
        display: block;
        margin-left: 0;
    }
    
}

@media all and (min-width: 1025px) and (max-width: 1100px) {
    #gHeader .linkUl {
        left: auto;
        right: 20px;
    }
    .comBannerUl02 .bannerTxt {
        font-size: 1.3rem;
    }
    .comBannerUl02 .bannerTtl {
        font-size: 3.8rem;
    }
    .modelBox h4{
        font-size: 1.5rem;
    }
    .modelBox h4 span {
        font-size: 2rem;
    }
}

@media all and (min-width: 737px) and (max-width: 1100px) {
    .lineUpList .ttl03 {
        margin-left: 0;
        margin-right: 0;
    }
    .request {
        margin-left: 0;
        margin-right: 0;
    }
    .schedule {
        margin: 0;
    }
    .mailForm .comTable th {
        width: 31%;
    }
    .craftsmen {
        padding-bottom: 37%;
        background-size: 100% auto;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    #gFooter .naviUl .subUl ul li a {
        font-size: 1.2rem;
    }
    #gFooter .naviUl .subUl > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}



/*------------------------------------------------------------
	タイトル
------------------------------------------------------------*/
.fs-c-subSection__title {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 1.6rem;
  padding:10px 0;
  margin:0 0 15px 0;
}
/*------------------------------------------------------------
	ログイン
------------------------------------------------------------*/
.fs-c-newUsers.fs-c-subSection {
  margin-left: 40px;
}

.fs-c-buttonContainer {
  color: #ffffff !important;
}
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister a:link {
  color: #ffffff;
}

.fs-c-panel {
	margin: 20px 25px;
}

.fs-c-guestReview__title {
	margin-bottom: 20px;
}

.fs-c-button--secondary {
  color: #ffffff !important;
}

@media (max-width: 959px) {
.fs-c-newUsers.fs-c-subSection {
  margin-left: 0px;
}
}

/*------------------------------------------------------------
	商品詳細
------------------------------------------------------------*/

/*　商品番号　*/
.fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0;
    color: #666666;
}

.fs-c-productNumber__number {
    font-weight: normal;
}

/*　値段　*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #000000;
	font-weight: bold;
}

/*　カートに入れる　*/
.fs-c-button--primary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  background: #D00A14;
  border: none;

  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
  }

/*　バリエーション　*/
.fs-c-productSelection__name {
    background: transparent;
    font-size: 1.2rem;
    padding: 4px;
}
.fs-c-variationMatrix__panel {
    background: rgb(255, 255, 255);
    border: 1px solid #DEDFE0cc;
    border-radius: 3px;
    margin: 4px;
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #121720;
  color: #ffffff;
}

/*　カラー　*/
.fs-c-variationMatrix {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #DEDEE0;
    border-bottom: 1px solid #DEDEE0;
}

.fs-c-variationMatrix__panel {
	justify-content: center;
}

/*　プレビュー　*/
.fs-c-aggregateRating__rating::before {
	font-size: 1.2rem;
    font-weight: bold;
	margin-bottom: 10px;
}

/*　商品画像　*/
.fs-c-productCarouselMainImage {
	max-width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.fs-c-slick .slick-list.draggable {
	padding: 0 !important;
	margin: 0 50px;
}

.fs-c-productCarouselMainImage__image > img {
  max-width: 500px;
  
}

/*　商品画像　一覧　*/
.fs-c-productCarouselMainImage__thumbnailList {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (max-width: 949px) {
.fs-c-productCarouselMainImage__image > img {
  max-width: 480px;
  max-height: 480px;
}
}
@media (max-width: 500px) {
.fs-c-slick .slick-list.draggable {
	margin: 0;
}
.fs-c-productCarouselMainImage__image > img {
  max-width: 100vw;
  max-height: 100vh;
}
}

.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
	display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
	overflow-x: hidden;
}

/*　戻るボタン　*/
.btn__block__back {
  padding: 0px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  width: 320px;
}

.btn__block__back a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  
  display: inline-block;
  line-height: 1;

  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.btn__block__back a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.73333rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  
  content: url(/item/img/common/ico__01.png);
  left: 15px;
}

.btn__block__back a:link,
.btn__block__back a:visited,
.btn__block__back a:focus {
	color: #fff;
	background-image: url(/item/img/common/bg04.jpg);
}

.btn__block__back a:hover {
    opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*------------------------------------------------------------
	ショッピングカート
------------------------------------------------------------*/
.fs-c-cartTableContainer {
    background-color: #fff;
}
.fs-body-cart .fs-l-cart__sideColumn {
    background: #fff;
}

/*　タイトル　*/
.fs-p-announcement__title {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    color: #000000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}


.fs-c-wishlistProduct__title {
    margin: 15px 0;
    font-size: 1.6rem;
    color: #000000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}


/*------------------------------------------------------------
	個人情報取り扱いについて
------------------------------------------------------------*/
.fs-c-documentColumn__content ul {
    list-style: disc;
    padding: 0 0 0 25px;
}


.fs-l-pageMain {
    max-width: 100%;
}
