@charset "utf-8";
/*
Theme Name: Minerva TMP
Template: twentyten
Version: 1.0
Description: 基本レイアウトテンプレート
*/

/* スクロールすると下から出現する */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
/* ふわっと出現させる */
.fadeIn1 {
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeIn2 {
animation-name:fadeInAnime;
animation-duration:3.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeIn3 {
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 左からふわっと */
.fadeLeft1 {
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft2 {
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft3 {
animation-name:fadeLeftAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft4 {
animation-name:fadeLeftAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft5 {
animation-name:fadeLeftAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft6 {animation-name:fadeLeftAnime;animation-duration:3s;animation-fill-mode:forwards;opacity:0;width: max-content;}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.center {
  text-align: center;
  margin: 0 auto;
}
.mt40 {
  margin-top: 40px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.red {
  color: #df0529 !important;
}
.right {
  text-align: right;
  margin-left: auto;
}
html{
    scroll-behavior: smooth;
}
body {font-family: "Helvetica Neue", "Helvetica",  "Arial", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;}
header,
footer,
.main {
  font-family: "josefin-sans", 'Noto Sans JP', sans-serif !important;
}
img {
	max-width:100%;
}
section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
a {
  text-decoration:none !important;
	color:unset;
}
p {
	margin:0 0 16px;
	font-size:15px;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h2 {
  font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
  font-size: 20px;
}

/* MW WP */
#content tr th,
#content tr td {
  padding: 16px;
}
#content tr th,
#content thead th {
  color: #000;
  font-size: 16px;
  line-height: normal;
  background: #e8e8e8;
}
.table-default {
		width: 100%;
}
.table-default caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-default td,
.table-default th {
border: 1px solid #ccc;
}
.table-default th {
background: #e8e8e8;
color: #000; }
.table-default td {
background: #fff;
}
.table-menu {
		width: 100%;
}
.table-menu caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-menu td,
.table-menu th {
padding: 0.7em 1em;
border-top: 1px solid #cd0000;
border-bottom: 1px solid #cd0000;
}
.table-menu tbody th {
text-align: left;
}
.table-menu td:last-child {
text-align: right;
white-space: nowrap;
}
.table-schedule {
width: 100%;
}
.table-schedule caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
border: 1px solid #cd0000;
padding: 0.7em 1em;
text-align: center;
}
@media (max-width: 800px) {
	#content th {
		display:block;
		/* width:100%; */
		text-align: center;
	}
	#content td {
		display:block;
		/* width:100%; */
	}
	#content td.even {
		display:flex;
	}
	textarea {
		width:100%;
	}
	.table-menu td,
	.table-menu th {
	padding: 0.7em .3em;
	}
}
.table-schedule thead th {
background: rgba(204, 204, 204, 0.7);
color: #fff;
}
.table-schedule tbody th {
background: transparent;
}
.table-schedule td {
background: transparent;
}
.table-summary {
border-top: 1px solid #ccc;
width: 100%;
}
.table-summary caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-summary td,
.table-summary th {
padding: 1em;
border-bottom: 1px solid #ccc;
}
.table-summary th {
text-align: left;
font-weight: normal;
width: 20%;
}


/* header */
.pc_header {
  background: #f7f8f8;
  padding: 10px 0;
  font-size: 15px;
}
.pc_header ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pc_header ul li {
  margin: 0;
  padding: 0 8px;
  position: relative;
}
.pc_header ul li a {
  color: #485855;
}
.pc_header ul li::before {
  background: #fff000;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.pc_header ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc_header ul li span {
  display: block;
  color: #89a09c;
  font-size:13px;
}
.pc_header li span:before {
  content: "\2014";
  margin-right: 4px;
}
#g-nav ul {
  margin: 0 0 16px ;
  list-style: none;
}
#g-nav ul li {
  margin: 0 8px;
}
#g-nav ul li span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
#g-nav ul li span:before {
  content: "\2014";
  margin-right: 4px;
}
.g_nav01 {
  position:absolute;
  bottom:0;
  right:0;
  z-index:-1;
}
.g_nav02 {
	position: absolute;
	right: 24px;
	top: 30%;
	animation: wobbling_x 2.0s ease-in-out infinite alternate, wobbling_y 1.5s ease-in-out infinite alternate;
}
.g_nav03 {
	position: absolute;
	right: 88px;
	top: 50%;
	font-size: 20px;
	animation: wobbling_x 1.5s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
}
@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}
	100% {
		margin-left: 0px;
	}
}
@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 8px;
	}
}

