@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap');

.fl { float: left; }
.fr { float: right; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * 再定義
**/

body {
  color: #000000;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0px;
	text-align: center;
	background: #ffffff;
}

table {
  color: #000000;
  font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0px;
	empty-cells:  show;
}

table td, table td {
	empty-cells: show;
}

a {
  color: #000000;
	text-decoration: none;
}

a:hover {
  color: #000000;
	text-decoration: underline;
}

img {
  width: 100%;
  height:  auto;
	border: none;
  display: block;
}

em { font-style: normal; }


.clear {
	clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px !important; }
* html .clearfix { height: 1px !important; }

header {

    border-bottom: 0px solid #fff;
}

/**
 * ラッパー
**/

#wrapper {
	overflow: hidden;
}


/**
 * ヘッダー
**/
#header {
  font-family: 'Helvetica Neue';
  width: 100%;
  height: 113px;
  background: #ffffff;
  position: relative;
  z-index: 10000;

}
#header img {
  width: 100%;
  height: auto;
  display: block;
}
#header .wrap_new {
  margin: 0 auto;
  width: 92%;
  max-width: 1120px;
  height: 113px;
  position: relative;
}
#header .wrap_new .header-logo {
  width: 117px;
  position: absolute;
  top: 22px;
  left: 0;
}
#header .wrap_new #navi {
  font-family: 'Helvetica Neue';
  width:850px;
  font-size: 16px;
  font-weight: 700 !important;
  position: absolute;
  top: 0;
  right: 32px;
  	text-align: center;
}
#header .wrap_new #navi ul {
  width: 100%;
  height: 113px;
  display: table;
}
#header .wrap_new #navi ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight:700;
  letter-spacing:0em;
}
#header .wrap_new #navi ul li a {
  padding: 0 8px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
#header.home {
  background: rgba(255,255,255,0);
	transition:all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
#header.home .wrap_new #navi ul li a {
  color: #ffffff;
}
#header.home .wrap_new .header-logo img.off {
  display: block;
}
#header.home .wrap_new .header-logo img.on {
  display: none;
}
#header.home:hover {
  background: rgba(255,255,255,1);
}
#header.home:hover .wrap_new #navi ul li a {
  color: #000000;
}
#header.home:hover .wrap_new #navi ul li a.pull:after {
  background: url("../../assets/img/common/arrow_02.svg") no-repeat center center;
  background-size: cover;
}
#header.home:hover .wrap_new .header-logo img.off {
  display: none;
}
#header.home:hover .wrap_new .header-logo img.on {
  display: block;
}

#header .wrap_new #navi ul li.mega01:hover {
  background: #FFD940;
}
#header .wrap_new #navi ul li.mega01:hover a.pull {
  color: #00677f;
}

#header .wrap_new #navi ul li.mega01 .megamenu {
  padding: 35px 45px 20px 40px;
  width: 1100px;
  text-align: left;
  box-sizing: border-box;
  color: #00677f;
  background: #FFD940;
  position: absolute;
  top: 153px;
  left: -180px;
  display: none;
	transition:all 0.2s;/*menu speed*/
}
#header .wrap_new #navi ul li.mega01 .megamenu.active {
  top: 113px;
}
#header .wrap_new #navi ul li.mega01 .megamenu a {
  color: #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 {
  margin: 0 25px 0 0;
  width: 360px;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box02 {
  margin: 0 25px 0 0;
  width: 216px;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 {
  margin: 0 25px 0 0;
  width: 180px;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box04 {
  width: 180px;
  text-align: center;
  float: right;
}
#header .wrap_new #navi ul li.mega01 .megamenu .title {
  margin: 0 0 25px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #00677f;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega01 .megamenu .label {
  margin: 0 0 15px 0;
  padding: 3px 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 .label {
  margin: 0 auto 15px;
  padding: 3px 0;
  width: 170px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00677f;
}

#header .wrap_new #navi ul li.mega01 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item {
  margin: 0 auto 20px;
  padding: 0;
  width: 135px;
}
#header .wrap_new #navi ul li .megamenu .list .item:hover {
	transform:scale(1.1);
	transition-duration:.5s;
	position:relative;
}

#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item {
  margin: 0 17px 20px 0;
  padding: 0 0 0 0;
  width: 100px;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .right .list .item {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  width: 112px;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 .list .item {
  margin: 0 auto 20px;
  padding: 0 0 0 0;
  width: 130px;
  /* float: left; */
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .right .list .item .image img{
  margin: 0 auto;
  width: 95%;  
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(2n) 
{
  margin: 0 0 20px 0;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(3n+1) {
  clera: both;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box02 .list .item .image img{
  margin: 0 auto;
  width: 80%;  
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 .list .item .image img{
  margin: 0 auto;
  width: 96%;  
}
#header .wrap_new #navi ul li.mega01 .megamenu .box04 .list .item .image img{
  margin: 0 auto;
  width: 71%;  
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a .new_icon {
  margin: 2px 0 0 0;
  padding: 1px 6px 0px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
  letter-spacing:1px;
}
#header .wrap_new #navi ul li .megamenu .bold {
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb {
  width: 100%;
  display: table;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb .left {
  padding-right: 15px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .tb .left {
  /* width: 300px; */
}

#header .wrap_new #navi ul li.mega01 .megamenu .tb .right {
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 1px dashed #00677f;
  display: table-cell;
  vertical-align: top;
  width: 112px;
}

#header .wrap_new #navi ul li.mega02:hover {
  background: #40c3c3;
}

#header .wrap_new #navi ul li.mega02 .megamenu {
  padding: 35px 65px 20px 55px;
  width: 1100px;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #40c3c3;
  position: absolute;
  top: 153px;
  left: -340px;
  display: none;
	transition:all 0.2s;/*menu speed*/
}
#header .wrap_new #navi ul li.mega02 .megamenu.active {
  top: 113px;
}
#header .wrap_new #navi ul li.mega02 .megamenu a {
  color: #fff;
}

#header .wrap_new #navi ul li.mega02 .megamenu .box01 {
  /* width: 440px; */
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box02 {
  /* width: 270px; */
  text-align: center;
  float: left;
}
/* 複数製品横並びの場合 */
#header .wrap_new #navi ul li.mega02 .megamenu .box02 .list {
  display: flex;
  justify-content: center;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box03 {
  /* width: 270px; */
  text-align: center;
  float: right;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-15 {
  width: 15%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-20 {
  width: 20%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-25 {
  width: 25%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-30 {
  width: 30%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-33 {
  width: 33.33%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-40 {
  width: 40%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-50 {
  width: 50%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-60 {
  width: 60%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-75 {
  width: 75%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box_w-80 {
  width: 80%;
}
#header .wrap_new #navi ul li.mega02 .megamenu .title {
  margin: 0 0 40px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 98px;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 .list .item {
  margin: 0 5px 20px 5px;
  padding: 0 0 0 0;
  /*width:98px;*/
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 .list .item .image img,
#header .wrap_new #navi ul li.mega02 .megamenu .box02 .list .item .image img,
#header .wrap_new #navi ul li.mega02 .megamenu .box03 .list .item .image img{
  width: 75%;
  margin: 0 auto;
 }
#header .wrap_new #navi ul li.mega02 .megamenu .box02 .list .item {
  margin: 0 20px 20px;
  padding: 0 0 0 0;
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box03 .list .item {
  margin: 0 5px 20px 5px;
  padding: 0 0 0 0;
  /*width:98px;*/
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a .new_icon {
  margin: 2px 0 0 0;
  padding: 1px 6px 0px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
    letter-spacing:1px;
}
#header .wrap_new #navi ul li.mega03:hover {
  background: #685bc7;
}
#header .wrap_new #navi ul li.mega03:hover a.pull {
  color: #fff;
}





#header .wrap_new #navi ul li.mega03 .megamenu {
  padding: 35px 0 20px 60px;
  width: 1100px;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #685bc7;
  position: absolute;
  top: 153px;
  right: 0;
  display: none;
	transition:all 0.2s;/*menu speed*/
}
#header .wrap_new #navi ul li.mega03 .megamenu.active {
  top: 113px;
}
#header .wrap_new #navi ul li.mega03 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box01 {
  width: 207px;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box02 {
  width: 317px;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box03 {
  width: 318px;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box04 {
  width: 195px;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .title {
  margin: 0 55px 15px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul {
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul.half {
  width: 50%;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li a.official_icon:before {
  margin: 0 8px 0 0;
  padding: 0 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  content: "";
  background: url("../../assets/img/common/officialsite_icon_01.svg") no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}




#header .wrap_new #navi ul li.mega03 .megamenu ul li ul {
  max-width: 144px;
  overflow: hidden;
  display: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  display: inline;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns {
  margin: 0 10px 0 0;
  padding: 6px 0 0 0;
  width: 20px;
  height: 26px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  float:left;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns a img.youtube {
  margin: 3px 0 0 0;
}


#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.officialsite {
  margin: 0 10px 0 0;
  padding: 6px 0 0 0;
  width: 20px;
  height: 26px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  display: block;
}



#header .wrap_new #navi ul li.mega04 {

}
#header .wrap_new #navi ul li.mega04:hover {
  background: #FF4D33;
}
#header .wrap_new #navi ul li.mega04:hover a.pull {
  color: #fff;
}

#header .wrap_new #navi ul li.mega04 .megamenu {
  padding: 35px 65px 20px 55px;
  width: 400px;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #FF4D33;
  position: absolute;
  top: 153px;
  right: 0;
  display: none;
	transition:all 0.2s;/*menu speed*/
}
#header .wrap_new #navi ul li.mega04 .megamenu.active {
  top: 113px;
  z-index: 11;
}
#header .wrap_new #navi ul li.mega04 .megamenu a {
  color: #fff;
}

#header .wrap_new #navi ul li.mega04 .megamenu .box01 {
  /* width: 440px; */
  text-align: left;
  float: left;
}


#header .wrap_new #navi ul li.mega04 .megamenu .title {
  width: 100%;
  margin: 0 40px 15px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
}

#header .wrap_new #navi ul li.mega04 .megamenu ul {
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul.half {
  width: 100%;
  float: none;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: min(1.15vw, 15px);
  font-weight: 700;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul {
  max-width: 144px;
  overflow: hidden;
  display: none;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  display: inline;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li.sns {
  margin: 0 10px 0 0;
  padding: 6px 0 0 0;
  width: 20px;
  height: 26px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  float:left;
  display: block;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li.sns a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li.sns a img.youtube {
  margin: 3px 0 0 0;
}


#header .wrap_new #navi ul li.mega04 .megamenu ul li ul li.officialsite {
  margin: 0 10px 0 0;
  padding: 6px 0 0 0;
  width: 20px;
  height: 26px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  display: block;
}


#header .wrap_new #navi ul li.mega04 .megamenu .box_w-100 {
  width: 100%;
}



/**
 * コンテンツ
**/

#content {
	overflow: hidden;
  display: block;
}

#content img {
	width: 100%;
	height: auto;
}


/**
 * フッター
**/
#footer {
  font-family: 'Helvetica Neue';
  padding: 50px 0 50px 0;
  width: 100%;
  text-align: center;
  color: #000000;
  background: #FFD940;
  overflow: hidden;
  font-weight:400;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .wrap_new {
  margin: 0 auto;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  overflow: hidden;
}
#footer .wrap_new .footer_navi {
  width: 50%;
  float: left;
  display: flex;
  gap: 32px;
}
#footer .wrap_new .footer_navi ul {
  width: 50%;
  line-height: 1.4em;
  font-size: 16px;
  float: left;
}
#footer .wrap_new .footer_navi ul:nth-of-type(1) {
  max-width: 150px;
}
#footer .wrap_new .footer_navi ul li {
  padding: 15px 0 0 0;
}
#footer .wrap_new .footer_navi ul li a {
	color:#000;
}
#footer .wrap_new .right {
  width: 50%;
  max-width: 198px;
  float: right;
}
#footer .wrap_new .right .sns {
  margin: 0 0 30px 0;
}
#footer .wrap_new .right .sns li {
  margin: 0 0 0 19px;
  width: 43px;
  display: inline-block;
}
#footer .wrap_new .right .logo {
  margin: 0 0 15px 0;
}
#footer #copyright {
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
}


