/*
Theme Name: kt-joint
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



html {
 margin-top: 0px !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

em {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
	font-style: italic;	
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
   /* border-collapse:collapse;*/
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

li {
	list-style: none;	
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*end reset*/

/* ----------------------------------------------------
    text
---------------------------------------------------- */

.serif {
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans-serif {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lato {
	font-family: 'Lato', sans-serif;
}
.futura {font-family: "futura-pt", sans-serif;}
.futura_bold {font-family: "futura-pt-bold", sans-serif; font-weight: 700;}

.elaina {font-family: "elaina-script", sans-serif;}


.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}

.bold {font-weight:bold;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font27{font-size:27px !important;}
.font28{font-size:28px !important;}
.font29{font-size:29px !important;}
.font30{font-size:30px !important;}
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}
.font36{font-size:36px !important;}
.font40{font-size:40px !important;}
 
/* ----------------------------------------------------
    float
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 

/* ----------------------------------------------------
    margin
---------------------------------------------------- */
 
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
 
/* ----------------------------------------------------
    padding
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }






/* ----------------------------------------------------

    common

---------------------------------------------------- */


/* IE10以前でのみ有効 */
html {
height: 100%\9;
overflow: hidden\9;
}
body {
height: 100%\9;
overflow: scroll\9;
}
/* IE10以降でのみ有効 */
@media all and (-ms-high-contrast: none) {
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.sec_in1000 {
	max-width: 1000px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1154 {
	max-width: 1154px;
	width: 88%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.sec_in1200 {
	max-width: 1200px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1400 {
	max-width: 1400px;
	width: 88%;
	margin: auto;
	position: relative;
}

.overflow-h {overflow: hidden;}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

body {
	overflow-x: hidden;
	transition: .3s;
	position: relative;
	background: #f1f3f4;
}




.breadcrumbs {
	width: 100%;
	background: #f1f3f4;
	box-sizing: border-box;
	padding: 0 3% 20px;
}

.breadcrumbs p {
	font-size: 14px;
	letter-spacing: 2px;
	color: #999;
	line-height: 1.3;
	text-align: right;
}

.breadcrumbs span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
}

.breadcrumbs span a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
	text-decoration: underline;
}

.breadcrumbs span a:hover {
	text-decoration: none;
	color: #cd6d79;
}




.content_wrap {
	position: relative;
	
	
}

.grecaptcha-badge { visibility: hidden; }




.other_wrap01 {
	padding: 60px 0 100px;
}

.other_wrap01 .sec_in1000 {max-width: 800px;}

.other_wrap01 h2 {
	font-size: 24px;
	color: #555;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 45px;
	font-weight: 500;
	text-align: center;
	display: block;
}

.other_wrap01 p {
	font-size: 14px;
	margin-bottom: 15px;
}

.other_wrap01 input[type="search"] {
	font-size: 16px;
	box-sizing: border-box;
	padding: 7px;
	border: solid 2px #ddd;
	width: 75%;
	border-radius: 10px 0 0 10px;
}

.other_wrap01 input[type="submit"] {
	font-size: 15px;
	box-sizing: border-box;
	padding: 5px 30px;
	border-radius: 0 10px 10px 0;
	border: solid 1px #ccc;
	letter-spacing: 4px;
	width: 22%;
}

.other_wrap01 h1 {
	margin-bottom: 10px;
	padding-top: 10px;
}

.other_wrap01 h1 a {
	font-size: 20px;
	color: #cd6d79;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 500;
}

.other_wrap01 .entry-summary {
	margin-bottom: 35px;
}






.page_main_wrap {padding-bottom: 20px !important;}

.page_main_img {position: relative;}

.page_main_img img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.page_main_text {left: 8% !important; top: 20% !important;}
.page_main_text p {font-size: 104px; letter-spacing: 0; color: #fff; line-height: 1; transform: translateX(100px); opacity: 0; transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) .1s;}
.page_main_text h2 {font-size: 24px; letter-spacing: 3px; line-height: 1.1; color: #fff; transform: translateX(100px); opacity: 0; transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) .2s;}
.page_main_text.show p {transform: translateX(0); opacity: 1;}
.page_main_text.show h2 {transform: translateX(0); opacity: 1;}

.page_main_img::after {
    display: block;
    content: "";
    background: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.page_main_img.show::after {
	transform: translateX(-100%);
}




/* ----------------------------------------------------

    header

---------------------------------------------------- */


header {
	position: relative;
}

header::before {
	display: block;
	width: 100%;
	content: "";
	height: 80%;
	background: #d9c6c8;
	position: absolute;
	top: 0;
	left: 0;
}

.header_top {
	box-sizing: border-box;
	padding: 40px 3%;
	width: 100%;

	transition: .3s;
	height: 150px;
}



.h_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	max-width: 314px;
	width: 28%;
	padding: 20px 30px 22px;
	transition: .3s;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.h_logo img {
	transition: .3s;
	position: absolute;
	top: 20px;
	left: 30px;
}
.h_logo a {display: block;}

.header_logo.fixed .h_logo {max-width: 260px;}
.header_logo .h_logo .h_logo01 {visibility: visible; opacity: 1;}
.header_logo.fixed .h_logo .h_logo01 {visibility: hidden; opacity: 0;}
.header_logo .h_logo .h_logo02 {visibility: hidden; opacity: 0;}
.header_logo.fixed .h_logo .h_logo02 {visibility: visible; opacity: 1;}

.h_nav_wrap {
	max-width: 560px;
	float: right;
	width: 80%;
	box-sizing: border-box;
	
}


.h_nav_wrap nav {
	position: relative;
	float: left;
	width: 480px;
}

.h_nav_wrap nav ul {overflow: hidden;}
.h_nav_wrap nav li a {
	display: block;
	float: left;
	margin-right: 45px;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1.3;
	transition: .3s;
	padding-bottom: 24px;
	padding-top: 24px;
}


.h_nav_wrap nav li:last-of-type a {margin-right: 0;}

.h_nav_wrap nav li a:hover {color: #cd6d79;}

.header_top.fixed .h_nav_wrap nav li a {}



ul.child {
	position: absolute;
	top: 60px;
	left: 0;
    z-index: 9999;
	transition: .3s;
	opacity: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.6);
	backdrop-filter: blur(15px);
	padding: 12px 15px 5px;
	box-sizing: border-box;
	visibility: hidden;
	max-width: 400px;
}

ul.child li {
	float: left;
	
	padding-right: 0;
	width: 42%;
	margin: 0 4%;
}


ul.child li a {
    padding: 20px 0 10px !important;
    display: block;
    color: #555;  
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
	margin-right: 0 !important;
}

ul.child li a:hover {
	color: #cd6d79;
}

ul.child li a img {
	padding-bottom: 5px;
	transition: .3s;
}

ul.child li a:hover img {opacity: 0.6;}

nav > ul > li > .nav_li:hover + ul.child {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}

ul.child:hover {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}






.h_nav_right {
	position: fixed;
	top: 40px;
	right: 36px;
	z-index: 9999;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	padding: 20px 18px 12px;
	background: transparent;
	border-radius: 50%;
	transition: .5s;
}

.header_top.fixed .h_nav_right {
	background: #d9c6c8;
}


.main_img_wrap {
	position: relative;
	width: 97%;
	float: right;
	padding-bottom: 66px;
}

.main_slide {
	width: 83.76%;
	float: right;
	overflow: hidden;
}




.main_text {
	display: block;
	position: absolute;
	top: 15%;
	left: 6%;
	z-index: 100;
}

.main_text h3 {
	font-size: 22px;
	color: #fff;
	padding-top: 40px;
	line-height: 1.2;
	font-weight: 500;
}



.c-scroll {
    width: 1px;
    height: 10rem;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 5000;
}

.c-scroll a {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-scroll a span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 2px;
	font-weight: 600;
}

.c-scroll__line {
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
}

.page_top .c-scroll__line {
	background-color: rgba(255, 255, 255, 0.9);
}

.c-scroll__line::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999;
    -webkit-animation-name: lineInOut;
    animation-name: lineInOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}




@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}






/* ----------------------------------------------------

    sp_header

---------------------------------------------------- */



.menu-trigger {
	
}

.menu-trigger p {
	font-size:11px !important;
	font-weight: 600;
	position: relative;
	top: 20px;
	color: #333;
	letter-spacing: 0;
	left: -1px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 34px;
	margin: auto;
	display: block;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	top: 16px;
	width: 24px;
	left: 10px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-40deg);
	transform: translateY(6px) rotate(-40deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(40deg);
	transform: translateY(-10px) translateX(-10px) rotate(40deg);
	width: 100%;
}



.b_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: rgba(0,0,0,.8);
    transition: all .2s;
    opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
}

.overflow-h .b_overlay {
	opacity: 1;
	visibility: visible;
}




/* ----------------------------------------------------

    sp_menu

---------------------------------------------------- */

.sp_menu_wrap {
	overflow: hidden;
	overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 8000;
	margin: auto;
    color: #111;
    text-align: center;
	width: 100%;
    height: 100vh;
    /*padding: 10vh 10px 10vh;*/
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	margin-right: 110px;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(15px);
}

.sp_menu_wrap.open {
	opacity: 1;
	visibility: visible
}

.sp_menu_left {
	width: 50%;
	position: -webkit-sticky;
	position: sticky;
	height: 100vh;
	top:0;
	float: left;
}

.sp_menu_left img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.sp_menu_box {
	box-sizing: border-box;
	width: 88%;
	padding-top: 14vh;
	padding-bottom: 20vh;
	margin: auto;
}

.sp_menu_in {
	max-width: 400px;
	width: 90%;
	margin: auto;
}

.sp_menu_in h2 {text-align: center; margin-bottom: 80px;}
.sp_menu_in ul { max-width: 300px; width: 100%; margin: 0 auto 80px;}
.sp_menu_in li {
	margin-bottom: 46px;
	/*background-image: url("images/footer/f_arrow01.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 20px;
	padding-left: 28px;
	text-align: left;*/
}
.sp_menu_in li a {
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 1.2;
}

/*.sp_menu_in li a i {
	font-size: 15px;
	color: #cd6d79;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	padding: 0 6px;
	width: 18px;
	height: 18px;
	border: solid 1px #cd6d79;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	bottom: 2px;
}*/

.sp_menu_in li a:hover {
	color: #cd6d79;
}

.sp_menu_in h3 {
	font-size: 34px;
	color: #cd6d79;
	line-height: 1;
	display: block;
	position: relative;
	max-width: 200px;
	margin: 0 auto 35px;
}

.sp_menu_in h3::before {
	display: block;
	width: 16px;
	height: 2px;
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	z-index: 1;
	background: #cd6d79;
}

.sp_menu_in h3::after {
	display: block;
	width: 16px;
	height: 2px;
	content: "";
	position: absolute;
	top: 55%;
	right: 0;
	z-index: 1;
	background: #cd6d79;
}

.sp_menu_ul2 li a {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
}

.sp_menu_info p {
	font-size: 15px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 40px;
}

.sp_copy {
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.3;
}



.sp_sns_wrap {margin-bottom: 50px;}
.sp_sns_wrap p {text-align: center;}
.sp_sns_wrap p a:nth-of-type(1) {margin-right: 30px;}









/* ----------------------------------------------------

    top

---------------------------------------------------- */

.top01 {
	margin-top: 100px;
	margin-bottom: 80px;
	position: relative;
}

.top01::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	width: 0;
	z-index: -1;
	height: 80%;
	background: #fff;
	transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition-delay: 1.1s;
}
.top01.show::before {
	width: 78.125%;
}

.top01_in {
	max-width: 1360px;
	width: 90%;
	margin: auto;
}

.top01_img {
	float: left;
	width: 50%;
	height: 705px;
	position: relative;
}

.top01_text {
	float: right;
	width: 42%;
	padding-top: 100px;
}

.top01_img01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .3s;
}

.top01.show .top01_img01 {transform: translateY(0); opacity: 1;}

.top01_img02 {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 1;
	box-shadow: 30px -30px 0 #d9c6c8;
	transform: translateY(100px);
	opacity: 0;
	
	transition: all 1s ease-out;
	transition-delay: .5s;
}
.top01.show .top01_img02 {transform: translateY(0); opacity: 1;}

.top01_title {margin-bottom: 30px;}
.top01_title p {
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 1.3;
	padding-bottom: 25px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .6s;
}
.top01.show .top01_title p {transform: translateY(0); opacity: 1;}

.top01_title h2 {
	font-size: 48px;
	color: #cd6d79;
	line-height: 1.5;
	letter-spacing: 8px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .7s;
}
.top01.show .top01_title h2 {transform: translateY(0); opacity: 1;}

.top01_text h3 {
	font-size: 23px;
	letter-spacing: 3px;
	line-height: 1.5;
	padding-bottom: 40px;
	max-width: 500px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .8s;
}
.top01.show .top01_text h3 {transform: translateY(0); opacity: 1;}

.top01_text_p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.7;
	padding-bottom: 40px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .9s;
}
.top01.show .top01_text_p {transform: translateY(0); opacity: 1;}

.top01_text .btn01 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: 1s;
}
.top01.show .top01_text .btn01 {transform: translateY(0); opacity: 1;}