/* footer */
footer {
  background: #52524e;
  color: #fff;
  font-size: 15px;
  padding: 40px 0;
}
#footernav {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
#footernav a:hover {
  opacity:0.6;
}
.footer_logo {
  margin-bottom: 24px;
}
.footer_li {
  margin: 24px 0;
  list-style: none;
}
.footer_li li {
  margin: 0 10px;
}
.footer_li li a {
  color:#fff;
}
.footer_li li span {
  display: block;
}
.footer_li li span:before {
  content: "\2014";
  margin-right: 4px;
}
.footer_copyright {
  font-size: 11px !important;
}

/* front-page */
.main {
  position: relative;
background: linear-gradient( to top, #b9bdc6 0%, #fff 100% );
}
.mv {
  position: relative;
}
.mv_bg {
  position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top_glid {
  padding: 24px 0;
  position: relative;
}
.glid_box {
  box-shadow: 2px 2px 4px #ccc;
  min-height: 200px;
  z-index: 2;
}
.glid_box h2 span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.glid_box h2 span:before {
  content: "\2014";
  margin-right: 4px;
}
.glid01 h2,
.glid03 h2 {
  color: #5d5d5d;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.glid01 h2 span,
.glid03 h2 span {
  color: #89a09c;
}
.glid05 h2 {
  color: #89a09c;
}
.glid05 h2 span {
  color: #5d5d5d;
}
.glid02 h2,
.glid04 h2,
.glid02 h2 span,
.glid04 h2 span {
  color: #fff;
}
.glid02 h2,
.glid04 h2 {
	margin-left:40px;
}
.glid01 {
  background: #d8d8d8;
  position: relative;
  padding: 40px;
}
.glid01 img {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	height:140px;
}
.glid02 {
  position: relative;
  overflow: hidden;
}
.glid02:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(/wp-content/themes/MinervaTMP/images/glid02.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.glid02:hover:after {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.glid02 a {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 100%;
}
.glid03 {
  background: #fff000;
  position: relative;
  padding: 40px;
}
.glid03 img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.glid04 {
  position: relative;
  overflow: hidden;
}
.glid04:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(/wp-content/themes/MinervaTMP/images/glid04.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.glid04:hover:after {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.glid04 a {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 100%;
}
.glid05 {
  background: #f8f8f8;
  position: relative;
  padding: 40px;
}
.glid05img {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.front_bg3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* table */
#table01 {
  width: 100%;
  margin: auto;
}
#table01 tr {
}
#table01 th,
#table01 td {
  padding: 24px 16px;
  border: none;
}
#table01 th {
  width: 30%;
  border-bottom: 2px solid #52524e;
}
#table01 td {
  border-bottom: 2px solid #d7d7d7;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
}
#table02 {
  width: 100%;
}
#table02 th {
	background:#f7f8f8;
}
#table02 th,
#table02 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
  border: 1px solid #ccc;
}
#table02 td {
	background:#fff;
}
@media only screen and (max-width: 800px) {
/*   #table02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  } */
#table02 th,
#table02 td {
	display:block;
	width:100%;
}
}