/*shareページ用*/
.instax_share ul {
  font-size: 16px;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {

.instax_share ul {
  font-size: 1.2vw;
  font-weight: 700;
}

}




/**
 *
 * レスポンシブウェブデザイン用
 *
**/

/**
 * SP表示
**/
.sp_disp { display: none !important; }

/**
 * タブレット端末用
**/
@media only screen and (min-width: 769px) and (max-width: 1100px) {
body {
	-webkit-text-size-adjust: none;
}

/**
 * ヘッダー
**/
#header {
  width: 100%;
  height: 10.27vw;
  background: #ffffff;

  z-index: 10000;
}
#header img {
  width: 100%;
  height: auto;
  display: block;
}
#header .wrap_new {
  margin: 0 auto;
  width: 92%;
  max-width: 1100px;
  height: 10.27vw;
  position: relative;
}
#header .wrap_new .header-logo {
  width: 10.63vw;
  position: absolute;
  top: 2vw;
  left: 0;
}
#header .wrap_new #navi {
  width: 78.63vw;
  font-size:1.2vw;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
#header .wrap_new #navi ul {
  width: 100%;
  height: 10.27vw;
  display: table;
}
#header .wrap_new #navi ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#header .wrap_new #navi ul li a {
  padding: 0 0.72vw;
  line-height: 14px;
  text-decoration: none;
  display: block;
  text-wrap: nowrap;
}
#header.home {
  background: rgba(255,255,255,0);
	transition:all 0.5s;
}
#header.home .wrap_new #navi ul li a {
  color: #ffffff;
}
#header.home .wrap_new .header-logo img.off {
  display: block;
}
#header.home .wrap_new .header-logo img.on {
  display: none;
}
#header.home:hover {
  background: rgba(255,255,255,1);
}
#header.home:hover .wrap_new #navi ul li a {
  color: #000000;
}
#header.home:hover .wrap_new #navi ul li a.pull:after {
  background: url("../../assets/img/common/arrow_02.svg") no-repeat center center;
  background-size: cover;
}
#header.home:hover .wrap_new .header-logo img.off {
  display: none;
}
#header.home:hover .wrap_new .header-logo img.on {
  display: block;
}
#header .wrap_new #navi ul li.mega01 {
  width: 8.9vw;
}
#header .wrap_new #navi ul li.mega01:hover {
  background: #FFD940;
}
#header .wrap_new #navi ul li.mega01:hover a.pull {
  color: #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu {
  padding: 3.18vw 2vw 1.8vw 1.6vw;
  width: 92vw;
  text-align: left;
  box-sizing: border-box;
  color: #00677f;
  background: #FFD940;
  position: absolute;
  top: 13.9vw;
  left: -13.36vw;
  display: none;
	transition:all 0.3s;
}
#header .wrap_new #navi ul li.mega01 .megamenu.active {
  top: 10.27vw;
}
#header .wrap_new #navi ul li.mega01 .megamenu a {
  color: #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 {
  margin: 0 2vw 0 0;
  width: 32vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box02 {
  margin: 0 2vw 0 0;
  width: 21.81vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 {
  width: 16.18vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box04 {
  width: 11vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .title {
  margin: 0 0 2.27vw 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 1.36vw;
  font-weight: 400;
  border-bottom: 2px solid #00677f;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega01 .megamenu .label {
  margin: 0 0 1.36vw 0;
  padding: 3px 0;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 700;
  border: 1px solid #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 .label {
  margin: 0 auto 1.36vw;
  padding: 3px 0;
  width: 8.9vw;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 700;
  border: 1px solid #00677f;
}

#header .wrap_new #navi ul li.mega01 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item {
  margin: 0 auto 1.8vw auto;
  padding: 0 0 0 0;
  width: 8.9vw;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item {
  margin: 0 0.81vw 1.8vw 0;
  padding: 0 0 0 0;
  width: 8.9vw;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(3n) {
  margin: 0 0 1.8vw 0;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(3n+1) {
  clera: both;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a .new_icon {
  margin: 0 0 0 0;
  padding: 2px 4px;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
}
#header .wrap_new #navi ul li .megamenu .bold {
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb {
  width: 100%;
  display: table;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb .left {
  padding-right: 1.54vw;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .tb .left {
  width: 30vw;
}

#header .wrap_new #navi ul li.mega01 .megamenu .tb .right {
  padding-left: 1.54vw;
  box-sizing: border-box;
  border-left: 1px dashed #00677f;
  display: table-cell;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 {
  width: 8.18vw;
}
#header .wrap_new #navi ul li.mega02:hover {
  background: #40c3c3;
}

#header .wrap_new #navi ul li.mega02 .megamenu {
  padding: 3.18vw 6.9vw 1.81vw 6.9vw;
  width: 92vw;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #40c3c3;
  position: absolute;
  top: 13.9vw;
  left: -22.4vw;
  display: none;
	transition:all 0.3s;
}
#header .wrap_new #navi ul li.mega02 .megamenu.active {
  top: 10.27vw;
}
#header .wrap_new #navi ul li.mega02 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 {
  width: 24.09vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box02 {
  width: 27.27vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box03 {
  width: 25vw;
  text-align: center;
  float: right;
}
#header .wrap_new #navi ul li.mega02 .megamenu .title {
  margin: 0 0 2.27vw 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 1.36vw;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item {
  margin: 0 auto 1.8vw auto;
  padding: 0 0 0 0;
  width: 8.9vw;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 .list .item {
  margin: 0 5px 1.8vw 5px;
  padding: 0 0 0 0;
  width: 8.9vw;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a .new_icon {
  margin: 0 0 0 0;
  padding: 2px 4px;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega03{
  width: 8.18vw;
}
#header .wrap_new #navi ul li.mega03:hover {
  background: #685bc7;
}
#header .wrap_new #navi ul li.mega03:hover a.pull {
  color: #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu {
  padding: 3.18vw 0 1.8vw 5.45vw;
  width: 92vw;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #685bc7;
  position: absolute;
  top: 13.9vw;
  right: 0;
  display: none;
	transition:all 0.3s;
}
#header .wrap_new #navi ul li.mega03 .megamenu.active {
  top: 10.27vw;
}
#header .wrap_new #navi ul li.mega03 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box01 {
  width: 18.8vw;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box02 {
  width: 22.8vw;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box03 {
  width: 22.9vw;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box04 {
  width: 18.7vw;
  text-align: left;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu .title {
  margin: 0 5vw 1.36vw 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 1.36vw;
  font-weight: 400;
  border-bottom: 2px solid #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul {
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul.half {
  width: 11.36vw;
  float: left;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li {
  margin: 0 0 0 0;
  padding: 0 0 0.9vw 0;
  line-height: 1.4em;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 1.18vw;
  font-weight: 700;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul {
  max-width: 13.09vw;
  overflow: hidden;
  display: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li {
  margin: 0 0 0 0;
  padding: 0.9vw 0 0 0;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 400;
  height: auto;
  display: inline;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns {
  margin: 0 0.9vw 0 0;
  padding: 6px 0 0 0;
  width: 2.36vw;
  height: 3.09vw;
  box-sizing: border-box;
  float:left;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns a {
  display: block;
}


#header .wrap_new #navi ul li.mega04 {
  width: 8.18vw;
}
#header .wrap_new #navi ul li.mega04:hover {
  background: #FF4D33;
}
#header .wrap_new #navi ul li.mega04:hover a.pull {
  color: #fff;
}

#header .wrap_new #navi ul li.mega04 .megamenu {
  padding: 3.18vw 6.9vw 1.81vw 6.9vw;
  width: 40vw;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #FF4D33;
  position: absolute;
  top: 13.9vw;
  right:0;
  display: none;
	transition:all 0.3s;
}
#header .wrap_new #navi ul li.mega04 .megamenu.active {
  top: 10.27vw;
}
#header .wrap_new #navi ul li.mega04 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box01 {
  width: 24.09vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box02 {
  width: 27.27vw;
  text-align: center;
  float: left;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box03 {
  width: 25vw;
  text-align: center;
  float: right;
}
#header .wrap_new #navi ul li.mega04 .megamenu .title {
  margin: 0 0 2.27vw 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 1.36vw;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item {
  margin: 0 auto 1.8vw auto;
  padding: 0 0 0 0;
  width: 8.9vw;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box01 .list .item {
  margin: 0 5px 1.8vw 5px;
  padding: 0 0 0 0;
  width: 8.9vw;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 1.18vw;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item a .new_icon {
  margin: 0 0 0 0;
  padding: 2px 4px;
  line-height: 1.4em;
  font-size: 1.09vw;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
}



}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

/**
 * SP表示
**/
.sp_disp { display: block !important; }
.pc_disp { display: none !important; }

/**
 * ラッパー
**/

#wrapper {
	overflow: hidden;
}


/**
 * ヘッダー
**/
#header {
  width: 100%;
  height: 19.64vw;
  background: #ffffff;
  position: relative;
  top: auto;
  left: auto;
  z-index: 10000;
}
#header img {
  width: 100%;
  height: auto;
  display: block;
}
#header .wrap_new {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  height: 19.64vw;
  position: relative;
}
#header .wrap_new .header-logo {
  width: 20.89vw;
  position: absolute;
  top: 5vw;
  left: 3.9vw;
}
#header .wrap_new #switch {
  width: 9.82vw;
  position: absolute;
  top: 5.35vw;
  right: 3.75vw;
}
#header .wrap_new #switch img.off {
  display: block;
}
#header .wrap_new #switch img.on {
  display: none;
}
#header .wrap_new #switch.active img.off {
  display: none;
}
#header .wrap_new #switch.active img.on {
  display: block;
}
#header .wrap_new #navi {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 19.64vw;
  right: 0;
  background: #ffffff;
  display: none;
}
#header .wrap_new #navi ul {
  margin: 0 auto;
  width: 92%;
  height: auto;
  display: flex;
  flex-direction: column;
}
#header .wrap_new #navi ul li {
  margin: 0 0 10px 0;
  display: block;
  vertical-align: middle;
  position: relative;
  order: 0;
}
	#header .wrap_new #navi ul li a.global {
	}
	#header .wrap_new #navi ul li a.global::before {
		position:relative;
		content:"　";
		background:url("../../assets/img/common/global_icon_02.svg") no-repeat center center;
		display:inline-block;
  		vertical-align:middle;
		width:14px;
		top:-2px;
		margin-right:8px;
	}
#header .wrap_new #navi ul li a {
  padding: 0 8px;
  line-height: 13.9vw;
  /*color: #ffffff !important;*/
  text-decoration: none;
  display: block;
  position: relative;
}
#header.home {
  background: rgba(255,255,255,0);
	transition:all 0.5s;
  position: relative;
  top: auto;
  left: auto;
}
#header.home .wrap_new #navi ul li a {
  color: #ffffff !important;
}
#header.home .wrap_new .header-logo img.off {
  display: none;
}
#header.home .wrap_new .header-logo img.on {
  display: block;
}
#header.home:hover {
  background: rgba(255,255,255,1);
}
#header.home:hover .wrap_new #navi ul li a {
  color: #ffffff !important;
}
#header.home:hover .wrap_new #navi ul li a.pull:after {
  background: url("../../assets/img/common/arrow_02.svg") no-repeat center center;
  background-size: cover;
}
#header.home:hover .wrap_new .header-logo img.off {
  display: none;
}
#header.home:hover .wrap_new .header-logo img.on {
  display: block;
}
#header .wrap_new #navi ul li.mega01 {
  width: 100%;
}
#header .wrap_new #navi ul li.mega01 a.pulldown_link {
  padding: 0 0 0 0;
  width: 100%;
  height: 13.9vw;
  line-height: 13.9vw;
  text-indent: -9999px;
  text-align: left;
/*  background: #FFD940 url("../../assets/img/common/arrow_01-sp.svg") no-repeat 83vw center;*/
	background: #FFD940;
  background-size: 5vw auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega01 a.pulldown_link.active {
/*  background: #FFD940 url("../../assets/img/common/arrow_01-sp.svg") no-repeat 4.5vw center;*/
	background: #FFD940;
  background-size: 5vw auto;
  transform: rotate(180deg);
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega01 a.pulldown_link:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
}
#header .wrap_new #navi ul li.mega01 a.pulldown_link.active:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
  transform: rotate(180deg);
}



