@charset "utf-8";
/*
Theme Name: chisatotaniguchi ver.2
Theme URI: null
Description: Description
Author: Author
Version: 2.0
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
font-family: "Noto Sans JP", sans-serif;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-family: "Cormorant Garamond", serif;
*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.mincho {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}
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;
}

.fs_noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}
.fs_zenkaku_antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.fs_gramond,
.tk-garamond-premier-pro-display,
.tk-garamond-premier-pro {
  font-family: "Cormorant Garamond", serif;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
    margin-bottom: 153px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
    body.fixed {
        overflow: hidden;
    }
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 80px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 1001;
    transition: all ease 0.3s;
}
#gHeader.fixed {
    padding: 20px 0 12px;
    background-color: #fff;
}
#gHeader .hInner {
	margin: 0 auto;
	max-width: 1708px;
	padding: 10px 20px;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
    transition: all ease 0.3s;    
}
#gHeader.on h1 {
    opacity: 0;
}
#gHeader.on {
    background-color: transparent;
}
#index #gHeader h1 {
    opacity: 0;
}
#index #gHeader.fixed h1 {
    opacity: 1;
}
#index #gHeader.fixed.on h1 {
    opacity: 0 !important;
}
.menuBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    background-color: #F8F8F4;
    display: none;
}
.menuBox .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.menuBox .close {
    position: absolute;
    top: 100px;
    right: 94px;
}
.menuBox .subMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1152px;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 40px;
}
.menuBox .logo {
    margin-bottom: 199px;
}
.menuBox .link {
    margin-bottom: 22px;
    width: 384px;
    max-width: inherit;   
}
.menuBox .link a {
    padding: 30px 8px 6px;
    color: #3C3C3C;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-align: right;
}
.menuBox .link a img {
    position: absolute;
    top: 53%;
    left: 22px;
    transform: translateY(-50%);
}
.menuBox .link a .txtSpan {
    margin-left: 17px;
    display: block;
    text-align: center;
    font-size: 3.1rem;
    color: #D7003C;
    letter-spacing: 0.13em;
    font-style: italic;
}
.menuBox .subMenu .lBox {
    width: 50%;
}
.menuBox .subMenu .rBox {
    width: 33.3%;
}
.menuBox .link02 a .txtSpan {
    margin: 0 0 8px;
/*    font-size: 2.6rem; */
    font-size: 2.4rem;
    letter-spacing: 0.09em;
}
.menuBox .link02 a img {
    top: 50%;
}
.menuBox .link .scrollLine  {
    width: 31px;
    right: 10px;
    background-color: #D7003C;
}
.menuBox .link .scrollLine::before {
    background-color: #D7003C;
    left: 0;
}
.menuBox .linkP {
    margin-top: -7px;
}
.menuBox .linkP a {
    font-size: 1.2rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-decoration: underline;
    letter-spacing: 0.16em;
}
.menuBox .comLink03 a::before, 
.menuBox .comLink03 a::after {
    border-color: #D7003C;
}
.menuBox .subMenu .naviUl {
    position: relative;
    padding: 77px 0 60px;
}
.menuBox .subMenu .naviUl:after {
    width: 1px;  
    height: 100%;
    background-color: #D7003C;
    position: absolute;  
    top: 0;
    left: 3px;  
    content: ""; 
}
.menuBox .subMenu .naviUl li {
    margin-bottom: 62px;
}
.menuBox .subMenu .naviUl li:last-child {
    margin-bottom: 0;
}
.menuBox .subMenu .naviUl a {
    padding-left: 40px;
    font-size: 2.6rem;
    letter-spacing: 0.4em;
    font-style: italic;
    position: relative;
    display: inline-block;
    line-height: 54px;
    background: url("img/common/icon03.png") no-repeat left 7px center;
    background-size: 0 auto;
    transition: background-size ease 0.3s;
}
.menuBox .subMenu .naviUl .on a {
    color: #D7003C;
    padding-left: 90px;
    background: url("img/common/icon03.png") no-repeat left 7px center;
    background-size: 64px auto;
}
.menuBox .subMenu .naviUl a:after {
    width: 8px;  
    height: 8px;
    border-radius: 100%;
    background-color: #D7003C;
    position: absolute;  
    top: 51%;
    left: -0;  
    transform: translateY(-50%);
    content: ""; 
}
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 99;
    transition: all ease 0.3s;
}
.menu__line{
    background: #D7003C;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
	
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu.on .menu__line--top{
    top: 8px;
    transform: rotate(45deg);
}
.menu.on .menu__line--center{
    transform:scaleX(0);
}
.menu.on .menu__line--bottom {
    bottom: 10px;
    transform: rotate(135deg);
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 0 !important;
    }
    #gHeader .hInner {
        padding: 25px 20px 20px;
    }
    #gHeader h1 {
        padding-left: 0;
        width: 200px;
    }
    #gHeader .menu {
        width: 25px;
        right: 25px;
    }
    .menu__line {
        height: 1px;
    }
    .menu__line--center {
        top: 8px;
    }
    .menu__line--bottom {
        bottom: 2px;
    }
    .menu.on .menu__line--bottom {
        bottom: 13px;
    }
    .menu.on .menu__line--top {
        top: 6px;
    }
    
    .menuBox .subMenu {
        padding: 50px 25px;
        display: block;
        box-sizing: border-box;
    }
    .menuBox .subMenu .lBox {
        width: auto;
    }
    .menuBox .logo img {
        width: 192px;
    }
    .menuBox .subMenu .rBox {
        margin-bottom: 25px;
        width: auto;
    }
    .menuBox .logo {
        margin-bottom: 34px;
    }
    .menuBox .subMenu .naviUl {
        padding: 35px 0 30px;
        margin: 0 20px 0 46px;
    }
    .menuBox .subMenu .naviUl li {
        margin-bottom: 18px;
    }
    .menuBox .subMenu .naviUl a {
        font-size: 1.75rem;
        padding-left: 22px;
        line-height: 35px;
    }
    .menuBox .subMenu .naviUl .on a {
        background-size: 32px auto;
        padding-left: 47px;
        background-position: left 6px top 2px;
    }
    .menuBox .subMenu .naviUl a::after {
        width: 4px;
        height: 4px;
        left: 2px;
        top: 47%;
    }
    .menuBox .link {
        width: auto;
        max-width: 230px;
        margin: 0 auto 17px;
    }
    .menuBox .link a {
        padding: 14px 8px 1px;
        font-size: 1rem;
        font-style: normal;
    }
    .menuBox .link a .txtSpan {
        margin-left: 0;
        font-size: 2rem;
        line-height: 1.3;
    }
    .menuBox .link a img {
        width: 12px;
        left: 18px;
        top: 46%;
    }
    .menuBox .link02 a .txtSpan {
        margin-bottom: 3px;
/*        font-size: 1.65rem; */
        font-size: 1.45rem;
    }
    .menuBox .link02 a img {
        top: 45%;
    }
    .menuBox .link .scrollLine {
        width: 15px;
        right: 0;
    }
    .menuBox .linkP {
        max-width: 230px;
        margin: 0 auto;
        text-align: center;
    }
    .menuBox .linkP a {
        font-size: 1.2rem;
        letter-spacing: 0.12em;
    }
    .menuBox .close {
        width: 11px;
        top: 25px;
        right: 30px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
#gFooter .fInner {
    height: 460px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: url("img/common/f_bg.jpg") no-repeat center bottom;
    background-size: cover;
}
#gFooter .parallax {
    background-size: 150% auto !important;
}
#gFooter .fInner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    color: white;
}
#gFooter .fInner li {
    width: 40%;
}
#gFooter .fInner li p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-align: center;
}
#gFooter .fInner li .ttl {
    font-size: 2.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.52em;
    margin-bottom: 10px;
}
#gFooter .fInner li .ttl02 {
    letter-spacing: 0.3em;
}
#gFooter .fInner li .comLink02 {
    margin-bottom: 15px;
    width: auto;
}
#gFooter .fInner li .comLink02 a {
    padding: 15px 10px 10px;
    font-size: 3rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.06em;
}
#gFooter .fInner li .tel a {
    letter-spacing: 0.2em;
}
#gFooter .fBox {
    padding: 100px 20px 81px;
    max-width: 1150px;
    margin: 0 auto;
}
#gFooter .fBox .bannerUl {
    display: flex;
    flex-wrap: wrap;
}
#gFooter .fBox .bannerUl li {
    width: 31.04%;
    margin-bottom: 20px;
}
#gFooter .fBox .bannerUl li:nth-child(3n-1) {
    margin-left: 3.44%;
    margin-right: 3.44%;
}
#gFooter .fBox .bannerUl a {
    height: 223px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F4;
    position: relative;
}
#gFooter .fBox .bannerUl a:hover {
    opacity: 0.7;
}
#gFooter .fBox .bannerUl a > div {
    width: 100%;
    height: 100%;
}
#gFooter .fBox .bannerUl p {
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
}
#gFooter .fBox .bannerUl .banner p {
    font-size: 2.9rem;
}
#gFooter .fBox .bannerUl .banner p .txtSpan {
    font-size: 0.9rem;
    margin-bottom: -5px;
}
#gFooter .fBox .bannerUl p .txtSpan {
    display: block;
    font-size: 1.4rem;
}
#gFooter .fBox .bannerUl .scrollLine {
    top: auto;
    transform: none;
    bottom: 19px;
    right: 20px;
    background-color: #D7003C;
    width: 30px;
}
#gFooter .fBox .bannerUl .scrollLine::before {
    background-color: #D7003C;
}
#gFooter .fBox02 {
    padding: 50px 0;
    text-align: center;
    background-color: #220000;
}
#gFooter .fBox02 .sub {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
#gFooter .snsUl {
    margin-bottom: 16px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#gFooter .snsUl:after {
	width: 20px;  
	height: 1px;
    background-color: #fff;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	left: -17px;  
	content: ""; 
}
#gFooter .snsUl:before {
	width: 20px;  
	height: 1px;
    background-color: #fff;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: -17px;  
	content: ""; 
}
#gFooter .snsUl li {
    margin: 0 23px;
    position: relative;
}
#gFooter .snsUl li:after {
	width: 20px;  
	height: 1px;
    background-color: white;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: -32px;  
	content: ""; 
}
#gFooter .snsUl li:before {
	width: 6px;  
	height: 6px;
    background-color: white;
    border-radius: 100%;
	position: absolute;  
	top: 51%;
    transform: translateY(-50%);
	right: -25px;  
	content: ""; 
}
#gFooter .snsUl li a:hover {
    opacity: 0.7;
}
#gFooter .snsUl li:last-child:before,
#gFooter .snsUl li:last-child:after {
    display: none;
}
#gFooter address {
    color: white;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    text-align: center;
}
.pageTop {
    position: absolute;
    top: -146px;
    right: 37px;
}
.pageTop a {
    display: block;
    position: relative;
}
.pageTop a:hover {
    opacity: 0.7;
}
.pageTop .txtSpan {
    display: block;
    width: 21px;
    height: 82px;
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    -webkit-writing-mode : tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000;
    letter-spacing: 0.16em;
}
.scrollLine02 {
    position: absolute;
    width: 2px;
    height: 60px;
    top: -67px;
    left: 9px;
    background-color: #D7003C;
}
.scrollLine02::before {
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    border-radius: 100%;
    background-color: #D7003C;
    left: -3px;
    top: 0;
    -webkit-animation: scroll02 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
    animation: scroll02 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
}