/* 沿革 */
.timeline {
  list-style: none;
  padding: 0 8px;
}
.timeline > li {
  margin-bottom: 60px;
}
.flex_timeline {
  display: flex;
  flex-wrap: wrap;
}
.flex_timeline span {
  text-align: center;
  padding: 8px;
}
@media ( min-width : 1140px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin: 12px 0 0;
    font-size: 20px;
  }
  .timeline-content {
    width: 100%;
    float: left;
    border-left: 3px #d7d7d7 solid;
    padding-left: 30px;
    max-width: 1000px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff000;
    position: absolute;
    left: 105px;
    top: 23px;
    border-radius: 100%;
  }
.timeline-content p {
	margin: 16px 0;
}
}
@media only screen and (max-width: 1140px) {
.timeline-date {
	font-size:24px;
}
.timeline-date:before {
	content: "\025cf";
	color: #fff000;
	margin-right: 4px;
}
.timeline > li {
  margin-bottom: 40px;
  border-bottom: 2px solid #d7d7d7;
}
.flex_timeline span {
  width: 50%;
  padding: 8px;
}
}

/* popup */
.paoc-close-popup {
  top: 4px;
  right: 4px;
}
.paoc-popup-inr-wrap .button {
  background: #fff000;
  padding: 8px 16px;
}
.paoc-padding-20 {
	padding:40px 20px 20px;
}