.btn01 a {
	font-size: 18px;
	color: #fff;
	display: block;
	max-width: 320px;
	box-sizing: border-box;
	padding: 35px 15px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: 500;
	transition: .5s;
	background: #d9c6c8;
}

.btn01 a img {
	padding-right: 10px;
	position: relative;
	bottom: 2px;
}

.btn01 a:hover {
	background: #cd6d79;
}





.top02 {
	padding: 50px 0 140px;
	background-image: url("images/top/bg_logo.png");
	background-repeat: no-repeat;
	background-size: 435px;
	background-position: 93% top;
}

.sec_title01 {
	margin-bottom: 45px;
	text-align: center;
}

.sec_title01 p {
	font-size: 36px;
	letter-spacing: 5px;
	line-height: 1.2;
	color: #cd6d79;
	display: block;
	margin-bottom: 13px;
}

.sec_title01 h2 {
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 1.2;
}



.top02_bnr {
	float: left;
	width: 25%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: .5s;
}
.top02_bnr:nth-of-type(2) {transition-delay: .65s;}
.top02_bnr:nth-of-type(3) {transition-delay: .8s;}
.top02_bnr:nth-of-type(4) {transition-delay: .95s;}

.top02.show .top02_bnr {transform: translateY(0); opacity: 1;}