@-webkit-keyframes scroll02 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scroll02 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@media all and (max-width: 896px) {
    #gFooter .fInner {
        min-height: 321px;
        height: auto;
        box-sizing: border-box;
        padding: 48px 0;
        display: block;
        background-image: url("img/common/sp_f_bg.jpg");
    }
    #gFooter .fInner ul {
        display: block;
        padding: 0;
        margin: 0 auto;
        max-width: 250px;
    }
    #gFooter .fInner li {
        margin-bottom: 44px;
        width: auto;
    }
    #gFooter .fInner li:last-child {
        margin-bottom: 0;
    }
    #gFooter .fInner li p {
        font-size: 1.2rem;
        letter-spacing: 0.12em;
    }
    #gFooter .fInner li .ttl {
        margin-bottom: 2px;
        font-size: 2rem;
        letter-spacing: 0.52em;
    }
    #gFooter .fInner li .comLink02 a {
        padding: 11px 10px 8px;
        font-size: 1.75rem;
        letter-spacing: 0.2em;
    }
    #gFooter .fInner li .comLink02 {
        margin-bottom: 8px;
    }
    #gFooter .fInner li .email a {
        font-size: 1.7rem;
        letter-spacing: 0.05em;
    }
    #gFooter .fBox {
        padding: 50px 47px 35px;
    }
    #gFooter .fBox .bannerUl {
        display: block;
    }
    #gFooter .fBox .bannerUl li {
        margin: 0 0 15px !important;
        width: auto;
    }
    #gFooter .fBox .bannerUl a {
        height: 175px;
    }
    #gFooter .fBox .bannerUl a .img {
        width: 150px;
    }
    #gFooter .fBox .bannerUl p {
        font-size: 1.75rem;
        letter-spacing: 0.08em;
        line-height: 1.3;
    }
    #gFooter .fBox .bannerUl p .txtSpan {
        font-size: 1.25rem;
        letter-spacing: 0.12em;
        margin-bottom: 2px;
    }
    #gFooter .fBox .bannerUl .scrollLine {
        width: 22px;
        bottom: 16px;
        right: 16px;
    }
    #gFooter .fBox .bannerUl .banner p {
        font-size: 2.05rem;
    }
    #gFooter .fBox .bannerUl .banner p .txtSpan {
        margin-bottom: 0;
        font-size: 0.75rem;
    }
    #gFooter .fBox02 {
        padding: 26px 0;
    }
    #gFooter .snsUl {
        margin-bottom: 7px;
    }
    #gFooter .snsUl li img {
        width: 23px;
    }
    #gFooter .snsUl li {
        margin: 0 16px;
    }
    #gFooter .snsUl li::after {
        width: 14px;
        right: -24px;
    }
    #gFooter .snsUl li::before {
        width: 4px;
        height: 4px;
        right: -19px;
    }
    #gFooter .snsUl::before {
        width: 14px;
        right: -14px;
    }
    #gFooter .snsUl::after {
        width: 14px;
        left: -14px;
    }
    #gFooter address {
        font-size: 1.4rem;
        letter-spacing: 0.16em;
    }
    .pageTop {
        top: -100px;
        right: 22px;
    }
    .pageTop .txtSpan {
        font-size: 1rem;
        letter-spacing: 0.06em;
        width: 17px;
        height: 60px;
    }
    .scrollLine02 {
        top: -30px;
        height: 30px;
        width: 1px;
/*        left: 10px; */
        left: 8px;
    }
    .scrollLine02::before {
        width: 4px;
        height: 4px;
        left: -1.3px;
    }
    
}

#pagePath {
/*	margin-bottom: 41px; */
  margin-bottom: 77px;
  margin-left: 21px;
	display: flex;
	flex-wrap: wrap;
}
#pagePath li {
	margin-right: 7px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}