/* page */
.sec {
  margin-bottom: 48px;
}
.sec a:hover {
  opacity: 0.7;
}
.page_title {
  background: #1b1d1c;
  margin-bottom: 40px;
  text-align: center;
  background: -webkit-linear-gradient(to right, #1b1d1c, #52524E);
  background: linear-gradient(to right, #1b1d1c, #52524E);
  font-family: "josefin-sans", 'Noto Sans JP', sans-serif !important;
  color: #fff;
}
.page_title_jp {
    margin: 0 auto;
    font-size: 40px;
    text-align:  center;
    color: #fff;
}
.page_title_en {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 15px;
  color: #fff000;
}
.page_title_en:before,
.page_title_en:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff000;
}
.page_title_en:before {
  left:0;
}
.page_title_en:after {
  right: 0;
}
.button-033 {
    position: relative;
    margin: 0 auto;
    padding: .9em 1em;
    color: #52524e;
    font-size: 1em;
    display: block;
    width: fit-content;
}
.button-033::before,
.button-033::after {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 1px;
    content: '';
}
.button-033::before {
    top: -1px;
    left: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
.button-033::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.button-033:hover::before,
.button-033:hover::after {
    width: 100%;
    height: 100%;
    border-color: #89a09c;
    transition: width .3s ease, height .3s .3s ease;
}
.button-033 span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-033 span::after {
    display: inline-block;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #52524e;
    border-right: 2px solid #52524e;
    content: '';
}
.page_index {
  background: #d8d8d8;
  padding: 8px 8px;
  color: #1b1d1c;
  margin: 0 0 16px;
}
.page_index:before {
  content: "";
  background-color: #fff000;
  margin-right: 8px;
  padding: 0px 4px;
}
.page_index2 {
  background: #fff000;
  padding: 8px 8px;
  color: #1b1d1c;
  margin: 0 0 16px;
}
.page_index2:before {
  content: "";
  background-color: #d8d8d8;
  margin-right: 8px;
  padding: 0px 4px;
}
.page_li {
  margin: 0 0 16px;
  list-style: disc;
}
.sec h4 {
  position: relative;
  margin: 0 0 16px;
}
.sec h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(185, 189, 198), transparent);
  background: linear-gradient(to right, rgb(185, 189, 198), transparent);
}
.text_box {
  padding: 16px;
  border: 1px solid #89a09c;
  margin-bottom: 24px;
}
.text_box p,
.attention_box p {
  margin-bottom: 0;
}
.text_box h5 {
  font-size: 18px;
  border-bottom: 1px solid #89a09c;
  padding-bottom: 4px;
  margin: 0 0 16px;
  font-weight: bold;
}
.text_box_flex {
	padding: 16px;
	margin-bottom: 24px;
	display: flex;
    align-items: center;
}
.text_box_flex img {
	max-width: 20%;
}
.text_box_flex_inner {
	margin: 0 0 0 4rem;
}
.attention_box {
  padding: 16px;
  background: #fff77f;
}
.attention_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #df0529;
  margin: 0 0 10px;
}
.sec_box {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #ccc;
}
.flex_lr {
  display: flex;
  flex-direction: column;
}
.p8 {
  padding: 8px;
}
.bg_yellow {
  background: #fff001;
  padding: 0 0 40px;
}
/*------------------------
  ライト コンテスタント1000
------------------------*/
.bg_black {
  background: #000;
  padding: 0 0 40px;
}
.page_revival {
  padding: 8px 8px;
  color: #fff001;
  margin: 0 0 16px;
}
.p_revival {
  margin: 0 0 16px;
  color: #fff000;
  font-size: 18px;
}
.p_revival-item {
  color: #fff;
}
.alert {
  color: #ff0000;
  font-size: 15px;
}
/*--------おわり--------*/
.bgw {
  background: #fff;
}
.b_font {
  font-weight: 600;
  font-size: 32px;
}
.accordion-btn::after {
    content: "\02228";
    font-size: 20px;
    color: #666;
    margin-left: 10px;
}
.accordion-btn.open::after {
    content: "\02227";
    font-size: 20px;
    color: #666;
    margin-left: 10px;
}
.accordion-content {
}
.h3_small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.store_btn {
  background: #fff000;
  padding: 16px 24px;
}
.ufv_slide {
  padding: 100px 0;
  border-top: 1px solid rgba(0,0,0,.5);
  border-bottom: 1px solid rgba(0,0,0,.5);
  max-width: 1200px;
  margin: 0 auto;
}
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bg_g {
  padding: 175px 0;
  background: #dedfdc;
}
.bg_w {
  padding: 175px 0;
  background: #fff;
}
.flex_index {
  display: flex;
  margin-top:-24px;
  line-height: 32px;
}
.flex_index h4 {
	margin-right: 16px;
	font-weight: 400;
}
.flex_index h3 {
	font-weight:400;
}
#content .ufv_table {
    width: 96%;
    margin: 0 auto;
}
#content .ufv_table tr {
  padding: 40px 0;
  border-bottom: 1px solid rgba(103,103,105,.5);
  width: 100%;
}
#content .ufv_table tr:nth-child(1) {
  border-top:1px solid rgba(103,103,105,.5);
}
#content .ufv_table  th {font-size: 18px;width: 40%;font-weight: 500;text-align: left;padding: 45px 30px;vertical-align: top;background: transparent;display: table-cell;}
#content .ufv_table td {font-size: 16px;padding:45px 0;width: 60%;}
div#n2-ss-4 .nextend-thumbnail-scroller {
  display: flex !important;
  flex-wrap: wrap !important;
}
.flex_ufv {
  display: flex;
  flex-wrap: wrap;
}