#header .wrap_new #navi ul li.mega01:hover {
  background: #FFD940;
}
#header .wrap_new #navi ul li.mega01 a.pull {
/*  color: #00677f !important;*/
	color:#fff!important;
  display: inline;
  position: relative;
  z-index: 2;
}
#header .wrap_new #navi ul li.mega01:hover a.pull {
/*  color: #00677f !important;*/
		color:#fff!important;
}
#header .wrap_new #navi ul li.mega01 .megamenu {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #00677f;
  background: #FFD940;
  border-top: 3px solid #ffffff;
  position: relative;
  top: auto;
  left: auto;
  display: none;
  transition: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu.active {
  top: 113px;
}
#header .wrap_new #navi ul li.mega01 .megamenu a {
  color: #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 {
  margin: 0 auto 30px auto;
  width: 92%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box02 {
  margin: 0 auto 30px auto;
  width: 85%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03,
#header .wrap_new #navi ul li.mega01 .megamenu .box04 {
  margin: 0 auto 0 auto;
  width: 92%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .title {
  margin: 0 0 25px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #00677f;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega01 .megamenu .label {
  margin: 0 0 15px 0;
  padding: 3px 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box02 .label {
  margin: 0 auto 15px;
  padding: 3px 0;
  width: 170px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00677f;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box03 .label,
#header .wrap_new #navi ul li.mega01 .megamenu .box04 .label {
  margin: 0 auto 15px;
  padding: 3px 0;
  width: 170px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #00677f;
}

#header .wrap_new #navi ul li.mega01 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 136px;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  width: 50%;
  float: left;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .left .list .item:nth-of-type(3n+1) {
  clera: both;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
	color:#00677f!important;
}
#header .wrap_new #navi ul li.mega01 .megamenu .list .item a .new_icon {
  margin: 2px 0 0 0;
  padding: 1px 6px 0px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
  letter-spacing:1px;
}
#header .wrap_new #navi ul li .megamenu .bold {
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb {
  width: 100%;
  display: table;
}
#header .wrap_new #navi ul li.mega01 .megamenu .tb .left {
  padding-right: 10px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega01 .megamenu .box01 .tb .left {
  width: 330px;
}

#header .wrap_new #navi ul li.mega01 .megamenu .tb .right {
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 1px dashed #00677f;
  display: table-cell;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 {
  width: 100%;
}
#header .wrap_new #navi ul li.mega02 a.pulldown_link {
  padding: 0 0 0 0;
  width: 100%;
  height: 13.9vw;
  line-height: 13.9vw;
  text-indent: -9999px;
  background: #40c3c3;
  background-size: 5vw auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega02 a.pulldown_link.active {
  background: #40c3c3;
  background-size: 5vw auto;
  transform: rotate(180deg);
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega02 a.pulldown_link:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
}
#header .wrap_new #navi ul li.mega02 a.pulldown_link.active:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
  transform: rotate(180deg);
}




#header .wrap_new #navi ul li.mega02:hover {
  background: #40c3c3;
}
#header .wrap_new #navi ul li.mega02 a.pull {
  display: inline;
  position: relative;
  z-index: 2;
}

#header .wrap_new #navi ul li.mega02 .megamenu {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #40c3c3;
  border-top: 3px solid #ffffff;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  display: none;
  transition: none;
}
#header .wrap_new #navi ul li.mega02 .megamenu.active {
  top: auto;
}
#header .wrap_new #navi ul li.mega02 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 {
  margin: 0 auto 30px auto;
  width: 92%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box02 {
  margin: 0 auto 30px auto;
  width: 92%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box03 {
  margin: 0 auto 30px auto;
  width: 92%;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .title {
  margin: 0 0 40px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 98px;
}
#header .wrap_new #navi ul li.mega02 .megamenu .box01 .list .item {
  margin: 0 5px 20px 5px;
  padding: 0 0 0 0;
  /*  width: 98px;*/
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega02 .megamenu .list .item a .new_icon {
  margin: 2px 0 0 0;
  padding: 1px 6px  0px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
  letter-spacing:1px;
}
#header .wrap_new #navi ul li.mega03 {
  width: 100%;
  position: relative;
  order: -1;
}
#header .wrap_new #navi ul li.mega03 a.pulldown_link {
  padding: 0 0 0 0;
  width: 100%;
  height: 13.9vw;
  line-height: 13.9vw;
  text-indent: -9999px;
  background: none;
  background-size: 5vw auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega03 a.pulldown_link.active {
  background: none;
  background-size: 5vw auto;
  transform: rotate(180deg);
  transform: rotate(0) !important;
}

#header .wrap_new #navi ul li.mega03 a.pulldown_link:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
}
#header .wrap_new #navi ul li.mega03 a.pulldown_link.active:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
  transform: rotate(180deg);
}



#header .wrap_new #navi ul li.mega03:hover {
  background: #685bc7;
}
#header .wrap_new #navi ul li.mega03:hover a.pull {
  color: #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #685bc7;
  border-top: 3px solid #ffffff;
  position: relative;
  top: auto;
  right: auto;
  display: none;
  overflow: hidden;
  transition: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu.active {
  top: auto;
}
#header .wrap_new #navi ul li.mega03 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box01 {
  margin: 0 auto 10px auto;
  width: 92%;
  max-width: 240px;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box02 {
  margin: 0 auto 10px auto;
  width: 92%;
  max-width: 240px;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box03 {
  margin: 0 auto 10px auto;
  width: 92%;
  max-width: 240px;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega03 .megamenu .box04 {
  margin: 0 auto 20px auto;
  width: 92%;
  max-width: 240px;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega03 .megamenu .title {
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul {
  width: 100%;
  height: auto;
  text-align: left;
 display: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul.half {
  width: 100%;
  float: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul {
  margin: 0 0 0 0;
  max-width: 144px;
  overflow: hidden;
  display: none;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  display: inline;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns {
  margin: 0 10px 0 0;
  padding: 6px 0 0 0;
  width: 20px;
  height: 26px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  float:left;
  display: block;
}
#header .wrap_new #navi ul li.mega03 .megamenu ul li ul li.sns a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  display: block;
}


#header .wrap_new #navi ul li.mega04 a.pulldown_link {
  padding: 0 0 0 0;
  width: 100%;
  height: 13.9vw;
  line-height: 13.9vw;
  text-indent: -9999px;
  background: #FF4D33;
  background-size: 5vw auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega04 a.pulldown_link.active {
  background: #FF4D33;
  background-size: 5vw auto;
  transform: rotate(180deg);
  transform: rotate(0) !important;
}
#header .wrap_new #navi ul li.mega04 a.pulldown_link:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
}
#header .wrap_new #navi ul li.mega04 a.pulldown_link.active:after {
  margin: -2vw 0 0 0;
  width: 5vw;
  height: 4vw;
  line-height: 0;
  content: "";
	background: url("../../assets/img/common/arrow_02-sp.svg") no-repeat center center;
  background-size: 5vw auto;
  position: absolute;
  top: 50%;
  right: 4.4vw;
  z-index: 1;
  transform: rotate(180deg);
}
#header .wrap_new #navi ul li.mega04:hover {
  background: #FF4D33;
}
#header .wrap_new #navi ul li.mega04 a.pull {
  display: inline;
  position: relative;
  z-index: 2;
}
#header .wrap_new #navi ul li.mega04:hover a.pull {
  color: #fff;
}

#header .wrap_new #navi ul li.mega04 .megamenu {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  background: #FF4D33;
  border-top: 3px solid #ffffff;
  position: relative;
  top: auto;
  right: auto;
  overflow: hidden;
  display: none;
  transition: none;
}
#header .wrap_new #navi ul li.mega04 .megamenu.active {
  top: auto;
}
#header .wrap_new #navi ul li.mega04 .megamenu a {
  color: #fff;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box01 {
  margin: 0 auto 10px auto;
  width: 92%;
  max-width: 240px;
  text-align: center;
  float: none;
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega04 .megamenu .title {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list {
  overflow: hidden;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 98px;
}
#header .wrap_new #navi ul li.mega04 .megamenu .box01 .list .item {
  margin: 0 5px 20px 5px;
  padding: 0 0 0 0;
/*  width: 98px;*/
	width:105px;
  display: inline-block;
  vertical-align: top;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 700;
}
#header .wrap_new #navi ul li.mega04 .megamenu .list .item a .new_icon {
  margin: 2px 0 0 0;
  padding: 1px 6px  0px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  color: #FFD940;
  background: #00677f;
  display: inline-block;
  letter-spacing:1px;
}
#header .wrap_new #navi ul li.mega04 .megamenu ul li a{
font-size: 14px;
}



#header .wrap_new #navi ul li a.color01-sp {
  color: #00677f;
  background: #FFD940;
}
#header .wrap_new #navi ul li a.color02-sp {
  color: #ffffff;
  background: #40c3c3;
}
#header .wrap_new #navi ul li a.color03-sp {
  color: #ffffff;
  background: #830065;
}
#header .wrap_new #navi ul li a.color04-sp {
  color: #ffffff;
  background: #FF8026;
}

#header .wrap_new #navi ul li a.color05-sp {
  color: #ffffff;
  background:#001E62;
}
#header .wrap_new #navi ul li a.color06-sp {
  color: #ffffff;
  background: #00677f;
}
#header .wrap_new #navi ul li a.color07-sp {
  color: #ffffff;
  background: #685bc7;
}
#header .wrap_new #navi ul li a.color08-sp {
  color:#ffffff;
}
#header .wrap_new #navi ul li a.color09-sp {
  color:#ffffff;
  background:#ff57c3;
}
#header .wrap_new #navi ul li a.color10-sp {
  color:#ffffff;
  background:#685bc7;
}


/**
 * コンテンツ
**/

#content {
	overflow: hidden;
  display: block;
}

#content img {
	width: 100%;
	height: auto;
}


/**
 * フッター
**/
#footer {
  padding: 40px 0 30px 0;
	width: 100%;
	text-align: center;
  color: #000000;
  background: #FFD940;
	overflow: hidden;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .wrap_new {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  overflow: hidden;
}
#footer .wrap_new .footer_navi {
  padding: 0 0 35px 0;
  width: 100%;
  float: none;
}
#footer .wrap_new .footer_navi ul {
  width: 100%;
  line-height: 1.4em;
  font-size: 3.9vw;
  text-align: center;
  float: none;
}
#footer .wrap_new .footer_navi ul:nth-of-type(1) {
  max-width: 100%;
}
#footer .wrap_new .footer_navi ul li {
  padding: 10px 0 0 0;
}
#footer .wrap_new .right {
  width: 100%;
  max-width: 100%;
  text-align: right;
  float: none;
}
#footer .wrap_new .sns {
  margin: 0 0 15px 0;
  text-align: center;
}
#footer .wrap_new .sns li {
  margin: 0 9px;
  width: 9.8vw;
  display: inline-block;
}
#footer .wrap_new .right .logo {
  margin: 0 auto 15px auto;
  width: 45.36vw;
}
#footer #copyright {
  line-height: 1.4em;
  font-size: 3.9vw;
  font-weight: 400;
  text-align: center;
}


}

@media only screen and (max-width:376px) {
#header .wrap_new #navi ul li.mega01 .megamenu .box02 {
	width:82%;
}
}
.square_scal img{
	transform: scale(0.9);
}
.mini2_scal img{
	transform: scale(0.9);
}


/* Slider */
.slick-loading .slick-list
{

}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    
    margin-top: -30px;

    cursor: pointer;

    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev
{
  margin-left: -490px;
    left: 50%;
    background: url("../images/prev_01.png") no-repeat center center;
    background-size: cover;
}

.slick-next
{
  margin-right: -490px;
    right: 50%;
    background: url("../images/next_01.png") no-repeat center center;
    background-size: cover;
}

.school_topics.type02 .slick-prev
{
    background: url("../images/prev_02.png") no-repeat center center;
    background-size: cover;
}

.school_topics.type02 .slick-next
{
    background: url("../images/next_02.png") no-repeat center center;
    background-size: cover;
}



/* Dots */
.slick-dotted.slick-slider
{

}

