@charset "UTF-8";

/* ============================================
import
============================================ */
@import url("reset.css");
@import url("jquery.css");
@import url("header.css");
@import url("footer.css");

/*
@font-face {
	font-family: 'ShueiMGo';
	src: url(../font/A-OTF-ShueiMGoStd-L.otf),
       url(../font/A-OTF-ShueiMGoStd-B.otf);
}
*/

/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-family: 'dnp-shuei-mgothic-std', "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0.05em;
  min-width: 1060px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}


img {
  max-width: 100%;
}

/* pc sp
--------------------------------- */
.pc {
  display: inline-block !important;;
}
.sp {
  display: none !important;;
}
.sp-min {
  display: none !important;;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: inline-block !important;;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}

/* ease
--------------------------------- */
.ease,
.ease *,
.ease *::after,
.ease *::before {
  -webkit-transition: .2s all ease;
     -moz-transition: .2s all ease;
      -ms-transition: .2s all ease;
       -o-transition: .2s all ease;
          transition: .2s all ease;
}

/* opacity
--------------------------------- */
.opacity a:hover {
  opacity: 0.7;
}

.opacity button:hover {
  opacity: 0.7;
}

/* container
--------------------------------- */
.container {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* clearfix
--------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* font
--------------------------------- */
.f-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-underline {
  text-decoration: underline;
}
.f-small {
	font-size: 80%;
	display: inline-block;
  vertical-align: middle;
}


/* clor
--------------------------------- */
.f-red {
  color: #e72410;
}
.f-pnk {
  color: #e63082;
}
.f-orn {
  color: #f39800;
}
.f-ppl {
  color: #920783;
}
.f-blu {
  color: #00a0e9;
}
.f-yel {
  color: #fcc80e;
}
.f-grn {
  color: #00a78d;
}
.f-yeg {
  color: #8fc31f;
}
.f-gry {
  color: #b5b5b6;
}
.f-wht {
  color: #fff;
}
.f-blk {
  color: #000;
}

/* bg
--------------------------------- */
.bg-red {
  background: #e72410;
}
.bg-pnk {
  background: #e63082;
}
.bg-orn {
  background: #f39800;
}
.bg-ppl {
  background: #920783;
}
.bg-blu {
  background: #00a0e9;
}
.bg-yel {
  background: #fcc80e;
}
.bg-grn {
  background: #00a78d;
}
.bg-yeg {
  background: #8fc31f;
}
.bg-gry {
  background: #b5b5b6;
}
.bg-wht {
  background: #fff;
}
.bg-blk {
  background: #000;
}



/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* mainContent
--------------------------------- */

.wrapper {
  padding-top: 100px;
}


/* section
--------------------------------- */
.section {
	padding-top: 15px;
	padding-bottom: 15px;
}
.page_sec_cont {
  padding: 40px;
	position: relative;
}
.page_sec_desc {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
}

/* mainheader
--------------------------------- */
.mainheader_title {
  max-width: 800px;
  margin: 30px auto 0;
}

/* page_title
--------------------------------- */
.page_title_header {
	padding: 25px;
	position: relative;
}
.page_title.em7_pc {
	width: 470px;
}
.page_title.em6_pc {
	width: 400px;
}
.page_title.em5_pc {
	width: 330px;
}
.page_title.em4_pc {
	width: 270px;
}
.page_title_icon {
	position: absolute;
  right: 25px;
  top: 25px;
}

/* page_contents
--------------------------------- */
.page_contents {
	margin-top: 80px;
}

/* table_style
--------------------------------- */
.table_style_wrap {
	border: 2px solid #000;
}
.table_style,
.table_style_form {
	width: 100%;
}
.table_style td {
	width: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: top;
	text-align: left;
}
.table_style td:nth-of-type(2) {
	border-right: none;
}
.table_style td dl {
	padding: 10px 15px;
}
.table_style td dt {
	font-weight: bold;
  margin-bottom: 5px;
}
.table_style td dd {
	color: #fff;
  font-size: 1.7rem;
	letter-spacing: 0;
  position: relative;
}
.table_style td dd .anno {
	font-size: 84%;
	margin-top: 8px;
}
.table_title {
	font-size: 2.6rem;
	font-weight: bold;
	background: #fff;
	padding: 15px;
}
.table_desc {
	min-height: 76px;
	font-weight: bold;
	background: #fff;
	padding: 15px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}


/* contactform
--------------------------------- */
.contactform {
	padding: 20px 0;
}
.contactform .btn_submit {
	width: 180px;
	margin: 40px auto;
}
.contactform .privacy_box {
  color: #fff;
	margin-top: 30px;
}

.table_style_form td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}
.table_style_form td:nth-of-type(2) {
	border-right: none;
}
.table_style_form td dl {
	padding: 10px 20px;
}
.table_style_form td dt {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
  margin-bottom: 5px;
}
.table_style_form td dd {
  font-size: 1.6rem;
  position: relative;
}