@media screen and (min-width:800px) {
.pcNone,
.sp_header {
	display: none;
}
.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.glid_flex {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
.glid01,
.glid03 {
  width: 59%;
}
.glid02,
.glid04 {
  width: 39%;
}
.glid05 {
  width: 49%;
}
.mv {
  background: linear-gradient( 70deg, #d7d7d7 0%, #d7d7d7 50%, #1b1d1c 50%, #1b1d1c 100% );
  width: 100%;
  height: 640px;
}
.mv section {
  display: flex;
}
.mv_l {
  width: 50%;
  position: relative;
  height: 640px;
}
.mv_r {
  width: 50%;
  position: relative;
  height: 640px;
}
.mv_copy01 {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.mv_img01 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_copy02 {
  position: absolute;
  top: 40%;
  left: 10%;
}
.mv_img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.glid01::before,
.glid01::after,
.glid03::before,
.glid03::after,
.glid05::before,
.glid05::after {
  content:"";
  position: absolute;
  width: 0;
  height:2px;
  background:#89a09c;
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}
.glid01::before,
.glid03::before,
.glid05::before {
  right: 0;
  top: 0;
}
.glid01::after,
.glid03::after,
.glid05::after {
  left: 0;
  bottom: 0;
}
.glid01 .hover_bd,
.glid03 .hover_bd,
.glid05 .hover_bd {
  display: block;
}
.glid01 .hover_bd::before,
.glid01 .hover_bd::after,
.glid03 .hover_bd::before,
.glid03 .hover_bd::after,
.glid05 .hover_bd::before,
.glid05 .hover_bd::after {
  content:"";
  position: absolute;
  width:2px;
  height:0;
  background: #89a09c;
  transition: all 0.2s linear;
}
.glid01 .hover_bd::before,
.glid03 .hover_bd::before,
.glid05 .hover_bd::before {
  left: 0;
  top: 0;
}
.glid01 .hover_bd::after,
.glid03 .hover_bd::after,
.glid05 .hover_bd::after {
  right: 0;
  bottom: 0;
}
.glid01:hover::before,
.glid01:hover::after,
.glid03:hover::before,
.glid03:hover::after,
.glid05:hover::before,
.glid05:hover::after {
  width: 100%;
}
.glid01:hover .hover_bd::before,
.glid01:hover .hover_bd::after,
.glid03:hover .hover_bd::before,
.glid03:hover .hover_bd::after,
.glid05:hover .hover_bd::before,
.glid05:hover .hover_bd::after {
  height: 100%;
}
.main_bg1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    top: 24px;
    z-index: 1;
}
.main_bg1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000;
    transform: skewY(-10deg);
    z-index: 2;
    opacity: 0.7;
}
.main_bg2 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    bottom: 64px;
}
.main_bg2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000;
    transform: skewY(-10deg);
    z-index: 0;
    opacity: 0.7;
}
.flex_center {
  display: flex;
  align-items: center;
}
.flex_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex2 {
  width: 50%;
  padding: 0 8px;
}
.flex3 {
  width: 33%;
  padding: 0 8px;
}
.flex_2 {
  width: 20%;
  padding: 0 8px;
}
.flex_4 {
  width: 40%;
  padding: 0 8px;
}
.flex_6 {
  width: 60%;
  padding: 0 8px;
}
.flex_8 {
  width: 80%;
  padding: 0 8px;
}
.page_title {
  padding: 24px 0;
}
.yamizki_flex {
  display: flex;
}
.yamizki_l {
  width: 75%;
}
.yamizki_r {
  width: 25%;
  padding: 0 8px;
}
.yamizki_box {
  border:4px solid #52524e;
  padding: 10px;
  width: 100%;
  position: sticky;
  top: 8px;
}
.bg_g .flex3 {
  padding: 24px;
}
.mt160 {
  margin-top: 160px;
}
.flex_table {
  display: flex;
}
}