.slick-dots
{
    position: absolute;
    bottom: 26px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 137px;
    height: 4px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 137px;
    height: 4px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active button
{
    background: #CC1301;
}


@media only screen and (max-width: 780px) {
.slick-dots
{
    position: absolute;
    bottom: 26px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 19vw;
    height: 2px;
    margin: 0 1.78vw;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 19vw;
    height: 2px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}

}


/**
 * フロート
**/
.fl { float: left; }
.fr { float: right; }


/**
 * クリア関連
**/

.clear {
	clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px !important; }
* html .clearfix { height: 1px !important; }







/**
 * フッター
**/
#footer {
  font-family: 'Helvetica Neue';
  padding: 50px 0 50px 0;
  width: 100%;
  text-align: center;
  color: #000000;
  background: #FFD940;
  overflow: hidden;
  font-weight:400;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .wrap_new {
  margin: 0 auto;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  overflow: hidden;
}
#footer .wrap_new .footer_navi {
  width: 70%;
  float: left;
}
#footer .wrap_new .footer_navi ul {
  width: 50%;
  line-height: 1.4em;
  font-size: 16px;
  float: left;
}
#footer .wrap_new .footer_navi ul:nth-of-type(1) {
  max-width: 150px;
}
#footer .wrap_new .footer_navi ul li {
  padding: 15px 0 0 0;
}
#footer .wrap_new .footer_navi ul li a {
	color:#000;
}
#footer .wrap_new .right {
  width: 50%;
  max-width: 198px;
  float: right;
}
#footer .wrap_new .right .sns {
  margin: 0 0 30px 0;
}
#footer .wrap_new .right .sns li {
  margin: 0 0 0 19px;
  width: 43px;
  display: inline-block;
}
#footer .wrap_new .right .logo {
  margin: 0 0 15px 0;
}
#footer #copyright {
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}







/**
 *
 * レスポンシブウェブデザイン用
 *
**/

/**
 * SP表示
**/
.sp_disp { display: none !important; }

/**

/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {


/**
 * SP表示
**/
.sp_disp { display: block !important; }
.pc_disp { display: none !important; }


	
	


/**
 * フッター
**/
#footer {
  padding: 40px 0 30px 0;
	width: 100%;
	text-align: center;
  color: #000000;
  background: #FFD940;
	overflow: hidden;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .wrap_new {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  overflow: hidden;
}
#footer .wrap_new .footer_navi {
  padding: 0 0 35px 0;
  width: 100%;
  float: none;
}
#footer .wrap_new .footer_navi ul {
  width: 100%;
  line-height: 1.4em;
  font-size: 3.9vw;
  text-align: center;
  float: none;
}
#footer .wrap_new .footer_navi ul:nth-of-type(1) {
  max-width: 100%;
}
#footer .wrap_new .footer_navi ul li {
  padding: 10px 0 0 0;
}
#footer .wrap_new .right {
  width: 100%;
  max-width: 100%;
  float: none;
}
#footer .wrap_new .sns {
  margin: 0 0 15px 0;
  text-align: center;
}
#footer .wrap_new .sns li {
  margin: 0 9px;
  width: 9.8vw;
  display: inline-block;
}
#footer .wrap_new .right .logo {
  margin: 0 auto 15px auto;
  width: 45.36vw;
}
#footer #copyright {
  line-height: 1.4em;
  font-size: 3.9vw;
  font-weight: 400;
  text-align: center;
}


}


/* main_image */
#main_image {
	width: 100%;
  height: 814px;
  position: relative;
}
#main_image .covervid-wrapper {
	width: 100%;
  height: 814px;
  overflow: hidden;
}
#main_image h1 {
  margin: -0.7em 0 0 0;
	width: 100%;
  line-height: 1.4em;
  text-align: center;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#main_image .link {
  margin: 0 0 0 -125px;
	width: 250px;
  line-height: 1.4em;
  text-align: center;
  color: #262626;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  bottom: 87px;
  left: 50%;
  z-index: 1;
}
#main_image .link a {
  padding: 10px 0;
  background: #ffffff;
  display: block;
}
#main_image .link a:hover {
  background: #C0F2EA;
  text-decoration: none;
}

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* news_topics */
.news_topics {
  margin: 0 auto;
  padding: 40px 0 40px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.news_topics .top_news {
  padding: 0 50px 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news_topics ul {
  padding: 0 50px 40px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 1;
}
.news_topics ul li {
  padding: 40px 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
}
.news_topics .update {
  padding: 0 20px 0 0;
  color: #717171;
  display: inline-block;
}
.news_topics .update.nodate {
  width: 5em;
}
.news_topics .title {
  display: inline-block;
}
.news_topics .title a{
  text-decoration: underline;
}
.news_topics .title a:hover{
  text-decoration: none;
}
.news_topics .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 3;
}
.news_topics .more a .off {
  display: block;
}
.news_topics .more a .on {
  display: none;
}
.news_topics .more a.active .off {
  display: none;
}
.news_topics .more a.active .on {
  display: block;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 20px 0;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 195px;
  font-size: 190px;
  font-weight: 900;
  background: #FFD940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 20px 0;
  width: 49%;
  float: left;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 20px 0;
  width: 49%;
  float: right;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 55px 0;
  clear: both;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content05 {
  margin: 0 0 40px 0;
  width: 49%;
  float: left;
}
.site_menu .content05 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 86px;
  font-size: 70px;
  font-weight: 900;
  background: #FF4D33;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content05 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_05_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content05 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content05 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content06 {
  margin: 0 0 40px 0;
  width: 49%;
  float: right;
}
.site_menu .content06 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 72px;
  font-size: 72px;
  font-weight: 900;
/*  background: #001E62;*/
	background: #00677f;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content06 a .text01 {
  margin: -1.2em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_06_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content06 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content06 a .text02 {
  margin: -1.2em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

/* line hover link;
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}
*/

/* item_slider */
.item_slider {
  margin: 0 0 54px;
}

/* caution */
.caution {
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
}
.caution h3 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 700;
  color: #cc1400;
}
.caution .catch {
  margin: 0 0 10px 0;
  line-height: 1.4em;
/*  font-size: 18px;*/
/*  font-weight: 700;*/
	 font-size: 16px;
	margin-bottom:0;
}
.caution .catch span {
	  color: #cc1400;
}
.caution .box {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
.caution .box p {
  margin: 0 0 15px 0;
  overflow: hidden;
}










/**
 * タブレット端末用
**/
@media only screen and (min-width: 769px) and (max-width: 1100px) {



}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {
/* main_image */
#main_image {
	width: 100%;
  height: 104vw;
  overflow: hidden;
  position: relative;
}
#main_image .covervid-wrapper {
	width: 100%;
  height: 104vw;
  overflow: hidden;
}
#main_image h1 {
  margin: -1.2em 0 0 0;
	width: 100%;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  font-size: 12.85vw;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}
#main_image .link {
  margin: 0 0 0 -26.5vw;
	width: 47vw;
  line-height: 1.4em;
  text-align: center;
  color: #262626;
  font-size: 3.75vw;
  font-weight: 700;
  position: absolute;
  bottom: 14.21vw;
  left: 50%;
  z-index: 1;
}
#main_image .link a {
  padding: 10px 0;
  background: #ffffff;
  display: block;
}
#main_image .link a:hover {
  background: #C0F2EA;
  text-decoration: none;
}
  
  
/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* news_topics */
.news_topics {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.news_topics .top_news {
  padding: 0 50px 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 3.57vw;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news_topics ul {
  padding: 10px 50px 20px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 3.57vw;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 1;
}
.news_topics ul li {
  padding: 10px 0 10px 0;
  line-height: 1.4em;
  font-size: 3.57vw;
  border-top: 1px solid #C0F2EA;
}
.news_topics .update {
  padding: 0 20px 0 0;
  color: #717171;
  display: inline-block;
}
.news_topics .title {
/*  display: inline-block;*/
display:block;
}
.news_topics .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
}
.news_topics .more a .off {
  display: block;
}
.news_topics .more a .on {
  display: none;
}
.news_topics .more a.active .off {
  display: none;
}
.news_topics .more a.active .on {
  display: block;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 0 0;
  width: 100% !important;
}
.site_menu .content01 a {
  font-size: 15.85vw !important;
  aspect-ratio: 900 / 503 !important;
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 15.85vw;
  font-weight: 900;
  background: #FFD940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 15.85vw;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_02-sp.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 15.85vw;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_03-sp.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 0 0;
  clear: both;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 15.85vw;
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content05 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content05 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 13.39vw;
  font-weight: 900;
  background: #FF4D33;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content05 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_05-sp_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content05 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content05 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content06 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content06 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 13.39vw;
  font-weight: 900;
/*  background: #001E62;*/
		background: #00677f;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content06 a .text01 {
  margin: -1.2em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_06-sp_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content06 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content06 a .text02 {
  margin: -1.2em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
/*
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


/* item_slider */
.item_slider {
  margin: 0 0 0;
  overflow: hidden;
}
.item_slider .slider {
  margin: 0 0 -7px 0;
}

/* caution */
.caution {

  padding: 20px 0 20px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.caution h3 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 700;
  color: #cc1400;
}
.caution .catch {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 16px;
/*  font-weight: 700;*/
}
.caution .box {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: none;
}
.caution .box p {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.caution .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
}
.caution .more a .off {
  display: block;
}
.caution .more a .on {
  display: none;
}
.caution .more a.active .off {
  display: none;
}
.caution .more a.active .on {
  display: block;
}

  
}

.covervid-video.sp_disp {
	 aspect-ratio:1/1;
	width:100%;
}



.covervid-video {
 height:100%;
}

@media only screen and (min-width: 1280px) {
  .covervid-video {
    height: 1080px;
   }

}
.fadein:hover img{
    opacity: 1;
}


.woocommerce-Tabs-panel--additional_information h4{
  font-weight: 700;
  margin-bottom: 16px;
}
.woocommerce-Tabs-panel--additional_information div{
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.woocommerce-Tabs-panel--additional_information div div div{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.woocommerce-Tabs-panel--additional_information div div div p{
    white-space: nowrap;
}
.woocommerce-Tabs-panel--additional_information div div div p:first-child{
  display: inline-block;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
}
.woocommerce-Tabs-panel--additional_information div div div p:not(:last-child)::after {
 content: ""; /* Unicode for middle dot or any other character */
  display: block;
  width: 100%;
  border-bottom: 1px dashed black;
  margin: 8px 6px;
}
body{
  text-align: initial;
}
.home{
   text-align:center
}
.woocommerce-tabs {
  max-width: 835px;
  margin: 0 auto;
}
.product-template-default img{
  width: initial;
}
.footer_logo a{
  display: block;
  margin-left: auto ;
  max-width: 200px;
}
.woocommerce-Tabs-panel--description p{
  margin-bottom: 16px;
}
.display-flex-column li {
  display: flex;
  flex-direction: column;
}
.display-flex-column li .wp-block-woocommerce-product-price{
  margin-top: auto;
}
.custom-header .wc-block-mini-cart{
    position: absolute;
    right: 0;
    top: 33%;
    color: black;
}
.home header .wc-block-mini-cart{
  color: white;
}
.custom-header .wc-block-mini-cart .wc-block-mini-cart__icon{
  width: 25px;
  height: 25px;
}
.custom-header:hover .wc-block-mini-cart{
    color: black;
}
.custom-header .wc-block-mini-cart__badge{
  color: white;
  background-color: black;
}
.home header .wc-block-mini-cart__badge{
  color: black;
  background-color: white;
}
.home header:hover .wc-block-mini-cart__badge{
  color: white;
  background-color: black;
}

#header.off{
  display: none;
}
@media(max-width: 756px){
  .footer_logo a{
      margin-right: auto;
  }
}

/* страница О компании */


/* re-visual */
.re-visual {
	position: relative;
	height: 876px;
	background: url(../img/bg_visual@pc.jpg) center center / cover no-repeat;
}

.re-visual > .wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 40px);
	padding-top: 130px;
}

.re-visual__headline {
	text-align: center;
  font-size: 43px;
  font-weight: 700;
  color: #FFD940;
}

.re-visual__arrow {
	margin-top: 25px;
}
.re-visual__arrow a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 68px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0, 0, 0, .3);
	transition: .5s;
}
.re-visual__arrow a:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.re-visual__arrow svg {
	opacity: .7;
}