/* movie_line
--------------------------------- */
.movie_line::before,
.movie_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: no-repeat center center / 100%;
  margin: auto;
}
.movie_line::before {
  background-image: url("../img/movie_line_top.png");
  background-position: center bottom;
}
.movie_line::after {
  background-image: url("../img/movie_line_bottom.png");
  background-position: center top;
}




/* popup_body_block
--------------------------------- */
.popup_body {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
.popup_body.is-visible {
	visibility: visible;
	opacity: 1;
}
.popup_body_close {
  width: 50px;
  height: 50px;
  position: absolute;
	right: 15px;
  top: 15px;
	z-index: 11;
  cursor: pointer;
}
.popup_body_close::before,
.popup_body_close::after {
  content: "";
	width: 4px;
	height: 50px;
	border: 3px;
	background: #fff;
  display: inline-block;
  position: absolute;
	left: 23px;
  top: 0px;
}
.popup_body_close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup_body_close::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.popup_body_block {
  max-height: calc(100vh - 80px);
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: auto;
	width: 100%;
}
.popup_body_block_in {
  padding: 25px 30px;
	position: relative;
}

/* popup_title */
.popup_title_header {
	position: relative;
	margin-bottom: 40px;
	min-height: 200px;
}
.popup_title {
  width: 340px;
}
.popup_desc {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
}
.popup_title_img {
	width: 180px;
  position: absolute;
  right: 100px;
  top: -5px;
}
.ingenuity_title_img {
	width: 180px;
  right: 100px;
  top: -5px;
}
.expression_title_img {
  width: 210px;
  right: 70px;
  top: -5px;
}
.muchu_title_img {
  width: 125px;
  right: 100px;
  top: -10px;
}
.popup_cont_text {
	color: #fff;
}

/* popup_staff */
.popup_staff_img {
	width: 400px;
}
.popup_staff_cont {
	width: calc(100% - 400px);
	padding-left: 30px;
}
.popup_staff_title {
	font-size: 2.8rem;
	font-weight: bold;
}
.popup_staff_post {
	font-weight: bold;
}
.popup_cont_text {
	margin-top: 10px;
}


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

  body {
		font-size: 1.2rem;
    min-width: 100%;
  }

	.wrapper {
    padding-top: 80px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mainheader_title {
    max-width: 220px;
	}
	.page_contents {
    margin-top: 40px;
	}

	.page_title_header {
    padding: 15px;
	}
	.page_title.em4_sp {
    width: 60%;
		max-width: 270px;
	}
  .page_title.em3_sp {
    width: 50%;
		max-width: 200px;
  }
	.page_title_icon {
    width: 14%;
    position: absolute;
    right: 15px;
    top: 15px;
	}
	.page_sec_cont {
    padding: 15px;
	}

	.table_title {
    font-size: 1.8rem;
	}
	.table_style td {
		width: 100%;
		display: block;
		border-right: none;
	}
	.table_style td dd {
		font-size: 1.4rem;
	}

	.table_style_form td {
		width: 100%;
		display: block;
	}
	.table_style_form td dl {
		padding: 5px 15px;
	}
	.table_style_form td dt {
		font-size: 1.4rem;
	}


  /* popup_body
  --------------------------------- */
  .popup_body .popup_body_block_in {
    padding: 20px 15px;
  }
  .popup_body_close {
    width: 40px;
    height: 40px;
		right: 5px;
    top: 10px;
  }
  .popup_body_close::before,
  .popup_body_close::after {
    height: 30px;
		width: 3px;
		left: 18px;
    top: 4px;
  }
	.popup_title {
    width: 230px;
	}
	.popup_desc {
    font-size: 1.8rem;
    margin-top: 10px;
	}
	.popup_title_header {
		min-height: 180px;
		margin-bottom: 20px;
	}
	.expression_title_img {
    width: 140px;
    right: -5px;
    top: 30px;
	}
	.ingenuity_title_img {
    width: 110px;
    right: -5px;
    top: 25px;
	}
	.muchu_title_img {
    width: 100px;
    right: 15px;
    top: 15px;
	}

	/* popup_staff */
	.popup_staff_img,
	.popup_staff_cont {
		width: 100%;
		padding: 0;
	}
	.popup_staff_title {
    font-size: 2.4rem;
    position: absolute;
    top: 10px;
	}
	.popup_staff_row {
		padding-top: 40px;
	}
	.popup_staff_post {
		margin-top: 10px;
  }
  

}