#pagePath li a {
	margin-right: 10px;
    text-decoration: underline;
}
#pagePath li a:hover img {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
    #pagePath {
        margin: 0 5px 32px !important;
    }
    #pagePath li {
        margin-right: 5px;
        font-size: 1rem;
    }
    #pagePath li img {
        width: 13.5px;
    }
    #pagePath li a {
        margin-right: 5px;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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: 1536px;
	margin: 0 auto;
	padding: 0 20px;
  padding-top: 323px;
}
@media all and (max-width: 896px) {
    .mainBox {
      padding: 0 20px;
/*      padding-top: 160px; */
      padding-top: 100px;
    }
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.comTtlBox {
	max-width: 1349px;
	margin: 0 auto;
	padding: 0 20px;
}
.headLine01 {
	display: inline-block;
	text-align: right;
  font-weight: 500;
	letter-spacing: 0.48em;
}
.headLine01 .en {
	margin-bottom: 5px;
	display: block;
	font-size: 2.6rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.52em;
}
.headLine01 .line {
	margin: 0 10px 15px 0;
	height: 10px;
	position: relative;
	display: block;
}
.headLine01 .line:after {
	width: 8px;
	height: 8px;
	background-color: #D7003C;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}
.headLine01 .line:before {
	width: 9999px;
	height: 1px;
	background-color: #D7003C;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}
@media all and (max-width: 896px) {
    .headLine01 {
        font-size: 2rem;
        width: auto !important;
        text-align: center;
        display: block;
        letter-spacing: 0.22em;
    }
    .headLine01 .en {
        margin-bottom: 1px;
        font-size: 2rem;
        letter-spacing: 0.48em;
    }
    .comTtlBox {
        margin: 0 -20px 27px;
        padding: 0;
    }
    .comTtlBox .hImg {
        text-align: center;
    }
    .comTtlBox .hImg img {
        width: auto !important;
        height: 41px;
    }
    .headLine01 .line {
        margin: 0 0 5px;
        height: 5px;
    }
    .headLine01 .line::after {
        width: 4px;
        height: 4px;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

.comBox .hImg {
	margin: 0 auto 149px;
/*	max-width: 497px; */
	max-width: 333px;
}
.comBox .hImg02 {
	max-width: 333px;
}
.comBox .comLine {
	margin-bottom: 275px;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 50px;
}
.mainImg img {
	width: 100%;
}
@media all and (max-width: 896px) {
    .mainImg {
        margin: 0 -292px 24px;
    }
}
/*------------------------------------------------------------
	profile
------------------------------------------------------------*/
.profile .comTtlBox {
	max-width: inherit;
}

.profile .profileSec {
  margin: 0 auto;
  width: 100%;
  max-width: 1152px;
  box-sizing: border-box;
}

.profile .profileHead {
  padding: 200px 0 100px;
}
.profile .profileHead .p_name {
  margin-bottom: 30px;
  display: flex;
  gap: 0 36px;
}
.profile .profileHead .p_name span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.7rem, 1.6vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.profile .profileHead .p_name span + span {
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
.profile .profileHead .p_name span + span::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background: #D7003C;
  top: calc(50% - 10px);
  left: -18px;
}
.profile .profileHead .place {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.profile .profileBody {}

.profile .block_wrap {
  padding: 100px 0;
  width: 100%;
  border-top: 1px solid #DCDCDC;
}
.profile h3 {
  position: relative;
  margin-bottom: 50px;
  padding: 0 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
}
.profile h3::before,
.profile h3::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  background: #D7003C;
  top: calc(50% - 9px);
}
.profile h3::before {
  left: 0;
}
.profile h3::after {
  right: 0;
}
.profile .dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.profile .dl_wrap dl {
  display: flex;
  gap: 0 30px;
}
.profile .dl_wrap dl dt,
.profile .dl_wrap dl dd,
.profile .block_wrap p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.profile .dl_wrap dl dd {
  flex: 1;
}
.profile .dl_wrap dl dd span {
  color: #8C8C8C;
}
.profile .block_wrap:first-of-type .dl_wrap dl dt {
  width: 88px;
}


/*
.profile .mainBox {
    padding: 0 20%;
}

.profile .pBox {
	margin: -43px -5px 140px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}
.profile .pBox p {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.4em;
	line-height: 3.6;
}
.profile .inner {
	padding: 169px 45px 0;
    position: relative;
}
.profile .inner:after {
	width: 1px;  
	height: 0;
    background-color: #D7003C;
	position: absolute;  
	top: 10px;
	right: 48px;  
	content: ""; 
    z-index: -1;
    transition: height 4s cubic-bezier(0.26, 0.06, 0, 1) 2s;
}
.profile .inner.show:after {
    height: calc(100% - 46px);
} 
.profile .inner:before {
	width: 0;  
	height: 1px;
    background-color: #D7003C;
	position: absolute;  
	bottom: 35px;
	right: 48px;  
	content: ""; 
    z-index: -1;
    transition: width 2s cubic-bezier(0.26, 0.06, 0, 1) 6s;
}
.profile .inner.show:before {
    width: calc(50% - 191px);
} 
.profile .inner .ballBox {
    position: absolute;
    top: 7px;
    right: -0;
}
.profile .inner .icon {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -2px;
    border-radius: 100%;
    background-color: #D7003C;
}
.profile .inner .icon02 {
    top: 375px;
}
.profile .inner .icon03 {
    top: 563px;
}
.profile .inner .icon04 {
    top: 838px;
}
.profile .inner .sub {
	max-width: 1150px;
	margin: 0 auto;
  padding-bottom: 43px;
}

.profile .subBox01 {
	width: 700px;
	margin: 0 40px 55px 160px;
}
.profile .subBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.profile .subBox .lBox {
	width: 250px;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}
.profile .subBox .lBox p {
	letter-spacing: 0.06em;
	line-height: 1.94;
    font-size: 1.4rem;
}
.profile .subBox .lBox .date {
    padding: 7px 0 0 !important;
	margin-bottom: 70px;
	font-size: 10rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1;
    font-family: "garamond-premier-pro-display",serif;
}
.profile .subBox .lBox p .txtSpan01 {
	margin-right: 24px;
	display: block;
}
.profile .subBox .lBox p .txtSpan02 {
	margin-right: 40px;
	display: block;
}
.profile .subBox .lBox p .txtSpan03 {
	margin-right: 56px;
	display: block;
}
.profile .subBox .ttl {
	margin-bottom: 8px;
	font-size: 1.5rem !important;
	font-weight: bold;
	color: #D7003C;
	letter-spacing: 0.3em !important;
    font-family: "din-2014",sans-serif;
}
.profile .subBox .rBox {
	margin: 84px 0 0 75px;
    flex: 1;
	position: relative;
}
.profile .subBox .rBox .bg {
	float: left;
	background-color: transparent;
	width: 91px;
	height: 130px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	shape-outside: polygon(0 0, 100% 0, 0 100%);
}
.profile .subBox .line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	bottom: 0;
	margin-left: -45px;
	transform: skewX(-30deg);
}
.profile .subBox .line::before {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	top: 0;
	content: '';
	background-color: #D7003C;
}
.profile .subBox .line::after {
	position: absolute;
	left: -4px;
	bottom: -61px;
	border-radius: 100%;
	background-color: #D7003C;
	width: 8px;
	height: 8px;
	content: '';
	transform: skewX(30deg);
}
.profile .subBox .rBox p {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.94;
}
.profile .subBox .rBox p .subSpan {
	font-size: 1.2rem;
}
.profile .subBox .rBox p .txtSpan01 {
	display: block;
	margin-left: 25px;
}
.profile .subBox .rBox p .txtSpan02 {
	display: block;
	margin-left: 2px;
}
.profile .subBox .rBox p .txtSpan03 {
	margin-left: -19px;
	display: block;
}
.profile .subBox .rBox .ttl02 {
	margin: 0 0 13px 48px;
	font-size: 1.5rem;
    font-family: "din-2014",sans-serif;
    letter-spacing: 0.3em;
}
.profile .subBox .ttl02 span {
	color: white;
	display: inline-block;
	background-color: #D7003C;
	min-width: 99px;
	padding: 2px 10px 1px;
	line-height: 1.2;
	box-sizing: border-box;
	text-align: center;
}
.profile .subBox02 {
	margin-bottom: 60px;
	width: 700px;
	float: right;
}
.profile .subBox02 .lBox {
	margin-left: 40px;
}
.profile .subBox02 .rBox {
	margin: 35px -30px 0 60px;
}
.profile .subBox02 .line {
	left: 52%;
}
.profile .subBox02 .line::before {
	bottom: 0;
}
.profile .subBox02 .line::after {
	bottom: -4px;
}
.profile .subBox03 {
	margin-bottom: 20px;
	width: 700px;
}
.profile .subBox03 .rBox { */
/*	width: 62%;*/
/*}
.profile .subBox03 .lBox {
	width: 190px;
}
.profile .subBox03 .lBox p {
	padding-right: 15px;
}
.profile .subBox03 .lBox .date {
	margin-bottom: 110px;
}
.profile .subBox03 .line {
	left: 40%;
}
.profile .subBox03 .line::before {
	bottom: -20px;
}
.profile .subBox03 .line::after {
	bottom: -24px;
}
.profile .subBox04 {
	margin-bottom: 110px;
	float: right;
	width: 743px;
}
.profile .subBox04 .rBox {
    margin-left: 90px; */
/*	width: 420px;*/
/*	margin-right: -30px;
}
.profile .info {
	margin-bottom: 116px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.profile .subBox05 {
	width: 690px;
}
.profile .subBox05 .lBox {
	width: 180px;
}
.profile .subBox05 .rBox {
    margin-left: 65px;*/
/*	width: 470px;*/
/*}
.profile .subBox05 .line {
	left: 40%;
}
.profile .profileUl {
	padding: 30px 0 0 50px;
    flex: 1;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.profile .profileUl .date {
	margin: 0 auto 10px;
	width: 80px;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.7rem;
	color: white;
	font-weight: 300;
	font-style: italic;
	box-sizing: border-box;
	padding-bottom: 7px;
	background: url("img/common/bg02.png") no-repeat center bottom;
	background-size: 100% 100%;
    font-family: "garamond-premier-pro-display",serif; 
    letter-spacing: 0.03em;
}
.profile .profileUl .txtBox {
    margin: 0 -10px;
	text-align: center;
}
.profile .profileUl .txtBox p {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.79;
}
.profile .profileUl .txtBox p .txtSpan {
	display: block;
	margin-bottom: 26px;
}
.profile .profileUl .txtBox p .txtSpan:last-child {
	margin-bottom: 0;
}
.profile .profileUl .txtBox p .red {
	color: #D7003C;
}
.profile .subBox06 {
	margin-bottom: 100px;
	padding-right: 70px;
	width: 700px;
	float: right;
}
.profile .subBox06 .line {
	left: 47%;
}
.profile .subBox07 {
	margin-bottom: 106px;
	clear: both;
	width: 650px;
}
.profile .subBox07 .rBox { */
/*	width: 460px;*/
/*	margin: 30px 0 0 10px;
}
.profile .subBox07 .lBox {
	width: 180px;
}
.profile .subBox07 .line {
	left: 40%;
}
.profile .subBox07 .line::before {
	bottom: 0;
}
.profile .subBox07 .line::after {
	bottom: -4px;
}
.profile .profileUl02 {
	margin-bottom: 72px;
	width: 100%;
	box-sizing: border-box;
    padding: 0;
}
.profile .profileUl02 li {
	margin-bottom: 20px;
    flex: 1;
}
.profile .profileUl02 li:nth-child(2) {
	margin-top: 78px;
}
.profile .profileUl02 li:nth-child(3) {
	margin-top: 158px;
}
.profile .profileUl02 .txtBox p .txtSpan {
	display: block;
	margin-bottom: 10px;
}
.profile .profileUl02 li .subSpan {
	font-size: 1.2rem;
	display: block;
}
.profile .profileUl03 {
    margin-bottom: 25px;
}
.profile .profileUl03 .txtBox p .txtSpan {
    margin-bottom: 24px;
}
.profile .subBox08 {
	margin-bottom: 115px;
	width: 750px;
}
.profile .subBox08 .rBox {
    margin-left: 65px; */
/*	width: 500px;*/
/*}
.profile .subBox08 .lBox {
	width: 180px;
}
.profile .subBox08 .line {
	left: 36%;
}
.profile .subBox09 {
	margin-bottom: 30px;
	width: 400px;
}
.profile .subBox09 .rBox {
	margin: 30px 0 0 55px; */
/*	width: 130px;*/
/*}
.profile .subBox09 .lBox {
	width: 180px;
}
.profile .subBox09 .line {
	left: 63%;
}
.profile .subBox09 .line::before {
	bottom: -5px;
}
.profile .subBox09 .line::after {
	bottom: -9px;
}
.profile .subBox10 {
	margin: 0 40px 120px 190px;
	width: 400px;
}
.profile .subBox10 .rBox {
	margin-top: 30px; */
/*	width: 130px;*/
/*}
.profile .subBox10 .lBox {
	width: 180px;
}
.profile .subBox10 .line {
	left: 67%;
}
.profile .subBox10 .line::before {
	bottom: -5px;
}
.profile .subBox10 .line::after {
	bottom: -9px;
}
.profile .profileUl04 {
	margin-bottom: 20px;
}
.profile .profileUl04 li:nth-child(2) {
    margin-top: 60px;
}
.profile .profileUl04 li:nth-child(3) {
    margin-top: 114px;
}
.profile .profileUl04 li:nth-child(4) {
    margin-top: 175px;
}
.profile .subBox11 {
    margin-bottom: 180px;
    width: 750px;
}
.profile .subBox11 .rBox {
    margin: 40px 0 0 20px; */
/*    width: 550px;*/
/*}
.profile .subBox11 .lBox {
    width: 180px;
}
.profile .subBox11 .line {
    left: 35%;
}
.profile .subBox11 .line::before {
    bottom: 0;
}
.profile .subBox11 .line::after {
    bottom: -4px;
}
.profile .subBox12 {
    width: 750px;
    margin: 0 auto 140px;
}
.profile .subBox12 .rBox { */
/*    width: 400px;*/
/*}
.profile .subBox12 .line {
    left: 47%;
}
*/

.comLink02 {
    margin: 0 auto;
    width: 286px;
}
.comLink02 a {
    padding: 22px 10px 24px;
    display: block;
    background-color: #D7003C;
    font-size: 1.6rem;
    color: white;
    text-align: center;
    position: relative;
    letter-spacing: 0.06em;
}
.comLink02 a::after {
    width: 100%;
    height: 100%;
    background: #99002A;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
    transition: 0.3s;
}
.comLink02 .txtSpan {
    display: block;
    position: relative;
    z-index: 1;
}
.scrollLine {
    display: block;
    width: 60px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.scrollLine::before {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
}
@-webkit-keyframes scroll {
  0% {
    left: -8px;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    left: -8px;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.profile .headLine01 {
/*    width: 450px; */
  width: 384px;
}
/*
.profile .profileSec {
    max-width: 1631px;
    margin: 0 auto;
    padding: 0 20px;
}
*/

@media all and (max-width: 896px) {
  .profile .profileSec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile .profileHead {
    padding: 100px 0 50px;
  }
  .profile .profileHead .p_name {
    margin-bottom: 15px;
  }
  .profile .block_wrap {
    padding: 50px 0;
  }
  .profile h3 {
    margin-bottom: 30px;
  }

/*
    .profile .pBox {
        margin: 0 0 12px;
        display: block;
    }
    .profile .pBox p {
        font-size: 1.2rem;
        text-align: center;
        line-height: 2.22;
        letter-spacing: 0.04em;
    }
    .profile .inner {
        margin: 0 -20px;
        padding: 118px 0 0 0;
    }
    .profile .inner::before {
        right: auto;
        left: 51px;
        bottom: 22px;
    }
    .profile .inner.show::before {
        width: calc(50% - 155px);
    }
    .profile .inner::after {
        right: auto;
        height: calc(100% - 32px);
        left: 51px;
    }
    .profile .inner.show::after {
        height: calc(100% - 32px);
    }
    .profile .inner .ballBox {
        right: auto;
        left: 25px;
    }
    .profile .inner .ballBox img {
        width: 51px;
    }
    .profile .inner .icon {
        width: 4px;
        height: 4px;
        right: auto;
        left: 25px;
        display: none;
    }
    .profile .subBox {
        display: block;
        padding: 0 !important;
        margin: 0 0 42px;
        float: none !important;
        width: auto !important;
    }
    .profile .subBox:after {
        width: 4px;  
        height: 4px;
        background-color: #D7003C;
        position: absolute;  
        top: 28px;
        border-radius: 100%;
        left: -16px;  
        content: ""; 
    }
    .profile .subBox .lBox {
        margin: 0;
        width: auto !important;
        text-align: left;
    }
    .profile .subBox .lBox .date {
        margin-bottom: 10px;
        font-size: 5rem;
        letter-spacing: 0.03em;
    }
    .profile .subBox .lBox p {
        font-size: 1.4rem;
        padding: 0 !important;
        letter-spacing: 0.01em;
    }
    .profile .subBox .lBox p .txtSpan03,
    .profile .subBox .lBox p .txtSpan02,
    .profile .subBox .lBox p .txtSpan01 {
        display: inline;
        margin: 0;
    }
    .profile .inner .sub {
        padding-left: 65px;
        margin-top: -5px;
    }
    .profile .subBox .ttl {
        margin: 0 2px 1px;
        font-size: 1.4rem !important;
        letter-spacing: 0.3em !important;
    }
    .profile .subBox .line {
        display: none;
    }
    .profile .subBox .rBox {
        margin-left: 0 !important;
        margin-top: 10px;
        margin-right: 0 !important;
        width: auto !important;
    }
    .profile .subBox .rBox p {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        margin-right: 10px !important;
    }
    .profile .subBox .rBox p .txtSpan03,
    .profile .subBox .rBox p .txtSpan02,
    .profile .subBox .rBox p .txtSpan01 {
        display: inline;
        margin: 0;
    }
    .profile .subBox .rBox .ttl02 {
        font-size: 1.4rem;
        margin: 0 0 7px;
    }
    .profile .subBox .ttl02 span {
        padding: 1px 6px 1px;
        min-width: 50px;
    }
    .profile .profileUl {
        padding: 0;
        display: block;
    }
    .profile .profileUl li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .profile .profileUl .date {
        width: 60px;
        margin: 0;
        height: 70px;
        font-size: 2rem;
    }
    .profile .profileUl .txtBox {
        margin: 0;
        flex: 1;
        padding: 20px 0 0 10px;
    }
    .profile .profileUl .txtBox p {
        text-align: left;
        font-size: 1.1rem;
        line-height: 1.61;
    }
    .profile .info {
        display: block;
        margin: 0 0 40px;
    }
    .profile .info .profileUl {
        margin-top: -20px;
    }
    .profile .subBox .rBox p .subSpan {
        font-size: 0.8rem;
    }
    .profile .profileUl02 {
        margin: -20px 0 40px;
    }
    .profile .profileUl02 li {
        margin: 0 0 25px !important;
    }
    .profile .profileUl02 li .subSpan {
        font-size: 1rem;
    }
*/
    .comLink02 {
        width: auto;
        max-width: 250px;
    }
    .comLink02 a {
        padding: 15px 10px 15px;
        font-size: 1.4rem;
    }
    .scrollLine {
        width: 30px;
        right: -10px;
    }
    .scrollLine::before {
        width: 4px;
        height: 4px;
        top: -1.5px;
        left: -2px;
    }
    .profile .comLink02 {
        max-width: 210px;
    }
    
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	padding: 0 20%;
	max-width: 1152px;
}
@media all and (max-width: 896px) {
    .comBox {
        padding: 0 20px;
    }
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.comLine {
	margin-bottom: 198px;
	position: relative;
    z-index: 1;
}
.comLine::before {
	position: absolute;
	width: 1px;
	height: 190px;
	left: 50%;
	top: -98px;
	transform: translateX(-50%);
	background-color: #D7003C;
	content: '';
}
.comLine::after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	bottom: -100px;
	left: 50.05%;
	transform: translateX(-50%);
	background-color: #D7003C;
	content: '';
}

@media all and (max-width: 896px) {
	.comLine::before {
		height: 95px;
	}
	.comLine::after {
		bottom: 0;
	}
}
/*------------------------------------------------------------
	comNaviUl
------------------------------------------------------------*/
.comNaviUl {
	margin-bottom: 62px;
	display: flex;
/*	justify-content: space-between; */
  justify-content: center;
}
.comNaviUl li {
/*	margin: 0 20px 10px 0; */
  margin: 0 47px;
}
.comNaviUl li:last-child {
	margin-right: 0;
}
.comNaviUl li a {
	display: block;
	color: #3B4043;
	font-weight: 300;
    font-size: 2rem;
	font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.12em;
}
.comNaviUl li .link {
	display: block;
	position: relative;
}
.comNaviUl li .link::after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	background-color: #EFEFEF;
}
.comNaviUl li.on .link::after {
	background-color: #DA1E51;
}
.comNaviUl li.on .link::before {
	margin-top: -2px;
	width: 6px;
	height: 6px;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateX(-50%);
	content: '';
	background-color: #DA1E51;
	border-radius: 100%;
}
.comNaviUl li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 1100px) {
	.comNaviUl li {
		margin-right: 10px;
	}
	.comNaviUl li a {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	.comNaviUl {
        display: block;
	}
	.comNaviUl li {
		margin: 0 0 10px !important;
	}
	.comNaviUl li a {
        padding: 10px 0 0;
        display: block;
	}
}
/*------------------------------------------------------------
	comInfoUl
------------------------------------------------------------*/
.comInfoUl {
	margin: -57px auto 94px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.comInfoUl li {
	margin: 57px 50px 0 0;
	width: calc(100%/3 - 34px);
}
.comInfoUl li:nth-child(3n) {
	margin-right: 0;
}
.comInfoUl li .photo {
	margin-bottom: 22px;
	padding-bottom: 61.7%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.comInfoUl .text dl {
	margin-bottom: 21px;
	display: flex;
	justify-content: space-between;
/*    font-family: "din-2014",sans-serif; */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.comInfoUl .text dt {
	color: #B4B4B4;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
}
.comInfoUl .text dd {
	padding: 1px 3px;
	min-width: 46px;
	color: #D7003C;
	font-style: italic;
	font-size: 1rem;
	letter-spacing: 0.08em;
	border: 1px solid #D7003C;
	box-sizing: border-box;
    text-align: center;
}
.comInfoUl .text p {
	color: #3B4043;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.8;
}
.comInfoUl li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
	.comInfoUl li {
		margin: 30px 0 0 0;
		width: 100%;
	}
	.comInfoUl .text dl {
		margin-bottom: 12px;
	}
	.comInfoUl li .photo {
		margin-bottom: 11px;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
/*  font-family: "garamond-premier-pro-display",serif; */
  font-family: "Cormorant Garamond", serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 50px;
	color: rgba(59,64,67,0.7);
	font-style: italic;
	display: inline-block;
	border: 1px solid #DCDCDC;
	padding: 12px 5px 9px;
	margin: 0 9px;
    vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi .current {
    border-color: #707070;
}
.wp-pagenavi .first, 
.wp-pagenavi .last, 
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	background-color: transparent;
	box-shadow: none;
}
.wp-pagenavi .extend img {
	vertical-align: middle;
}
.wp-pagenavi .nextpostslink {
	padding: 0;
	min-width: inherit;
	border: none;
}
.wp-pagenavi .nextpostslink img {
	vertical-align: middle;
}
.wp-pagenavi .previouspostslink {
	padding: 0;
	min-width: inherit;
	border: none;
}
.wp-pagenavi .previouspostslink img {
	vertical-align: middle;
}

@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 0 -8px;
	}
	.wp-pagenavi a,
    .wp-pagenavi span {
		margin: 0 3px;
        min-width: 41px;
	}
	.wp-pagenavi .previouspostslink {
		margin-left: 0;
	}
	.wp-pagenavi .nextpostslink {
		margin-right: 0;
	}
    .wp-pagenavi .nextpostslink img,
    .wp-pagenavi .previouspostslink img {
        width: 41px;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.privacy .comBox {
	padding-top: 187px;
}
.privacy .txt {
	margin-bottom: 68px;
    letter-spacing: 0.6px;
    font-size: 1.5rem;
}
.privacy dl {
	margin-bottom: 90px;
}
.privacy dt {
	margin-bottom: 25px;
	padding-bottom: 12px;
	color: #D7003C;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.4px;
	border-bottom: 1px solid #D7003C;
}
.privacy dd {
    font-size: 1.5rem;
	margin-bottom: 47px;
	line-height: 1.66;
	letter-spacing: 1.1px;
}
.privacy dd:last-child {
	margin-bottom: 0;
}
.privacy dd p {
	margin-bottom: 30px;
}
.privacy .chisato .ttl {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.8px;
}
.privacy .chisato p {
    margin-bottom: 17px;
    line-height: 1.67;
	font-weight: 500;
    font-size: 1.5rem;
	letter-spacing: 1.1px;
}
.privacy .chisato p .txtSpan {
    display: block;
}
.privacy .chisato .infoTxt {
	margin-bottom: 17px;
}
.privacy .chisato .txtSpan a:hover {
    opacity: 0.7;
}
.privacy .headLine01 {
    width: 450px;
}
.privacy .comTtlBox {
    max-width: inherit;
}

@media all and (max-width: 896px) {
	.privacy .comBox {
		padding-top: 90px;
	}
	.privacy .txt {
		margin-bottom: 34px;
        font-size: 1.4rem;
	}
	.privacy dt {
		margin-bottom: 13px;
		padding-bottom: 6px;
        font-size: 1.7rem;
	}
	.privacy dd {
		margin-bottom: 25px;
        font-size: 1.4rem;
	}
	.privacy dl {
		margin-bottom: 50px;
	}
    .privacy .chisato p {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.mainVisual .photo {
	width: 61.55%;
    order: 2;
}
.mainVisual .innerBox {
	padding-left: 15px;
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.mainVisual .innerBox .inner {
	margin: 0 29px 203px 0;
	width: 74.4%;
}
@media all and (max-width: 896px) {
	.mainVisual {
        display: block;
	}
	.mainVisual .photo {
		margin-bottom: 20px;
		width: auto;
	}
	.mainVisual .photo img {
        width: 100%;
    }
	.mainVisual .innerBox {
		padding-left: 0;
		display: block;
		order: 2;
	}
	.mainVisual .innerBox .inner {
		margin: 0 0 120px !important;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
.products #pagePath {
/*	margin: 0 0 23px 21px; */
}
@media all and (max-width: 896px) {
    .products {
        padding-top: 0;
    }
    .products .comTtlBox {
        margin-left: 10px;
        margin-right: 10px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*
.topics {
	padding-top: 122px;
}
.topics #pagePath {
	margin: 0 0 25px 20px;
}
.topics .mainVisual {
    padding: 0 20px;
	margin: 0 auto;
	max-width: 1535px;
}
.topics .mainVisual .photo {
	width: 49.5%;
}
.topics .mainVisual .innerBox {
	justify-content: flex-start;
}
.topics .mainVisual .innerBox .inner {
	margin: 0 0 201px -36px;
	width: 49.1%;
}
.topics #pagePath {
	margin: 0 0 23px 21px;
}
.topics .comNaviUl {
    justify-content: center;
}
.topics .comNaviUl li {
    margin: 0 47px;
}
*/

.topics .comTtlBox .hImg img {
    width: 333px;
}

@media all and (max-width: 896px) {
    .topics {
        padding-top: 0;
    }
	.topics .mainVisual .photo {
		width: auto;
	}
    .topics .comTtlBox {
        margin-left: 10px;
        margin-right: 10px;
    }
    
}
/*------------------------------------------------------------
	detailBox
------------------------------------------------------------*/
.detailBox .comBox {
	padding: 0;
}
.detailBox #pagePath {
	margin-bottom: 77px;
}
/*
.detailBox {
	padding-top: 323px;
}
.detailBox .hImg {
	margin: 0 auto 149px;
	max-width: 497px;
}
.detailBox .hImg02 {
	max-width: 333px;
}
.detailBox .comLine {
	margin-bottom: 275px;
}
*/
.detailBox .now {
	margin-bottom: 46px;
	text-align: center;
}
.detailBox .now span {
	padding: 0 11px 1px;
	box-sizing: border-box;
	display: inline-block;
	color: #D7003C;
	font-size: 1.4rem;
	font-style: italic;
    letter-spacing: 0.08em;
	border: 1px solid #D7003C;
}
.detailBox .centerTxt {
	margin-bottom: 16px;
	color: #3B4043;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.detailBox .date {
	margin-bottom: 69px;
	display: block;
	color: #B4B4B4;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
    letter-spacing: 0.06em;
}
.detailBox .img {
	margin: 0 auto 90px;
	max-width: 960px;
    text-align: center;
}
.detailBox .txtBox {
	margin: 0 auto;
	max-width: 767px;
}
.detailBox .txtBox p {
	margin-bottom: 49px;
	font-size: 1.5rem;
	letter-spacing: 0.8px;
	line-height: 2.33;
}
.detailBox .txtBox p:last-child {
	margin-bottom: 0;
}
.detailBox .linkBox {
    margin-top: 142px;
    position: relative;
}
.detailBox .linkBox .prev {
    position: absolute;
    top: -2px;
    left: 0;
}
.detailBox .linkBox .next {
    position: absolute;
    top: -2px;
    right: 0;
}
.detailBox .linkBox .prev a:hover img {
    opacity: 0.7;
}
.detailBox .linkBox .next a:hover img {
    opacity: 0.7;
}
.detailBox .comLink03 {
    max-width: 400px;
    margin: 0 auto;
}
.detailBox .comLink03 a {
    padding: 23px 20px 19px;
    color: #D7003C;
    text-align: center;
    letter-spacing: 0.16em;
}
.detailBox .comLink03 a::before {
    border-color: #D7003C;
}
.detailBox .comLink03 a::after {
    border-color: #D7003C;
}
.detailBox .comLink03 .txtSpan {
    letter-spacing: 0.12em;
}
.detailBox .comLink03 .scrollLine {
    background-color: #D7003C;
    
}
.detailBox .comLink03 .scrollLine::before {
    background-color: #D7003C;
}
@media all and (max-width: 896px) {
	.detailBox {
		padding-top: 160px;
	}
	.detailBox .comLine {
		margin-bottom: 190px;
	}
	.detailBox .date {
		margin-bottom: 35px;
        font-size: 1.4rem;
	}
	.detailBox .img {
		margin-bottom: 50px;
	}
	.detailBox .txtBox p {
		margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 2;
	}
    .detailBox .linkBox {
        margin: 80px -20px 0;
    }
    .detailBox .comLink03 a {
        padding: 15px 10px 12px;
        font-size: 1.2rem;
    }
    .detailBox .comLink03 {
        max-width: 220px;
    }
    .detailBox .linkBox .prev {
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
    }
    .detailBox .linkBox .prev img {
        width: 40px;
    }
    .detailBox .linkBox .next {
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
    }
    .detailBox .linkBox .next img {
        width: 40px;
    }
    .detailBox .txtBox {
        max-width: inherit;
    }
    .detailBox .comLink03 .scrollLine {
        right: 0;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.topBox {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.topBox .inner {
    padding-bottom: 60px;
    width: 79.8%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.topBox .circle {
    position: absolute;
    top: 0;
/*    right: 100%; */
/*    height: 100%; */
    right: calc(100% - 40px);
    height: 72%;
}
.topBox .circle:after {
	width: 1px;  
	height: 0;
  background-color: #D7003C;
	position: absolute;  
	top: 0;
	left: 5px;  
	content: ""; 
/*  transition: all 1.25s cubic-bezier(0.16, 1, 0.3, 1) 3.5s; */
  transition: all 1.25s cubic-bezier(0.16, 1, 0.3, 1) 4.75s;
}
.topBox.show .circle:after {
    height: 100%;
}
.topBox .circle .icon {
    width: 8px;
    height: 8px;
    background-color: #D7003C;
    position: absolute;
    top: 157px;
    left: 1.5px;
    border-radius: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
.topBox.show .circle .icon {
    opacity: 1;
}
.topBox .circle .icon02 {
    top: 263px;
    transition-delay: 2.25s;
}
.topBox .circle .icon03 {
    top: 450px;
    transition-delay: 2.5s;
}
.topBox .circle .icon04 {
    top: 727px;
    transition-delay: 2.75s;
}
.topBox .circle .icon05 {
    top: 1180px;
    left: -29.5px;
    width: 75px;
    height: 87px;
    transition-delay: 6.25s;
    background: url("img/common/icon04.png") no-repeat 0 0 / contain;
}
.topBox .bgBox {
    order: 2;
    width: 48.238%;
    position: relative;
    overflow: hidden;
}
.topBox .bgBox .photo {
    height: 1646px;
}
.topBox .bgBox .photo > img {
    opacity: 0;
}
.topBox .bgBox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #FFF;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1); 
    z-index: 2;
}
.topBox .bgBox .bg:after {
	width: 50%;  
	height: 100%;
    background-color: rgba(215,0,60,1);
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
.topBox.show .bgBox .bg {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}
.topBox h1 {
    opacity: 0;
    margin-right: -8.9%;
    width: 17.62%;
    order: 1;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s,opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 1.25s; 
}
.topBox.show h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.topBox.show h1 img {
    height: 100%;
    width: auto;
	max-width: inherit;
}
.topBox .txtBox {
    padding: 41px 11.7% 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topBox .txtBox .pBox {
	position: absolute;
	left: 20px;
	top: calc(100vh - 372px);
    display: flex;
    flex-direction: row-reverse;
}
.topBox .txtBox .pBox p {
    margin-left: 30px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 4.75s;
}
.topBox .txtBox .pBox p.animate02 {
    transition-delay: 5s;
}
.topBox .txtBox .pBox p.animate03 {
    transition-delay: 5.25s;
}
.topBox .txtBox .pBox p.animate04 {
    transition-delay: 5.5s;
}
.topBox.show .txtBox .pBox p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.topBox .txtBox .pBox .txt {
    margin-left: 65px;
}
.topBox .topicBox {
    position: absolute;
    right: 0;
    max-width: 1152px;
    top: 74.8%;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 60px;
    background-color: rgba(250,250,250,0.9);
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 1.5s ease-in-out 3s;
}
.topBox.show .topicBox {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.topBox .topicBox h2 {
    font-size: 3.1rem;
    letter-spacing: 0.37em;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    top: -19px;
    left: 20px;
}
.topBox .topicBox dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topBox .topicBox dt {
    width: 196px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.topBox .topicBox dt:after {
	width: 8px;  
	height: 8px;
    background-color: #D7003C;
	position: absolute;  
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
	content: ""; 
}
.topBox .topicBox dt .date {
    width: 85px;
    font-size: 2rem;
    letter-spacing: 0.04em;
}
.topBox .topicBox dt .date span {
    display: block;
    font-size: 2.6rem;
    margin-top: -8px;
}
.topBox .topicBox dt .txtSpan {
    min-width: 69px;
    font-size: 1.2rem;
    font-style: italic;
    display: inline-block;
    color: #D7003C;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    text-align: center;
    border: 1px solid #D7003C;
}
.topBox .topicBox dd {
    padding: 0 140px 0 28px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    flex: 1;
}
.topBox .topicBox dd a {
    text-decoration: underline;
}
.topBox .topicBox .moreLink {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 192px;
}
.moreLink a {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.06em;
}
.moreLink a .txtSpan {
    display: block;
}
.moreLink .scrollLine {
    margin: 4px 0 0 4px;
    right: auto;
    width: 192px;
    height: 1px;
    display: block;
    position: relative;
    background-color: #D7003C;
}
.moreLink .scrollLine:before {
    background-color: #D7003C;
}

.about {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.about .hTtlBox {
    width: 79.8%;
    display: flex;
    position: relative;
    margin-left: auto;
}
.about .photo {
    position: absolute;
    top: 175px;
    left: -136px;
    width: 34.1%;
}
.about h2 {
    margin: 0 0 89px -197px;
}
.about .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.about .inner .photoBox {
    width: 50%;
    order: 2;
}
.about .inner .photoBox ul {
    display: flex;
    flex-wrap: wrap;
}
.about .inner .photoBox li {
    width: 50%;
}
.about .inner .photoBox li:nth-child(2) {
    margin-top: 110px;
    transition-delay: 0.8s;
}
.about .inner .textBox {
    padding: 67px 50px 0 0;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
}
.index .about .headLine01 {
    margin: 0 -10px 45px 0;
}
.index .about .headLine01 .en {
    margin-bottom: 0;
    font-size: 3.5rem;
    letter-spacing: 0.48em;
}
.about .inner .textBox p {
    margin-bottom: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.125;
    letter-spacing: 0.03em;
}
.about .comLink02 {
    margin: 0;
    float: right;
}
.ceramic {
    padding: 53px 0 42px;
    background-color: #F8F8F4;
}
.ceramic .mainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.ceramic .textBox {
    margin: -9.1vw -5.2vw -9.8vw 6.2%;
    width: 48.5%;
    height: 41.34vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url("img/index/bg01.png") no-repeat left center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
}
.ceramic .sub {
    padding: 5.5vw 0.65vw 1.3vw;
    max-width: 23.37vw;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}
.ceramic .sub p {
    margin-bottom: 0.98vw;
    font-size: 1vw;
    font-weight: 500;
    color: white;
    line-height: 1.33;
    letter-spacing: 0.06em;
}
.ceramic .sub .txt {
    font-size: 0.91vw;
    line-height: 1.43;
}
.ceramic .sub p:last-child {
    margin-bottom: 0;
}
.ceramic .sub h2 {
    margin-bottom: 0.98vw;
    font-size: 1.7vw;
    letter-spacing: 0.52em;
    color: white;
    line-height: 1.3;
    font-weight: 300;
    font-style: italic;
}
.ceramic .sub .linkBox {
    padding: 0.1vw 0 0.4vw;
}
.ceramic .sub .comLink03 {
    max-width: 22vw;
}
.ceramic .comLink03 a {
    font-size: 1vw;
    padding: 0.9vw 1.3vw 0.65vw;
}
.ceramic .comLink03 .scrollLine {
    width: 3.9vw;
}
.ceramic .map {
    width: 50%;
}
.ceramic .map iframe {
    width: 100%;
    height: 474px;
}
.comLink03 {
    margin-bottom: 12px;
    max-width: 338px;
}
.comLink03 a {
    position: relative;
    display: block;
    padding: 14px 20px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.11em;
}
.email a {
    letter-spacing: 0.06em;
}
.comLink03 a:before,
.comLink03 a:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    content: '';
    transform: scale(1);
    /*      transition: all .3s;*/
}
.comLink03 a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.comLink03 a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.comLink03 .scrollLine {
    right: 20px;
}
@keyframes scroll03 {
    0% {transform: scale(1);}
    30% {transform: scale(1, 0);}
    70% {transform: scale(1, 0);}
    100% { transform: scale(1); }
}

@-webkit-keyframes scroll03 {
    0% {transform: scale(1);}
    30% {transform: scale(1, 0);}
    70% {transform: scale(1, 0);}
    100% { transform: scale(1); }
}
@keyframes scroll04 {
    0% {transform: scale(1);}
    30% {transform: scale(0, 1);}
    70% {transform: scale(0, 1);}
    100% { transform: scale(1); }
}

@-webkit-keyframes scroll04 {
    0% {transform: scale(1);}
    30% {transform: scale(0, 1);}
    70% {transform: scale(0, 1);}
    100% { transform: scale(1); }
}

.life {
    padding: 362px 0 0;
}
.life h2 {
    margin-bottom: -9px;
    position: relative;
    z-index: 1;
}
.life .bigPhoto {
    color: white;
    min-height: 523px;
    display: flex;
    align-items: center;
    position: relative;
    background: url("img/index/bg02.jpg") no-repeat top center;
    background-size: cover;
}
.life .bigPhoto:after {
	width: 100%;  
	height: 100%;
    background-color: rgba(0,0,0,0.8);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
.life .bigPhoto .headLine01 {
    margin-bottom: 40px;
}
.life .bigPhoto .inner {
    width: 100%;
    position: relative;
    z-index: 1;
}
.life .bigPhoto .sub {
    margin: 0 auto;
    max-width: 1030px;
    padding: 40px 20px 0;
}
.life .bigPhoto .sub p {
    margin: 0 auto;
    max-width: 768px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.09em;
}
.life .bigPhoto02 {
    min-height: 497px;
    background-image: url("img/index/bg03.jpg");
}
.life .ttlBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.life .ttlBox .headLine01 {
    text-align: left;
    width: 50%;
}
.life .ttlBox .headLine01 .line::before {
    right: auto;
    left: 0;
}
.life .ttlBox .headLine01 .line::after {
    right: auto;
    left: 0;
}
.life .bigPhoto03 {
    min-height: 660px;
    background: url("img/index/bg04.jpg") no-repeat top center;
    background-size: cover;
}
.productsBox h2 {
    margin: -43px 0 40px;
    text-align: right;    
    position: relative;
    z-index: 10;
}
.productsBox .inner {
	margin: 102px 0 52px;
	position: relative;
	background-color: #F8F8F4;
}

.productsBox .infoUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productsBox .infoUl li {
    margin-bottom: 44px;
    width: 48.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.productsBox .infoUl .liStyle02 {
    position: relative;
    z-index: 10;
}
.productsBox .infoUl .liStyle .headLine01 {
	right: auto;
	left: calc(100% - 20px);
	text-align: left;
}
.productsBox .infoUl li .textBox {
    width: 47.8%;
    box-sizing: border-box;
    margin-left: auto;
}
.productsBox .infoUl li .textBox a {
    display: block;
}
.productsBox .infoUl .liStyle .textBox {
    margin-left: 0;
}
.productsBox .infoUl .photoBox {
	position: relative;
}
.productsBox .infoUl li:first-child {
	z-index: 1;
}
.productsBox .infoUl li:first-child .photoBox::after {
	position: absolute;
	width: 9999px;
	left: 0;
	top: 0;
	height: 50%;
	cursor: default;
	pointer-events: none;
	background-color: #fff;
	content: '';
	transform: translateX(-50%);
}
.productsBox .infoUl li:last-child {
	z-index: 1;
}
.productsBox .infoUl li:last-child .photoBox::after {
	position: absolute;
	width: 9999px;
	left: 0;
	top: 50%;
	height: 300px;
	background-color: #fff;
	content: '';
	cursor: default;
	pointer-events: none;
	transform: translateX(-50%);
}
.productsBox .infoUl li .textBox {
    width: calc(50% - 15px);
}
.productsBox .infoUl li .headLine01 {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: calc(100% + 54px);
	right: calc(100% - 25px);
	transform: translateY(-50%);
	overflow: hidden;
	box-sizing: border-box;
}

.productsBox .headLine01 .line {
    margin: 0 0 3px 0;
}
.productsBox .headLine01 .en {
    margin: 0 45px 0 0;
    font-size: 2.6rem;
    letter-spacing: 0.32em;
}
.productsBox .headLine01 .line::after {
    right: auto;
    left: 0;
}
.productsBox .infoUl li p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.733;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
}
.productsBox .infoUl li .photo {
    margin-bottom: 29px;
    padding-bottom: 62%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}
.productsBox .infoUl li .date {
    margin-bottom: 13px;
    font-size: 1.4rem;
    color: #B4B4B4;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.06em;
}
.productsBox .infoUl li .date .txtSpan {
    display: inline-block;
    font-size: 1.2rem;
    font-style: italic;
    color: #D7003C;
    padding: 1px 5px 2px;
    box-sizing: border-box;
    border: 1px solid #D7003C;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.productsBox .infoUl li a:hover {
    opacity: 0.7;
}
.productsBox .infoUl .liStyle .headLine01 {
    order: 2;
    margin: 0 0 0 -5px;
    text-align: left;
}
.productsBox .infoUl .liStyle .headLine01 .line::before {
    right: auto;
    left: 0;
}
.productsBox .infoUl .liStyle .headLine01 .en {
    margin: 0 0 0 50px;
}
.productsBox .infoUl .liStyle .headLine01 .line::after {
    left: auto;
    right: 0;
}
.productsBox .comLink02 {
    width: 400px;
    position: relative;
    z-index: 10;
}
.productsBox {
    padding-bottom: 198px;
}
.index .bigPhoto04 {
    min-height: 660px;
    position: relative;
    background: url("img/index/bg05.jpg") no-repeat top center;
    background-size: cover;
}
.index .bigPhoto04:after {
	width: 100%;  
	height: 100%;
    background: linear-gradient(#fa0e50 0%, #bf0b3d 100%);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    mix-blend-mode: multiply;
}
.online {
    padding: 99px 0 204px;
}
.online .inner {
    position: relative;
    overflow: hidden;
}
.online .inner:after {
	width: 1px;  
	height: calc(100% - 152px);
    background-color: #D7003C;
	position: absolute;  
	top: 0;
	left: 30px;  
	content: ""; 
}
.online .inner:before {
    width: 47px;
    height: 1px;
    background-color: #D7003C;
	position: absolute;  
	bottom: 152px;
	left: 30px;  
	content: ""; 
    z-index: -1;
}
.online h2 {
    margin-bottom: 36px;
}
.online .subBox {
    margin-left: 74px;
}
.online p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06em;
}
.online .txt {
    font-size: 1.8rem;
    letter-spacing: 0.52em;
}
.online .txt .red {
    color: #D7003C;
}
.online .list {
    padding-top: 108px;
    display: flex;
    flex-wrap: wrap;
}
.online .list li {
    margin-right: 3.76%;
    width: 22.7%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 6px 35px 20px 20px;
    background: url("img/index/bg06.png") no-repeat center;
    background-size: 100% auto;
}
.online .list li:after {
	width: 4.2vw;  
	height: 1px;
    background-color: #D7003C;
	position: absolute;  
	bottom: 153px;
	left: 100%;
	content: ""; 
}
.online .list li:last-child:after {
    display: none;
}
.online .list li:last-child {
    margin: -32px 0 0 0;
    padding: 40px 0 20px 20px;
    width: 20.5%;
    height: 332px;
    background-image: url("img/index/bg07.png");
}
.online .list li .sub {
    width: 100%;
}
.online .list li .photo {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.online .list li p {
    margin: 0;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.533;
    letter-spacing: 0.1em;
}
.online .list li:last-child .photo {
    margin: 0 40px 0 0;
}
.index .contact .mainBox {
    max-width: 1137px;
}
#index #main {
    margin-bottom: 40px;
}

@media all and (min-width: 897px) and (max-width: 1050px) {
.topBox .txtBox .pBox {
	transform-origin: left bottom;
	transform: scale(0.8);
}
}
@media all and (max-width: 896px) {
    .topBox {
        margin-bottom: 149px;
        flex-wrap: wrap;
    }
    .topBox .inner {
        padding-bottom: 0;
        width: 88%;
        flex-wrap: wrap;
    }
    .topBox .txtBox {
        display: none;
    }
    .topBox .bgBox {
        width: 43.938%;
    }
    .topBox .bgBox .photo {
        height: 666px;
    }
    .topBox h1 {
        margin-right: -20.8%;
        width: 41%;
    }
    .topBox .circle .icon {
        width: 4px;
        height: 4px;
        left: 3.5px;
        top: 79px;
    }
    .topBox .circle .icon02 {
        top: 131px;
    }
    .topBox .circle .icon03 {
        top: 225px;
    }
    .topBox .circle .icon04 {
        top: 364px;
    }
    .topBox .circle .icon05 {
        top: 478px;
        left: -12.5px;
        width: 38px;
        height: 44px;
        transition-delay: 6.25s;
        background: url("img/common/icon04.png") no-repeat 0 0 / contain;
    }
    .topBox .topicBox {
        padding: 21px 23px 26px;
        position: relative;
        right: auto;
        top: auto;
    }
    .topBox .topicBox h2 {
        margin-bottom: 15px;
        font-size: 2rem;
        letter-spacing: 0.37em;
        position: relative;
        top: auto;
        left: auto;
    }
    .topBox .topicBox dt {
        width: 76px;
    }
    .topBox .topicBox dt .date {
        width: auto;
        display: inline-block;
        font-size: 1.5rem;
        letter-spacing: 0.04em;
    }
    .topBox .topicBox dt .date span {
        display: inline-block;
        font-size: 1.3rem;
        letter-spacing: 0.04em;
    }
    .topBox .topicBox dt .txtSpan {
        order: -1;
        font-size: 1.2rem;
        padding: 0 2px;
        letter-spacing: 0.08em;
        min-width: 35px;
        margin-bottom: 1px;
    }
    .topBox .topicBox dt::after {
        width: 4px;
        height: 4px;
        left: auto;
        right: 0;
        transform: translateY(-50%);
    }
    .topBox .topicBox dd {
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        padding: 0 0 0 10px;
    }
    .topBox .topicBox .moreLink {
        margin-right: -23px;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 97px;
        float: right;
    }
    .moreLink a {
        font-size: 1.4rem;
        letter-spacing: 0.06em;
    }
    .moreLink .line {
        width: 97px;
    }
    .moreLink .line::after {
        width: 4px;
        height: 4px;
        top: -2px;
    }
    .moreLink a .txtSpan {
        margin-bottom: -1px;
    }
    .topBox .topicBox dl {
        margin-bottom: 10px;
    }
    .about .mainBox {
        padding: 0 !important;
    }
    .about h2 {
        margin: 0 auto 25px;
        width: 209px;
    }
    .about .hTtlBox {
        display: block;
        width: auto;
    }
    .about .inner {
        display: block;
    }
    .about .inner .photoBox {
        margin-bottom: 45px;
        width: auto;
    }
    .about .inner .textBox {
        width: auto;
        padding: 0;
        text-align: center;
        display: block;
    }
    .about .inner .photoBox li:nth-child(2) {
        margin-top: 0;
    }
    .index .about .headLine01 {
        margin: 0 0 27px;
    }
    .index .about .headLine01 .en {
        font-size: 1.75rem;
    }
    .about .inner .textBox p {
        margin-bottom: 21px;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 2;
    }
    .about .comLink02 {
        float: none;
        margin: 0 auto;
    }
    .about .photo {
        left: -59px;
        bottom: -138px;
        top: auto;
        width: 167px;
    }
    .about {
        margin-bottom: 50px;
    }
    .ceramic {
        padding: 23px 0 47px;
    }
    .ceramic .mainBox {
        display: block;
    }
    .ceramic .textBox {
        width: 335px;
        background-image: url("img/index/sp_bg01.png");
        height: 386px;
        margin: 0 auto -30px;
        display: block;
    }
    .ceramic .sub {
        max-width: inherit;
        padding: 65px 0 20px;
        width: 200px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .ceramic .sub h2 {
        margin-bottom: 4px;
        font-size: 1.7rem;
        letter-spacing: 0.52em;
        line-height: 1.1;
    }
    .ceramic .sub p {
        margin-bottom: 6px;
        font-size: 1.1rem;
        letter-spacing: 0.08em;
        line-height: 1.4;
    }
    .ceramic .sub .comLink03 {
        max-width: 200px;
    }
    .ceramic .comLink03 {
        margin-bottom: 6px;
        max-width: 200px;
    }
    .ceramic .comLink03 a {
        padding: 10px 15px 8px;
        font-size: 1.75rem;
        letter-spacing: 0.16em;
        font-style: italic;
/*        font-family: "garamond-premier-pro-display",serif; */
        font-family: "Cormorant Garamond", serif;
    }
    .ceramic .email a {
        padding: 13px 15px 10px;
        font-size: 1.4rem;
        letter-spacing: 0.07em;
        font-style: normal;
    }
    .ceramic .sub .txt {
        display: none;
    }
    .ceramic .sub .linkBox {
        padding: 12px 0 0;
    }
    .ceramic .comLink03 .scrollLine {
        right: 0;
        width: 24px;
    }
    .ceramic .map {
        width: auto;
        margin: 0 5px 2px;
    }
    .ceramic .map iframe {
        height: 150px;
    }
    .ceramic .spTxt {
        margin-left: 5px;
        font-size: 0.9rem;
        letter-spacing: 0.01em;
    }
    .life {
        padding: 150px 0 0;
    }
    .life h2 {
        margin: 0 auto 25px;
        max-width: 317px;
    }
    .life .bigPhoto {
        min-height: 300px;
        background-image: url("img/index/sp_photo02.jpg");
    }
    .life .headLine01 .en {
        line-height: 1.17;
    }
    .life .bigPhoto .sub {
        padding: 36px 0 30px;
    }
    .life .headLine01 .en {
        margin-bottom: 4px;
        font-size: 1.4rem;
        letter-spacing: 0.52em;
    }
    .life .headLine01 .line {
        margin-bottom: 8px;
    }
    .life .bigPhoto .headLine01 {
        margin-bottom: 17px;
    }
    .life .bigPhoto .sub p {
        max-width: inherit;
        margin: 0 25px;
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        line-height: 2;
    }
    .life .bigPhoto02 {
        background-image: url("img/index/sp_photo03.jpg");
    }
    .life .bigPhoto::after{
        display: none;
    }
    .life .ttlBox {
        display: block;
    }
    .life .ttlBox .headLine01 {
        width: auto;
        text-align: center;
    }
    .life .ttlBox .headLine01 .line::after {
        left: 50%;
    }
    .life .bigPhoto03 {
        background-image: url("img/index/sp_photo04.jpg");
        min-height: 300px;
    }
    .productsBox {
        margin: 0;
        padding-bottom: 50px;
        position: relative;
    }
    .productsBox h2 {
        margin: -21px auto 50px;
        max-width: 303px;
    }
    .productsBox .inner {
        margin-top: 97px;
		padding: 1px 0 0;
    }
    .productsBox .infoUl {
        margin: 0 5px;
        display: block;
    }
    .productsBox .infoUl li {
        margin-bottom: 49px;
        width: auto;
        display: block;
    }
    .productsBox .infoUl li:first-child {
		margin-top: -48px;
	}
    .productsBox .infoUl li .photoBox::after {
		display: none;
	}
	.productsBox .infoUl li .headLine01 {
		width: auto;
		margin: 0 0 3px !important;
		padding: 0 0 7px;
		text-align: left !important;
		position: relative;
		left: auto !important;
		top: auto;
		right: auto !important;
		transform: translateX(0);
	}
    .productsBox .headLine01 .en {
        font-size: 1.5rem;
        letter-spacing: 0.32em;
        line-height: 2;
        margin: 0 6px 0 0 !important;
        display: inline-block;
    }
    .productsBox .headLine01 .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .productsBox .infoUl li .textBox {
        width: auto;
    }
    .productsBox .infoUl li p {
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        line-height: 1.75;
    }
    .productsBox .infoUl li .date {
        font-size: 1.2rem;
        margin-bottom: 8px;
        letter-spacing: 0.06em;
    }
    .productsBox .infoUl li .date .txtSpan {
        font-size: 1rem;
        letter-spacing: 0.08em;
        min-width: 49px;
        padding: 1px 3px;
    }
    .productsBox .infoUl li .photo {
        margin: 0 23px 19px;
        padding-bottom: 53.6%;
    }
    .productsBox .headLine01 .line::after {
        left: 2px !important;
        right: auto !important;
    }
    .productsBox .inner::after {
        top: 40px;
        bottom: auto;
        height: 100%;
        display: none;
    }
    .productsBox:after {
        width: 100%;  
        background-color: #F8F8F4;
        position: absolute;  
        top: 117px;
        right: 0;  
        left: 0;
        height: calc(100% - 40px);
        content: ""; 
        z-index: -1;
    }
    .index .bigPhoto04 {
        min-height: 300px;
        background-image: url("img/index/sp_photo05.jpg");
    }
    .online .inner {
        margin: 0 5px;
    }
    .online .inner::after {
        left: 4%;
        height: 100%;
    }
    .online .inner::before {
        display: none;
    }
    .online .subBox {
        margin-left: 9%;
    }
    .online p {
        margin-bottom: 13px;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 2;
    }
    .online h2 {
        margin-bottom: 22px;
    }
    .online h2 img {
        width: 100%;
    }
    .online .txt {
        font-size: 1.4rem;
        letter-spacing: 0.4em;
        line-height: 1.92;
    }
    .online .list {
        padding: 30px 30px 0 0;
        display: block;
        position: relative;
    }
    .online .list li::after {
        display: none;
    }
    .online .list:after {
        width: 50%;  
        height: 1px;
        background-color: #D7003C;
        position: absolute;  
        left: -5.5%;  
        top: 112px;
        content: ""; 
        z-index: -1;
    }
    .online .list:before {
        width: 10px;  
        height: calc(100% - 113px);
        background-color: #fff;
        position: absolute;  
        left: -6%;  
        bottom: 0;
        content: "";
        z-index: 1;
    }
    .online .list li {
        margin: 0 auto -14px !important;
        padding: 24px 10px 20px 20px !important;
        width: 189px !important;
        height: 207px !important;
        display: block;
        position: relative;
        background-image: url("img/index/sp_bg02.png") !important;
    }
    .online .list li p {
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
        min-height: inherit;
        display: block;
    }
    .online .list li .photo {
        margin-bottom: 3px;
        height: 90px;
    }
    .online .list li .photo img {
        width: auto;
        height: 80px;
    }
    .online .list li:last-child {
        margin-bottom: 0 !important;
    }
    .online .list li .photo02 img {
        height: 55px;
    }
    .online .list .li03 {
        z-index: 1;
    }
    .online .list .li02 {
        z-index: 2;
    }
    .online .list .li01 {
        z-index: 3;
    }
    .online {
        padding-bottom: 96px;
    }
    .index .contact .mainBox {
        padding: 0;
    }
    #index #main {
        margin-bottom: 21px;
    }
    

    
    
}

@media all and (max-width: 374px) {
	.comLink .link a span {
		letter-spacing: 0;
	}
	.comLink .link a {
		padding: 9px 40px 9px 7px;
		font-size: 1.3rem;
	}
    .ceramic .textBox {
        width: 300px;
        height: 103vw;
    }
    .ceramic .sub {
        padding-top: 45px;
    }
    .ceramic .mainBox {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ceramic .sub .linkBox {
        padding: 0;
    }
    .ceramic .comLink03 a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		border: 1px solid #707070;
	}
	.wp-pagenavi .previouspostslink:hover img {
		width: 48px;
	}
	.wp-pagenavi .nextpostslink:hover img {
		width: 48px;
	}
    .comLink02 a:hover::after {
        transform: scale(1, 1);
        transition: 0.3s;
    }
/*
    .profile .subBox p:last-child {
        margin-bottom: 0 !important;
    }
*/
    .topBox .topicBox dd a:hover {
        text-decoration: none;
    }
    .comLink03 a:hover:after {
        animation: scroll03 .8s forwards;
        -webkit-animation: scroll03 .8s forwards; /* Safari 和 Chrome */
    }
    .comLink03 a:hover:before {
        animation: scroll04 .8s forwards;
        -webkit-animation: scroll04 .8s forwards; /* Safari 和 Chrome */
    }
    a:hover .scrollLine::before {
        -webkit-animation: scroll 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
        animation: scroll 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
    }
    #pagePath li a:hover {
        text-decoration: none;
    }
    .menuBox .linkP a:hover {
        text-decoration: none;
    }
    .menuBox .subMenu .naviUl a:hover {
        color: #D7003C;
        padding-left: 90px;
        background-size: 64px auto;
    }
}

@media all and (-ms-high-contrast:none){
    body, table, input, textarea, select, option {
        font-family: 'Noto Sans JP', sans-serif;
    }
    .life .bigPhoto:before {
        font-size: 0;
        content: '';
        min-height: inherit;
    }
    .index .bigPhoto04::after {
        background: rgba(215,0,60,0.5);
    }
}
.parallax {
    background-size: 100% auto !important;
}
.index .backstretch > div {
    -webkit-transfrom: scale(1.12);
    transform: scale(1.12);
}
.index .backstretch > div img {
    width: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.fadeIn {
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.26, 0.06, 0, 1);
}
.fadeIn.show {
    opacity: 1;
}
.line:before {
    width: 0!important;
    transition: width .8s cubic-bezier(0.26, 0.06, 0, 1) .8s;
}
.show .line:before {
    width: 100vw!important;
}
.line:after {
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.26, 0.06, 0, 1) .3s;
}
.show .line:after {
    opacity: 1;
}
.profile .inner .line:before,
.profile .inner .show .line:before {
    width: 100%!important;
}
.profile .inner .line:after,
.profile .inner .show .line:after {
    opacity: 1!important;
}
.online .inner::after {
    height: 0;
    transition: height 1s cubic-bezier(0, 0.55, 0.45, 1) .5s;
}
.online.show .inner::after {
    height: calc(100% - 152px);
}
.online .inner::before {
    width: 0;
    transition: width .3s cubic-bezier(0, 0.55, 0.45, 1) 1.5s;
}
.online.show .inner::before {
    width: 47px;
}
.online .list li.li01 {
    opacity: 0;
    transition: opacity .3s cubic-bezier(0, 0.55, 0.45, 1) 1.8s;
}
.online.show .list li.li01 {
    opacity: 1;
}
.online .list li.li01:after {
    width: 0;
    transition: width .3s cubic-bezier(0, 0.55, 0.45, 1) 2.1s;
}
.online.show .list li.li01:after {
    width: 17%;
}
.online .list li.li02 {
    opacity: 0;
    transition: opacity .3s cubic-bezier(0, 0.55, 0.45, 1) 2.4s;
}
.online.show .list li.li02 {
    opacity: 1;
}
.online .list li.li02:after {
    width: 0;
    transition: width .3s cubic-bezier(0, 0.55, 0.45, 1) 2.7s;
}
.online.show .list li.li02:after {
    width: 17%;
}
.online .list li.li03 {
    opacity: 0;
    transition: opacity .3s cubic-bezier(0, 0.55, 0.45, 1) 3s;
}
.online.show .list li.li03 {
    opacity: 1;
}
.online .list li.li03:after {
    width: 0;
    transition: width .3s cubic-bezier(0, 0.55, 0.45, 1) 3.3s;
}
.online.show .list li.li03:after {
    width: 17%;
}
.online .list li:last-child{
    opacity: 0;
    transition: opacity .3s cubic-bezier(0, 0.55, 0.45, 1) 3.6s;
}
.online.show .list li:last-child {
    opacity: 1;
}

@media all and (min-width: 897px) and (max-width: 1250px) {
/*
    .profile .pBox {
        margin-top: 0;
    }
    .profile .mainBox {
        padding: 0 60px !important;
    }
    .profile .subBox01 {
        margin-left: 0;
    }
    .profile .subBox02 .rBox {
        margin-left: 40px;
    }
    .profile .subBox02 .line {
        left: 50%;
    }
    .profile .profileUl02 li {
        padding: 0 15px;
    }
    .profile .subBox05 {
        padding-right: 20px;
        box-sizing: border-box;
        width: 600px;
    }
    .profile .subBox05 .line {
        left: 46%;
    }
*/
    #gFooter .fInner li .ttl {
        font-size: 2.1rem;
    }
    .pageTop {
        right: 0;
    }
    .about h2 {
        margin-left: -177px;
    }
    .about h2 img {
        width: 380px;
    }
/*
    .ceramic .textBox {
        width: 55%;
        height: 46vw;
    }
    .ceramic .textBox {
        margin-left: 0;
        height: 54vw;
    }
    .ceramic .sub {
        padding: 1vw;
    }
    .ceramic .sub h2 {
        font-size: 2.5vw;
        margin-bottom: 1vw;
    }
    .ceramic .sub .linkBox {
        padding: 1vw 0;
    }
    .ceramic .comLink03 {
        max-width: 290px;
    }
    .ceramic .comLink03 .scrollLine {
        width: 50px;
        right: 5px;
    }
*/
    .productsBox .headLine01 .en {
        font-size: 2.4vw;
    }
    .online .list li .photo {
        height: 7vw;
    }
    .online .list li:last-child .photo {
        margin-top: -4vw;
    }
    .online .list li .photo img {
        height: 6vw;
        width: auto;
    }
    .online .list li {
        width: 25.4%;
        margin-right: 0.5vw;
        height: 21vw !important;
    }
    .online .list li p {
        font-size: 1vw;
        min-height: 5vw;
    }
    .online .list li:last-child {
        margin-top: 0;
    }
    .online .inner::before {
        bottom: 10.7vw;
    }
    .online .inner::after {
        height: calc(100% - 10.7vw);
    }
    .online.show .inner::after {
        height: calc(100% - 10.7vw);
    }
    .online .list li::after{
        bottom: 10.7vw;
    }
    .online.show .list li.li01::after {
        width: 3%;
    }
    .online.show .list li.li02::after {
        width: 3%;
    }
    .online.show .list li.li03::after {
        width: 3%;
    }
    .profile .profileUl {
        padding-right: 10px;
        padding-left: 0;
    }
    .about .inner .textBox p{
        font-size: 1.4rem;
    }
    .index .bigPhoto04 {
        background-size: 160% auto !important;
    }
}

/*
@media all and (min-width: 1251px) and (max-width: 1650px) {
    .profile .mainBox {
        padding: 0 60px !important;
    }
    .profile .subBox02 {
        width: 750px;
    }
    .profile .subBox02 .line {
        left: 49%;
    }
}
*/

@media all and (min-width: 897px) and (max-width: 1535px) {
    .comBox {
        padding: 0 20px;
    }
    .index .bigPhoto04 {
        background-size: 160% auto !important;
    }
}

@media all and (min-width: 897px) and (max-width: 1500px) {
    .topBox .topicBox {
        width: 75%;
    }
    #gFooter .parallax {
        background-size: 250% auto !important;
    }
}
@media all and (min-width: 1251px) and (max-width: 1350px) {
    .online .list li p {
        font-size: 1.1vw;
    }
}

/*
@media all and (min-width: 1536px) and (max-width: 1919px) {
    .ceramic .textBox {
        height: 33vw;
    }
    .ceramic .sub h2 {
        font-size: 1.4vw;
    }
    .ceramic .sub p {
        font-size: 0.8vw;
    }
    .ceramic .sub .comLink03 {
        width: 18vw;
    }
    .ceramic .comLink03 a {
        font-size: 0.8vw;
        padding-top: 0.7vw;
        padding-bottom: 0.7vw;
    }
    .ceramic .sub .txt {
        font-size: 0.7vw;
    }
    .ceramic .sub {
        max-width: 21.37vw;
    }
}
*/

@media all and (max-width: 896px) {
    .parallax {
        background-size: 205% auto !important;
    }
    .online .list::after {
        width: 0;
        transition: width 2s linear 2.5s;
    }
    .online.show .list::after {
        width: 50%;
    }
}

@media all and (min-width: 1920px) {
    .ceramic .textBox {
        margin: -140px -80px -150px 6.2%;
        width: 48.5%;
        height: 635px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: url("img/index/bg01.png") no-repeat left center;
        background-size: 100% 100%;
        position: relative;
        z-index: 1;
        mix-blend-mode: multiply;
    }
    .ceramic .sub {
        padding: 85px 10px 20px;
        max-width: 359px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .ceramic .sub p {
        margin-bottom: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        color: white;
        line-height: 1.33;
        letter-spacing: 0.06em;
    }
    .ceramic .sub .txt {
        font-size: 1.4rem;
        line-height: 1.43;
    }
    .ceramic .sub p:last-child {
        margin-bottom: 0;
    }
    .ceramic .sub h2 {
        margin-bottom: 15px;
        font-size: 2.6rem;
        letter-spacing: 0.52em;
        color: white;
        line-height: 1.3;
        font-weight: 300;
        font-style: italic;
    }
    .ceramic .sub .linkBox {
        padding: 16px 0 6px;
    }
    .ceramic .comLink03 a {
        padding: 14px 20px 10px;
        font-size: 1.6rem;
    }
    .ceramic .sub .comLink03 {
        max-width: 338px;
    }
    .ceramic .comLink03 .scrollLine {
        width: 60px;
        right: 20px;
    }

 
}
body {
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.23, 1, 0.32, 1);
}
body.fadeInAll {
    opacity: 1;
    transition: opacity .7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media all and (max-width: 374px) {
    .parallax {
        background-size: 258% auto !important;
    }
}

@media all and (min-width: 960px) {
    #gHeader .hInner {
        max-width: inherit; 
        padding-left: 0;
        padding-right: 0;
    }
    #gHeader h1 {
        padding-left: 100px;
    }
    .menu {
        right: 100px;
    }
}