@media only screen and (max-width: 768px) {
	.re-visual {
		height: calc(1126 / 750 * 100vw);
		background-image: url(../img/bg_visual@sp.jpg);
	}

	.re-visual > .wrap {
		width: auto;
		padding-top: calc(170 / 750 * 100vw);
	}

	.re-visual__headline img {
		width: 100%;
	}

	.re-visual__arrow {
		margin-top: calc(30 / 750 * 100vw);
	}
	.re-visual__arrow a {
		width: calc(90 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.re-visual__arrow a:hover {
		-webkit-transform: translateY(calc(20 / 750 * 100vw));
		transform: translateY(calc(20 / 750 * 100vw));
	}
	.re-visual__arrow svg {
		width: calc(44 / 750 * 100vw);
	}
}

/* re-brand */
.re-brand {
	margin-top: 115px;
	padding-top: 75px;
}
.re-brand__headline {
	margin-bottom: 75px;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
}
.re-brand__contents {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
	.re-brand {
		margin-top: 0;
		padding-top: calc(70 / 750 * 100vw);
	}
	.re-brand__headline {
		margin-bottom: calc(70 / 750 * 100vw);
		font-size: calc(60 / 750 * 100vw);
	}
}

/* re-list-brand */
.re-list-brand {}

.re-list-brand__item {
	display: -webkit-flex;
	display: flex;
	position: relative;
	height: 480px;
}
.re-list-brand__item:nth-child(odd) .re-list-brand__image {
	order: 2;
}
.re-list-brand__item:nth-child(odd) .re-list-brand__inner {
	margin-left: auto;
}

.re-list-brand__item.-item01 { background-color: #FF4D33;}
.re-list-brand__item.-item01 .re-list-brand__text p { color: rgba(232, 255, 224, 1);}
.re-list-brand__item.-item02 { background-color: #ffbd40;}
.re-list-brand__item.-item02 .re-list-brand__image img {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@supports (object-fit: cover) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		-webkit-transform: none;
		transform: none;
		object-position: 50% 0;
	}
}
.re-list-brand__item.-item02 .re-list-brand__text p { color: rgba(10, 70, 32, 1);}
.re-list-brand__item.-item03 { background-color: #00677f;}
.re-list-brand__item.-item03 .re-list-brand__text p { color: rgba(255, 246, 174, 1);}

.re-list-brand__item.-item04 { background-color: #685bc7;}
.re-list-brand__item.-item04 .re-list-brand__text p { color: #d9ffff;}

.re-list-brand__item.-item04 .re-list-brand__image {
	position: absolute;
	left: 50%;
	bottom: 0;
}
.re-list-brand__item.-item04 .re-list-brand__image img {
	position: static;
	width: 527px;
	object-fit: fill;
	-webkit-transform: none;
	transform: none;
}

.re-list-brand__item.-item04 .re-list-brand__text p {
	font-size: 64px;
}
.re-list-brand__item.-item04 .re-list-brand__text p > b {
	font-size: inherit;
}
.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
	margin-right: 5.5em;
}

.re-list-brand__image,
.re-list-brand__contents {
	-webkit-flex: 1;
	flex: 1;
}

.re-list-brand__image {
	overflow: hidden;
	position: relative;
}
.re-list-brand__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
	.re-list-brand__image img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
}

.re-list-brand__contents {}

.re-list-brand__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	padding: 20px 75px;
	text-align: center;
}

.re-list-brand__text {}
.re-list-brand__text p {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.7;
}
.re-list-brand__text p:not(:first-child) {
	margin-top: 2em;
}
.re-list-brand__text p > b {
	font-size: 40px;
	line-height: .5;
}

@media only screen and (max-width: 1280px) {
	.re-list-brand__item {
		height: auto;
		min-height: 480px;
	}

	.re-list-brand__item.-item04 {
		min-height: calc(480 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		width: calc(527 / 1280 * 100vw);
	}

	.re-list-brand__item.-item04 .re-list-brand__text {}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(64 / 1280 * 100vw);
	}

	.re-list-brand__image img {
		max-width: 640px;
	}
}

@media only screen and (max-width: 768px) {
	.re-list-brand__item {
		display: block;
		min-height: auto;
	}
	.re-list-brand__item:nth-child(odd) .re-list-brand__image {
		order: 0;
	}
	.re-list-brand__item:nth-child(odd) .re-list-brand__inner {
		margin-left: auto;
	}

	.re-list-brand__item.-item04 .re-list-brand__image {
		position: static;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		width: 100%;
	}

	.re-list-brand__item.-item04 .re-list-brand__inner {
		height: calc(632 / 750 * 100vw);
		padding-top: calc(92 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(72 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		display: block;
		margin-bottom: calc(16 / 750 * 100vw);
		margin-right: 0;
	}

	.re-list-brand__image img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}

	.re-list-brand__inner {
		max-width: none;
		height: calc(730 / 750 * 100vw);
		padding: calc(24 / 750 * 100vw) calc(48 / 750 * 100vw);
	}

	.re-list-brand__text p {
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.563;
	}
	.re-list-brand__text p > b {
		font-size: calc(56 / 750 * 100vw);
	}
}

/* re-movie */
.re-movie {
	margin-top: 80px;
	margin-bottom: 100px;
}
.re-movie .wrap {
	padding-right: 0;
	padding-left: 0;
}

.re-movie a {
	display: block;
	position: relative;
	padding: 30px;
	background-color: #d9ffff;
  height: 380px;
  width: 1120px;
  margin: 0 auto;
}


.re-movie__image {
	overflow: hidden;
	text-align: center;
}

.re-movie__headline {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	-webkit-transform: translate(-50%, -50%) translateY(45px);
	transform: translate(-50%, -50%) translateY(45px);
}

@media only screen and (max-width: 768px) {
	.re-movie {
		margin-top: calc(80 / 750 * 100vw);
		margin-bottom: calc(100 / 750 * 100vw);
	}

	.re-movie a {
		padding: calc(48 / 750 * 100vw);
	}

	.re-movie__image::before {
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(100 / 750 * 100vw);
	}
	.re-movie__image::after {
		border-left-width: calc(38 / 750 * 100vw);
		border-top-width: calc(21 / 750 * 100vw);
		border-bottom-width: calc(21 / 750 * 100vw);
		-webkit-transform: translate(-50%, -50%) translateX(2px);
		transform: translate(-50%, -50%) translateX(2px);
	}

	.re-movie__headline {
		font-size: calc(24 / 750 * 100vw);
		-webkit-transform: translate(-50%, -50%) translateY(calc(80 / 750 * 100vw));
		transform: translate(-50%, -50%) translateY(calc(80 / 750 * 100vw));
	}
}

/* re-modal-movie */
.re-modal-movie {
	display: none;
	position: relative;
	z-index: 50000;
}

.re-modal-movie__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	transition: .25s;
}

.re-modal-movie__movie {
	position: fixed;
	top: 50%;
	right: 20px;
	left: 20px;
	z-index: 3;
	width: calc(100% - 40px);
	max-width: 800px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.re-modal-movie__movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.re-modal-movie__movie iframe,
.re-modal-movie__movie object,
.re-modal-movie__movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.re-modal-movie__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #685bc7;
	cursor: pointer;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	transition: .25s;
}
.re-modal-movie__close::before,
.re-modal-movie__close::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	transition: .25s;
}
.re-modal-movie__close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.re-modal-movie__close::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.re-modal-movie__close:hover {
	background-color: #fff;
}
.re-modal-movie__close:hover::before,
.re-modal-movie__close:hover::after {
	background-color: #685bc7;
}

@media only screen and (max-width: 768px) {
	.re-modal-movie__movie {
		right: calc(80 / 750 * 100vw);
		left: calc(80 / 750 * 100vw);
		width: calc(100% - calc(160 / 750 * 100vw));
	}

	.re-modal-movie__close {
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		border-radius: calc(60 / 750 * 100vw);
	}
	.re-modal-movie__close::before,
	.re-modal-movie__close::after {
		width: calc(28 / 750 * 100vw);
		height: calc(4 / 750 * 100vw);
	}
}

.cc__main {
	overflow: hidden;
}
.re-brand {
	margin-top: 15px;
}
.re-list-brand__image img {
	height: 100vh;
	max-width: inherit;
	position: static;
	transform: inherit;
	width: auto;
}

@media only screen and (min-width: 769px) {
	.re-list-brand__inner {
		max-width: inherit;
	}
	.re-list-brand__text {
		/* margin: auto; */
		text-align: center;
	}
	.re-list-brand__text p > b {
		line-height: 1;
	}
	.re-list-brand__item.-item02 .re-list-brand__image img {
		object-position: 50% 100%;
	}
	.re-list-brand__item.-item04 {
		min-height: calc(600 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: 3.85vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: 23vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__image {
		align-content: flex-end;
		display: flex;
		left: 39.5%;
		max-height: 100vh;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		height: auto;
		min-height: inherit;
		width: 52vw;
	}
}

/* 幅768px以上かつ横長 */
@media only screen and (min-width: 769px) and (orientation: landscape){
	/* .re-list-brand__image, */
	.re-list-brand__contents {
		height: 100vh;
	}
	.re-list-brand__inner {
		padding: 2vw 3vw;
	}
	.re-list-brand__item {
		height: auto;
		min-height: 100vh;
	}
	.re-list-brand__text p {
		font-size: 2.5vw;
	}
	.re-list-brand__text p:not(:first-child) {
		margin-top: 2.5vw;
	}
	.re-list-brand__text p > b {
		font-size: 5vw;
	}
	.re-list-brand__item .re-list-brand__image {
		align-items: flex-end;
		display: flex;
	}
	.re-list-brand__item.-item01 .re-list-brand__image img,
	.re-list-brand__item.-item03 .re-list-brand__image img {
		min-width: 50vw;
	}
	.re-list-brand__item.-item02 .re-list-brand__image img {
		transform: inherit;
		height: auto;
	}
	.re-list-brand__item.-item04 {
		min-height: 100vh;
	}
}

@media only screen and (min-width: 1025px) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		height: auto;
		margin-left: -15%;
		max-height: inherit;
		max-width: inherit;
		min-height: inherit;
		min-width: inherit;
		object-fit: contain;
		width: 120%;
		transform: inherit;
	}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		/* margin-left: -15%;
		width: 120%; */
		/* bottom: 29vh; */
	}
}
/* 幅1025px以上かつ横長 */
@media only screen and (min-width: 1025px) and (orientation: landscape){
	.re-list-brand__item.-item04 .re-list-brand__image {
		align-items: flex-end;
		display: flex;
		left: 47.5%;
		margin-left: -4vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		height: auto;
		max-height: inherit;
		max-width: 42vw;
		min-height: inherit;
		object-position: 0% 0%;
		width: 42vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		/* margin-left: -2.5vw; */
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		/* margin-right: 35vw; */
	}
}
@media only screen and (min-width: 1025px) and (orientation: portrait){
	.re-list-brand__item.-item04 .re-list-brand__image {
		margin-left: -104px;
		width: 800px;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		margin-left: 2.5vw;
	}
}
@media only screen and (min-width: 2000px) and (orientation: landscape) {
	.re-list-brand__item.-item04 .re-list-brand__image img {
		max-width: 50vw;
	}
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.re-list-brand__item.-item04 {
		height: auto;
		min-height: 42vh;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: 32vw;
	}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		margin-left: -25%;
		max-height: inherit;
		max-width: inherit;
		min-height: inherit;
		min-width: inherit;
		object-fit: contain;
		width: 150%;
	}
}
@media only screen and (max-width: 768px) {
	.re-list-brand__item .re-list-brand__image img {
		height: auto;
		margin: auto;
		transform: inherit !important;
		width: 100%;
	}
	.re-list-brand__item.-item04 {
		min-height: calc(600 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(86 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b {
		display: block;
		line-height: 1;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: inherit;
	}
}


.language_btn_area {
    position: fixed;
    top: 140px;
    right: 50px;
    z-index: 100;
	font-weight: bold;
}

.language_btn_area a {
    color: #001E62;
    display: block;
    padding: 8px 20px;
}

.language_btn_area .language_btn {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: 46px;
    line-height: 46px;
    padding-right: 40px;
    background-color: #FFBD40;
	border: solid 2px #fff;
    box-sizing:content-box;
    border-width: 2px 2px 0 2px;
    position: relative;
}

.language_btn_area .language_btn.open::before {
    transform: rotate(180deg);
}
.language_btn_area .language_btn::before {
    content: "\025bc";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    font-size: 10px;
}

.sp-only {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}
.language_btn_area .language_area {
    height: 0;
    overflow: hidden;
	border: solid 2px #fff;
    box-sizing:content-box;
    border-width: 0 2px 2px 2px;
}
.language_btn_area .language_area a {
    font-size: 14px;
    background-color: #FFD940;
    transition: background-color 0.3s ease;
}

@media only screen and (min-width: 767px) {
    .language_btn_area .language_area a:hover { background-color: #FFBD40;}
}
@media only screen and (max-width: 768px) {
    .language_btn_area {
		top: 86px;
		right: 12px;
    }
    .language_btn_area .language_btn {
        font-size: 12px;
        height: 44px;
        line-height: 44px;
    }
}

[lang="zh-CN"] body main {
	font-family: 'Noto Sans SC', Robot, sans-serif;
}
[lang="zh-TW"] body main {
	font-family: 'Noto Sans TC', Robot, sans-serif;
}
[lang="ko"] body main {
	font-family: 'Noto Sans KR', Robot, sans-serif;
}

[lang="fr"] *,[lang="de"] *,[lang="es"] *,[lang="pt"] *,
[lang="fr"] body,[lang="de"] body,[lang="es"] body,[lang="pt"] body {
	font-family: 'Helvetica Neue', sans-serif;
}

@media only screen and (min-width: 769px) {
	[lang="zh-CN"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 42.5%;
	}
	[lang="ko"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 28.5%;
	}
	[lang="fr"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 53.3%;
	}
	[lang="es"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 33.3%;
	}
}

@media only screen and (min-width: 1025px) and (orientation: landscape) {
	[lang="zh-CN"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 46.5%;
	}
	[lang="ko"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 37.5%;
	}
	[lang="fr"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 61.3%;
	}
	[lang="es"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 42.3%;
	}
}

@media only screen and (max-width: 768px) {
	.re-visual__headline img {
		height: 32px;
		width: auto;
	}
  .re-visual__headline{
    font-size: 24px;
  }
}
.pc-only .re-movie__image{
  width: 1120px;
  height: 390px;
  max-width: 85vw;
}
#header .off{
  display: none;
}
#breadcrumbs{
    margin: 32px auto 0;
    width: 92%;
    max-width: 1120px;
    position: relative;
}
/* .wp-block-group ul li, .wp-block-group ul li>div{
  height: 100%;
} */
.wp-block-query-pagination-numbers{
  display: flex;
  gap: 12px;
}
.wp-block-group .news-list li>div{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-product .product{
    padding: 16px;
    box-shadow: 0 2px 12px rgba(13, 77, 163, .06), 0 2px 16px rgba(45, 45, 45, .08);
    transition: 0.2s all ease-in-out;
    border-radius: 0.25rem;
}
.product {
    display:flex;
    flex-direction:column;
}
.custom-product .product:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, .17);
}
.wp-block-button.wc-block-components-product-button{
    height: auto;
    margin-top: auto;
}
.post-type-archive-product .wp-block-group ul li{
  margin-top: auto;
}
.wp-block-group ul li>.wp-block-group>.post-meta{
  margin-top: 0;
}
.no-mobile-flex{
    flex-direction: row !important;
}
.mt-auto{
    margin-top: auto;
}
@media (max-width: 781px) {
    .no-mobile-flex:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: initial !important;
        width: initial !important;
    }
}
/*.wp-block-group ul li>.wp-block-group>.wp-block-post-excerpt{*/
/*  min-height: 100px;*/
/*}*/
.single-post .wp-site-blocks ul{
  list-style: disc;
}
.single-post .wp-site-blocks ol{
  list-style: decimal;
}
.single-post .wp-site-blocks h2{
  font-weight: 600;
  font-size: 1.2rem;
}