@media screen and (max-width: 800px) {
.spNone,
.pc_header {
	display: none;
}
.sec {
  padding: 0 8px;
}
footer {
  padding:40px 24px;
}
.footer_li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  margin:0;
}
.footer_li li {
  width:50%;
  margin:0 0 24px;
}
.mv {
  background: linear-gradient( 70deg, #d7d7d7 0%, #d7d7d7 50%, #1b1d1c 50%, #1b1d1c 100% );
  width: 100%;
  height: 560px;
}
.mv section {
  display: flex;
}
.mv_l {
  width: 50%;
  position: relative;
  height: 560px;
}
.mv_r {
  width: 50%;
  position: relative;
  height: 560px;
}
.mv_copy01 {
  position: absolute;
  bottom: 41%;
  left: 16%;
  width: 140px;
}
.mv_img01 {
  position: absolute;
  bottom: -14%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_copy02 {
  position: absolute;
  top: 13%;
  right: 50%;
  width: 120px;
}
.mv_img02 {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.mv_bg {
	height: 380px;
}
.glid_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.glid01,
.glid03,
.glid02,
.glid04,
.glid05 {
  width: 96%;
  margin-bottom: 24px;
}
.glid01,
.glid03,
.glid05 {
	padding:24px;
}
.glid02 h2,
.glid04 h2 {
	margin-left:24px;
}
.glid01 img {
	height:120px;
}
.glid03 img {
	right: 0;
	height: 120px;
}
.glid_box {
	height: 160px;
	min-height: 160px;
}
.glid05 img {
	right:16px;
	max-width:25%;
}
.glid01 h2,
.glid03 h2 {
	top: 30%;
}
.glid05 h2 {
	top: 10%;
	position:absolute;
}
.main_bg1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    top: 24px;
    z-index: 1;
}
.main_bg1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000;
    transform: skewY(-36deg);
    z-index: 2;
    opacity: 0.7;
}
.main_bg2 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    bottom: 64px;
}
.main_bg2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000;
    transform: skewY(30deg);
    z-index: 0;
    opacity: 0.7;
}
.flex2,
.flex3,
.flex_2,
.flex_4,
.flex_6,
.flex_8 {
  padding: 8px 0;
}
.page_title {
  padding: 48px 0 24px;
}
.flex_reverse {
  display: flex;
  flex-direction: column-reverse;
}
.button-033 {
	border:1px solid #89a09c;
}
.flex_top {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.yamizki_box {
  padding: 8px 0 0 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff000;
}
.sp_bnrflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp_bnrflex a {
  background: #52524e;
  color: #fff;
  width: calc(100% / 3);
  padding: 4px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff000;
}
.bg_g .flex3 {
  width: 50%;
  padding: 8px;
}
.mt160 {
  margin-top: 40px;
}
.flex_table {
}
.flex_index h3 {
	font-size:20px;
}
.flex_table .flex2 {
  padding: 0;
}
#content .ufv_table:nth-child(2) tr:nth-child(1) {
	border-top:none;
}
#content .ufv_table th {
    width: 45%;
    padding: 45px 24px;
}
#content .ufv_table td {
    width: 100%;
}
}

/*------------------------
	product_movie
------------------------*/
.product_movie_wrapper {
	padding:100px 0 200px 0;
}
.product_movie_h3 {
	display: block;
	overflow: hidden;
	margin-bottom:100px;
	font-weight: 500;
	text-align: center;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1;
}
.product_movie_h3>c {
  display: inline-block
}
.product_movie_imgwrap {
	display: block;
	width:80%;
	max-width:1200px;
	overflow: hidden;
	position: relative;
	padding-top:40%;
	margin: 0 auto 100px auto;
}
.product_movie_imgwrap_image {
	transition: 1s;
	position: absolute;
	top:0;left:0;
	display: block;
	transform: scale(1.1);
	object-fit: cover;
	z-index: 1;
	width:100%;
	height: 100%;
}
.product_movie_imgwrap_icon {
	transition: 1s;
	position: absolute;
	z-index: 2;
	top:0;right:0;bottom:0;left:0;margin:auto;
	display: block;
	width:126px;
	height: 126px;
}
.product_movie_imgwrap:hover .product_movie_imgwrap_image{
	transform: scale(1);
}
.product_movie_imgwrap:hover .product_movie_imgwrap_icon{
	transform: scale(1.1);
}
.product_movie_p {
	font-size: 26px;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: center;
}
.product_movie_p br.pc_ipad_none {
  display: none
}
.product_movie_p>c {
  display: inline-block
}

h4 span.h4span {
  font-size: 16px;
}

@media (max-width: 430px) {
	.text_box_flex {
		flex-direction: column;
    align-items: flex-start;
	}
	.text_box_flex img {
		margin: auto;
		max-width: 100%;
	}
	.text_box_flex_inner {
		margin: 2rem 0 0;
	}
}