.top02_bnr a {
	display: block;
	height: 440px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.top02_bnr a img {
	object-fit: cover;
	width: 100%;
	height: 440px;
	transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top02_bnr_no {
	font-size: 50px;
	color: rgba(205,110,121,0.5);
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 100;
	transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top02_bnr_text {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 10;
	width: 50px;
	height: 100%;
	background: #C46975;
	background: -webkit-linear-gradient(bottom, rgba(196, 105, 117, 0.7) 0%, rgba(196, 105, 117, 0.3) 100%);
	background: -o-linear-gradient(bottom, rgba(196, 105, 117, 0.7) 0%, rgba(196, 105, 117, 0.3) 100%);
	background: linear-gradient(to top, rgba(196, 105, 117, 0.7) 0%, rgba(196, 105, 117, 0.3) 100%);
	transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top02_bnr_text p {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 5px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: block;
	position: absolute;
	right: 6px;
	bottom: 10px;
	transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top02_bnr_b_text {
	text-align: center;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.5;
}

.top02_bnr a:hover .top02_bnr_text {
	width: 100%;
	right: 0;
}
.top02_bnr a:hover .top02_bnr_text p {right: 16px;}

.top02_bnr a:hover img {
	transform: scale(1.1);
}

.top02_bnr a:hover .top02_bnr_no {color: #fff;}











.top03 {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.top03::before {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.top03.show::before {width: 78%;}

.top03_in {
	max-width: 1460px;
	width: 90%;
	float: right;
	padding-right: 6%;
}

.top03_left {
	float: left;
	max-width: 260px;
	width: 20%;
}

.top03_right {
	float: right;
	max-width: 1040px;
	width: 76%;
}

.top03_left .sec_title01 {text-align: left; margin-bottom: 100px;}

.top03 .btn01 a {max-width: 260px; padding: 20px 15px;}

.top03_title {
	padding-bottom: 150px;
}

.top03_title h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 5px;
	color: #aa1d2f;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateX(-800px);
    opacity: 0;
    transition-delay: .1s;
}

.top03.show .top03_title h2 {
    transform: translateX(0px);
    opacity: 1;
}

.top03_title p {
	color: #aa1d2f;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.3;
	padding-top: 8px;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateX(-800px);
    opacity: 0;
    transition-delay: .2s;
}

.top03.show .top03_title p {
    transform: translateX(0px);
    opacity: 1;
}


.t_news_wrap dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	border-bottom: solid 1px #ddd;
}



.t_news_wrap dt {
	display: table-cell;
	width: 140px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.2;
	color: #cd6e79;
	vertical-align: middle;
	padding: 6px 10px 6px 0;
	border-right: solid 1px #cd6e79;
	box-sizing: border-box;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateX(300px);
    opacity: 0;
    
}

.t_news_wrap dl:nth-of-type(1) dt,
.t_news_wrap dl:nth-of-type(1) dd{
	transition-delay: .6s;
}

.t_news_wrap dl:nth-of-type(2) dt,
.t_news_wrap dl:nth-of-type(2) dd{
	transition-delay: .7s;
}

.t_news_wrap dl:nth-of-type(3) dt,
.t_news_wrap dl:nth-of-type(3) dd{
	transition-delay: .8s;
}

.t_news_wrap dl:nth-of-type(4) dt,
.t_news_wrap dl:nth-of-type(4) dd{
	transition-delay: .9s;
}


.t_news_wrap dd {
	display: table-cell;
	box-sizing: border-box;
	padding: 6px 0 6px 40px;
	vertical-align: middle;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateX(400px);
    opacity: 0;
}

.top03.show .t_news_wrap dt {
	transform: translateX(0px);
    opacity: 1;
}

.top03.show .t_news_wrap dd {
	transform: translateX(0px);
    opacity: 1;
}

.news01.show .t_news_wrap dt {
	transform: translateX(0px);
    opacity: 1;
}

.news01.show .t_news_wrap dd {
	transform: translateX(0px);
    opacity: 1;
}

.t_news_wrap dd a {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.3;
}

.t_news_wrap dd a:hover {
	color: #cd6e79;
	text-decoration: underline;
}


@media screen and ( max-width:1680px ){
	.top03.show::before {width: 84%;}
	.top03_in {max-width: 1360px; width: 84%;}
}

@media screen and ( max-width:1366px ){
	.top03 {padding: 60px 0 70px;}
	.top03 .btn01 a {font-size: 16px; padding: 20px 10px;}
	.t_news_wrap dl {padding: 25px 20px;}
	.t_news_wrap dt {width: 120px;}
	.t_news_wrap dd {padding-left: 30px;}
}


@media screen and ( max-width:991px ){
	.top03_in {width: 88%; margin: auto; float: none; padding-right: 0;}
	.top03_left {float: none; width: 100%; text-align: center; margin: 0 auto 30px;}
	.top03_right {float: none; width: 100%; margin: 0 auto 40px;}
	.top03_title {padding-bottom: 0;}
	.top03_left .sec_title01 {text-align: center; margin-bottom: 20px;}
	.top03 .btn01 a {margin: auto;}
	.top03.show::before {width: 100%;}
}

@media screen and ( max-width:767px ){
	.t_news_wrap dt {display: block; width: 100%; border-right: none; padding: 0; margin-bottom: 5px; font-size: 15px; letter-spacing: 1px;}
	.t_news_wrap dd {display: block; width: 100%; padding: 0; line-height: 1.3;}
}

@media screen and ( max-width:450px ){
	.t_news_wrap dl {padding: 20px 0;}
}






.top04 {padding: 90px 0;}

.top04 h3 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}

.top04.show h3 {transform: translateY(0); opacity: 1;}

.top04 h3 a {
	display: block;
	max-width: 680px;
	margin: auto;
	width: 100%;
	transition: .3s;
}

.top04 h3 a:hover {transform: scale(0.95);}









.b_contact_wrap {
	padding-bottom: 140px;
}

.b_contact_in {
	max-width: 1620px;
	width: 90%;
	box-sizing: border-box;
	padding: 100px 13%;
	position: relative;
	overflow: visible;
}

.b_contact_in::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #d9c6c8;
	z-index: -1;
	transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition-delay: .2s;
}

.b_contact_wrap.show .b_contact_in::before {
	width: 100%;
}

.b_contact_left {
	float: left;
	max-width: 900px;
	width: 56%;
}

.b_contact_right {
	float: right;
	max-width: 360px;
	width: 40%;
	padding-top: 15px;
}

.b_contact_in .sec_title01 {
	float: left;
	max-width: 280px;
	width: 40%;
	text-align: left;
}

.b_contact_in .sec_title01 p {
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(100px);
    opacity: 0;
	transition-delay: .8s;
	color: #fff;
}

.b_contact_wrap.show .b_contact_in .sec_title01 p {
	transform: translateX(0px);
    opacity: 1;
}

.b_contact_in .sec_title01 h2 {
	color: #fff;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(100px);
    opacity: 0;
	transition-delay: .9s;
}

.b_contact_wrap.show .b_contact_in .sec_title01 h2 {
	transform: translateX(0px);
    opacity: 1;
}

.b_contact_text {
	display: block;
	float: right;
	max-width: 512px;
	width: 58%;
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1.7;
	padding-top: 20px;
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(300px);
    opacity: 0;
	transition-delay: 1s;
}

.b_contact_wrap.show .b_contact_text {
	transform: translateX(0px);
    opacity: 1;
}

.btn02 {
	transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(100px);
    opacity: 0;
	transition-delay: 1.2s;
}

.b_contact_wrap.show .btn02 {
	transform: translateX(0px);
    opacity: 1;
}

.btn02 a {
	background: #cd6d79;
	transition: .3s;
	max-width: 360px;
}

.btn02 a i {
	font-size: 20px;
	padding-right: 10px;
	transition: .3s;
	color: #fff;
}


.btn02 a:hover {
	background: #fff;
	color: #aa1d2f;
}

.btn02 a:hover i {
	color: #aa1d2f;
}

@media screen and ( max-width:1366px ){
	.b_contact_in {padding: 80px 8%;}
	.b_contact_wrap {padding-bottom: 100px;}
	.b_contact_in .sec_title01 {margin-bottom: 0;}
}

@media screen and ( max-width:1280px ){
	.b_contact_text {font-size: 15px; letter-spacing: 2px;}
	.b_contact_right {padding-top: 5px;}
}

@media screen and ( max-width:1200px ){
	.b_contact_text {width: 54%;}
	.b_contact_in .sec_title01 p {font-size: 31px; letter-spacing: 3px;}
	.b_contact_in .sec_title01 h2 {font-size: 16px; letter-spacing: 2px;}
}

@media screen and ( max-width:991px ){
	.b_contact_text {line-height: 1.4;}
}

@media screen and ( max-width:896px ){
	.b_contact_in {padding: 60px 6%;}
	.b_contact_left {float: none; width: 100%; margin: 0 auto 40px;}
	.b_contact_right {float: none; width: 100%; margin: auto;}
	.b_contact_in .sec_title01 {float: none; width: 100%; margin: 0 auto 20px;}
	.b_contact_text {float: none; width: 100%; margin: auto; text-align: center;}
	.b_contact_in .sec_title01 {text-align: center;}
	.btn02 a {margin: auto;}
}

@media screen and ( max-width:567px ){
	.b_contact_wrap {padding-bottom: 0;}
	.b_contact_in {width: 100%;}
	
}

@media screen and ( max-width:450px ){
	.b_contact_title h2 {font-size: 32px; letter-spacing: 3px;}
	.b_contact_title p {font-size: 14px;}
}

@media screen and ( max-width: 325px ){
	.b_contact_in {padding: 40px 30px;}
	.b_contact_text {font-size: 14px;}
	.b_contact_title {margin-bottom: 20px;}
	.b_contact_left {margin-bottom: 25px;}
}











/* ----------------------------------------------------

    footer

---------------------------------------------------- */


footer {
	background: #fff;
	padding: 80px 0 0;
	background-image: url("images/footer/f_bg.png");
	background-repeat: no-repeat;
	background-size: 512px;
	background-position: 20px 50px;
}

.footer_in {
	width: 88%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.footer_left {
	max-width: 480px;
	width: 40%;
	float: left;
}

.footer_right {
	max-width: 600px;
	width: 56%;
	float: right;
}

.footer_left h2 {
	margin-bottom: 20px;
}

.footer_left p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 6px;
}


.footer_left h3 a {
	font-size: 1em;
	color: #333;
}

.footer_left h3 a img {
	padding-right: 4px;
	position: relative;
	bottom: 6px;
}

.f_nav {
	max-width:580px;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.f_nav_left {
	float: left;
	width: 30%;
}

.f_nav_right {
	float: right;
	width: 68%;
}



.f_nav li {
	list-style: none;
	margin-bottom: 10px;
}

.f_nav li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
}

.f_nav li a:hover {
	color: #cd6d79;
}

.f_nav li a img {
	padding-right: 8px;
	position: relative;
	bottom: 5px;
}


.f_nav_right h3 {font-size: 22px; color: #cd6d79; line-height: 1; letter-spacing: 2px; font-weight: 500; margin-bottom: 15px;}


.footer_right p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.4;
}

.pagetop {padding-top: 20px;}

.pagetop a {
	display: block;
	float: right;
	margin-right: 3%;
	margin-bottom: 50px;
	transition: .3s;
}

.pagetop a:hover {transform: translateY(-10px);}




.footer_bottom {
	box-sizing: border-box;
	padding: 25px;
	background: #d9c6c8;
	
}

.copy {
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.2;
	color: #fff;
}



@media screen and ( max-width:1536px ){
	footer {background-size: 400px;}
}

@media screen and ( max-width:1366px ){
	footer {padding-top: 60px;}
	.footer_in {padding-bottom: 40px;}
	.footer_left p {font-size: 15px;}
	.footer_left h3 a img {width: 26px; position: relative; bottom: 3px; padding-right: 7px;}
	.footer_right {max-width: 480px;}
	.footer_right p {font-size: 15px; letter-spacing: 0;}
	.copy {font-size: 12px;}
	
	.footer_left {width: 36%; max-width: 340px;}
	.f_nav {padding-top: 30px;}
	.f_nav li a {letter-spacing: 1px; font-size: 15px;}
	.f_nav li a img {width: 16px;}
	.f_copy {font-size: 12px;}
	
}

@media screen and ( max-width:991px ){
	
	footer {position: static; padding-top: 70px; background-position: 90% 40px;}
	.footer_in {max-width: 480px; padding-bottom: 30px;}
	.f_nav {padding-top: 0; text-align: left; max-width: 310px; margin: 30px auto 0;}
	.f_nav_left {width: 100%; float: none; margin-bottom: 30px;}
	.f_nav_right {width: 100%; float: none;}
	.footer_left {float: none; width: 100%; margin: 0 auto 60px; max-width: 330px; text-align: center;}
	.footer_right {width: 100%; padding-top: 0; max-width: 440px; margin: auto; float: none;}
	.footer_right_bottom {float: none; margin: auto;}
	.f_copy {font-size: 12px; letter-spacing: 1px; text-align: center;}
	.page_top {bottom: 40px;}
	.footer_left h2 {text-align: center; max-width: 280px; margin: 0 auto 40px;}
	.f_nav_box {float: none; width: 100% !important; max-width: 220px; margin: auto;}
	.footer_right_bnr {max-width: 240px; margin: auto; width: 100%; padding-bottom: 40px;}
	.pagetop a {margin-bottom: 30px;}
	.footer_left h3 {text-align: left;}
}

@media screen and ( max-width:767px ){
	footer {background-position: 120% 30px; background-size: 340px;}
	.footer_left {max-width: 326px; width: 100%; float: none; margin: 0 auto 20px;}

	.footer_left h2 {text-align: center;}
	.footer_left p {text-align: left;}
	.footer_left .f_nav h3 {text-align: left;}
	.f_nav li {margin-bottom: 18px;}
	.f_nav_right h3 {font-size: 18px;margin-bottom: 24px;}
	.footer_right_bnr {text-align: center; padding-top: 30px;}
	
	footer {padding-top: 50px;}
	.footer_in {padding-bottom: 0;}

}

@media screen and ( max-width:567px ){
	.copy {font-size: 11px; letter-spacing: 1px;}
	.footer_right_bnr {max-width: 240px; width: 80%; margin: auto;}
}

@media screen and ( max-width:450px ){
	footer {background-position: 140% 30px; background-size: 280px;}
	.f_nav li a {font-size: 15px; letter-spacing: 0;}	
	.footer_left p {letter-spacing: 1px;}
	
	.f_copy {font-size: 11px;}
	.footer_left h3 {font-size: 16px; letter-spacing: 1px;}
	.footer_left h2 {max-width: 240px;}
	.f_nav {max-width: 100%;}
}

@media screen and ( max-width:325px ){
	.f_nav li a {font-size: 13px; letter-spacing: 1px;}
	.f_nav h3 {margin-bottom: 20px; font-size: 14px;}
}

@media screen and ( max-width:300px ){
	.footer_right p {font-size: 12px;}
}






/* ----------------------------------------------------

    news01

---------------------------------------------------- */

.news01 {padding: 30px 0 80px; overflow-x:hidden;}


.blog_pages {
	text-align: center;
	min-height: 26px;
	margin-bottom: 10px;
	padding-top: 40px;
}

.blog_pages .page-numbers {
    border: solid 1px #fff;
	background: #fff;
    padding: 4px 8px 4px;
    font-size: 12px;
    margin-right: 1px;
    color: #444;
	box-sizing: border-box;
}

.blog_pages .prev {
	padding: 4px 6px 4px;
}

.blog_pages .next {
	padding: 4px 6px 4px;
}

.blog_pages .current {
    border: solid 1px #cd6d79;
    padding: 4px 8px 4px;
    font-size: 12px;
    margin-right: 1px;
    color: #fff;
	background: #cd6d79;
	box-sizing: border-box;
}

a.page-numbers:hover {
	color: #fff;
	background: #cd6d79;
}

.blog_pages span,
.blog_pages a {
	font-family: 'Lato', sans-serif;
}



.single_wrap {
	padding: 30px 0 100px;
}

.single_img {
	padding-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.single_img img {
	width: 100%;
	object-fit: cover;
	height: 560px;
}

.single_title {
	font-size: 28px;
	letter-spacing: 1px;
	display: block;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #333;
}

.post-navigation {
	padding: 0 0 30px;
}

.nav-links {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a {
	font-size: 12px;
	letter-spacing: 0;
}

.nav-links a:nth-of-type(1) {
	display: block;
	width: 50%;
	float: left;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a:nth-of-type(2) {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a:hover {
	color:#cd6d79;
}

.nav-links a span {
	font-size: 13px;
}

.nav-links a:hover span {
	color: #cd6d79;
}

.entry-content {
	padding-bottom: 30px;
	border-bottom: solid 5px #eee;
}

.cat-links {
	margin-bottom: 10px;
}

.cat-links a {
	display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    color: #cd6d79;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    width: 108px;
    border: solid 1px #cd6d79;
}

.single .entry-title {
	font-size: 26px;
	color: #cd6d79;
	padding-top: 10px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.entry-date {padding-bottom: 10px;}

.byline {
	display: none;
	
}

.entry-date a {
	cursor:default;
}

.comments-link {
	display: none;
}

.edit-link {
	display: none;
}

.single .post-thumbnail {
	margin-bottom: 25px;
}

.single .post-thumbnail img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.single .entry-content {
	padding: 30px 0 20px;
	margin-top: 40px;
	border-top: solid 1px #ccc;
	clear: both;
	margin-bottom: 30px;
}

.single .entry-content p {
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.entry-date {
	color: #aaa;
	float: right;
	font-family: 'Lato', sans-serif;
}

.wp-block-table tbody {
	border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

.single .btn01 {opacity: 1; transform: translateY(0);}
.single .btn01 a {margin: auto;}


.entry-header::before {display: none;}


@media screen and ( max-width:1366px ){
	.single .post-thumbnail img {height: 490px;}
}

@media screen and ( max-width:991px ){
	.single_wrap {padding-top: 10px;}
	.entry-header {padding-top: 0 !important;}
	.single .post-thumbnail img {height: 440px;}
	.single .entry-title {font-size: 24px; letter-spacing: 1px;}
	.single_breadcrumbs {margin-bottom: 20px;}
}

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

	.single .post-thumbnail img {height: 340px;}
	
}

@media screen and ( max-width:567px ){
	.single_wrap {padding-bottom: 70px;}
	.single .post-thumbnail img {height: 300px;}
	.entry-date {font-size: 12px;}
	.post-navigation {padding-top: 0;}

}

@media screen and ( max-width:500px ){
	.single .post-thumbnail img {height: 280px;}
}

@media screen and ( max-width:450px ){
	.single_wrap {padding: 20px 0 70px;}
	.single .post-thumbnail img {height: 240px;}
	.single .entry-title {font-size: 22px; letter-spacing: 1px; line-height: 1.4;}
	.nav-links a span {font-size: 12px;}
}







/* ----------------------------------------------------

    contact

---------------------------------------------------- */


.contact01 {padding: 40px 0 90px;}

.contact01_text {font-size: 16px; text-align: center; margin-bottom: 50px; line-height: 1.7; letter-spacing: 2px;}

.contact01_in .bottom_tel01 {
	opacity: 1;
	transform: translateX(0);
	max-width: 480px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 20px 16px;;
	text-align: center;
}

.bottom_tel01 h3 {
	padding-bottom: 4px;
}

.bottom_tel01 h4 a {
	font-size: 34px;
	line-height: 1; 
	color: #cd6d79;
	letter-spacing: 0;
}

.bottom_tel01 h4 a img {padding-right: 8px; position: relative; bottom: 6px;}


.contact02 {padding: 0 0 90px;}

.contact02 dl {
	display:table;
	width:100%;
	padding: 10px 0;
	margin-bottom: 10px;
}

.contact02 dl dt {
	display:table-cell;
	width:26%;
	box-sizing:border-box;
	vertical-align:top;
	font-weight: 500;
	font-size: 15px;
	padding-top: 5px;
}

.contact02 dl dt p {font-size: 16px;}

.contact02 dl dd {
	display:table-cell;
	width:74%;
	box-sizing:border-box;
}

.input_dummy {
	width:500px;
	height:36px;
	box-sizing:border-box;
	background-color:#fff;
}

.textarea_dummy {
	width:500px;
	height:165px;
	box-sizing:border-box;
	background-color:#fff;
}

#zip {
    width: 200px;
}

.contact02 .contact02_in p {
	margin-bottom: 0;
}

.contact02 .contact02_in .required {
	color:#fff;
	background-color:#cd6d79;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 2px 5px 2px;
}

.contact02 .contact02_in .required02 {
	display:block;
	padding-left: 31%;
	font-size:12px;
	color:#999;
    margin-bottom: -30px;
    margin-top: 10px;
	letter-spacing: 0;
	text-align: left;
}
.contact02 .contact02_in .required02 {
	padding-left: 0;
	margin-bottom: 3px;
}
.required2 {
    color: #fff;
    background-color: #aaa;
    font-size: 11px;
    padding: 2px 5px;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
}

.yuubin .required02 {
    padding-left: 3%;
    display: inline;
}

.contact02 input[type="text"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	border: none;
}

.contact02 input[type="email"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	border: none;
}

.contact02 input[type="tel"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
	border: none;
}

.contact02 input[type="radio"] {
	margin-top: 0;
}

.contact02 input[type="number"] {
	font-size: 16px;
    padding: 14px;
	width: 100px;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 5px 5px;
	border: none;
}

.contact02 textarea {
	font-size: 16px;
    padding: 14px;
    width: 100%;
	border-radius: 26px;
	background: #fff;
	box-sizing: border-box;
	border: none;
}

.contact02 input[type="submit"] {
	max-width:400px;
	width: 80%;
	margin: 30px auto 0;
	box-sizing:border-box;
	display:block;
	text-align:center;
	background-color:#cd6d79;
	color:#fff;
    padding: 18px 0;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	border-radius: 40px;
	-webkit-appearance: none;
	transition: .3s;
}

.contact02 input[type="submit"]:hover {
	background-color:#d9c6c8;
	transition: .3s;
}

.wpcf7-list-item {
	margin-left: 0;
	margin-right: 3em;
}

.wpcf7-list-item span {
	font-size: 15px;
}


#zip_txt {
    font-size: 12px;
    padding-left: 7px;
    color: #999;
    line-height: 1.3em;
	letter-spacing: 0;
}




@media screen and ( max-width:1366px ){
	.contact01 {padding-top: 30px;}
}


@media screen and ( max-width:991px ){
	.contact01_text {font-size: 15px;}
	
}

@media screen and ( max-width:767px ){
	.contact01 {padding: 20px 0 20px;}
	.contact01_text {margin-bottom: 30px; text-align: left;}

	.contact01_in .bottom_tel01 {border-radius: 12px;}
	.contact02 dl {display: block;width: 100%;}
	.contact02 dl dt {display: block;width: 100%;font-size: 14px;}
	.contact02 dl dd {display: block;width: 100%;padding: 10px 0;}
	.wpcf7-list-item {display: block;width: 100%;margin-bottom: 4px;margin-right: 0;}
	.contact02_in p.tc {text-align: left !important;}
	.contact02 input[type="submit"] {font-size: 15px;}
	.contact02 {padding-bottom: 60px;}
}

@media screen and ( max-width:567px ){
	.contact01_text br {display: none;}

	
	.contact02_in {padding-bottom: 10px;}
	.contact02 dl dt p {font-size: 15px;}
	.contact02 input[type="number"] {width: 70px; padding: 14px 8px;}
	.recruit03_text {font-size: 15px; letter-spacing: 1px; text-align: left; margin-bottom: 20px;}
}

@media screen and ( max-width:450px ){
	.contact01_text {font-size: 14px;}
	.contact02 dl {margin-bottom: 0;}
	
	.bottom_tel01 h3 {font-size: 14px;}
	.bottom_tel01 h4 a {font-size: 26px;}
	.bottom_tel01 h4 a img {width: 20px;}
}











/* ----------------------------------------------------

    company

---------------------------------------------------- */

.company01 {padding: 70px 0 0; margin-top: 80px; margin-bottom: 100px; position: relative;}

.company01::before {
	display: block;
	content: "";
	width: 0;
	height: 90%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition-delay: 1.1s;
}

.company01.show::before {
	width: 100%;
}

.company01_img {
	float: left;
	max-width: 500px;
	width: 46%;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .4s;
	opacity: 0;
}
.company01.show .company01_img {
	transform: translateY(0);
	opacity: 1;
}

.company01_img img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.company01_text {
	float: right;
	max-width: 540px;
	width: 50%;
	padding-top: 50px;
}

.company01_text h2 {
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 4px;
	color: #cd6d79;
	display: block;
	margin-bottom: 35px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .5s;
	opacity: 0;
}
.company01.show .company01_text h2 {
	transform: translateY(0);
	opacity: 1;
}

.company01_text p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.7;
	display: block;
	margin-bottom: 30px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .6s;
	opacity: 0;
}
.company01.show .company01_text p {
	transform: translateY(0);
	opacity: 1;
}

.company01_text h3 {
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	letter-spacing: 2px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .7s;
	opacity: 0;
}
.company01.show .company01_text h3 {
	transform: translateY(0);
	opacity: 1;
}

.company01_text h3 span {
	font-size: 1.4em;
	padding-left: 5px;
	line-height: 1;
	letter-spacing: 3px;
}


.company02 {padding: 20px 0 120px;}

.company02 .sec_in1200 {position: relative; height: 470px;}

.company02_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 54%;
	max-width: 640px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .5s;
	opacity: 0;
}
.company02.show .company02_img {
	transform: translateY(0);
	opacity: 1;
}

.company02_text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 55%;
	max-width: 640px;
	box-sizing: border-box;
	padding: 70px 60px;
	background: #fff;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .6s;
	opacity: 0;
}
.company02.show .company02_text {
	transform: translateY(0);
	opacity: 1;
}

.company02_text h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 3px;
	color: #cd6d79;
	display: block;
	margin-bottom: 35px;
	padding-bottom: 20px;
	background-image: url("images/company/title_bg02.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 436px;
}

.company02_text dl {display: table; width: 100%; margin-bottom: 10px;}

.company02_text dt {
	display: table-cell;
	width: 24px;
	vertical-align: top;
}

.company02_text dd {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 8px;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 2px;
}


.company03 {padding: 0 0 100px;}



.overview01_in {padding-top: 20px;}

.overview01_in dl {
	display: table;
	width: 100%;
}

.overview01_in dt {
	display: table-cell;
	width: 220px;
	box-sizing: border-box;
	border-top: solid 1px #cd6d79;
	padding: 17px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	vertical-align: top;
}

.overview01_in dd {
	display: table-cell;
	padding-left: 1%;
	vertical-align: middle;
}

.overview01_in dd span {
	border-top: solid 1px #ddd;
	padding: 17px;
	font-size: 16px;
	letter-spacing: 2px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	color: #555;
}

.overview01_in dl:last-of-type dt {
	border-bottom: solid 1px #cd6d79;
}

.overview01_in dl:last-of-type dd span {
	border-bottom: solid 1px #ddd;
}


.company04 {padding: 0 0 50px;}
.company04_in iframe {filter: grayscale(0.3);}


@media screen and ( max-width:1366px ){
	.company01_img {max-width: 420px;}
	.company01_img img {height: 420px;}
	.company01 .sec_in1200 {max-width: 1060px;}
	.company01_text h2 {font-size: 32px;}
	.company01_text h3 {font-size: 18px;}
	.company02 {padding-bottom: 90px;}
	.company02_img {width: 70%;}
	.company02_text {width: 70%;}
}

@media screen and ( max-width:991px ){
	.overview01_in dt {font-size: 15px; letter-spacing: 1px; width: 180px;}
	.overview01_in dd span {font-size: 15px; letter-spacing: 1px;}
	
	.company01 {margin-bottom: 60px;}
	.company01_img {max-width: 360px;}
	.company01_img img {height: 360px;}
	.company01_text {padding-top: 10px;}
	.company01_text p {font-size: 16px; letter-spacing: 1px;}
	
	.company02 .sec_in1200 {height: inherit; width: 100%;}
	.company02_img {position: static; width: 100%; margin: 0 auto; max-width: 100%;}
	.company02_text {position: static; width: 100%; margin: 0 auto; max-width: 100%;}
	.company02_img img {object-fit: cover; width: 100%; height: 360px;}
}

@media screen and ( max-width:767px ){
	.overview01_in dt {font-size: 15px;}
	.overview01_in dd {padding-left: 0;}
	.overview01_in dd span {font-size: 15px;}
	
	.company01 {padding-bottom: 10px;}
	.company01_img {float: none; width: 100%; margin: 0 auto 25px; max-width: 420px;}
	.company01_img img {height: 400px;}
	.company01_text {float: none; width: 100%; margin: 0 auto; max-width: 500px; padding-top: 0;}
	.company01::before {height: 360px;}
	
	.company02 {padding-bottom: 50px;}
	.company02_text {padding: 50px;}
	.company02_text h2 {background-position: left 25px;}
	
	.company03 {padding-bottom: 60px;}
	
}

@media screen and ( max-width:567px ){
	.overview01_in dt {width: 110px;font-size: 15px;padding: 14px 10px;}
	.overview01_in dd {}	
	.overview01_in dd span {font-size: 15px;padding: 14px 10px;}

	.company01 {margin-top: 30px;}
	.company01_img {width: 90%;}
	.company02_text h2 {font-size: 22px; letter-spacing: 2px; background-size: contain; margin-bottom: 20px; padding-bottom: 20px;background-position: left 15px;}
	.company02_text dt {width: 20px;}
	.company02_text dd {font-size: 17px; letter-spacing: 1px;}
	.company02_text dt img {position: relative; bottom: 3px;}
	.company02_img img {height: 280px;}
	.overview01_in {padding-top: 0;}
	
	.company04_in iframe {height: 300px;}
	.company04 {padding-bottom: 20px;}
}

@media screen and ( max-width:450px ){
	.overview01_in dt {width: 90px;font-size: 15px;padding: 14px 10px;}
	.overview01_in dd span a {font-size: 13px;letter-spacing: 0;}
	
	.company01::before {height: 260px;}
	.company01 {margin-bottom: 30px;}
	.company01_img img {height: 300px; filter: brightness(0.95);}
	.company01_text h2 {font-size: 25px; margin-bottom: 20px;}
	.company01_text p {font-size: 15px; margin-bottom: 20px;}
	.company01_text h3 {font-size: 15px;}
	
	.company02_img img {height: 220px;}
	.company02_text h2 {margin-bottom: 10px;}
	.company02_text {padding: 40px 30px 30px;}
	.company02_text dd {font-size: 16px;}
	
}

@media screen and ( max-width:360px ){
	.overview01_in dt {width: 32%;}	
	.overview01_in dd {width: 68%;}
}









/* ----------------------------------------------------

    nail

---------------------------------------------------- */


.nail01 {padding: 60px 0 100px;}

.service_title01 {display: block; margin-bottom: 70px;}
.service_title01 p {
	display: block;
	width: 140px;
	box-sizing: border-box;
	padding: 6px 10px;
	background: #cd6d79;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 3px;
	color: #fff;
	border-radius: 25px;
	margin: 0 auto 10px;
}

.service_title01 h2 {
	font-size: 32px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 4px;
}

.nail01_text {
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1.3;
	text-align: center;
	color: #cd6d79;
	display: block;
}

.nail01_text span {
	font-size: 2.4em;
	letter-spacing: 4px;
	color: #cd6d79;
	line-height: 1.2;
}

.nail01 h4 {
	text-align: center;
	font-size: 17px;
	padding-top: 15px;
}

.service01 {
	padding-top: 70px;
	position: relative;
	margin-bottom: 110px;
}

.service01::before {
	display: block;
	content: "";
	width: 0;
	height: 500px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition-delay: .8s;
}
.service02::before {left: auto; right: 0;}

.service01.show::before {
	width: 100%;
}

.service_img {
	float: right;

	width: 46%;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .3s;
	opacity: 0;
}
.service01.show .service_img {
	transform: translateY(0);
	opacity: 1;
}

.service02 .service_img {float: left;}



.service_img img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.service_text {
	float: left;
	width: 54%;
}

.service02 .service_text {float: right;}

.service_text_in {
	max-width: 530px;
	width: 88%;
	margin: auto;
	position: relative;
	padding-top: 30px;
}

.service_no {
	font-size: 106px;
	letter-spacing: 0;
	line-height: 1;
	color: #cd6d79;
	position: absolute;
	top: -100px;
	left: -10px;
	z-index: 1;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .5s;
	opacity: 0;
}
.service01.show .service_no {
	transform: translateY(0);
	opacity: 1;
}

.service_text_in h2 {
	font-size: 38px;
	letter-spacing: 4px;
	line-height: 1.3;
	color: #cd6d79;
	display: block;
	margin-bottom: 35px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .6s;
	opacity: 0;
}
.service01.show .service_text_in h2 {
	transform: translateY(0);
	opacity: 1;
}

.service_text_in p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .7s;
	opacity: 0;
}
.service01.show .service_text_in p {
	transform: translateY(0);
	opacity: 1;
}

.nail04 {margin-bottom: 50px;}



@media screen and ( max-width:1536px ){
	.service01::before {height: 450px;}
	.service_img img {height: 440px;}
	.service_text_in h2 {font-size: 35px;}
	.service_no {font-size: 96px;}
	
	.nail01_text {font-size: 22px;}
	
	.nail01 {padding-bottom: 110px;}
	.service_title01 h2 {font-size: 30px;}
}


@media screen and ( max-width:1199px ){
	.service01::before {height: 400px;}
	.service_img img {height: 380px;}
	.service_no {font-size: 80px; left: 10px; top: -90px;}
	.service_text_in {padding-top: 20px;}
	.service_text_in h2 {font-size: 30px; letter-spacing: 2px;}
	.service_text_in p {font-size: 16px; letter-spacing: 1px;}
}

@media screen and ( max-width:991px ){
	.service_text_in {width: 80%;}
	.nail01_text {font-size: 19px;}
	.service_title01 h2 {font-size: 24px; letter-spacing: 2px;}
	.service_title01 p {font-size: 15px; width: 110px; letter-spacing: 2px;}
	.nail01 h4 {font-size: 15px;}
}

@media screen and ( max-width:767px ){
	.service_img {float: none !important; width: 86%; margin: 0 auto 30px;}
	.service_text {float: none !important; width: 86%; margin: auto;}
	.service_img img {height: 300px;}
	.service01 {overflow: hidden; padding-top: 0; margin-bottom: 60px;}
	.service01::before {top: 80px;; height: 100%;}
	.service_text_in {padding-top: 10px; width: 100%;}
	.service_no {left: auto; top: -50px; right: 15px; font-size: 60px;}
	.service_text_in h2 {margin-bottom: 15px;}
	.service_text {padding-bottom: 50px;}
	.service_text_in p {font-size: 15px;}
	.nail01 {padding: 30px 0 60px;}
	.service_title01 {margin-bottom: 40px;}
	.nail01_text {letter-spacing: 1px; font-size: 17px;}
	.nail01_text span {font-size: 2em; letter-spacing: 2px;}
	
	.service_title01 h2 {font-size: 20px; letter-spacing: 1px;}
	.service_title01 p {font-size: 14px; letter-spacing: 1px; width: 90px;}
}

@media screen and ( max-width:567px ){
	.service_no {top: -40px;}
	.service_text_in h2 {font-size: 26px; letter-spacing: 1px;}
	.nail04 {margin-bottom: 5px;}
}

@media screen and ( max-width:500px ){
	.service_img img {height: 250px;}
}

@media screen and ( max-width:450px ){
	.service_img img {height: 210px;}
	.service_no {font-size: 50px; left: 15px; right: auto; text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;}
	.nail01_text {font-size: 17px; letter-spacing: 0;}
	.nail01_text span {font-size: 1.7em; letter-spacing: 0;}
	.service_title01 h2 {font-size: 21px; letter-spacing: 1px;}
}






/* ----------------------------------------------------

    event

---------------------------------------------------- */

.event01 .nail01_text {line-height: 1.4;}
.event01 .nail01_text span {font-size: 1.5em; letter-spacing: 1px; line-height: 1.3;}


@media screen and ( max-width:567px ){
	.event01 .nail01_text span {font-size: 1.3em; letter-spacing: 0;}
}






/* ----------------------------------------------------

    casting

---------------------------------------------------- */

.casting02 .service_text_in h2 {font-size: 26px; letter-spacing: 2px;}

.service_text_in dl {
	display: table;
    width: 100%;
    margin-bottom: 10px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .7s;
	opacity: 0;
}
.service01.show .service_text_in dl {
	transform: translateY(0);
	opacity: 1;
}

.service_text_in dt {
    display: table-cell;
    width: 24px;
    vertical-align: top;
}

.service_text_in dd {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.casting02 .service_text_in p {padding-top: 15px; transition-delay: .8s;}


.casting03 {padding-bottom: 0;}

.casting03_title {
	font-size: 34px;
	display: block;
	text-align: center;
	color: #cd6d79;
	padding-bottom: 60px;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	transition-delay: .3s;
	opacity: 0;
}

.casting03.show .casting03_title {
	transform: translateY(0);
	opacity: 1;
}

.casting03_in {
	max-width: 1400px;
	width: 88%;
	margin: auto;
}

.casting03_box {
	max-width: 1200px;
	width: 100%;
	position: relative;
	height: 500px;
}

.casting03_box01 {margin-bottom: 70px;}

.casting03_box01 .company02_img {right: auto; left: 0;}
.casting03_box01 .company02_text {left: auto; right: 0;}

.casting03_box02 {float: right;}

.casting03_box .company02_text {}

.casting03_box02 .company02_img {transition-delay: .8s;}
.casting03_box02 .company02_text {bottom: auto; top: 15%; transition-delay: .9s;}

.casting03_no {
	font-size: 90px;
    letter-spacing: 0;
    line-height: 1;
    color: #cd6d79;
    position: absolute;
    top: -25px;
    right: 30px;
    z-index: 1;
}

.casting03_box02 .casting03_no {right: auto; left: 30px;}




@media screen and ( max-width:1199px ){
	.casting03_no {font-size: 80px; top: -20px;}
	.casting03_box .company02_img {width: 60%;}
	.casting03_box .company02_text {width: 60%;}
}

@media screen and ( max-width:991px ){
	.casting03_no {font-size: 70px; top: -15px; left: 30px; right: auto; text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;}
	.casting03_box02 {float: none;}
	.casting03_box {height: auto;}
	.casting03_title {font-size: 32px;}
	.casting03_box .company02_img {width: 100%;}
	.casting03_box .company02_text {width: 100%;}
}


@media screen and ( max-width:567px ){
	.casting02 {margin-bottom: 30px;}
	.service_text_in dt {width: 20px;}
	.service_text_in dd {font-size: 16px; letter-spacing: 1px;}
	.service_text_in dt img {position: relative; bottom: 3px;}
	.casting03_box01 {margin-bottom: 0;}
	.casting03_no {font-size: 56px;}
	.casting03_title {font-size: 26px; padding-bottom: 30px;}
	.casting03_in {width: 100%;}
}

@media screen and ( max-width:450px ){
	.service_text_in dd {font-size: 15px;}
	
}
















/* ----------------------------------------------------

    メディアクエリ

---------------------------------------------------- */


.max1366 {display: none !important;}
.min1367 {display: block !important;}
.max1279 {display: none !important;}
.min1280 {display: block !important;}
.max1199 {display: none !important;}
.min1200 {display: block !important;}
.max991 {display: none !important;}
.min992 {display: block !important;}
.max850 {display: none !important;}
.min851 {display: block !important;}
.max767 {display: none !important;}
.min768 {display: block !important;}
.max567 {display: none !important;}
.min568 {display: block !important;}
.max430 {display: none !important;}
.min431 {display: block !important;}


@media screen and ( min-width:1921px ){
	
}

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

}

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

@media screen and ( max-width:1680px ){
	.main_slide img {object-fit: cover; width: 100%; height: 610px;}
	.main_text {top: 11%; max-width: 460px;}
	
	.page_main_img img {height: 380px;}
	
	.top01 {margin-top: 0;}
}


@media screen and ( max-width:1536px ){
	.h_logo img {width: 280px;}
	.main_text h3 {font-size: 20px;}
	
	.c-scroll {height: 8.5rem;}
	.c-scroll a span {font-size: 10px;}
	.c-scroll__line {height: 4.5rem;}
	
	.top01_img {height: 670px;}
	.top01_title p {font-size: 14px;}
	.top01_title h2 {font-size: 42px;}
	.top01_text h3 {font-size: 20px; letter-spacing: 2px; max-width: 430px;}
	.top01_img01 {width: 65%;}
	.top01_img02 {width: 40%;}
	
	
	
}

@media screen and ( max-width:1366px ){
	.max1366 {display: block !important;}
	.min1367 {display: none !important;}
	
	.h_logo {max-width: 240px;}

	.h_nav_wrap {max-width: 520px; padding-right: 40px;}
	.h_nav_wrap nav li a {font-size: 15px; margin-right: 35px;}
	
	.h_nav_wrap nav ul.child li a {font-size: 13px; letter-spacing: 0; margin-right: 0;}
	
	
	header::before {height: 83%;}
	.main_slide img {height: 530px;}
	
	.header_top {height: 120px; padding: 26px 3%;}
	.h_logo {top: 10px; left: 10px;}
	.h_nav_right {top: 22px; right: 28px;}
	.main_text {max-width: 400px;}
	.main_text h3 {font-size: 18px;}

	
	.sp_menu {padding-top: 30px; min-height: 90px; width: 90px;}

	.menu-trigger p {font-size: 11px !important;}
	
	.top01_img {height: 570px;}
	.top01_text {padding-top: 20px;}
	.top01_title h2 {font-size: 36px; line-height: 1.3; letter-spacing: 5px;}
	
	.top02_bnr_b_text {font-size: 18px; letter-spacing: 2px;}
	.top02_bnr_text p {font-size: 27px; letter-spacing: 4px;}
	
	.page_main_img img {height: 320px;}
	.page_main_text {left: 7% !important;}
	.page_main_text p {font-size: 90px;}
	.page_main_text h2 {font-size: 20px;}
	
}

@media screen and ( max-width:1279px ){
	.max1279 {display: block !important;}
	.min1280 {display: none !important;}
	
}

@media screen and ( max-width:1199px ){
	.max1199 {display: block !important;}
	.min1200 {display: none !important;}
	
	
	.c-scroll {top: 400px;}
	
	.top01_img {height: 490px;}
	.top01_text_p {font-size: 15px; letter-spacing: 1px;}
	.top01_title h2 {font-size: 32px; line-height: 1.3; letter-spacing: 4px;}
	.top01_text h3 {font-size: 18px; letter-spacing: 1px; max-width: 370px; padding-bottom: 25px;}
	
	.btn01 a {max-width: 280px; padding: 20px 10px;}
	
}

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

@media screen and ( max-width:991px ){
	.max991 {display: block !important;}
	.min992 {display: none !important;}
	
	
	.main_text {left: 3%; max-width: 340px;}
	.main_text h3 {font-size: 16px;}
	header {margin-bottom: 0; overflow-x: hidden;}
	.home header {margin-bottom: 120px; overflow-x: visible;}
	
	.top01_in {max-width: 700px;}
	.top01_img {float: none; width: 100%; height: 420px;}
	.top01_text {float: none; width: 100%;}
	.top01_img02 {max-width: 280px;}
	.top01_img01 img {object-fit: cover; width: 100%; height: 340px;}
	.top01_img02 img {object-fit: cover; width: 100%; height: 240px;}
	.top01_text h3 {max-width: 100%;}
	
	.top02 {padding-bottom: 60px;}
	.top02_bnr {width: 50%; margin-bottom: 50px;}
	.top02 {background-size: 320px; background-position: 110% top;}
	
	.top04 h3 a {max-width: 540px;}
	
	.page_main_img img {height: 270px;}
	.page_main_text p {font-size: 80px;}
	.page_main_text h2 {font-size: 18px;}
	
}

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

@media screen and ( max-width:767px ){
	.max767 {display: block !important;}
	.min768 {display: none !important;}
	
	
	.main_text {top: 20%;}
	.h_logo {width: 50%;}
	
	.top02_bnr a {margin-bottom: 10px;}
	.top02_bnr_b_text {font-size: 16px; letter-spacing: 1px; line-height: 1.4;}
	.top02_bnr_text p {font-size: 20px; letter-spacing: 2px;}
	.top02_bnr_text {width: 40px;}
	.top02_bnr_no {font-size: 40px;}
	
	.top04 {padding: 60px 0;}
	
	.breadcrumbs p {font-size: 13px;}
	.breadcrumbs span {font-size: 13px;}
	.breadcrumbs span a {font-size: 13px;}
	
	.blog_pages {padding-top: 20px;}
	.news01 {padding: 10px 0 50px;}
	
	.page_main_img img {height: 230px;}
	.page_main_text p {font-size: 70px;}
	.page_main_text h2 {font-size: 16px; letter-spacing: 2px;}
}

@media screen and ( max-width:567px ){	
	.max567 {display: block !important;}
	.min568 {display: none !important;}
	
	.home header {margin-bottom: 90px;}
	
	.sp_logo {width: 216px; padding: 18px 10px 10px 12px;}
	
	.header_top {height: 90px; padding: 15px 3%;}
	.h_logo {top: 0; left: 0; padding: 0;}
	
	.main_img_wrap {width: 100%; padding-bottom: 30px;}
	.main_slide {border-radius: 0;}
	
	
	.sp_menu_in li {margin-bottom: 30px;}
	.sp_menu_in li a {font-size: 18px; letter-spacing: 2px;}
	.sp_menu_in li a span {font-size: 10px;}
	.sp_menu_info p {font-size: 11px;}
	
	
	.home header::before {height: 109%;}
	.main_text {top: auto; bottom: -20px; left: 7%; max-width: 340px; width: 75%;}
	
	.h_nav_right {width: 60px; height: 60px; padding: 15px 12px 12px; top: 13px; right: 10px;}
	.menu-trigger {width: 30px;}
	.menu-trigger span:nth-of-type(3) {width: 20px;}
	.menu-trigger p {font-size: 10px !important; left: -2px;}
	
	.top01 {margin-bottom: 30px; margin-top: 40px;}
	.top01_img {height: 340px;}
	.top01_img01 img {object-fit: cover; width: 100%; height: 260px;}
	.top01_img02 img {object-fit: cover; width: 100%; height: 170px;}
	.top01_img02 {box-shadow: 20px -30px 0 #d9c6c8;}
	.top01_text {padding-top: 10px;}
	
	.btn01 a {margin: auto;}
	.top01::before {height: 76%;}
	.top01.show::before {width: 84%;}
	.top01_in {width: 86%;}
	
	.top02 {padding-bottom: 30px;}
	.top02_bnr a {height: 340px;}
	.top02_bnr a img {height: 340px;}
	.top02_bnr {margin-bottom: 30px;}
	.top02 {background-size: 220px; background-position: 130% top;}
	
	.sec_title01 p {font-size: 28px; letter-spacing: 3px;}
	.sec_title01 h2 {font-size: 16px; letter-spacing: 2px;}
	
	.top04 {padding: 50px 0;}
	.top04 h3 a {width: 96%;}
	
	.sp_menu_in h2 img {width: 200px;}
	.sp_menu_in h3 {font-size: 25px; max-width: 160px;}
	.sp_menu_ul2 li a {font-size: 16px;}
}

@media screen and ( max-width:500px ){
	
	.top01_img {height: 300px;}
	.top01_img01 img {object-fit: cover; width: 100%; height: 240px;}
	.top01_img02 img {object-fit: cover; width: 100%; height: 140px;}
	.top01_img02 {box-shadow: 10px -10px 0 #d9c6c8;}
	
	.btn01 a {width: 90%;}
	
}

@media screen and ( max-width:450px ){
	.max430 {display: block !important;}
	.min431 {display: none !important;}

	.main_slide img {height: 450px;}
	.main_text {width: 75%;}
	.main_text h3 {font-size: 15px; letter-spacing: 0; padding-top: 20px;}
	
	.top01_title h2 {font-size: 29px; letter-spacing: 2px;}
	
	.sp_copy {font-size: 11px; letter-spacing: 1px;}
	
	.top02_bnr a {height: 250px;}
	.top02_bnr a img {height: 250px;}
	.top02_bnr_text p {font-size: 16px; letter-spacing: 2px;}
	.top02_bnr_text {width: 32px;}
	.top02_bnr_no {font-size: 32px;top: 6px;left: 8px;}
	.top02_bnr_b_text {font-size: 15px; letter-spacing: 0;}
	
	.page_main_img img {height: 200px;}
	.page_main_text p {font-size: 60px;}
	.page_main_text h2 {font-size: 16px; letter-spacing: 1px;}
	
	.news01 .t_news_wrap dd a {font-size: 15px; letter-spacing: 1px;}
	.news01 {padding-bottom: 30px;}
}

@media screen and ( max-width:360px ){
	.sp_logo {width: 180px;}
	
}

@media screen and ( max-width:325px ){	
	
	.sp_menu_in li a {font-size: 20px; letter-spacing: 3px;}
	.sp_menu_wrap {padding: 18vh 10px 15vh;}
	.sp_logo {width: 140px;}
	
}

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





