/* Страница вдохновений */

url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap');
/*********************************************************************************************/
/* Global Variables */
/*********************************************************************************************/
:root {
  --desktop: 1282px;
  --laptop: 1024px;
  --tablet: 768px;
  --mobile: 480px;
}

/*********************************************************************************************/
/* Fonts */
/*********************************************************************************************/
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../assets/fonts/HelveticaNeueLTStd-Hv.woff);
}
@font-face {
  font-family: HelveticaNeueMedium;
  src: url(../assets/fonts/HelveticaNeueLTStd-Roman.woff);
}
/*********************************************************************************************/
/* Global Styles */
/*********************************************************************************************/
html {
  scroll-behavior: auto;
}

.page-ideas {
  position: relative;
  z-index: 10;
  /*********************************************************************************************/
  /* Font Color */
  /*********************************************************************************************/
}
.page-ideas.main-container {
  max-width: 930px;
  margin: 0 auto;
}
.page-ideas * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-ideas .bold-font {
  font-family: "HelveticaNeueBold", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
}
.page-ideas .debug {
  border: solid 1px red;
}
.page-ideas .max-width-desktop {
  max-width: var(--desktop);
}
.page-ideas .flex-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1282px) {
  .page-ideas .subcontent {
    padding: 0 3%;
  }
}
.page-ideas .bottom-spacer {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .page-ideas .bottom-spacer {
    margin-bottom: 2vw;
  }
}
.page-ideas .hidden {
  display: none;
}
.page-ideas .invisible {
  opacity: 0;
}

.page-ideas #ideas-container {
  position: relative;
  z-index: 5;
}

/*********************************************************************************************/
/* Backrounds */
/*********************************************************************************************/
.page-ideas .white {
  background-color: white;
}
.page-ideas .red {
  background-color: #cb1600;
}
.page-ideas .pink {
  background-color: #f266bf;
}
.page-ideas .pink-2 {
  background-color: #f077ae;
}
.page-ideas .purple {
  background-color: #685bc7;
}
.page-ideas .purple-2 {
  background-color: #5a55a5;
}
.page-ideas .blue {
  background-color: #011e62;
}
.page-ideas .orange {
  background-color: #ff4e33;
}
.page-ideas .maroon {
  background-color: #830065;
}
.page-ideas .maroon-2 {
  background-color: #821168;
}
.page-ideas .green {
  background-color: #02667e;
}
.page-ideas .yellow {
  background-color: #febd3f;
}
.page-ideas .teal {
  background-color: #55c7c8;
}
/*********************************************************************************************/
/* Pagination Dots */
/*********************************************************************************************/
.page-ideas .white-dots span {
  background-color: white;
}
.page-ideas .red-dots span {
  background-color: #cb1600;
}
.page-ideas .pink-dots span {
  background-color: #f266bf;
}
.page-ideas .pink-2-dots span {
  background-color: #f077ae;
}
.page-ideas .purple-dots span {
  background-color: #685bc7;
}
.page-ideas .purple-2-dots span {
  background-color: #5a55a5;
}
.page-ideas .blue-dots span {
  background-color: #011e62;
}
.page-ideas .orange-dots span {
  background-color: #ff4e33;
}
.page-ideas .maroon-dots span {
  background-color: #830065;
}
.page-ideas .maroon-2-dots span {
  background-color: #821168;
}
.page-ideas .green-dots span {
  background-color: #02667e;
}
.page-ideas .yellow-dots span {
  background-color: #febd3f;
}
.page-ideas .teal-dots span {
  background-color: #55c7c8;
}

/*********************************************************************************************/
/* Font Color */
/*********************************************************************************************/
.page-ideas .white-font {
  color: #fff;
}
.page-ideas .black-font {
  color: #000;
}
.page-ideas .red-font {
  color: #cb1600;
}
.page-ideas .light-gray-font {
  color: rgb(196, 196, 196);
}
.page-ideas .maroon-font {
  color: #830065;
}
.page-ideas .maroon-font-2 {
  color: #821168;
}
.page-ideas .pink-font {
  color: #f176ae;
}
.page-ideas .purple-font {
  color: #685bc7;
}
.page-ideas .blue-font {
  color: #011e62;
}
.page-ideas .orange-font {
  color: #ff4e33;
}
.page-ideas .green-font {
  color: #02667e;
}
.page-ideas .yellow-font {
  color: #ffd75c;
}
.page-ideas .light-blue-font {
  color: #d4effd;
}
.page-ideas .white-border {
  border-top: 11px solid #fff;
}
.page-ideas .black-border {
  border-top: 11px solid #000;
}
.page-ideas .red-border {
  border-top: 11px solid #cb1600;
}
.page-ideas .light-gray-border {
  border-top: 11px solid rgb(196, 196, 196);
}
.page-ideas .maroon-border {
  border-top: 11px solid #830065;
}
.page-ideas .maroon-border-2 {
  border-top: 11px solid #821168;
}
.page-ideas .pink-border {
  border-top: 11px solid #f176ae;
}
.page-ideas .purple-border {
  border-top: 11px solid #685bc7;
}
.page-ideas .blue-border {
  border-top: 11px solid #011e62;
}
.page-ideas .orange-border {
  border-top: 11px solid #ff4e33;
}
.page-ideas .green-border {
  border-top: 11px solid #02667e;
}
.page-ideas .yellow-border {
  border-top: 11px solid #ffd75c;
}
.page-ideas .light-blue-border {
  border-top: 11px solid #d4effd;
}

/*********************************************************************************************/
/* Header Bar Section */
/*********************************************************************************************/
.page-ideas .header-bar {
  width: 100%;
  max-height: 219px;
  position: relative;
}
.page-ideas .header-bar-copy {
  position: absolute;
  height: 52px;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 33pt;
  line-height: 60px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1282px) {
  .page-ideas .header-bar-copy {
    height: 5.4vw;
    font-size: 4.3vw;
    line-height: 6.2vw;
  }
}
.page-ideas .header-bar img {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  /* height: auto; */
  width: 100%;
}
/*********************************************************************************************/
/* Subnav Bar Section */
/*********************************************************************************************/
/* Break Bar Section */
/*********************************************************************************************/
.page-ideas .subnav-bar {
  width: 100%;
  height: 234px;
  position: relative;
}
.page-ideas .subnav-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.page-ideas .subnav-bar h1 {
  word-wrap: break-word;
  position: absolute;
  top: 50%;
  left: 8.8%;
  height: 0;
  text-align: center;
  transform: translateY(-50%);
  /* font-size: 112pt; */
  font-size: 88.5pt;
}
@media screen and (max-width: 1282px) {
  .page-ideas .subnav-bar { height: 105px;}
  .page-ideas .subnav-bar h1 {
    font-size: 11.4vw;
  }
}

.page-ideas .text-underlay {
  z-index: 9;
}

.page-ideas #ideas-btn .text-overlay, .page-ideas #ideas-btn:hover .text-overlay {
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  z-index: 11;
  pointer-events: none;
  touch-action: none;
  transition: opacity 0.3s;
}

.page-ideas #ideas-btn img {
  position: absolute;
  bottom: 0;
  right: 7.5%;
  z-index: 10;
  height: 121%;
  width: auto;
}
.page-ideas .subhead-bar {
  width: 100%;
  /* Doc height */
  /* height: 288px;  */
  max-height: 268px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  text-align: left;
}
.page-ideas .subhead-bar h1 {
  /* font-size: 35pt; */
  margin: 35px 0;
  line-height: 50pt;
  font-size: 45pt;
}
.page-ideas .subhead-bar img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 288px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-ideas #ideas-btn img {  width: 195px;}
  .page-ideas .subhead-bar h1 {
    margin: 25px 0;
    line-height: 7vw;
    font-size: 6vw;
  }
}


.page-ideas .break-bar {
  position: relative;
  width: 100%;
  height: 67px;
}
@media screen and (max-width: 768px) {
  .page-ideas .break-bar {
    height: 10vw;
  }
}
.page-ideas .break-bar p {
  font-size: 26pt;
  color: #fff;
  margin: 0 0 0 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -35%);
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "HelveticaNeueBold", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-ideas .break-bar p {
    top: 55%;
    font-size: 5vw;
    margin: 0 0 0 3vw;
  }
}

/*********************************************************************************************/
/* image-grid Section */
/*********************************************************************************************/
.page-ideas .image-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .page-ideas .right-arrow {
    right: 10%;
  }
  .page-ideas .image-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 2vw;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-column-gap: 2vw;
  }
  .page-ideas .image-grid-wrapper div:nth-child(2) {
    margin-left: auto;
  }
}
.page-ideas .image-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  /* max-height: 456px; */
  cursor: pointer;
  transition: all 0.1s;
}
.page-ideas .image-grid-card:hover {
  transform: scale(1.01);
}
.page-ideas .grid-image {
  max-height: 500px;
  max-width: 500px;
  width: 100%;
}
.page-ideas .image-grid-card .card-copy {
  position: relative;
  /*/ height: 56px;
  line-height: 54px; */
  font-size: 19pt;
  text-align: center;
  width: 100%;
  border-top: solid 1px white;

  padding: 0.3em 0.5em;
  line-height: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-ideas .image-grid-card .card-copy {
    font-size: 4.3vw;
  }
}
.page-ideas .filler-card {
  /* line-height: 26px;
  font-size: 26px; */
  line-height: 3.3vw;
  font-size: 3.3vw;
}
.page-ideas .no-hover {
  cursor: default;
  transition: none;
}
.page-ideas .no-hover:hover {
  transform: none;
}

