@charset "UTF-8";
/* 
	
CSS common.css */


/*
base #191919
red #ff2227
*/
	
	
	
@import url('//fonts.googleapis.com/css2?family=Roboto&display=swap');
/*
font-family: 'Roboto', sans-serif;
*/










/*//////////////////


// Frame / Block


//////////////////*/

body { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #191919; line-height: 2; letter-spacing: 0.08em; }
@media screen and (max-width: 767px) { 
	body { font-size: 1.4rem; }
}
.noscrpt p { padding: 5px; background: #00af84; font-weight: bold; text-align: center; }


/* secwrap */
.secwrap { padding: 160px 0; }
.secwrap.min { padding: 120px 0; }
.secwrap.wide { padding: 200px 0; }
.secwrap.fin { margin-bottom: 160px; }
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.min { padding: 80px 0; }
	.secwrap.wide { padding: 120px 0; }
	.secwrap.fin { margin-bottom: 80px; }
}


/* section */
.section { margin-bottom: 160px; }
.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.section { margin-bottom: 80px; }
}


/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1280px; }
.incnt.wider { max-width: 1600px; }
.incnt.fix { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1280px){
	.incnt.fix { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1100px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 88%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}


/* block */
.block {  }
.block.s1 { margin-bottom: 80px; }
.block.s2 { margin-bottom: 140px; }
@media screen and (max-width: 767px) {
	.block.s1 { margin-bottom: 40px; }
	.block.s2 { margin-bottom: 80px; }
}


/* inblock */
.inblock {  }
@media screen and (max-width: 767px) {
	.inblock { }
}


/* bgbox */
/*
.bgbox { background: #f7f7f7; padding: 40px 60px; }
.bgbox.white { background: #fff; }
.bgbox.min { padding: 40px; }
.bgbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.bgbox, .bgbox.wide { padding: 40px 8%; }
}
*/


/* borderbox */
/*
.borderbox { border: 1px solid #00af84; padding: 40px 60px; box-sizing: border-box; }
.borderbox.black { background: #191919; }
.borderbox.min { padding: 40px; }
.borderbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.borderbox, .borderbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.borderbox { padding: 8%; }
}
*/


.iframe { clear: both; text-align: center; position: relative; width: 100%; padding-top: 56.25%; }
.iframe iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

.coverimg { width : 100%; height : 100%; -o-object-fit : cover; object-fit : cover; }










/*//////////////////


Text


//////////////////*/

.mincho { font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; }
.gothic { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  }
.tategaki { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display: inline-block; text-align: left; }
.roboto { font-family: 'Roboto', sans-serif; letter-spacing: 0.02em; }
.roboto.s1 { font-size: 2.2rem; line-height: 1.35;}
.roboto.s2 { font-size: 2.8rem; }
@media screen and (max-width: 767px) { 
	.roboto.s1 { font-size: 1.6rem; }
	.roboto.s2 { font-size: 1.8rem; }
}


/* txt */
.txtsmall { font-size: 1.5rem; }
.txtbig { }
.justify { text-align: center; }
.txtbig.s1 { font-size: 3.2rem; font-weight: bold; }
.txtbig.s2 { font-size: 2.4rem; font-weight: bold; }
.txtbig.s3 { font-size: 2.0rem; }
@media screen and (max-width: 767px) { 
	.txtsmall { font-size: 1.3rem; }
	.justify { text-align: justify; }
	.txtbig.s1 { font-size: 2rem; }
	.txtbig.s2 { font-size: 1.8rem; }
	.txtbig.s3 { font-size: 1.6rem; }
}

.txtblack { color: #191919; }
.txtwhite { color: #fff; }
.txtred { color: #ff2227; }

.bgblack { background: #191919; }
.bgwhite { background: #fff; }
.bggrey { background: #f7f7f7; }
.bgred { background: #ff2227; }

.borderblack { border: 1px solid #191919; }
.borderwhite { border: 1px solid #fff; }
.borderred { border: 1px solid #ff2227; }

.markergrey { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.markerred { background: linear-gradient(transparent 60%, #ff2227 0%); }
.markeryellow { background: linear-gradient(transparent 60%, #ffff00 0%); }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 4px solid #ccc; padding-left: 10px; font-style: italic; color: #aaa; }
blockquote p { font-style: italic; }

p.indent,
ul.indent li,
ol.indent li { padding-left: 1em!important; text-indent: -1em; }

p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; }
p.caution:before,
ul.caution li:before { content:"※"!important; }

ul.none li,
.editbody ul.none li { padding-left: 0!important; text-indent: 0!important; }
ul.none li:before { content: ""!important; }

ul.inbrock li { display: inline-block; margin-right: 1em; }
ul.inbrock li:last-child { margin-right: 0; }
@media screen and (max-width: 639px){
	ul.inbrock li { display: block; }
}

ul.dotlist li { padding-left: 1em!important; text-indent: -1em; }
ul.dotlist li:before { content:"●"!important; color: #00af84; font-size: 0.7em; margin-right: 0.3em; }










/*//////////////////


Btn /Link


//////////////////*/

/* init */
a { transition: 0.3s; color: #191919; text-decoration: none; }
a:hover {  }
.btn.base { height: 70px; min-width: 360px; transition: 0.3s; font-size: 1.8rem; line-height: 1.5; position: relative; display: inline-block; text-align: center; background: #ff2227; color: #fff; border-radius: 35px; box-sizing: border-box; }
.btn.base span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-weight: bold; }
.btn.base:hover { background: #f5f5f5; color: #ff2227; letter-spacing: 0.12em; }
.btn.base.hv_white:hover { background: #fff; color: #ff2227; }
.btn.base.min { height: 50px; border-radius: 25px; min-width: 240px;}
.btn.base.white { background: #fff; color: #ff2227; }
.btn.base.grey { background: #ccc; color: #fff; }
.btn.base:hover { background: #f5f5f5; }
@media screen and (max-width: 767px) {
	a { transition: none; }
	.btn.base { height: 60px; min-width: 240px; max-width: 100%; padding: 0 30px; font-size: 1.6rem; }
}
@media screen and (max-width: 500px) {
	.btn.base,
	.btn.base.min { width: 100%; min-width: 100%; }
}


/* btnbox */
.btnbox { text-align: center; width: 100%; margin-top: 40px; }
.btnbox.wide { margin-top: 70px; }
.btnbox.min { margin-top: 25px; }
.btnbox ul { margin-left: -20px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: -10px; }
.btnbox ul>li { margin-left: 20px; margin-top: 10px; }
@media screen and (max-width: 500px) {
	.btnbox { margin-top: 30px; }
	.btnbox.wide {margin-top: 40px; }
	.btnbox.min {margin-top: 20px; }
	.btnbox ul { margin-left: 0; display: block; margin-top: 0;}
	.btnbox ul>li { margin-left: 0; margin-bottom: 20px; width: 100%; }
	.btnbox ul>li:last-child { margin-bottom: 0px; }
}

/* linktxt */
a.linktxt { text-decoration: underline; font-size: 1.8rem; font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }
@media screen and (max-width: 767px) {
	a { transition: none; }
	a.linktxt { font-size: 1.5rem; }
}










/*//////////////////


Table


//////////////////*/

/* reset */
table { border-collapse: collapse; border-spacing:0; text-align: left; font-style:normal; font-weight:normal; width:100%; }
table th, table td { text-align: left; vertical-align: middle; list-style: none; word-break: break-all; }
table.base, table.type1 { width: 100%; }

/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 18px 2%; line-height: 1.6; border: 1px solid #191919; box-sizing: border-box; }
@media screen and (max-width: 767px){
	table.base th, table.base td,
	table.type1 th, table.type1 td { padding: 13px 2%; font-size: 1.3rem; }
}
/* base */
table.base { background: #fff; }

/* type1 */
table.type1 { }










/*//////////////////


Animation


//////////////////*/

/* animation: fadeIn 0.3s ease 1s 1 normal; */
@keyframes fadein { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeout { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}










/*//////////////////


Svg


//////////////////*/

/* insta */
.instaicon { fill:#191919; transition: 0.3s; }
a:hover .instaicon { fill:#ff2227; }










/*//////////////////


Title/Copy


//////////////////*/

/* pagetitle */
.pagetitle { margin-bottom: 0; }
.pagetitle .title { line-height: 1.6; font-size: 3.2rem; color: #fff; letter-spacing: 0.12em; font-feature-settings : "palt"; color: #fff; font-weight: bold; margin-bottom: 5px; }
.pagetitle .en { font-family: 'Roboto', sans-serif; font-size: 2.2rem; letter-spacing: 0.02em; color: #fff; line-height: 1.6; }
@media screen and (max-width: 1100px) { 
	.pagetitle .title { font-size: 3.0rem; }
	.pagetitle .en { font-size: 2rem; }
}
@media screen and (max-width: 767px) { 
	.pagetitle .title { font-size: 2.0rem; }
	.pagetitle .en { font-size: 1.4rem; }
}


/* sectitle */
.sectitle { margin-bottom: 40px; display: inline-block; text-align: center; }
.sectitle .title { line-height: 1.6; font-size: 3.6rem; letter-spacing: 0.12em; font-feature-settings : "palt"; border-bottom: 1px solid #ff2227; color: #ff2227; padding: 0 40px 8px; font-weight: bold; margin-bottom: 10px; }
.sectitle .en { font-family: 'Roboto', sans-serif; font-size: 2.2rem; letter-spacing: 0.02em; color: #ff2227; line-height: 1.6; padding: 0 40px; }
@media screen and (max-width: 1100px) { 
	.sectitle .title { font-size: 3.2rem; }
	.sectitle .en { font-size: 2rem; }
}
@media screen and (max-width: 767px) { 
	.sectitle .title { font-size: 2.0rem; padding: 0 20px 5px; margin-bottom: 5px; }
	.sectitle .en { font-size: 1.4rem; padding: 0 20px; }
}

/* blocktitle */
.blocktitle {  }
@media screen and (max-width: 767px) { 
	.blocktitle { }
}


/* copy */
.copy { letter-spacing: 0.14em; font-feature-settings : "palt"; font-weight: bold; }
.copy span { font-weight: bold;}
.copy.s1 { font-size: 3.0rem; line-height: 1.8; margin-bottom: 40px; }
.copy.s1.min {  margin-bottom: 20px; }
.copy.s1.wide { margin-bottom: 70px; }
.copy.s2 { font-size: 2.4rem; line-height: 1.8; margin-bottom: 30px; }
.copy.s2.wide { margin-bottom: 45px; }
.copy.s2.min { margin-bottom: 20px; }
@media screen and (max-width: 767px) { 
	.copy {  }
	.copy.s1 { font-size: 2rem; margin-bottom: 30px; }
	.copy.s1.min {  margin-bottom: 20px; }
	.copy.s1.wide { margin-bottom: 50px; }
	.copy.s2 { font-size: 1.6rem; margin-bottom: 20px; }
	.copy.s2.wide { margin-bottom: 30px; }
	.copy.s2.min { margin-bottom: 10px; }
}


/* title */
.title.s1 { }
@media screen and (max-width: 767px) { 
	.title.s1 {  }
}










/*//////////////////


#Form


//////////////////*/

/* input */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea { border: 1px solid #191919; background: #fff!important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 60px; width: 100%; transition: 0.3s; letter-spacing: 1.6; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
form textarea { height: 300px; width: 100%; resize: vertical; display: block; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus { background: #eee!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only,
form textarea:read-only { background: #eee!important; }
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"] { padding: 18px 12px; height: 60px; }
}

/* other */
input::placeholder, textarea::placeholder { color: #ccc!important; }
p.ermsg { color: #ff2227; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { display: inline-block; background: #ff2227; color: #fff; line-height: 1; padding: 5px 8px; font-size: 1.4rem; margin-left: 10px; letter-spacing: 0; }
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #ff2227;}
@media screen and (max-width: 767px) {
}

/* size */
form .short { width: 300px!important;}
form .middle { width: 500px!important;}
@media screen and (max-width: 767px) {
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}


/* checkbox */
form input[type="checkbox"] { width: 16px; height: 16px; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -2px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #ff2227!important; border:1px solid #ff2227; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

/* radio */
form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -3px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #00af84!important; border: 1px solid #00af84; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }

/* date */
input[type="date"]:focus { outline: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{ -webkit-appearance: none; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; height: 60px; width: 60px; right: 0; cursor: pointer; }
input[type="date"] { position: relative; width: 210px; height: 60px; border: 0; background: transparent; box-sizing: border-box; font-size: 1.5rem; color: #191919; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; padding-left: 10px; }

/* daybox */
form .daybox label { position: relative; display: inline-block; width: 210px; height: 60px; border: 1px solid #191919; color: #191919; margin-left: 15px; }
form .daybox label::before { content: ""; background: #ccc; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .daybox label::after { position: absolute; content: url("../img/contact/calender.svg"); width: 20px; height: 20px; top: 16px; right: 19px; z-index: -1; }
@media screen and (max-width: 900px) { 
	form .daybox label { margin-left: 0; margin-top: 5px; }	
}

/* selectbox */
form .selectbox { height: 60px; width: 380px; position: relative; z-index: 1; border: 1px solid #191919; background: #fff;}
form .selectbox::before { content: ""; background: #ff2227; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .selectbox::after { position: absolute; content: url(../img/common/arr1_white.svg); width: 10px; right: 25px; font-size: 0; z-index: -1; top: calc(50% - 4px); }
form .selectbox select { font-size: 1.5rem; width: 100%; height: 100%; padding: 0 15px; position: relative; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; }
@media screen and (max-width: 500px) { 
	form .selectbox { width: 100%; }
}

/* timebox */
form .selectbox.time { width: 210px; margin-left: 20px; }
@media screen and (max-width: 900px) { 
	form .selectbox.time { margin-left: 0; margin-top: 10px; }	
}
@media screen and (max-width: 767px) {
	form select{ height: 60px; padding-left: 0; padding-right: 15px; }
}

/* layout */
form ul.formlist>li { margin-bottom: 40px; }
form ul.formlist>li dl { display: flex; justify-content: space-between; align-items: baseline; }
form ul.formlist>li dt { width: 260px; text-align: left;  }
form ul.formlist>li dd { flex: 1; }
form ul.formlist>li dd li.row { display: flex; flex-direction: row; align-items: center; margin: 10px 0; }
form ul.formlist>li dd li.row .daybox { display: flex; align-items: center; }
form ul.formlist>li.radio,
form ul.formlist>li.check { padding: 20px 0;}
form ul.formlist>li.mail dd input:first-child {margin-bottom: 10px; }

form ul.formlist>li dd ul.rowlist { text-align: left; }
form ul.formlist>li dd ul.rowlist>li { display: inline-block; margin-right: 20px; }
form .privacycheck { padding: 20px 0; text-align: center; }
form .privacycheck a { text-decoration: underline; }
form .privacycheck a:hover { text-decoration: none; }
@media screen and (max-width: 900px) { 
	form ul.formlist>li dd li.row { flex-direction: column; align-items: flex-start; margin: 0 0 10px;}
	form ul.formlist>li dd li.row .daybox { display: block; }
}
@media screen and (max-width: 767px) { 
	form ul.formlist>li { margin-bottom: 30px; }
	form ul.formlist>li dl{ flex-direction: column }
	form ul.formlist>li dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 10px; }
	form ul.formlist>li dt br{ display: none; }
	form ul.formlist>li dd{ width: 100%; }
	form ul.formlist>li.radio,
	form ul.formlist>li.check { padding: 15px 0;}
	form .privacycheck { padding: 0 0; text-align: center; }
}




/* filebox */
form input[type="file"] { padding: 3px 5px; font-size: 100%; height: 30px; z-index: -1; }
form input[type="file"]:read-only { background: #eee; }
form input[type="file"] { display: none; }
form .filebox label { padding: 15px 40px; background: #fff; color: #ff2227; cursor: pointer; transition: 0.6s; border-radius: 30px; min-width: 210px; text-align: center; }
form .filebox label:hover { background: #ff2227; color: #f5f5f5; letter-spacing: 0.12em; }
form .filebox .filename { margin-top: 10px; margin-bottom: 20px; }
@media screen and (max-width: 767px){
	form .filebox { display: block; align-items: center; }
}
.wpcf7-response-output { width: 88%; font-size: 20px; border: 1px solid #f90307!important; color: #f90307; font-weight: bold; text-align: center; padding: 20px 6%!important; }
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
	.wpcf7-response-output { padding: 6%!important; font-size: 1.6rem; }
}
span.wpcf7-not-valid-tip { margin: 5px 0; color: #f90307; font-weight: bold; }
span.wpcf7-not-valid-tip:before {content:"！"; }
form ul.formlist>li.mail dd input:first-child+span.wpcf7-not-valid-tip{ margin-top: -5px; margin-bottom: 10px; }


/*//////////////////


Site Common


//////////////////*/

/* pager */
.pager { width: 100%; position: relative; }
.pager a.all { font-size:2.4rem; color: #ff2227; display: inline-block; position: relative; }
.pager a.prev,
.pager a.next { left:0; position: absolute; top:0; text-decoration: none; font-size:2.4rem; color: #ff2227; }
.pager a.next { left:auto; right:0; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: none; }
.pager a.all::after,
.pager a.prev::after,
.pager a.next::after { content: ""; height: 1px; font-size: 0; background: #ff2227; width: 0; text-align: center; display: inline-block; position: absolute; left: 50%; bottom: 10px; transition: 0.6s;}
.pager a.all:hover::after,
.pager a.prev:hover::after,
.pager a.next:hover::after { width: 100%; left: 0; }
@media screen and (max-width: 1040px) {
	.pager { margin-bottom: 100px;}
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; }
	.pager a.all { font-size:1.8rem; position: relative; padding-bottom: 0; margin: 0 10px; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; margin: 0 10px; font-size: 1.8rem; }
	.pager a.all::after,
	.pager a.prev::after,
	.pager a.next::after { display: none; }
}

/* pager page-numbers */
.pager ul.page-numbers { text-align : center; }
.pager ul.page-numbers li { display : inline-block; }
.pager ul.page-numbers li a , .pager ul.page-numbers li span { display : block; text-align : center; text-decoration : none; transition : .5s; box-sizing : border-box; font-size: 2.4rem; width : 20px; position : relative; height : auto; margin : 0 6px; letter-spacing: 0; color: #ff2227;}
.pager ul.page-numbers li a:after,
.pager ul.page-numbers li span:after { content : ""; position : absolute; background-color: #ff2227; display : inline-block; height : 1px; bottom : 10px; left : 0; transition : .6s; right : 0; width : 0; margin : 0 auto; }
.pager ul.page-numbers li a:hover { opacity : 1; }
.pager ul.page-numbers li span.dots { padding : 9px 5px; }
.pager ul.page-numbers li span.current { cursor : default; }
.pager ul.page-numbers li a:hover:after , .pager ul.page-numbers li span.current:after { width : 100%; }
@media screen and (max-width: 767px) {
	.pager ul.page-numbers li a , .pager ul.page-numbers li span { font-size: 1.8rem; margin: 0 4px; }
	.pager ul.page-numbers li a:hover { opacity : 0; }
}


/* ul.list.works */
ul.list.works {  }
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}


/* ul.list.works */
ul.list.works { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: -40px;}
ul.list.works li { width: calc(33.33% - 30px); margin-top: 40px; }
ul.list.works li .imgbox { height: 280px; position: relative; overflow: hidden; margin-bottom: 20px; }
ul.list.works li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transition: 0.3s; }
ul.list.works li a:hover .imgbox img { transform: scale(1.05); }
ul.list.works li .cat { font-size: 1.4rem; color: #aaa; }
@media screen and (max-width: 1100px) { 
	ul.list.works li .imgbox { height: calc(20vw + 50px); }
}
@media screen and (max-width: 767px) { 
	ul.list.works { flex-wrap: wrap; margin-top: -30px; }
	ul.list.works li { width: 47%; margin-top: 30px; line-height: 1.8; }
	ul.list.works li .imgbox { margin-bottom: 15px; height: calc(35vw - 20px); }
	ul.list.works li .cat { font-size: 1.2rem; margin-top: 5px; }
}


/* ul.list.news */
ul.list.news { }
ul.list.news li { margin-top: 25px; padding-top: 25px; border-top: 1px solid #ff2227; }
ul.list.news li:first-child { margin-top: 0; padding-top: 0; border: none; }
ul.list.news li .info { color: #ff2227; font-size: 1.8rem; margin-bottom: 0; line-height: 1.6; }
ul.list.news li .cat:before { content:"|"; margin: 0 10px; }
ul.list.news li a:hover { color: #ff2227; }
@media screen and (max-width: 767px) { 
	ul.list.news li { margin-top: 25px; padding-top: 25px; }
	ul.list.news li .info { color: #ff2227; font-size: 1.6rem; }
}


/* .btn.reatore */
.btn.reatore { display: flex; justify-content: center; align-items: center; width: 100%; height: 160px; border: 1px solid #ff2227; background: #fff; position: relative; }
.btn.reatore:after { content: url(../img/common/arr2.svg); width: 33px; font-size: 0; position: absolute; right: 30px; top: calc(50% - 8px); transition: 0.3s; }
.btn.reatore span.roboto { font-size: 3.6rem; color: #ff2227; margin-right: 20px; }
.btn.reatore span.txt { font-size: 1.8rem; font-weight: bold; color: #ff2227; }
.btn.reatore:hover { background: #ff2227;}
.btn.reatore:hover span.roboto,
.btn.reatore:hover span.txt {color: #fff; }
.btn.reatore:hover:after { content: url(../img/common/arr2_white.svg); right: 20px; }
@media screen and (max-width: 767px) {
	.btn.reatore { height: 80px; }
	.btn.reatore:after { width: 24px; top: calc(50% - 6px); right: 20px; }
	.btn.reatore span.roboto { font-size: 2.6rem; margin-right: 10px; }
	.btn.reatore span.txt { font-size: 1.4rem; }
	.btn.reatore:hover:after { right: 10px; }
}
@media screen and (max-width: 500px) {
	.btn.reatore { flex-direction: column; height: auto; padding: 30px 0; }
	.btn.reatore span.roboto { line-height: 1.4; }
	.btn.reatore span.txt { display: block; }
}







/*//////////////////


IE


//////////////////*/

#iealertbox { position : fixed; top : 0; right : 0; height : 100%; width : 100%; background-color : #191919; z-index : 100000; display : none; justify-content : center; align-items : center; pointer-events : none; }
#iealertbox.is-ie { display : flex; pointer-events : auto; }
#iealertbox .inbox { text-align : center; margin : 10%; color : #ffffff; }
#iealertbox .inbox .copy { color : #ffffff; }
#iealertbox .inbox .txt { margin-bottom : 20px; }
#iealertbox .inbox .browser { text-align : center; display : flex; justify-content : center; }
#iealertbox .inbox .browser li { margin : 20px; }
#iealertbox .inbox .browser li a { width : 280px; border : 2px solid #ffffff; padding : 40px; display : block; border-radius : 10px; box-sizing : border-box; text-decoration : none; color : #ffffff; }
#iealertbox .inbox .browser li a:hover { background-color : #f7f7f7; }
#iealertbox .inbox .browser li a img { width : 120px; }
#iealertbox .inbox .browser li a .txt1 { margin-top : 20px; line-height : 1.8; }
@media screen and (max-width: 767px) {
	#iealertbox .inbox .txt { text-align : justify; }
	#iealertbox .inbox .txt br { display : none; }
	#iealertbox .inbox .browser { display : block; }
	#iealertbox .inbox .browser li { margin : 0; margin-bottom : 20px; }
	#iealertbox .inbox .browser li a { width : 100%; padding : 30px 8%; }
	#iealertbox .inbox .browser li a img { width : 80px; }
}










/*//////////////////


WP


//////////////////*/

/*.editbody { max-width: 880px; margin: 0 auto; }*/
.editbody:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
.editbody div:not(.section):not(.block),
.editbody p,
.editbody h2,
.editbody h3,
.editbody h4,
.editbody ul, .editbody ol, .editbody img, .editbody table { margin-bottom: 60px; }
.editbody p:last-child, .editbody div:last-child, .editbody ul:last-child, .editbody ol:last-child, .editbody img:last-child, .editbody table:last-child { margin-bottom: 0px; } 
.editbody *>*:last-child { margin-bottom: 0px; } 

.editbody img{ max-width: 100% }
.editbody .wp-caption{ width: 100%!important }

/* デフォルト処理 */
.editbody ul li { padding-left: 1em!important; text-indent: -1em; }
.editbody ol li { counter-increment: number; padding-left: 1.6em!important; text-indent: -1.6em; }
.editbody ul li:before { content: "・"; }
.editbody ol li:before { content: counter(number) "．"; }

.editbody div.clearfix { margin-bottom: 0; }
.editbody div > *:last-child,
.editbody ul > *:last-child,
.editbody li > *:last-child,
.editbody p > *:last-child ,
.editbody dt > *:last-child,
.editbody dd > *:last-child,
.editbody ol > *:last-child { margin-bottom: 0px; }
.editbody div div:not(.section):not(.block):last-child { margin-bottom: 0; }

/* 画像ブロック */
img.alignnone { display: block; margin-left: auto; margin-right: auto; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignleft { margin-right: 5%; float: left; }
img.alignright { margin-left: 5%; float: right; }
@media screen and (max-width: 767px) { 
	.editbody div:not(.section):not(.block),
	.editbody p,
	.editbody h2,
	.editbody h3,
	.editbody h4,
	.editbody ul, .editbody ol, .editbody img, .editbody table { margin-bottom: 40px; }
	img.alignnone,
	img.aligncenter,
	img.alignleft,
	img.alignright { float: none; width: 100%!important; margin-left: 0; margin-right: 0; }
}


/* iframe動画 100%表示　*/
.wpvideo,
.wpview.wpview-wrap { position: relative; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden;  max-width: 100%; height: auto; }
.wpvideo iframe,
.wpvideo object,
.wpvideo embed,
.wpview.wpview-wrap iframe,
.wpview.wpview-wrap object,
.wpview.wpview-wrap embed { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }


/* メディアのgallery */
.editbody .gallery .gallery-item { margin-top:0!important; }
.editbody .gallery .gallery-item img { border: none!important; }
@media screen and (max-width: 500px) { 
    .editbody .gallery .gallery-item { width: 100%!important; }
	.editbody .gallery .gallery-item img { border: none!important; }
}