/*********************************************************************************************/
/* Triangle Borders */
/*********************************************************************************************/
.page-ideas .triangle {
  margin: 10px auto 0;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  /* border-top: 11px solid black; */
  font-family: "HelveticaNeueMedium", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
}
.page-ideas .over-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: relative;
  top: -11px;
  left: -8px;
}

/*********************************************************************************************/
/* Modal */
/*********************************************************************************************/
.page-ideas .modal-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.page-ideas .overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 100;
}
.page-ideas .modal-backplate {
  display: flex;
  flex-direction: column;
  max-height: 780px;
  max-width: 930px;
  z-index: 101;
  margin: 0 31px;
}
.page-ideas .modal-header-bar {
  width: 100%;
  height: 55px;
  /* margin-top: 30px; */
  padding: 0 30px;
  position: relative;
}
.page-ideas .modal-header-bar h1 {
  float: left;
  line-height: 45pt;
  font-size: 25pt;
  font-family: "HelveticaNeueBold", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
}
.page-ideas .modal-x {
  line-height: 48px;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
}
.page-ideas .modal-top {
  display: flex;
  flex-direction: row;
  padding: 30px;
  gap: 31px;
}
.page-ideas .modal-image-card {
  grid-area: image;
  display: flex;
  flex-direction: column;
}
.page-ideas .modal-feature-header {
  width: 100%;
  text-align: center;
  font-size: 14pt;
  line-height: 1;
  padding: 0.3em 0.2em;
  border-top: solid 1px white;
}
.page-ideas .modal-image-card img {
  width: 210px;
  /* width: 260px; */
  height: auto;
}
.page-ideas .modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.page-ideas .modal-copy h2 {
  font-size: 25pt;
  line-height: 25pt;
  font-family: "HelveticaNeueBold", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
}
.page-ideas .modal-copy p {
  font-size: 17pt;
}
.page-ideas .modal-copy ol li {
  margin-left: 50px;
  list-style-type: decimal;
}
.page-ideas .modal-copy div {
  font-size: 17pt;
  line-height: 50px;
  display: flex;
}
.page-ideas .modal-copy div svg {
  fill: currentColor;
  margin: 0 -20px 0 0;
}
.page-ideas .modal-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 30px 30px;
  /* padding: 0 30px; */
}
.page-ideas .arrow-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding: 22px;
  width: 100%;
}
.page-ideas .left-arrow {
  background-image: url("../img/ideas/Arrow-Outline-L.svg");
  height: 22px;
  width: 22px;
  cursor: pointer;
}
.page-ideas .right-arrow {
  background-image: url("../img/ideas/Arrow-Outline-R.svg");
  height: 22px;
  width: 22px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-ideas .modal-bottom {
    padding: 0 20px 5px;
  }
  .page-ideas .modal-copy ol li { margin-left: 1.5em;}
  .page-ideas .modal-copy ol + p:empty {  margin: 0;}
}
.page-ideas .modal-bottom img {
  width: 100%;
  height: auto;
  /* margin-bottom: 30px; */
}
@media screen and (max-width: 768px) {
  .page-ideas .modal-bottom img {
    margin-bottom: 0px;
  }
}
.page-ideas .modal-bottom img:not(:last-child) {
  margin-right: 10px;
}
.page-ideas .thumb {
  margin-left: 10px;
  /* Image Resolution */
  /* width: 32px;
  height: 42px; */
  width: 16px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .page-ideas .modal-backplate {
    max-width: 350px;
    max-height: none;
    position: relative;
  }
  .page-ideas .modal-header-bar {
    background-color: #fff;
    margin-top: 10px;
    padding: 0 20px;
    order: 0;
  }
  .page-ideas .modal-header-bar h1 {
    display: none;
  }
  .page-ideas .modal-x {
    color: #000;
    font-size: 30px;
    line-height: 18px;
    width: 54px;
  }
  .page-ideas .modal-bottom {
    order: 1;
  }
  .page-ideas .modal-top {
    order: 2;
    padding: 0px 20px;
  }
  .page-ideas .modal-image-card {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-ideas .modal-copy h2 {
    font-size: 15pt;
    line-height: 15pt;
    font-family: "HelveticaNeueBold", "Helvetica Neue", Helvetica, "Open Sans", Arial, 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans KO', sans-serif;
  }
  .page-ideas .modal-copy p {
    font-size: 10pt;
    line-height: 13pt;
    margin: 10px 0 3px;
  }
  .page-ideas .modal-copy div {
    font-size: 10pt;
    line-height: 50px;
  }
  .page-ideas .modal-copy div div {
    display: flex;
    flex-direction: row;
  }
  .page-ideas .modal-copy div svg {
    padding: 3px;
    margin-left: -5px;
  }
}
.page-ideas .modal-gallery-image {
  cursor: pointer;
  transition: all 0.3s;
}
.page-ideas .modal-gallery-image:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .page-ideas .modal-gallery-image {
    cursor: default;
  }
  .page-ideas .modal-gallery-image:hover {
    transform: none;
  }
}

/*********************************************************************************************/
/* Swiper */
/*********************************************************************************************/
.page-ideas .swiper-container {
  width: 100%;
  /* padding: 0 20px; */
  position: relative;
}
.page-ideas .swiper {
  width: 100%;
  height: 100%;
}
.page-ideas .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 94px;
  /* margin-bottom: 30px; */
}

/*********************************************************************************************/
/* Mobile Overrides */
/*********************************************************************************************/
.page-ideas .mobile-header {
  display: none;
}
.page-ideas .mobile-header p {
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .page-ideas .mobile-header {
    display: block;
    width: 100%;
    font-size: 15pt;
    line-height: 1;
    padding: 0.3em 0.5em;
    text-align: center;
    border-top: solid 1px white;
  }
}
.page-ideas .swiper-pagination {
  bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  /* .page-ideas .arrow-buttons {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding: 22px 40px;
    order: 3;
  } */

  .page-ideas .arrow-buttons {
    position: absolute;
    top: 46vw;
    left: 0;
    right: 0;
    padding: 0 1.5vw;
    z-index: 5;
  }
  .page-ideas .left-arrow {
    background-image: url("../img/ideas/Arrow-Outline-L.svg");
    height: 22px;
    width: 22px;
    cursor: pointer;
  }
  .page-ideas .right-arrow {
    background-image: url("../img/ideas/Arrow-Outline-R.svg");
    height: 22px;
    width: 22px;
  }
  .page-ideas .swiper-container {
    width: 90%;
    height: auto;
  }
  .page-ideas .swiper-slide {
    /* height: 300px !important;
    width: 100% !important; */
    height: auto !important;
    width: 100% !important;
    flex: 0 0 100%;
  }
  .page-ideas .swiper-pagination {
    position: static;
  }
  .page-ideas .modal-bottom img {
    /* height: 200px;
    width: 200px; */
    height: auto;
    width: 100%;
  }
  .page-ideas .swiper-pagination {
    bottom: -30px !important;
  }
}
.page-ideas .social-slide {
  border: solid 1px #ddd;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .page-ideas .social-slide {
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: none;
    width: 100% !important;
  }
}

/*********************************************************************************************/
/* Language List */
/*********************************************************************************************/
.page-ideas .language-bar {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page-ideas .blue-lang {
  background-color: #02667e;
  color: #d9ffff;
}
.page-ideas .blue-lang::after {
  border-color: #d9ffff transparent transparent transparent;
}
.page-ideas .active-z {
  z-index: 70;
}
.page-ideas .langlist {
  position: absolute;
  width: 186px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.page-ideas .langlist .btn {
  width: 100%;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-ideas .langlist {
    width: 26vw;
  }
  .page-ideas .langlist .btn {
    font-size: 3vw;
  }
}
.page-ideas .langlist .btn::after {
  content: "";
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  position: absolute;
  top: 0;
  right: 1.4vw;
  bottom: 0;
  margin: auto;
  transform: translateY(25%);
}
@media screen and (max-width: 480px) {
  .page-ideas .langlist .btn::after {
    border-width: 1.5vw 1.3vw 0;
  }
}
.page-ideas .langlist.active .btn::after {
  transform: rotate(-180deg);
}
.page-ideas .langlist > ul {
  background-color: #02667e;
  z-index: -1;
  transition: transform 0.3s ease 0s;
  transform: translateY(-100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 4px;
  margin-top: -4px;
}
.page-ideas .langlist > ul.active {
  z-index: 14;
  transform: translateY(0%);
}
.page-ideas .langlist > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  color: #d9ffff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 5px 4px;
}
@media screen and (max-width: 768px) {
  .page-ideas .langlist > ul > li > a {
    font-size: 3vw;
    padding: 1.5vw 5px 0.75vw;
  }
}
@media screen and (max-width: 480px) {
  .page-ideas .langlist > ul > li > a {
    font-size: 12px;
    padding: 1.5vw 5px 0.75vw;
  }
}
.page-ideas .langlist > ul > li > a:hover {
  text-decoration: underline;
  background-color: #d9ffff;
  color: #02667e;
}
.page-ideas .langlist > ul li:last-child a {
  border-bottom: none;
}

/*********************************************************************************************/
/* Footer */
/*********************************************************************************************/
.page-ideas .footer-container {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .page-ideas .footer-container {
    font-size: 15px;
  }
}
.page-ideas .button-container {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-ideas .button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 2vw;
  }
  .page-ideas #load-more {
    order: -1;
  }
}
.page-ideas .footer-button {
  width: 50%;
  /* height: 67px; */
  height: 100px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-ideas .footer-button {
    width: 80%;
  }
}
.page-ideas .footer-button h1 {
  /* font-size: 17pt; */
  /* font-size: 40pt; */
  font-size: 28pt;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 86pt;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .page-ideas .footer-button h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ideas .footer-button h1 {
    font-size: 9vw;
  }
}
.page-ideas #tips-footer-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translate(-48%, 0);
  transition: opacity 0.3s;
}
.page-ideas #tips-footer-btn:hover:after {
  content: url("../assets/tips-hover.png");
  opacity: 1;
}
.page-ideas #ideas-footer-btn:after {
  content: "";
  position: absolute;
  left: 36%;
  bottom: 0px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  width: 190px;
  height: 149px;
  transition: opacity 0.3s;
  transform: scale(0.65);
  transform-origin: bottom;
}
.page-ideas #ideas-footer-btn:hover:after {
  content: url("../assets/ideas-hover.png");
  opacity: 1;
  transition: opacity 0.3s;
}
.page-ideas .film-footer-btn:after {
  content: "";
  position: absolute;
  left: 46%;
  top: 8px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  width: 285px;
  height: 79px;
  transition: opacity 0.3s;
  transform: translate(-46%, 0);
}
.page-ideas .film-footer-btn:hover:after {
  content: url("../assets/film-hover.png");
  opacity: 1;
  transition: opacity 0.3s;
}
.page-ideas #tips-footer-btn:hover .text-overlay, .page-ideas .film-footer-btn:hover .text-overlay, .page-ideas #ideas-footer-btn:hover .text-overlay {
  color: rgba(255, 255, 255, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  z-index: 11;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page-ideas #tips-footer-btn, .page-ideas #ideas-footer-btn, .page-ideas .film-footer-btn {
  position: relative;
  opacity: 0.4;
}
.page-ideas #tips-footer-btn:hover, .page-ideas #ideas-footer-btn:hover, .page-ideas .film-footer-btn:hover {
  opacity: 1;
}
.page-ideas .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-ideas .desktop {
    display: none;
  }
}
.page-ideas .tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-ideas .tablet {
    display: flex;
  }
}
.page-ideas .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-ideas .mobile {
    display: flex;
  }
}


/*********************************************************************************************/
/* each language */
/*********************************************************************************************/
:lang(ja) { font-family: "Helvetica Neue", sans-serif;}
:lang(zh-cmn-Hans) { font-family: "Helvetica Neue", sans-serif;} /* zh-cmn-Hans */
:lang(zh-cmn-Hant) { font-family: "Helvetica Neue", sans-serif;} /* zh-cmn-Hant */
:lang(ko) { font-family: "Helvetica Neue", sans-serif;}

/* ============ æ—¥æœ¬èªž ============ */
:lang(ja) .page-ideas .subnav-bar h1 {  font-size: 70pt;}
:lang(ja) .page-ideas .header-var-copy {
  height: 48px;
  font-size: 28pt;
}
:lang(ja) .page-ideas .image-grid-card .card-copy {
  line-height: 1.25;
  font-size: 14pt;
}
:lang(ja) .page-ideas .modal-feature-header {
  line-height: inherit;
  font-size: 10pt;
}
@media screen and (max-width: 1024px) {
  :lang(ja) .page-ideas .subnav-bar h1 {  font-size: 9.4vw;}
  :lang(ja) .page-ideas .image-grid-card .card-copy { font-size: 3.65vw;}
  :lang(ja) .page-ideas .mobile-header { font-size: 12pt; line-height: 1.25;}
}


/* ============ éŸ“å›½èªž ============ */
:lang(ko) .page-ideas .subnav-bar h1 {  font-size: 72pt;}
@media screen and (max-width: 1024px) {
  :lang(ko) .page-ideas .subnav-bar h1 {  font-size: 32pt;}
}
.single-post .wp-site-blocks .post-main-title{
    font-weight: 700;
    font-size: 1.9375rem;
    margin-bottom: 32px;
}

.opt-page h1{
    font-weight: 700;
    font-size: 1.9375rem;
    margin-bottom: 32px;
}
.opt-page strong{
  font-weight: bolder;
}
.opt-page em{
  font-style: italic;
}
.opt-page blockquote{
  margin-bottom: 16px;
}
.opt-page figure>blockquote{
  margin-bottom: 0;
}
.opt-page figure{
  margin-bottom: 16px;
}
.opt-page p{
  margin-top: 0;
  margin-bottom: 12px;
}
.opt-page{
  margin-bottom: 32px;
}
.opt-page ul{
  list-style: disc;
}
.opt-page ol{
  list-style: decimal;
}
.opt-page .wp-site-blocks h2, .opt-page  h2, .single-post .wp-site-blocks h2{
  font-size: 1.5em;
  margin-bottom: 0.83em;
  font-weight: bold;
}
.opt-form >p{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 600px;
}
.opt-form input{
    color: #28272e ;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5;
    padding: 0 .75rem;
    background-color: rgba(40, 39, 46, 0.03);
    border: none;
    outline: none;
    border-radius: .75rem;
    font-size: 1rem;
    height: 2.8125rem;
}
.opt-form textarea{
  color: #28272e ;
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5;
  padding: 0 .75rem;
  background-color: rgba(40, 39, 46, 0.03);
  border: none;
  outline: none;
  border-radius: .75rem;
  font-size: 1rem; 
}
.opt-page .wp-block-image{
  margin-bottom: 32px;
}
.opt-page ol{
  margin-bottom: 23px;
}
.opt-page ol li{
  margin-bottom: 16px;
}
.opt-page .end-of-page{
  margin-bottom: 64px;
}
.opt-page ol li br{
  margin-bottom: 16px;
}
.opt-form .wpcf7-submit{
    margin-left: 16px;
    background-color: black;
    color: white;
    border-radius: .75rem;
}
.opt-form .text-area-label{
    margin-left: 16px;
}
.opt-page a{
  color: #ff8300;
}
@media(max-width: 1200px){
  .opt-form >p{
    max-height: initial;
  }
  .opt-form .wpcf7-submit{
      margin-left: 0;
      max-width: 380px;
  }
  .opt-form textarea{
    margin-left: 0;
    max-width: 359px;
  }
}
@media(max-width: 800px){
  .wp-block-group ul li>.wp-block-group>.wp-block-post-excerpt{
    min-height: 100px;
  }
  .opt-form textarea{
    margin-left: 0;
    max-width: 359px;
  }
  .opt-form input{
    max-width: 100%;
  }
  .opt-form .wpcf7-submit{
      margin-left: 0;
      max-width: 100%;
  }
  .opt-form textarea{
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
  .opt-form label{
    max-width: 100%;
  }
  .opt-form .wpcf7-form-control-wrap{
    max-width: 100%;
  }
  .opt-form input{
    padding: 0;
  }
  #footer .wrap_new .footer_navi {
    flex-direction: column;
    gap: 32px;
  }
}
.wc-block-components-drawer__screen-overlay{
  z-index: 99999 !important;
}

/* cookie */
.cookie{
    position: fixed;
    bottom: 32px;
    width: 100%;
    padding: 16px;
    background-color: white;
    z-index: 99999;
    color: black;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    display: none;
    left: 50%;
    box-sizing: border-box;
    max-width: 800px;
    border-radius: 8px;
    transform: translateX(-50%);
}
.cookie__txt{
    max-width: 600px;
    text-align: center;
    margin-bottom: 16px;
}
.cookie__txt a{
  text-decoration: underline;
}
.cookie__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 575px) {
    .cookie{
        max-width: 310px;
    }
    .cookie__txt{
        max-width: 320px;
        text-align: center;
        font-size: 14px;
    }
}
.basket-attention{
    color: rgb(255, 0, 0);
}
.cookie__btn{
  padding: 10px 0;
  background: black;
  color: white;
  font-size: 1em;
  border-radius: 0.25rem;
  padding: calc(0.667em + 2px) calc(2rem + 2px);
  cursor: pointer;
}
.btn_more{
  margin-top: auto;
  padding-top: 16px;
  color: #ff8300;
}
.btn_more:hover{
  text-decoration: underline;
}
.wp-site-blocks .insiration-main{
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.inspiration_title{
    font-size: 60px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
}
.inspiration_subtitle{
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: white;
  font-weight: 500;
}
.inspiration_search-field{
    background: white;
    border: 0;
    outline: none;
    padding: 15px 15px 15px 60px;
    line-height: 1;
    color: black;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
}
.search-wrap{
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.search-wrap svg {
    position: absolute;
    top: 7px;
    left: 11px;
    width: 30px;
    height: 30px;
}
.insiration-filters{
  max-width: 1280px;
  margin: 3rem auto;
  padding: 0;
}
.inspo-filters li div img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    height: 24px;
    width: auto;
}
.inspo-filters{
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inspo-filters li {
    margin: 0 0.5rem 1rem;
}
.inspo-filters li div {
    display: block;
    line-height: 24px;
    color: white;
    padding: 10px 16px;
    display: flex;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
}
.post_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 3rem;
  gap: 24px;
  padding: 0 15px;
}
.insp-post__title{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.insp-post__img{
    margin-bottom: 1rem;
}
.inspo-filters .inactive {
  background: #eeeeee;
}
.hidden{
  display: none;
}
.inspo-filters__btn{
  cursor: pointer;
}
.scroll_up {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px !important;
    height: 60px !important;
    z-index: 9999;
    cursor: pointer;
}
.hidden {
    display: none;
}
.marketplaces{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.marketplaces img{
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
}

.mega .pull:after {
    margin: 0 0 0 0.45vw;
    content: "";
    width: 0.9vw;
    height: 0.5vw;
    line-height: 0.5vw;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/arrow_02.svg) no-repeat center center;
    background-size: cover;
}
.megamenu_pages_list{
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    position: relative;
    height: auto !important;
}
.about_menu .megamenu{
    width: 100%;
    max-width: 300px;
    position: absolute;
    right:0 !important;
    bottom:0 !important;
    transform: transitionY(100%);
    left:initial !important;
    height: fit-content !important;
}
.megamenu_pages_item a:hover{
    color: #fff !important;
}
.marketplaces__item img{
    transition: 0.2s all ease-in-out;
}
.marketplaces__item img:hover{
    transform: scale(1.1);
}
.inspo-filters li div, .inspo-filters li{
   border-radius: 0.25rem;
}
.printery .inactive{
    background: none !important;
    border: 1px solid #685bc7 !important;
    color: #685bc7 !important;
}
.instax-cameras .inactive{
    background: none !important;
    border: 1px solid #ff8026 !important;
    color: #ff8026 !important;
}
.kartridzhi .inactive{
    background: none !important;
    border: 1px solid #40c3c3 !important;
    color: #40c3c3 !important;
}
.marketplace{
    display: flex;
    gap: .5625rem;
    align-items: center;
    width: 100%;
    padding: .875rem;
    border: 1px solid #e1e0eb;
    border-radius: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-sizing: border-box;
}
.marketplace:not(:last-child) {
    margin-bottom: .5rem;
}
.marketplace_img{
    flex-shrink: 0;
    width: 1.75rem !important;
    height: 1.75rem !important;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-filter: none;
    filter: none;
}
.marketplace_arrow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.marketplace:hover{
    text-decoration: none !important;
}
.marketplace:hover {
    border-color: #28272e;
    color: #4c4a57;
}
.atts_list{
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: space-around;
    width: 50%;
}
.atts_item{
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: end;
}
.char_anchor a{
    color: #ff8300;
}
.atts_value{
    font-weight: 300;
    color: #767676;
    font-size: 14px;
}
.product-tabs{
    margin-bottom: 80px;
}
.atts_pic{
    max-width: 76px !important;
    max-height: 76px !important;
}
.product_colors{
    display: flex;
    gap: 8px;
    margin-top: 16px !important;
}
.product_color{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    transition: 0.2s all ease-in-out;
}
.product_color:hover{
    transform: scale(1.2);
}
.color-active{
    outline:1px solid black;
    outline-offset: 2px;
}
.features{
    display: grid;
    gap: 8px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-template-rows: 1fr;
}
.features_name{
    text-align: center;
}
.features_item{
    padding: 25px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F7F7;
}
.features_item img{
    max-width: 76px !important;
    max-height: 76px !important;
    margin-bottom: 10px;
}
.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description ul, .woocommerce-Tabs-panel--description ol{
    margin-bottom:8px;
}
.woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--description h3{
    margin-top: 8px;
    margin-bottom:8px;
}
.woocommerce-Tabs-panel--description strong{
    font-weight: 700;
}
.woocommerce-Tabs-panel--description ul{
    list-style: disc;
}
.woocommerce-Tabs-panel--description ul li, .woocommerce-Tabs-panel--description ol li{
    margin-bottom: 8px;
    margin-left:16px;
}
.woocommerce-Tabs-panel--description ol{
    list-style: decimal;
}
.woocommerce-Tabs-panel--description em{
    font-style: italic;
}
@media(max-width: 768px){
    .woocommerce-Tabs-panel--additional_information div div div p{
        white-space: wrap;
    }
    .woocommerce-Tabs-panel--additional_information div div div {
        align-items: flex-start;
    }
    .mega .pull:after{
        display:none;
    }
    .features_name{
        font-size: 12px;
        line-height: 12px;
    }
    .recomended-products .wc-block-product-template__responsive.columns-4 {
        grid-template-columns: 1fr;
    }
    .features_item img{
    max-width: 50px !important;
}
    .product-short-desc{
        display:none;
    }
    .megamenu_pages_list {
        gap: 0 !important; 
    }
    #header .wrap_new #navi ul li.mega01 .megamenu {
        padding: 0 0 0 0;
    }
    .megamenu_pages_list{
        width: 100% !important;
    }
    .megamenu_pages_item a {
        text-align: center !important;
    }
    .about_menu .megamenu{
        border: none !important;
        min-width: 100% !important;
    }
    #header .wrap_new #navi ul li.mega01 .megamenu.active {
        top: 0;
    }
    #header .wrap_new #navi ul li.mega01 a.pull , #header .wrap_new #navi ul li.mega02 a.pull , #header .wrap_new #navi ul li.mega04 a.pull{
        display:block;
    }
    #footer .right a{
        text-align: center;
        display:block;
    }
    .scroll_up {
        bottom: 2rem;
        right: 1rem;
        width: 50px !important;
        height: 50px !important;
    }
    .marketplaces img{
        width: 50px !important;
        height: 50px !important;
        cursor: pointer;
    }
    .marketplaces{
        right: 1rem;
        bottom: 2rem;
    }
    .custom-header .wc-block-mini-cart{
        right: 18%;
    }
    .custom-header .wc-block-mini-cart .wc-block-mini-cart__icon {
        width: 6vw;
        height: 6vw;
    }
    #header .wrap_new #navi ul li.mega01{
        background: #FFD940;
    }
    #header .wrap_new #navi ul li.mega02{
        background: #40c3c3;
    }
    #header .wrap_new #navi ul li.mega03{
        background: #685bc7;
    }
    #header .wrap_new #navi ul li.mega04{
        background: #FF4D33;
    }
    #header .wrap_new #navi ul li.mega05{
        background: #FFD940;
    }
    h2.wc-block-mini-cart__title{
        font-size: 1.5em;
    }
}
@media(max-width: 575px) {
  .post_list{
    grid-template-columns: repeat(2, 1fr);
    padding-right: 15px;
    padding-left: 15px;
  }
  .search-wrap{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .search-wrap svg{
    left: 30px;
  }
}