@charset "UTF-8";
/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@1,500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
  font-size: 1.4rem;
  line-height: 1.64;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: normal;
  font-style: normal;
  color: #333;
  font-feature-settings: "palt";
}

sup {
  vertical-align: top;
  position: relative;
  padding: 0;
  font-size: .6em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  sup {
    font-size: 55%;
  }
}

sup.register {
  vertical-align: top;
  position: relative;
  padding: 0;
  font-size: .8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  sup.register {
    font-size: 75%;
  }
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.didact {
  font-family: 'Didact Gothic', sans-serif;
}

.opensans {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (min-width: 768px) {
  a:hover {
    transition: all .4s;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.switch {
  visibility: hidden;
}

ul {
  padding: 0;
  list-style: none;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}
button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

/*　BUTTON　*/
.home .button_base {
  border: 1px solid #EB5C02;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.6rem;
  position: relative;
  margin: auto;
  width: 220px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
}
.home .button_base.wh {
  border: 1px solid #fff;
}
.home .button_base.go {
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .home .button_base {
    font-size: 1.9rem;
    width: 280px;
    height: 60px;
    line-height: 60px;
  }
}

.home .button_base--seminar {
  width: 680px;
}

.home .button_base:hover {
  cursor: pointer;
}

.home .slide_in,
.home .slide_in--seminar {
  overflow: hidden;
  border: 1px solid #EB5C02;
}

.home .slide_in div,
.home .slide_in--seminar div {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home .slide_in div,
  .home .slide_in--seminar div {
    height: 60px;
  }
}

.home .slide_in div:nth-child(1),
.home .slide_in--seminar div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}
.home .slide_in div:nth-child(1).wh,
.home .slide_in--seminar div:nth-child(1).wh {
  color: #fff;
}

.home .slide_in div:nth-child(2) {
  background-color: #000;
  width: 250px;
  transition: all 0.2s ease;
  transform: translate(-270px, 0px) skewX(-30deg);
}
.home .slide_in div:nth-child(2).or {
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .home .slide_in div:nth-child(2) {
    width: 310px;
    transform: translate(-330px, 0px) skewX(-30deg);
  }
}

.home .slide_in--seminar div:nth-child(2) {
  background-color: #000;
  width: 650px;
  transition: all 0.2s ease;
  transform: translate(-650px, 0px) skewX(-30deg);
}
.home .slide_in--seminar div:nth-child(2).or {
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .home .slide_in--seminar div:nth-child(2) {
    width: 710px;
    transform: translate(-730px, 0px) skewX(-30deg);
  }
}

.home .slide_in div:nth-child(3) {
  color: #EB5C02;
  left: -220px;
  transition: left 0.2s ease;
}
.home .slide_in div:nth-child(3).wh {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home .slide_in div:nth-child(3) {
    left: -280px;
  }
  .home .slide_in div:nth-child(3).bk {
    color: #000;
  }
}

.home .slide_in--seminar div:nth-child(3) {
  color: #EB5C02;
  left: -680px;
  transition: left 0.2s ease;
}
.home .slide_in--seminar div:nth-child(3).wh {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home .slide_in--seminar div:nth-child(3) {
    left: -720px;
  }
  .home .slide_in--seminar div:nth-child(3).bk {
    color: #000;
  }
}

.home .slide_in:hover div:nth-child(2),
.home .slide_in--seminar:hover div:nth-child(2) {
  transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
}

.home .slide_in:hover div:nth-child(3),
.home .slide_in--seminar:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
}

/*　共通：お問い合わせ、TOPへ戻る　*/
#banners {
  z-index: 8000;
  position: relative;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  #banners {
    bottom: 100px;
  }
}
#banners .goToContact,
#banners .pagetotop {
  position: fixed;
  z-index: 8000;
  bottom: 10px;
  text-align: center;
}
#banners .goToContact a,
#banners .pagetotop a {
  display: block;
  opacity: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #banners .goToContact,
  #banners .pagetotop {
    bottom: 15px;
    transition: all .4s;
  }
}
#banners .goToContact {
  width: 75%;
  max-width: 275px;
  left: 12px;
  margin-right: 10px;
  padding: 5px 5px;
  font-size: 1.5rem;
  line-height: 1.65;
  border-radius: 8px;
  background: url(../img/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: top 16px right 12px;
  background-size: auto;
  background-color: #EB5C02;
  border: solid 2px #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
}
#banners .goToContact span {
  font-size: 1.2rem;
}
#banners .goToContact .icon-mail {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #banners .goToContact {
    width: 70%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    margin-bottom: 15px;
    padding: 15px 10px 10px;
    height: 65px;
    font-size: 18px;
    background-position: center right 15px;
  }
  #banners .goToContact span {
    margin-left: 20px;
    font-size: 16px;
  }
  #banners .goToContact .icon-mail {
    width: 25px;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 900px) {
  #banners .goToContact {
    width: 72%;
    font-size: 20px;
  }
  #banners .goToContact span {
    margin-left: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  #banners .goToContact {
    width: 75%;
    padding-top: 13px;
    font-size: 22px;
  }
  #banners .goToContact span {
    margin-left: 50px;
    font-size: 20px;
  }
}
#banners .pagetotop {
  right: 12px;
  width: 62px;
  height: 60px;
  padding-top: 17px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
}
#banners .pagetotop span.arrow-top {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #banners .pagetotop {
    right: 20px;
    width: 100px;
    height: 65px;
    margin-left: 20px;
    padding-top: 17px;
    font-size: 16px;
  }
  #banners .pagetotop span.arrow-top {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
  }
}

@media (max-width: 768px) {
  .iziModal-wrap {
    top: 48px;
  }
}

.iziModal {
  background: rgba(43, 46, 56, 0.9) !important;
}

@media (max-width: 768px) {
  .iziModal-content {
    padding: 0 0 100px !important;
  }
}

/*　共通：プライバシーポリシー　*/
.iziModal-style {
  z-index: 9101 !important;
}
@media (max-width: 768px) {
  .iziModal-style .iziModal-wrap {
    top: 48px !important;
    bottom: 96px !important;
  }
}
.iziModal-style .iziModal-wrap {
  border: 5px solid #eb5c01;
  border-radius: 0 !important;
  background: #e1e1d9 !important;
  padding: 50px 64px;
}
@media (max-width: 768px) {
  .iziModal-style .iziModal-wrap {
    padding: 10px 15px;
  }
}
.iziModal-style .iziModal-wrap .asterisk {
  color: #eb5c01;
}
.iziModal-style .iziModal-wrap section {
  margin-bottom: 30px;
}
.iziModal-style .iziModal-wrap section:last-of-type {
  margin-bottom: 0;
}
.iziModal-style .iziModal-wrap section h3 {
  color: #eb5c01;
  margin-bottom: 1.5em;
}
.iziModal-style .iziModal-wrap section p,
.iziModal-style .iziModal-wrap section li {
  margin-bottom: 1em;
}
.iziModal-style .iziModal-wrap section li::before {
  content: "■";
  margin-right: .4em;
  color: #eb5c01;
}
.iziModal-style .iziModal-wrap section dl dt {
  font-weight: bold;
  margin-bottom: .5em;
}
.iziModal-style .iziModal-wrap section dl dd {
  margin-bottom: .5em;
}
.iziModal-style .iziModal-wrap button {
  display: block;
  background: #000;
  color: #fff;
  width: 177px;
  height: 43px;
  line-height: 43px;
  margin: 30px auto 0;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}

.iziModal-style a {
  color: #3b77b5;
  text-decoration: underline;
}
.iziModal-style a:hover {
  text-decoration: none;
}

.iziModal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  z-index: 9999;
  font-size: 40px;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .iziModal-close {
    font-size: 25px;
  }
}

/*　共通：ふわっとフェードイン　*/
.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-duration: 0.6s, 0.6s;
  transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ------------------------------------------------- *
 * ＠HEADER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　HEADER　*/
.header {
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  font-family: 'Didact Gothic', sans-serif;
  background-color: white;
  /* SP */
  /* PC */
}
.header.top {
  background-color: black;
}
@media screen and (min-width: 768px) {
  .header {
    height: 62px;
  }
  .header.top {
    height: 62px;
  }
}
.header .sp-only {
  width: 100%;
  height: 48px;
  margin-top: -48px;
  padding-top: 48px;
  /* //#menu-conts */
}
.header .sp-only .inner {
  width: 100%;
  height: 48px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .sp-only .inner .logo {
  width: 126px;
  margin-top: 5px;
  margin-left: 12px;
}
.header .sp-only .inner .logo img {
  width: 100%;
}
.header .sp-only .inner .gnav {
  display: none;
}
.header .sp-only #menu-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 25px;
}
.header .sp-only #menu-conts {
  display: none;
  position: absolute;
  top: 48px;
  width: 100%;
  /* theme */
}
.header .sp-only #menu-conts .accordion-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.header .sp-only #menu-conts .theme-accordion li.noimg {
  padding-left: 2em;
}
.header .sp-only #menu-conts .theme-accordion li a {
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #EB5C02;
  line-height: 45px;
  padding: 0;
}
.header .sp-only #menu-conts .theme-accordion li {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #eb5c02;
}
.header .pc-only {
  width: 100%;
  height: 56px;
  margin-top: -56px;
  padding-top: 56px;
}
.header .pc-only .inner {
  height: 56px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .pc-only .inner .logo {
  width: 146px;
  margin-top: 8px;
  margin-left: 20px;
}
.header .pc-only .inner .logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .header .pc-only .inner .logo {
    margin-left: 12px;
  }
}
.header .pc-only .inner .gnav {
  display: flex;
  align-items: center;
  margin-right: 28px;
  margin-top: 4px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}
.header .pc-only .inner .gnav li a {
  margin-right: 60px;
  color: #333;
}
.header .pc-only .inner .gnav li a:hover {
  color: #EB5C02;
}
.header .pc-only .inner .gnav li:last-child a {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .header .pc-only .inner .gnav li a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .header .pc-only .inner .gnav {
    margin-right: 14px;
    font-size: 15px;
  }
  .header .pc-only .inner .gnav li a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 810px) {
  .header .pc-only .inner .gnav li a {
    margin-right: 17px;
  }
}
.header .pc-only .inner .gnav.top li a {
  color: #fff;
}
.header .pc-only .inner .gnav.top li a:hover {
  color: #EB5C02;
}

/* パンくず */
/*.sec-pankuzu{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:9200;
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-top:80px;
	margin-bottom:18px;
	.breadcrump {
		margin-left:20px;
		font-size:1.2rem;
		a{
			color:#BAB5B1;
			&:hover{
				color:#EB5C02;
			}
		}
		li{
			display:inline-block;
			&:first-child:before{
				content:url(../img/common/icon_home.svg);
				margin-right:6px;
				position: relative;
				top:1px;
			}
			&::after{
				content:"／";
				padding:0 10px;
			}
			&:last-child::after{
				content:none;
			}
		}
	}
}*/
/* ------------------------------------------------- *
 *  ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　FOOTER　*/
.footer {
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #fff;
}
.footer.top {
  background-color: #0F0000;
}
.footer a {
  color: #fff;
}
.footer .policies {
  color: #333;
  margin-bottom: 15px;
}
.footer .policies span {
  cursor: pointer;
}
.footer .policies a {
  color: #333;
}
.footer .policies.top {
  color: #fff;
  background-color: #0F0000;
}
.footer .policies.top a {
  color: #fff;
}
.footer .copyright {
  padding: 7px 0;
  border-top: solid 3px #EB5C02;
  background-color: #0F0000;
}
.footer .copyright.top {
  border-top: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    border-top: solid 5px #EB5C02;
    background-color: #0F0000;
  }
  .footer.top {
    border-top: none;
  }
  .footer a {
    color: #fff;
  }
  .footer a:hover {
    color: #EB5C02;
  }
  .footer .f-link {
    max-width: 1020px;
    margin: auto;
    padding: 110px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .f-link.top {
    padding: 0 10px 10px;
  }
  .footer .f-link .logos {
    width: 146px;
  }
  .footer .f-link .hnav {
    display: flex;
    justify-content: space-between;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
  }
  .footer .f-link .hnav li a {
    margin-right: 30px;
  }
  .footer .f-link .hnav li:last-child a {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .footer .f-link .hnav {
    font-size: 15px;
  }
  .footer .f-link .hnav li a {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 810px) {
  .footer .f-link .hnav li a {
    margin-right: 17px;
  }
}
@media screen and (min-width: 768px) {
  .footer .f-txt {
    height: 54px;
    margin: auto;
    padding: 15px 10px;
    border-top: solid 1px #fff;
  }
  .footer .f-txt .inner2 {
    max-width: 1000px;
    display: flex;
    margin: auto;
    padding: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer .f-txt .policies {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
  }
  .footer .f-txt .policies a {
    color: #fff;
  }
  .footer .f-txt .policies a:hover {
    color: #EB5C02;
  }
  .footer .f-txt .copyright {
    font-size: 14px;
    padding: 0;
    border-top: none;
  }
}

/* ------------------------------------------------- *
 *  ＠HOME
 * ------------------------------------------------- */
/* 共通 */
/* LOADING〜MV */
#first-access {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

#loading-main {
  position: relative;
  overflow: hidden;
}

.home .loader {
  width: 100%;
  height: 100vh;
  margin: auto;
  background: #000;
  /*keyframe*/
  /*keyframe*/
  /*keyframe*/
}
.home .loader .loader-logo {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  margin: auto;
  text-align: center;
}
.home .loader .loader-logo img {
  width: 100%;
}
.home .loader .loader-logo::after {
  position: absolute;
  z-index: 400;
  content: "";
  top: -10%;
  transform: translateY(-10%);
  left: -10%;
  transform: translateX(-10%);
  margin: auto;
  width: 165px;
  height: 60px;
  background: #000;
  animation: textAnime1 1.3s linear forwards;
  animation-duration: 1s;
}
@keyframes textAnime1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.home .loader div#bg_1,
.home .loader div#bg_2 {
  position: absolute;
  z-index: 3000;
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
}
.home .loader div#bg_1 {
  top: -50%;
  left: -100%;
}
.home .loader div#bg_2 {
  bottom: -50%;
  right: -100%;
}
.home .loader div#bg_1:before,
.home .loader div#bg_2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  box-sizing: content-box;
}
.home .loader div#bg_1::before {
  top: 0%;
  background-color: #EB5C02;
  transform-origin: center bottom 0;
  transform: rotateZ(-30deg);
  margin: -200vh -200%;
  padding: 200vh 200% 0;
}
.home .loader div#bg_2::before {
  bottom: 0%;
  background-color: #EB5C02;
  transform-origin: center top 0;
  transform: rotateZ(-30deg);
  margin: auto -200% -200vh;
  padding: 0 200% 200vh;
}
.home .loader div#bg_1 {
  left: 0;
}
.home .loader div#bg_2 {
  right: 0;
}
.home .loader div#bg_1::after {
  position: absolute;
  z-index: 3100;
  content: "";
  top: 100%;
  transform: translateY(-100%);
  left: 0%;
  transform: translateX(0%);
  margin: auto;
  width: 50%;
  height: 70vh;
  background: #000;
  animation: textAnime2 0.4s linear forwards;
  animation-delay: 1s;
}
@keyframes textAnime2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.home .loader div#bg_2::after {
  position: absolute;
  z-index: 3100;
  content: "";
  bottom: 70%;
  transform: translateY(-70%);
  right: 0%;
  transform: translateX(0%);
  margin: auto;
  width: 50%;
  height: 70vh;
  background: #000;
  animation: textAnime3 0.4s linear forwards;
  animation-delay: 1s;
}
@keyframes textAnime3 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* MOVIE */
.home .sec-movie {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 495px;
  top: 48px;
  /*
  .title {
  	z-index: 30;
  	position: absolute;
  	top: 15%;
  	left: 0;
  	right:0;
  	width: 80%;
  	max-width: 285px;
  	margin:auto;
  }
  .subtitle {
  	z-index: 30;
  	position: absolute;
  	top: 32%;
  	left: 0;
  	right:0;
  	width: 80%;
  	max-width: 292px;
  	margin:auto;
  	&::after{
  		content:"";
  		position: absolute;
  		top:65px;
  		left: 0;
  		right:0;
  		width:34px;
  		height:3px;
  		margin:auto;
  		background-color:#fff;
  	}
  }
  .catch {
  	z-index: 30;
  	position: absolute;
  	top: 51%;
  	left: 0;
  	right:0;
  	width: 80%;
  	max-width: 263px;
  	margin:auto;
  }
  */
  /* animation */
  /* css */
  /*.passing .passing-box_button_base {
  	position: relative;
  	z-index: 8500;
  	display: block;
  	text-align: center;
  	top: 0;
  	left: 0;
  	right:0;
  	width: 280px;
  	height: 60px;
  	padding:0 20px;
  	margin:auto;
  	margin-top:90px;
  }*/
}
.home .sec-movie .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 495px;
}
.home .sec-movie .box video {
  z-index: 1;
  height: 495px;
  vertical-align: top;
  margin: auto;
  margin-top: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}
.home .sec-movie .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.home .sec-movie .button_base,
.home .sec-movie .button_base--seminar {
  z-index: 30;
  position: absolute;
  top: 72%;
  left: 0;
  right: 0;
  width: 220px;
  height: 46px;
  margin: auto;
}
.home .sec-movie .button_base div:nth-child(1),
.home .sec-movie .button_base div:nth-child(3),
.home .sec-movie .button_base--seminar div:nth-child(1),
.home .sec-movie .button_base--seminar div:nth-child(3) {
  background: url(../img/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
.home .sec-movie .button_base--seminar {
  top: 85%;
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .sec-movie .passing .passing-box {
  display: block;
  text-align: center;
}
.home .sec-movie .passing .passing-box_title {
  position: relative;
  z-index: 8500;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 285px;
  margin: auto;
  margin-top: -410px;
}
.home .sec-movie .passing .passing-box_subtitle {
  position: relative;
  z-index: 8500;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 292px;
  margin: auto;
  margin-top: 20px;
  animation-delay: 2s;
}
.home .sec-movie .passing .passing-box_subtitle::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 34px;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.home .sec-movie .passing .passing-box_catch {
  position: relative;
  z-index: 8500;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 263px;
  margin: auto;
  margin-top: 70px;
  animation-delay: 2s;
}
.home .sec-movie .passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
.home .sec-movie .passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  /* 任意の値 */
  background: #fff;
}
.home .sec-movie .passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  color: #fff;
}
.home .sec-movie .passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.home .sec-movie .passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

@media screen and (min-width: 768px) {
  .home .sec-movie {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 880px;
    top: 62px;
    /*.title {
    	z-index: 30;
    	position: absolute;
    	top: 25.5%;
    	left: 0;
    	right:0;
    	width: 100%;
    	max-width: 1038px;
    	padding:0 20px;
    	margin:auto;
    }
    .subtitle {
    	z-index: 30;
    	position: absolute;
    	top: 36%;
    	left: 0;
    	right:0;
    	width: 100%;
    	max-width: 577px;
    	padding:0 20px;
    	margin:auto;
    	&::after{
    		content:"";
    		position: absolute;
    		top:120px;
    		left: 0;
    		right:0;
    		width:100px;
    		height:3px;
    		margin:auto;
    		background-color:#fff;
    	}
    }
    .catch {
    	z-index: 30;
    	position: absolute;
    	top: 56%;
    	left: 0;
    	right:0;
    	width: 100%;
    	max-width: 525px;
    	padding:0 20px;
    	margin:auto;
    }*/
    /* animation */
    /* css */
    /*.passing .passing-box_button_base {
    	position: relative;
    	z-index: 8500;
    	display: block;
    	text-align: center;
    	top: 0;
    	left: 0;
    	right:0;
    	width: 280px;
    	height: 60px;
    	padding:0 20px;
    	margin:auto;
    	margin-top:90px;
    }*/
  }
  .home .sec-movie .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 880px;
  }
  .home .sec-movie .box .videoBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
  }
  .home .sec-movie .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 880px;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .home .sec-movie .button_base,
  .home .sec-movie .button_base--seminar {
    z-index: 30;
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    width: 280px;
    height: 60px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1365px) and (max-width: 1366px) {
  .home .sec-movie .button_base,
  .home .sec-movie .button_base--seminar {
    top: 68%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .home .sec-movie .button_base,
  .home .sec-movie .button_base--seminar {
    top: 66%;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-movie .button_base--seminar {
    top: 73%;
    width: 680px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1365px) and (max-width: 1366px) {
  .home .sec-movie .button_base--seminar {
    top: 78%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .home .sec-movie .button_base--seminar {
    top: 76%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes passing-bar {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 100%;
    }
    51% {
      left: 0;
      width: 100%;
    }
    100% {
      left: 101%;
      width: 0;
    }
  }
  @keyframes passing-txt {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .home .sec-movie .passing .passing-box {
    display: block;
    text-align: center;
  }
  .home .sec-movie .passing .passing-box_title {
    position: relative;
    z-index: 8500;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1038px;
    padding: 0 20px;
    margin: auto;
    margin-top: 12%;
  }
  .home .sec-movie .passing .passing-box_subtitle {
    position: relative;
    z-index: 8500;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 577px;
    padding: 0 20px;
    margin: auto;
    margin-top: 10px;
  }
  .home .sec-movie .passing .passing-box_subtitle::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    width: 100px;
    height: 3px;
    margin: auto;
    background-color: #fff;
  }
  .home .sec-movie .passing .passing-box_catch {
    position: relative;
    z-index: 8500;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 525px;
    padding: 0 20px;
    margin: auto;
    margin-top: 90px;
  }
  .home .sec-movie .passing .passing-bar {
    position: relative;
    display: inline-block;
    transform: translate3d(0, 0, 0);
  }
  .home .sec-movie .passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    /* 任意の値 */
    background: #fff;
  }
  .home .sec-movie .passing .passing-txt {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
  .home .sec-movie .passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
  }
  .home .sec-movie .passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
  }
}
/* section-1 Concept */
.home .sec1 {
  margin: 70px auto 50px;
}
.home .sec1 .sec-title {
  width: 80%;
  max-width: 139px;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.home .sec1 .sec-title img {
  display: block;
  margin-bottom: 3px;
}
.home .sec1 .heading {
  width: 80%;
  max-width: 292px;
  margin: 10px auto 30px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.home .sec1 .heading img {
  display: block;
  margin-bottom: 7px;
}
.home .sec1 .text {
  margin: auto;
  font-size: 3.733333vw;
  font-weight: 500;
  text-align: center;
}
.home .sec1 .button_base {
  top: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 46px;
  margin: auto;
  margin-top: 20px;
  background-color: none;
}
.home .sec1 .button_base div:nth-child(1),
.home .sec1 .button_base div:nth-child(3) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .home .sec1 {
    margin: 120px auto 50px;
  }
  .home .sec1 .sec-title {
    width: 100%;
    max-width: 216px;
    font-size: 18px;
  }
  .home .sec1 .sec-title img {
    display: block;
    margin-bottom: 3px;
  }
  .home .sec1 .heading {
    width: 100%;
    max-width: 505px;
    margin: 15px auto 30px;
    font-size: 18px;
  }
  .home .sec1 .text {
    font-size: 18px;
  }
  .home .sec1 .box-btn {
    width: 660px;
    display: flex;
    margin: 25px auto;
  }
  .home .sec1 .button_base {
    width: 280px;
    height: 60px;
    margin: auto;
  }
}

/*　section-2 Concept-MV　*/
.home .sec2 {
  width: 100%;
  height: 417px;
  margin: auto;
}
.home .sec2 .fade-layer {
  width: 100%;
  height: 417px;
  background-image: url("../img/home/bg_concept.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 417px;
  margin: auto;
  z-index: -1;
  opacity: 1;
}
.home .sec2 .contents-layer {
  background: transparent;
}
.home .sec2 .inner {
  padding: 60px 45px;
}
.home .sec2 .cascade-slider_container {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 290px;
  margin: auto;
  margin-top: -417px;
}
.home .sec2 .cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: 499;
}
.home .sec2 .cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-75%) scale(0.57);
  opacity: 1;
  z-index: 501;
}
.home .sec2 .cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(5%) scale(0.57);
  opacity: 1;
  z-index: 501;
}
.home .sec2 .cascade-slider_item.now {
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%) scale(1);
  opacity: 1;
  z-index: 505;
}
.home .sec2 .cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 505;
}
.home .sec2 .cascade-slider_arrow-left {
  left: -112%;
  width: 14%;
}
.home .sec2 .cascade-slider_arrow-left img {
  width: 100%;
}
.home .sec2 .cascade-slider_arrow-right {
  right: -112%;
  width: 14%;
}
.home .sec2 .cascade-slider_arrow-right img {
  width: 100%;
}
.home .sec2 .box {
  width: 100%;
  max-width: 288px;
  margin: auto;
  padding: 13px;
  background-color: #fff;
}
.home .sec2 .box .image {
  position: relative;
  overflow: hidden;
}
.home .sec2 .box img {
  width: 100%;
  transition-duration: 0.8s;
}
.home .sec2 .box:hover img {
  opacity: 1;
  transform: scale(1.15);
  transition-duration: 0.4s;
}
.home .sec2 .box ul {
  margin: 10px auto;
  padding: 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home .sec2 .box ul .concept-number {
  position: relative;
  width: 30px;
  height: auto;
  margin-top: 5px;
  margin-right: 15px;
  border-bottom: solid 3px #EB5C02;
}
.home .sec2 .box ul .concept-number img {
  width: 30px;
  height: 22px;
  margin-bottom: 6px;
  transform: scale(1);
}
.home .sec2 .box ul .concept-title {
  font-weight: 500;
  color: #EB5C02;
  font-size: 2rem;
  text-align: left;
  line-height: 1.1;
}
.home .sec2 .box ul .concept-title span {
  margin-bottom: 5px;
  display: block;
  color: #333;
  font-size: 1.2rem;
}
.home .sec2 .box .button_base {
  top: 0;
  left: 0;
  right: 0;
  width: 84px;
  height: 28px;
  line-height: 28px;
  margin: auto;
  margin-top: 20px;
  padding: 0;
  font-size: 1.2rem;
  background-color: #333333;
}
.home .sec2 .box .button_base div:nth-child(1),
.home .sec2 .box .button_base div:nth-child(3) {
  background: url(../img/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 12px auto;
}
@media screen and (min-width: 768px) {
  .home .sec2 {
    width: 100%;
    height: 780px;
    margin: auto;
  }
  .home .sec2 .fade-layer {
    width: 100%;
    height: 780px;
    background-image: url("../img/home/bg_concept.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 780px;
    margin: auto;
    z-index: -1;
    opacity: 1;
  }
  .home .sec2 .contents-layer {
    background: transparent;
  }
  .home .sec2 .inner {
    padding: 175px 0 155px;
  }
  .home .sec2 .cascade-slider_container {
    position: relative;
    z-index: 500;
    width: 1000px;
    height: 450px;
    margin: auto;
    margin-top: -860px;
  }
  .home .sec2 .cascade-slider_item {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    transition: all 1s ease;
    opacity: 0.6;
    z-index: 499;
  }
  .home .sec2 .cascade-slider_item.next {
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-135%) scale(0.55);
    opacity: 0.8;
    z-index: 501;
  }
  .home .sec2 .cascade-slider_item.prev {
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(35%) scale(0.55);
    opacity: 0.8;
    z-index: 501;
  }
  .home .sec2 .cascade-slider_item.now {
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 505;
  }
  .home .sec2 .cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 505;
  }
  .home .sec2 .cascade-slider_arrow-left {
    left: -106%;
    opacity: 1;
    width: 50px;
  }
  .home .sec2 .cascade-slider_arrow-left img {
    width: 100%;
  }
  .home .sec2 .cascade-slider_arrow-right {
    right: -106%;
    opacity: 1;
    width: 50px;
  }
  .home .sec2 .cascade-slider_arrow-right img {
    width: 100%;
  }
  .home .sec2 .box {
    width: 100%;
    max-width: 442px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  }
  .home .sec2 .box ul {
    margin: 15px auto 25px;
    padding: 0 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home .sec2 .box ul .concept-number {
    position: relative;
    width: 45px;
    height: auto;
    margin-right: 20px;
    border-bottom: solid 3px #EB5C02;
  }
  .home .sec2 .box ul .concept-number img {
    width: 45px;
    height: 35px;
    margin-bottom: 9px;
  }
  .home .sec2 .box ul .concept-title {
    font-weight: 500;
    color: #EB5C02;
    font-size: 32px;
    text-align: left;
  }
  .home .sec2 .box ul .concept-title span {
    display: block;
    color: #333;
    font-size: 18px;
  }
  .home .sec2 .box .button_base {
    width: 129px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  .home .sec2 .box .button_base div:nth-child(1),
  .home .sec2 .box .button_base div:nth-child(3) {
    background: url(../img/common/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-position: top 18px right 10px;
    background-size: auto;
  }
  .home .sec2 .box .slide_in {
    border: none;
  }
}

.home .sec2 .carousel-container {
  position: relative;
  width: 100%;
  z-index: 200;
  margin: auto;
}
.home .sec2 #carousel {
  height: 290px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  margin: auto;
  z-index: 200;
}
.home .sec2 .carousel-image {
  border: 0;
  display: block;
}
.home .sec2 .carousel-feature {
  position: relative;
  /*top:-1000px;
  left:-1000px;
  border:2px solid #5d5d5d;*/
  cursor: pointer;
}
.home .sec2 .tracker-individual-blip,
.home .sec2 .tracker-summation-container {
  display: none;
}
.home .sec2 .carousel-feature .carousel-caption {
  position: relative;
  bottom: 0;
  width: 100%;
  /*background-color:#000;*/
}
.home .sec2 #carousel-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  cursor: pointer;
}
.home .sec2 #carousel-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .home .sec2 .carousel-container {
    position: relative;
    width: 1050px;
    z-index: 200;
    margin: auto;
  }
  .home .sec2 #carousel {
    height: 480px;
    width: 1050px;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    margin: auto;
    z-index: 200;
  }
  .home .sec2 .carousel-image {
    border: 0;
    display: block;
  }
  .home .sec2 .carousel-feature {
    position: relative;
    /*top:-1000px;
    left:-1000px;
    border:2px solid #5d5d5d;*/
    cursor: pointer;
  }
  .home .sec2 .tracker-individual-blip,
  .home .sec2 .tracker-summation-container {
    display: none;
  }
  .home .sec2 .carousel-feature .carousel-caption {
    position: relative;
    bottom: 0;
    width: 100%;
    /*background-color:#000;*/
  }
  .home .sec2 #carousel-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    cursor: pointer;
    opacity: 0.6;
  }
  .home .sec2 #carousel-left img {
    width: 50px;
  }
  .home .sec2 #carousel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    cursor: pointer;
    opacity: 0.6;
  }
  .home .sec2 #carousel-right img {
    width: 50px;
  }
}

/*　section-3 Concept-Detail　*/
.home .sec3 {
  margin-top: 40px;
}
.home .sec3 .box {
  display: block;
  margin: auto;
  margin-bottom: 50px;
  padding: 0 30px;
}
.home .sec3 .box.detail01, .home .sec3 .box.detail03, .home .sec3 .box.detail02, .home .sec3 .box.detail04 {
  background-image: url("../img/home/bg_detail.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 260px 360px;
}
.home .sec3 .box .concept-number-01 img {
  width: 32px !important;
}
.home .sec3 .box.detail02, .home .sec3 .box.detail04 {
  background-position: left top;
}
.home .sec3 .box.detail04 {
  margin-bottom: 0;
}
.home .sec3 .box .txt {
  padding-top: 30px;
}
.home .sec3 .box .txt ul {
  margin: 10px auto;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home .sec3 .box .txt ul .concept-number {
  position: relative;
  width: 40px;
  height: auto;
  margin-right: 25px;
  border-bottom: solid 3px #EB5C02;
}
.home .sec3 .box .txt ul .concept-number img {
  width: 38px;
  margin-bottom: 10px;
}
.home .sec3 .box .txt ul .concept-title {
  font-weight: 500;
  color: #EB5C02;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.45;
}
.home .sec3 .box .txt ul .concept-title span {
  display: block;
  color: #333;
  font-size: 1.1rem;
}
.home .sec3 .box .txt ul .concept-title .subtitle {
  color: #333;
  font-size: 1rem;
}
.home .sec3 .box .txt .text {
  margin: 10px auto 25px;
  font-weight: 400;
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}
.home .sec3 .box .txt .button_base {
  top: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 46px;
  margin: auto;
  background-color: none;
}
.home .sec3 .box .txt .button_base div:nth-child(1),
.home .sec3 .box .txt .button_base div:nth-child(3) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
.home .sec3 .box .image {
  width: 100%;
  max-width: 284px;
  margin: auto;
  margin-top: 25px;
}
.home .sec3 .box .image.ex {
  max-width: 260px;
  margin-top: 15px;
}
.home .sec3 .box .image img {
  width: 100%;
  transition-duration: 0.8s;
}
.home .sec3 .box .image:hover img {
  opacity: 0.9;
  transform: scale(1.1);
  transition-duration: 0.4s;
}
@media screen and (min-width: 768px) {
  .home .sec3 {
    margin-top: 100px;
  }
  .home .sec3 .box {
    margin: auto;
    margin-bottom: 47px;
    padding: 45px 14%;
  }
  .home .sec3 .box.detail01, .home .sec3 .box.detail03, .home .sec3 .box.detail02, .home .sec3 .box.detail04 {
    background-image: url("../img/home/bg_detail.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 66.64vw 405px;
  }
  .home .sec3 .box.detail02, .home .sec3 .box.detail04 {
    background-position: right top;
  }
  .home .sec3 .box.detail02 .inner-box, .home .sec3 .box.detail04 .inner-box {
    flex-direction: row-reverse;
    background-position: right top;
  }
  .home .sec3 .box.detail02 .inner-box .image, .home .sec3 .box.detail04 .inner-box .image {
    margin-right: 65px;
  }
  .home .sec3 .box .inner-box {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .home .sec3 .box.detail01 .inner-box {
    margin-top: -40px;
    padding: 0;
  }
  .home .sec3 .box.detail01 .inner-box .txt .text, .home .sec3 .box.detail03 .inner-box .txt .text {
    margin-right: 60px;
  }
  .home .sec3 .box.detail04 .inner-box {
    margin-bottom: 0;
  }
  .home .sec3 .box.detail01 .inner-box {
    height: 405px;
  }
  .home .sec3 .box.detail01 .inner-box ul .concept-number img {
    width: 45px !important;
  }
  .home .sec3 .box .inner-box .txt {
    padding-top: 0px;
  }
  .home .sec3 .box .inner-box .txt ul {
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .home .sec3 .box .inner-box .txt ul .concept-number {
    position: relative;
    width: 52px;
    height: auto;
    margin-right: 25px;
    border-bottom: solid 3px #EB5C02;
  }
  .home .sec3 .box .inner-box .txt ul .concept-number img {
    width: 52px;
    margin-bottom: 10px;
  }
  .home .sec3 .box .inner-box .txt ul .concept-title {
    font-weight: 500;
    color: #EB5C02;
    font-size: 32px;
    text-align: left;
    line-height: 1.35;
  }
  .home .sec3 .box .inner-box .txt ul .concept-title span {
    display: block;
    color: #333;
    font-size: 18px;
  }
  .home .sec3 .box .inner-box .txt ul .concept-title .subtitle {
    color: #333;
    font-size: 16px;
  }
  .home .sec3 .box .inner-box .txt .text {
    margin: 30px auto 25px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  .home .sec3 .box .inner-box .txt .button_base {
    top: 0;
    left: 0;
    right: 0;
    width: 239px;
    height: 44px;
    line-height: 44px;
    margin: auto;
    margin-top: 55px;
    background-color: none;
  }
  .home .sec3 .box .inner-box .txt .button_base div:nth-child(1),
  .home .sec3 .box .inner-box .txt .button_base div:nth-child(3) {
    background: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 18px right 10px;
    background-size: auto;
  }
  .home .sec3 .box .inner-box .image {
    width: 100%;
    max-width: 432px;
    margin: auto;
    margin-top: 0;
  }
  .home .sec3 .box .inner-box .image.ex {
    max-width: 400px;
    margin: auto;
  }
}

/*　section-4 Story */
.home .sec4 {
  height: 412px;
  margin-top: 75px;
  background-image: url("../img/home/img_story.jpg"), url("../img/home/bg_story.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, right bottom;
  background-size: 316px 382px, 208px 208px;
}
@media (max-width: 768px) {
  .home .sec4 {
    background-image: url("../img/home/img_story_sp.jpg"), url("../img/home/bg_story.png");
  }
}
.home .sec4 .subtitle {
  padding-top: 205px;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
.home .sec4 .sec-title {
  width: 100%;
  max-width: 280px;
  margin: auto;
  margin-top: 15px;
}
.home .sec4 .button_base {
  top: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 46px;
  margin: auto;
  margin-top: 20px;
  background-color: none;
}
@media (max-width: 768px) {
  .home .sec4 .button_base {
    margin-top: 15px;
  }
}
.home .sec4 .button_base div:nth-child(1),
.home .sec4 .button_base div:nth-child(3) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .home .sec4 {
    width: 1020px;
    height: 320px;
    margin: 120px auto 115px;
    background-image: url("../img/home/img_story_pc.jpg"), url("../img/home/bg_story.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 1000px 300px, 208px 208px;
  }
  .home .sec4 .subtitle {
    margin-left: 642px;
    padding-top: 28px;
    color: #fff;
    font-size: 26px;
    text-align: left;
    line-height: 1;
  }
  .home .sec4 .sec-title {
    width: 100%;
    max-width: 221px;
    margin: auto;
    margin-left: 642px;
    margin-top: 15px;
  }
  .home .sec4 .button_base {
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 60px;
    margin: auto;
    margin-left: 642px;
    margin-top: 16px;
    background-color: none;
  }
  .home .sec4 .button_base div:nth-child(3) {
    background: url(../img/common/icon_arrow_bk.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
}

/*　section-5 Space　*/
.home .sec5 {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 76px;
  margin-top: -26px;
  background-color: #0F0000;
}
@media screen and (min-width: 768px) {
  .home .sec5 {
    display: none;
  }
}

/*　section-6 Campaign　*/
.home .sec6 {
  border-top: solid 3px #EB5C02;
  background-color: #0F0000;
}
.home .sec6 .inner {
  margin: auto;
  padding: 40px 30px 60px;
}
.home .sec6 .sec-title {
  width: 100%;
  max-width: 284px;
  margin: auto;
}
.home .sec6 .subtitle {
  margin-top: 5px;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.home .sec6 .box {
  width: 100%;
  max-width: 316px;
  margin-top: 35px;
  padding: 20px;
  color: #333;
  text-align: left;
  background-color: #E1E1DA;
  border: solid 2px #EB5C02;
}
@media (max-width: 768px) {
  .home .sec6 .box {
    margin-left: auto;
    margin-right: auto;
  }
}
.home .sec6 .box .expired {
  font-weight: 400;
  font-size: 1.4rem;
}
.home .sec6 .box .title {
  margin-top: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #EB5C02;
}
.home .sec6 .box .note {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 10px;
  background: #FF541C;
  font-size: 10px;
}
.home .sec6 .box .spec {
  display: block;
}
.home .sec6 .box .spec .text {
  font-weight: 400;
  font-size: 1.4rem;
}
.home .sec6 .box .spec .image {
  max-width: 110px;
  margin: auto;
  margin-top: 15px;
}
.home .sec6 .box .button_base {
  top: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 46px;
  margin: auto;
  margin-top: 20px;
  background-color: #fff;
}
.home .sec6 .box .button_base div:nth-child(1),
.home .sec6 .box .button_base div:nth-child(3) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
.home .sec6 .addition {
  margin: 30px auto 50px;
  /*.add-title{
  	margin-bottom:15px;
  	font-weight:700;
  	font-size:1.9rem;
  	color:#EB5C02;
  	text-align:center;
  }
  .text{
  	font-weight:400;
  	font-size:1.4rem;
  	color:#fff;
  	text-align:left;
  }*/
}
@media screen and (min-width: 768px) {
  .home .sec6 {
    border-top: solid 10px #EB5C02;
    background-color: #0F0000;
    background-image: url("../img/home/bg_campaign.png");
    background-repeat: no-repeat;
    background-position: right -250px bottom -150px;
    background-size: 1194px 753px;
  }
  .home .sec6 .inner {
    margin: auto;
    padding: 60px 30px 30px;
  }
  .home .sec6 .sec-title {
    width: 100%;
    max-width: 258px;
    margin: auto;
  }
  .home .sec6 .subtitle {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .home .sec6 .campaign-whole {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .sec6 .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 488px;
    margin-top: 25px;
    padding: 25px;
    color: #333;
    text-align: left;
    background-color: #EEEBE9;
    border: solid 3px #EB5C02;
  }
  .home .sec6 .box .expired {
    font-weight: 400;
    font-size: 20px;
  }
  .home .sec6 .box .expired span {
    margin-left: .5em;
    color: #EB5C02;
    font-size: 1.2em;
    vertical-align: baseline;
    font-family: Futura,'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
  }
  .home .sec6 .box .title {
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 28px;
    color: #EB5C02;
  }
  .home .sec6 .box .note {
    font-size: 14px;
  }
  .home .sec6 .box .spec {
    display: flex;
    margin-bottom: 20px;
    min-height: 1%;
  }
  .home .sec6 .box .spec .text {
    flex: 2;
    font-weight: 400;
    font-size: 16px;
  }
  .home .sec6 .box .spec .image {
    flex: 1;
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-left: 15px;
  }
  .home .sec6 .box .button_base {
    top: 0;
    left: 0;
    right: 0;
    width: 247px;
    height: 44px;
    line-height: 44px;
    margin: auto auto 0;
    font-size: 16px;
    background-color: #fff;
  }
  .home .sec6 .box .button_base div:nth-child(1),
  .home .sec6 .box .button_base div:nth-child(3) {
    background: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 18px right 10px;
    background-size: auto;
  }
  .home .sec6 .addition {
    margin: 60px auto 120px;
    /*.add-title{
    	margin-bottom:15px;
    	font-weight:700;
    	font-size:42px;
    	color:#EB5C02;
    	text-align:center;
    }
    .text{
    	font-weight:400;
    	font-size:18px;
    	color:#fff;
    	text-align:center;
    }*/
  }
}

/* ------------------------------------------------- *
 *  ＠CONCEPT
 * ------------------------------------------------- */
/* 共通 */
/* MV */
.concept .sec-mv {
  position: relative;
  width: 100%;
  height: 236px;
  margin: 0 auto 28px;
  background-image: url(../img/concept/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top 48px;
  background-size: auto;
}
.concept .sec-mv .inner {
  margin: auto;
  padding: 0 15px;
}
.concept .sec-mv .inner .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 95px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}
.concept .sec-mv .inner .title .catch {
  display: block;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px) {
  .concept .sec-mv {
    height: 404px;
    margin: 0 auto 40px;
    background-image: url(../img/concept/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top 62px;
    background-size: auto;
  }
  .concept .sec-mv .inner .title {
    margin-top: 167px;
    font-size: 42px;
  }
  .concept .sec-mv .inner .title .catch {
    font-size: 22px;
  }
}

/* section-MAIN */
.concept .sec-main {
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
  border-bottom: solid 11px #E33900;
}
.concept .sec-main .inner {
  padding: 0 20px;
}
.concept .sec-main .heading {
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
}
.concept .sec-main .text {
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.075em;
}
.concept .sec-main .mark {
  margin: 30px auto 25px;
  width: 100%;
  max-width: 335px;
}
.concept .sec-main .catch {
  margin: 0;
  width: 100%;
  max-width: 145px;
}
.concept .sec-main .lead {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.concept .sec-main .sublead {
  margin-top: 1px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .concept .sec-main {
    padding-bottom: 80px;
  }
  .concept .sec-main .inner {
    padding: 0 10px;
  }
  .concept .sec-main .heading {
    font-size: 30px;
  }
  .concept .sec-main .text {
    font-size: 15px;
  }
  .concept .sec-main .mark {
    margin: 50px auto 25px;
    width: 60%;
    max-width: 600px;
  }
  .concept .sec-main .inner-box {
    width: 56%;
    max-width: 560px;
    margin: auto;
  }
  .concept .sec-main .catch {
    margin: 0;
    width: 63%;
    max-width: 235px;
  }
  .concept .sec-main .lead {
    margin-top: 30px;
    font-size: 30px;
  }
  .concept .sec-main .sublead {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

/* section-WHITE */
.concept .sec-white {
  width: 100%;
  margin: auto;
}
.concept .sec-white .inner {
  padding: 80px 20px 40px;
  color: #323232;
  text-align: center;
}
.concept .sec-white .title {
  margin-bottom: 50px;
  font-size: 2.5rem;
  letter-spacing: 0;
}
.concept .sec-white .title span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  color: #2B2E34;
}
.concept .sec-white .title span::after {
  display: block;
  content: "●";
  margin: 12px auto;
  font-size: 1.2rem;
}
.concept .sec-white .number {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  color: #FF541C;
  line-height: 1;
  letter-spacing: 0.05em;
}
.concept .sec-white .number span {
  display: block;
  margin-top: -10px;
  font-size: 12rem;
  letter-spacing: -0.05em;
}
.concept .sec-white .subheading {
  padding-bottom: 25px;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: solid 1px #2B2E34;
}
.concept .sec-white .subheading span {
  display: block;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  color: #FF541C;
}
.concept .sec-white .text {
  margin-top: 25px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75;
}
.concept .sec-white .note {
  color: #FF541C;
}
@media screen and (min-width: 768px) {
  .concept .sec-white .inner {
    padding: 80px 20px 40px;
  }
  .concept .sec-white .title {
    font-size: 39px;
  }
  .concept .sec-white .title span {
    font-size: 50px;
  }
  .concept .sec-white .number {
    font-size: 17px;
  }
  .concept .sec-white .number span {
    font-size: 120px;
  }
  .concept .sec-white .subheading {
    width: 700px;
    margin: auto;
    font-size: 30px;
    border-bottom: solid 1px #2B2E34;
  }
  .concept .sec-white .subheading span {
    font-size: 17px;
  }
  .concept .sec-white .text {
    font-size: 15px;
  }
}

/* section-COLOR */
.concept .sec-color {
  width: 100%;
  margin: auto;
  background-color: #EA5205;
}
.concept .sec-color img {
  max-width: 100%;
}
.concept .sec-color .inner {
  padding: 40px 20px 50px;
  color: #fff;
  text-align: center;
}
.concept .sec-color .title {
  margin-bottom: 25px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
.concept .sec-color .title span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.concept .sec-color .text {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75;
}
.concept .sec-color .image {
  position: relative;
  width: 100%;
}
.concept .sec-color .image .plus {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  cursor: pointer;
}
.concept .sec-color .image.minus {
  margin-top: 70px;
}
.concept .sec-color .image.m2 .plus {
  top: -40px;
}
.concept .sec-color .image.m2 .figure {
  margin-top: 60px;
}
.concept .sec-color .image.m3 .plus {
  top: -50px;
}
.concept .sec-color .image.m3 .figure {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .concept .sec-color .inner {
    padding: 50px 10px;
  }
  .concept .sec-color .title {
    font-size: 30px;
  }
  .concept .sec-color .title span {
    font-size: 16px;
  }
  .concept .sec-color .text {
    margin-bottom: 75px;
    font-size: 17px;
  }
  .concept .sec-color .image {
    max-width: 748px;
    margin: auto;
    cursor: pointer;
  }
  .concept .sec-color .image .plus {
    width: 60px;
  }
  .concept .sec-color .image.minus {
    margin-top: 70px;
  }
  .concept .sec-color .image.m2 .plus {
    top: -60px;
  }
  .concept .sec-color .image.m2 .figure {
    margin-top: 90px;
  }
  .concept .sec-color .image.m3 .plus {
    top: -65px;
  }
  .concept .sec-color .image.m3 .figure {
    margin-top: 120px;
  }
}

/* CONCEPT-BUTTON */
.concept .link_btn {
  border: 1px solid #EB5C02;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  margin: auto;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
  background-color: #070000;
}
@media screen and (min-width: 768px) {
  .concept .link_btn {
    width: 440px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}

.concept .link_btn:hover {
  cursor: pointer;
}

.concept .slide_in {
  overflow: hidden;
  width: 339px;
}

.concept .slide_in div {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .concept .slide_in div {
    height: 60px;
  }
}

.concept .slide_in div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}

.concept .mv-off.slide_in div:nth-child(1) {
  color: #BAB5B1 !important;
}

.concept .slide_in div:nth-child(2) {
  background-color: #000;
  width: 100%;
  transition: all 0.2s ease;
  transform: translate(-210px, 0px) skewX(-30deg);
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .concept .slide_in div:nth-child(2) {
    width: 470px;
    transform: translate(-500px, 0px) skewX(-30deg);
  }
}

.concept .slide_in div:nth-child(3) {
  color: #000;
  left: -160px;
  transition: left 0.2s ease;
}
@media screen and (min-width: 768px) {
  .concept .slide_in div:nth-child(3) {
    left: -440px;
  }
}

.concept .slide_in:hover div:nth-child(2) {
  transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
}

.concept .slide_in:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
}

/* section-BTNS */
.concept .sec-btn {
  width: 100%;
  margin: 60px auto 80px;
}
.concept .sec-btn .inner {
  padding: 0 20px;
}
.concept .sec-btn .inner-box {
  display: block;
}
.concept .sec-btn .button_base {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 260px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  margin-bottom: 25px;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  background-color: none;
  border: solid 1px #EB5C02;
}
.concept .sec-btn .button_base div:nth-child(1) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .concept .sec-btn {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .concept .sec-btn .inner {
    padding: 0 10px;
  }
  .concept .sec-btn .inner-box {
    width: 660px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .concept .sec-btn .button_base {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    font-size: 1.9rem;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: normal;
    background-color: none;
    border: solid 1px #EB5C02;
  }
  .concept .sec-btn .button_base div:nth-child(1) {
    background: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
  .concept .sec-btn .button_base div:nth-child(3) {
    color: #fff;
    background: url(../img/common/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
}

/* モーダル設定 */
html.conceptmodalset {
  overflow: hidden;
}

.concept .conceptmodal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.concept .conceptmodal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.concept .conceptmodal-wrap::-webkit-scrollbar {
  display: none;
}

.concept .conceptmodal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.concept .conceptmodal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.concept .conceptmodal-box {
  width: 96%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept .conceptmodal-box {
    width: 90%;
    max-width: 1400px;
  }
}

.concept .conceptmodal-box .inner {
  background: #ea5205;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept .conceptmodal-box .inner {
    padding: 80px 40px;
  }
}

.concept .conceptmodal-box.m2 .inner {
  padding: 50px 10px 30px;
}
@media screen and (min-width: 768px) {
  .concept .conceptmodal-box.m2 .inner {
    padding: 80px 40px;
  }
}

.concept .conceptmodal-box.m3 .inner {
  padding: 50px 10px 30px;
}
@media screen and (min-width: 768px) {
  .concept .conceptmodal-box.m3 .inner {
    padding: 80px 40px;
  }
}

.concept .conceptmodal-box .inner > :first-child {
  margin-top: 0;
}

.conceptmodal-box .conceptmodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7%;
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .conceptmodal-box .conceptmodal-close {
    top: 15px;
    right: 15px;
  }
}

/* ------------------------------------------------- *
 *  ＠SELECTION
 * ------------------------------------------------- */
/* 共通 */
#tabpoint {
  margin-top: -55px;
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  #tabpoint {
    margin-top: -55px;
    padding-top: 55px;
  }
}

/* MV */
.selection .sec-mv {
  position: relative;
  width: 100%;
  height: 236px;
  margin: 0 auto 28px;
  background-image: url(../img/selection/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top 48px;
  background-size: auto;
}
.selection .sec-mv .inner {
  margin: auto;
  padding: 0 15px;
}
.selection .sec-mv .inner .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 95px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}
.selection .sec-mv .inner .title .catch {
  display: block;
  font-size: 1.4rem;
}
.selection .sec-mv .inner .title .subtitle {
  display: block;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .selection .sec-mv {
    height: 404px;
    margin: 0 auto 40px;
    background-image: url(../img/selection/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top 62px;
    background-size: auto;
  }
  .selection .sec-mv .inner .title {
    margin-top: 146px;
    font-size: 42px;
  }
  .selection .sec-mv .inner .title .catch {
    font-size: 22px;
  }
  .selection .sec-mv .inner .title .subtitle {
    font-size: 26px;
  }
}

/* TAB */
.selection .sec-tab {
  width: 100%;
  margin: 30px auto 80px;
}
.selection .sec-tab .heading {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .selection .sec-tab .heading {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.selection .sec-tab .tabMold {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 15px;
}
.selection .sec-tab .tabMold .heading-mold {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}
.selection .sec-tab .tabMold .heading-mold:before, .selection .sec-tab .tabMold .heading-mold:after {
  content: '▼';
  color: #D76429;
  margin-right: 7px;
}
.selection .sec-tab .tabMold .heading-mold:after {
  margin-right: 0;
  margin-left: 7px;
}
.selection .sec-tab .tabMold .btn-mold {
  width: 100%;
}
.selection .sec-tab .tabMold .btn-mold__inner {
  position: relative;
  display: inline-block;
}
.selection .sec-tab .tabMold .btn-mold a.btn-mold__inner:hover::before {
  content: "";
  background: url(/online_exhibition/parts/img/selection/img_banner_mold_on.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 768px;
  width: 100%;
}
.selection .sec-tab .tabMold .btn-mold .shimmer {
  position: absolute;
  top: 40px;
  left: 253px;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  margin: 0 auto;
  padding: 0 160px 0 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .selection .sec-tab .tabMold .btn-mold .shimmer {
    font-size: 3.90625vw;
    top: 5.2vw;
    left: 30.9vw;
    padding: 0 40vw 0 3.9vw;
  }
  .selection .sec-tab .tabMold .btn-mold .shimmer::after {
    border-bottom-width: 1.5px;
  }
}
.selection .sec-tab .tabMold .btn-mold .shimmer::after {
  display: block;
  content: "";
  border-bottom: 3px solid #fff;
}
.selection .sec-tab .tabMold .btn-mold .shimmer {
  /* the shimmer magic */
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  -webkit-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@media all and (-ms-high-contrast: none) {
  .selection .sec-tab .tabMold .btn-mold .shimmer {
    background: none;
    transition: none !important;
    animation: none !important;
    color: #fff;
  }
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-ms-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabMold {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .selection .sec-tab .tabMold .heading-mold {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .selection .sec-tab .tabMold .btn-mold {
    text-align: center;
  }
}
.selection .sec-tab .tab-top {
  width: 100%;
  margin: auto;
  padding: 0 8px;
  display: flex;
  justify-content: center;
}
.selection .sec-tab .tab-top .tab1 a,
.selection .sec-tab .tab-top .tab2 a,
.selection .sec-tab .tab-top .tab3 a,
.selection .sec-tab .tab-top .tab0 a {
  color: #BAB5B1;
  text-decoration: none;
  border-bottom: none;
  transition: ease-in-out .3s;
}
.selection .sec-tab .tab-top .tab0_num-mold a {
  color: #BAB5B1;
}
.selection .sec-tab .tab-top .tab1.active,
.selection .sec-tab .tab-top .tab2.active,
.selection .sec-tab .tab-top .tab3.active,
.selection .sec-tab .tab-top .tab0.active {
  color: #EB5C02;
  border-bottom: 2px solid #EB5C02;
}
.selection .sec-tab .tab-top .tab1.active::before,
.selection .sec-tab .tab-top .tab2.active::before,
.selection .sec-tab .tab-top .tab3.active::before,
.selection .sec-tab .tab-top .tab0.active::before {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 5px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.selection .sec-tab .tab-top .tab1.active::after,
.selection .sec-tab .tab-top .tab2.active::after,
.selection .sec-tab .tab-top .tab3.active::after,
.selection .sec-tab .tab-top .tab0.active::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 5px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.selection .sec-tab .tab-top .tab0:hover span,
.selection .sec-tab .tab-top .tab0.active span {
  border: 1px solid #EB5C02;
}
.selection .sec-tab .tab-top .tab1,
.selection .sec-tab .tab-top .tab2,
.selection .sec-tab .tab-top .tab3,
.selection .sec-tab .tab-top .tab0 {
  flex: 1;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.025em;
  transition: ease-in-out .3s;
}
.selection .sec-tab .tab-top .tab1 .tab1_num,
.selection .sec-tab .tab-top .tab1 .tab2_num,
.selection .sec-tab .tab-top .tab1 .tab3_num,
.selection .sec-tab .tab-top .tab1 .tab0_num-mold,
.selection .sec-tab .tab-top .tab2 .tab1_num,
.selection .sec-tab .tab-top .tab2 .tab2_num,
.selection .sec-tab .tab-top .tab2 .tab3_num,
.selection .sec-tab .tab-top .tab2 .tab0_num-mold,
.selection .sec-tab .tab-top .tab3 .tab1_num,
.selection .sec-tab .tab-top .tab3 .tab2_num,
.selection .sec-tab .tab-top .tab3 .tab3_num,
.selection .sec-tab .tab-top .tab3 .tab0_num-mold,
.selection .sec-tab .tab-top .tab0 .tab1_num,
.selection .sec-tab .tab-top .tab0 .tab2_num,
.selection .sec-tab .tab-top .tab0 .tab3_num,
.selection .sec-tab .tab-top .tab0 .tab0_num-mold {
  font-size: 2.5rem;
  letter-spacing: .05em;
  font-family: 'Futura','Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}
.selection .sec-tab .tab-top .tab1 .tab-head,
.selection .sec-tab .tab-top .tab1 .tab-head-mold,
.selection .sec-tab .tab-top .tab2 .tab-head,
.selection .sec-tab .tab-top .tab2 .tab-head-mold,
.selection .sec-tab .tab-top .tab3 .tab-head,
.selection .sec-tab .tab-top .tab3 .tab-head-mold,
.selection .sec-tab .tab-top .tab0 .tab-head,
.selection .sec-tab .tab-top .tab0 .tab-head-mold {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 1.3rem;
}
.selection .sec-tab .tab-top .tab1 .tab-head span,
.selection .sec-tab .tab-top .tab1 .tab-head-mold span,
.selection .sec-tab .tab-top .tab2 .tab-head span,
.selection .sec-tab .tab-top .tab2 .tab-head-mold span,
.selection .sec-tab .tab-top .tab3 .tab-head span,
.selection .sec-tab .tab-top .tab3 .tab-head-mold span,
.selection .sec-tab .tab-top .tab0 .tab-head span,
.selection .sec-tab .tab-top .tab0 .tab-head-mold span {
  display: block;
  margin: 0 auto 6px;
  font-size: 1rem;
}
.selection .sec-tab .tab-top .tab1 .tab0,
.selection .sec-tab .tab-top .tab2 .tab0,
.selection .sec-tab .tab-top .tab3 .tab0,
.selection .sec-tab .tab-top .tab0 .tab0 {
  display: none;
}
.selection .sec-tab .tab-top .tab1.tab1,
.selection .sec-tab .tab-top .tab2.tab1,
.selection .sec-tab .tab-top .tab3.tab1,
.selection .sec-tab .tab-top .tab0.tab1 {
  flex: 1;
}
.selection .sec-tab .tab-top .tab1.tab2,
.selection .sec-tab .tab-top .tab2.tab2,
.selection .sec-tab .tab-top .tab3.tab2,
.selection .sec-tab .tab-top .tab0.tab2 {
  flex: 1;
  border-left: solid 1px #BAB5B1;
}
.selection .sec-tab .tab-top .tab1.tab3,
.selection .sec-tab .tab-top .tab2.tab3,
.selection .sec-tab .tab-top .tab3.tab3,
.selection .sec-tab .tab-top .tab0.tab3 {
  flex: 1;
  border-left: solid 1px #BAB5B1;
}
.selection .sec-tab .tab-top .tab0 {
  display: none;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tab-top {
    max-width: 1000px;
    padding: 0 15px;
  }
  .selection .sec-tab .tab-top .tab1 a:hover,
  .selection .sec-tab .tab-top .tab2 a:hover,
  .selection .sec-tab .tab-top .tab3 a:hover,
  .selection .sec-tab .tab-top .tab0 a:hover {
    color: #EB5C02;
  }
  .selection .sec-tab .tab-top .tab1.active,
  .selection .sec-tab .tab-top .tab2.active,
  .selection .sec-tab .tab-top .tab3.active,
  .selection .sec-tab .tab-top .tab0.active {
    position: relative;
    border-bottom: 5px solid #EB5C02;
  }
  .selection .sec-tab .tab-top .tab1.active::before,
  .selection .sec-tab .tab-top .tab2.active::before,
  .selection .sec-tab .tab-top .tab3.active::before,
  .selection .sec-tab .tab-top .tab0.active::before {
    content: "";
    display: block;
    border-bottom: 5px solid #fff;
    width: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .selection .sec-tab .tab-top .tab1.active::after,
  .selection .sec-tab .tab-top .tab2.active::after,
  .selection .sec-tab .tab-top .tab3.active::after,
  .selection .sec-tab .tab-top .tab0.active::after {
    content: "";
    display: block;
    border-bottom: 5px solid #fff;
    width: 10px;
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .selection .sec-tab .tab-top .tab1,
  .selection .sec-tab .tab-top .tab2,
  .selection .sec-tab .tab-top .tab3,
  .selection .sec-tab .tab-top .tab0 {
    width: 26%;
    margin-bottom: 30px;
    padding-bottom: 3px;
    font-size: 28px;
    transition: ease-in-out .3s;
  }
  .selection .sec-tab .tab-top .tab1 .tab1_num,
  .selection .sec-tab .tab-top .tab1 .tab2_num,
  .selection .sec-tab .tab-top .tab1 .tab3_num,
  .selection .sec-tab .tab-top .tab1 .tab0_num-mold,
  .selection .sec-tab .tab-top .tab2 .tab1_num,
  .selection .sec-tab .tab-top .tab2 .tab2_num,
  .selection .sec-tab .tab-top .tab2 .tab3_num,
  .selection .sec-tab .tab-top .tab2 .tab0_num-mold,
  .selection .sec-tab .tab-top .tab3 .tab1_num,
  .selection .sec-tab .tab-top .tab3 .tab2_num,
  .selection .sec-tab .tab-top .tab3 .tab3_num,
  .selection .sec-tab .tab-top .tab3 .tab0_num-mold,
  .selection .sec-tab .tab-top .tab0 .tab1_num,
  .selection .sec-tab .tab-top .tab0 .tab2_num,
  .selection .sec-tab .tab-top .tab0 .tab3_num,
  .selection .sec-tab .tab-top .tab0 .tab0_num-mold {
    font-size: 40px;
  }
  .selection .sec-tab .tab-top .tab1 .tab2_num,
  .selection .sec-tab .tab-top .tab2 .tab2_num,
  .selection .sec-tab .tab-top .tab3 .tab2_num,
  .selection .sec-tab .tab-top .tab0 .tab2_num {
    margin-left: -5px;
  }
  .selection .sec-tab .tab-top .tab1 .tab-head,
  .selection .sec-tab .tab-top .tab1 .tab-head-mold,
  .selection .sec-tab .tab-top .tab2 .tab-head,
  .selection .sec-tab .tab-top .tab2 .tab-head-mold,
  .selection .sec-tab .tab-top .tab3 .tab-head,
  .selection .sec-tab .tab-top .tab3 .tab-head-mold,
  .selection .sec-tab .tab-top .tab0 .tab-head,
  .selection .sec-tab .tab-top .tab0 .tab-head-mold {
    margin-top: 4px;
    font-weight: 400;
    font-size: 28px;
  }
  .selection .sec-tab .tab-top .tab1 .tab-head span,
  .selection .sec-tab .tab-top .tab1 .tab-head-mold span,
  .selection .sec-tab .tab-top .tab2 .tab-head span,
  .selection .sec-tab .tab-top .tab2 .tab-head-mold span,
  .selection .sec-tab .tab-top .tab3 .tab-head span,
  .selection .sec-tab .tab-top .tab3 .tab-head-mold span,
  .selection .sec-tab .tab-top .tab0 .tab-head span,
  .selection .sec-tab .tab-top .tab0 .tab-head-mold span {
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .selection .sec-tab .tab-top .tab1.tab2,
  .selection .sec-tab .tab-top .tab2.tab2,
  .selection .sec-tab .tab-top .tab3.tab2,
  .selection .sec-tab .tab-top .tab0.tab2 {
    width: 26%;
  }
  .selection .sec-tab .tab-top .tab1.tab3,
  .selection .sec-tab .tab-top .tab2.tab3,
  .selection .sec-tab .tab-top .tab3.tab3,
  .selection .sec-tab .tab-top .tab0.tab3 {
    width: 26%;
  }
  .selection .sec-tab .tab-top .tab2 .tab-head {
    margin-left: -5px;
  }
}
.selection .sec-tab .is-fixed {
  position: fixed;
  z-index: 100;
  top: 48px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  margin-top: -10px;
  padding: 0 4px;
  background-color: #fff;
}
.selection .sec-tab .is-fixed .tab-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.selection .sec-tab .is-fixed .tab1,
.selection .sec-tab .is-fixed .tab2,
.selection .sec-tab .is-fixed .tab3,
.selection .sec-tab .is-fixed .tab0 {
  display: block;
}
.selection .sec-tab .is-fixed .tab2,
.selection .sec-tab .is-fixed .tab3 {
  border-left: none !important;
}
.selection .sec-tab .is-fixed .tab1_num,
.selection .sec-tab .is-fixed .tab2_num,
.selection .sec-tab .is-fixed .tab3_num,
.selection .sec-tab .is-fixed .tab0_num-mold {
  margin-top: -10px;
  display: inline-block;
  font-size: 1.1rem !important;
}
.selection .sec-tab .is-fixed .tab0_num-mold {
  display: inline-block;
  line-height: 1;
  border: solid 1px #BAB5B1;
  padding: 2px;
}
.selection .sec-tab .is-fixed .tab-head,
.selection .sec-tab .is-fixed .tab-head-mold {
  margin-top: 0 !important;
  font-size: 1.1rem !important;
}
.selection .sec-tab .is-fixed .tab-head span.subcatch,
.selection .sec-tab .is-fixed .tab-head-mold span.subcatch {
  display: none;
}
.selection .sec-tab .is-fixed li {
  left: 0;
  right: 0;
  bottom: -17px;
  margin: 0;
}
.selection .sec-tab .is-fixed li a {
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
}
.selection .sec-tab .is-fixed li.active {
  left: 0;
  right: 0;
  top: 17px;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .is-fixed {
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 0 25px;
    background-color: #fff;
  }
  .selection .sec-tab .is-fixed .tab-top {
    display: flex;
    align-items: fffff;
    justify-content: space-between;
  }
  .selection .sec-tab .is-fixed .tab1.active,
  .selection .sec-tab .is-fixed .tab2.active,
  .selection .sec-tab .is-fixed .tab3.active,
  .selection .sec-tab .is-fixed .tab0.active {
    border-bottom: 5px solid #EB5C02;
  }
  .selection .sec-tab .is-fixed .tab1_num,
  .selection .sec-tab .is-fixed .tab2_num,
  .selection .sec-tab .is-fixed .tab3_num,
  .selection .sec-tab .is-fixed .tab0_num-mold {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 1.8rem !important;
  }
  .selection .sec-tab .is-fixed .tab0_num-mold {
    line-height: 1;
    border: solid 1px #BAB5B1;
    padding: 2px 5px;
    position: absolute;
    left: 20px;
    top: 4px;
    font-size: 1.6rem !important;
  }
  .selection .sec-tab .is-fixed .tab-head,
  .selection .sec-tab .is-fixed .tab-head-mold {
    position: absolute;
    left: 70px;
    top: -12px;
    margin: 0;
    font-size: 2rem !important;
  }
  .selection .sec-tab .is-fixed .tab-head span.subcatch,
  .selection .sec-tab .is-fixed .tab-head-mold span.subcatch {
    display: none;
  }
  .selection .sec-tab .is-fixed .tab-head-mold {
    left: 110px;
  }
  .selection .sec-tab .is-fixed li {
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0;
  }
  .selection .sec-tab .is-fixed li a {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0;
  }
  .selection .sec-tab .is-fixed li.active {
    left: 0;
    right: 0;
    top: 17px;
  }
}
.selection .sec-tab .tabContents {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 18px;
}
.selection .sec-tab .tabContents .image {
  margin-bottom: 25px;
}
.selection .sec-tab .tabContents .lead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.selection .sec-tab .tabContents .lead::after {
  display: block;
  content: "";
  width: 42px;
  height: 3px;
  background-color: #707070;
  margin: 12px auto;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .lead {
    margin-top: 50px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .selection .sec-tab .tabContents .lead::after {
    margin: 18px auto;
  }
}
.selection .sec-tab .tabContents .lead-text {
  margin-bottom: 25px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .lead-text {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.selection .sec-tab .tabContents .ref-box {
  width: 100%;
  margin: auto;
  font-size: 1.3rem;
}
.selection .sec-tab .tabContents .ref-box .ref-head {
  max-width: 340px;
  height: 33px;
  margin-bottom: 10px;
  line-height: 33px;
  text-align: center;
  background-color: #E1E1DA;
}
.selection .sec-tab .tabContents .ref-box .ref-list li {
  margin-bottom: 7px;
}
.selection .sec-tab .tabContents .ref-box .ref-list li a {
  color: #333;
}
.selection .sec-tab .tabContents .ref-box .ref-list li a:hover {
  color: #EB5C02;
}
.selection .sec-tab .tabContents .ref-box .ref-list li a::before {
  content: "▶";
  color: #EB5C02;
  font-size: 9px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.selection .sec-tab .tabContents .ref-box .ref-list li a::after {
  content: url(../img/common/icon_outer.svg);
  margin-left: 6px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .ref-box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .selection .sec-tab .tabContents .ref-box .ref-head {
    width: 165px;
    height: 98px;
    margin: 0 40px 0 0;
    padding: 20px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.25;
    background-color: #E1E1DA;
    position: relative;
    display: inline-block;
  }
  .selection .sec-tab .tabContents .ref-box .ref-head span {
    font-size: 24px;
    font-family: 'Didact Gothic', sans-serif;
  }
  .selection .sec-tab .tabContents .ref-box .ref-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #E1E1DA;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li {
    margin-bottom: 0;
    font-size: 18px;
    height: 55px;
    margin-right: 25px;
    padding-right: 25px;
    padding-top: 15px;
    border-right: solid 1px #333;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li:last-child {
    border-right: none;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li a {
    color: #333;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li a:hover {
    color: #EB5C02;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li a::before {
    content: "▶";
    color: #EB5C02;
    font-size: 9px;
    margin-right: 6px;
    position: relative;
    top: -2px;
  }
  .selection .sec-tab .tabContents .ref-box .ref-list li a::after {
    content: url(../img/common/icon_outer.svg);
    margin-left: 6px;
    position: relative;
    top: 2px;
  }
}
.selection .sec-tab .tabContents .caution {
  margin: 12px auto 10px;
  color: #EB5C02;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .caution {
    margin: 12px auto 20px;
    font-size: 18px;
  }
}
.selection .sec-tab .tabContents #filterBtnList {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
.selection .sec-tab .tabContents #filterBtnList li {
  display: block;
  width: 32%;
  height: 33px;
  line-height: 33px;
  margin-right: 2%;
  margin-bottom: 6px;
  display: block;
  color: #EB5C02;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #DE5A10;
  box-sizing: border-box;
  cursor: pointer;
  /*a{
  	display:block;
  	color:#EB5C02;
  	&:hover{
  		color:#fff;
  	}
  }
  &:hover{
  	color:#fff;
  	background-color:#EB5C02;
  }*/
}
.selection .sec-tab .tabContents #filterBtnList li span {
  display: block;
}
.selection .sec-tab .tabContents #filterBtnList li span:hover, .selection .sec-tab .tabContents #filterBtnList li span.active {
  display: block;
  color: #fff;
  background-color: #EB5C02;
}
.selection .sec-tab .tabContents #filterBtnList li:nth-child(3n) {
  margin-right: 0;
}
.selection .sec-tab .tabContents #filterBtnList li p.small {
  padding-top: 3px;
  line-height: 1.1;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents #filterBtnList {
    width: 100%;
    max-width: 964px;
    margin-bottom: 50px;
    justify-content: flex-start;
  }
  .selection .sec-tab .tabContents #filterBtnList li {
    width: 186px;
    height: 37px;
    line-height: 37px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .selection .sec-tab .tabContents #filterBtnList li:nth-child(3n) {
    margin-right: 8px;
  }
  .selection .sec-tab .tabContents #filterBtnList li:nth-child(5n) {
    margin-right: 0;
  }
  .selection .sec-tab .tabContents #filterBtnList li p.small {
    padding-top: 0;
    line-height: 37px;
    font-size: 14px;
  }
}
.selection .sec-tab .tabContents #filterBtnList.fixed {
  width: 96%;
}
.selection .sec-tab .tabContents #filterBtnList.fixed li {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents #filterBtnList.fixed {
    width: 100%;
  }
  .selection .sec-tab .tabContents #filterBtnList.fixed li {
    width: 186px;
  }
}
.selection .sec-tab .tabContents .fixed {
  position: fixed;
  top: 108px;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .fixed {
    top: 122px;
  }
}
.selection .sec-tab .tabContents .test_list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selection .sec-tab .tabContents .test_list .box {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 70px;
}
.selection .sec-tab .tabContents .test_list .box .new {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 58px;
  height: 22px;
  margin-bottom: 12px;
  padding: 2px 0;
  font-size: 1.8rem;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #EB5C02;
}
.selection .sec-tab .tabContents .test_list .box .title {
  margin-bottom: 20px;
  padding-left: 7px;
  color: #EB5C02;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.25;
  border-left: solid 4px #EB5C02;
}
.selection .sec-tab .tabContents .test_list .box .title span {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
}
.selection .sec-tab .tabContents .test_list .box .image {
  position: relative;
  width: 100%;
  margin: auto;
}
.selection .sec-tab .tabContents .test_list .box .image.i-shimadzu {
  margin-top: 40px;
}
.selection .sec-tab .tabContents .test_list .box .image .sms {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  max-width: 55px;
}
.selection .sec-tab .tabContents .test_list .box .image .shimadzu {
  position: absolute;
  top: -30px;
  right: 0;
  width: 35%;
  max-width: 150px;
}
.selection .sec-tab .tabContents .test_list .box .subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.4rem;
}
.selection .sec-tab .tabContents .test_list .box .text {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.selection .sec-tab .tabContents .test_list .box .text span.more {
  display: block;
  color: #EB5C02;
  text-decoration: underline;
}
.selection .sec-tab .tabContents .test_list .box .link-box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  /*position: absolute;
  bottom: 0;*/
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn {
  width: 48%;
  border: none;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv-off {
  color: #BAB5B1;
  border: solid 1px #BAB5B1;
  cursor: default;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv-off div:nth-child(1) {
  padding-left: 35px;
  background-image: url(../img/common/icon_movie_off.svg);
  background-repeat: no-repeat;
  background-position: center left 35px;
  background-size: auto;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv div:nth-child(1) {
  padding-left: 35px;
  background-image: url(../img/common/icon_movie.svg);
  background-repeat: no-repeat;
  background-position: center left 35px;
  background-size: auto;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv div:nth-child(3) {
  padding-left: 35px;
  background-image: url(../img/common/icon_movie_bk.svg);
  background-repeat: no-repeat;
  background-position: center left 35px;
  background-size: auto;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.dl div:nth-child(1) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: top 8px left 20px;
  background-size: auto;
}
.selection .sec-tab .tabContents .test_list .box .link-box .link_btn.dl div:nth-child(3) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download_bk.svg);
  background-repeat: no-repeat;
  background-position: top 8px left 20px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .selection .sec-tab .tabContents .test_list {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .selection .sec-tab .tabContents .test_list .box {
    width: 100%;
    max-width: 440px;
    margin: 0 0 75px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .selection .sec-tab .tabContents .test_list .box .new {
    display: block;
    width: 58px;
    height: 22px;
    margin-bottom: 12px;
    padding: 2px 0;
    font-size: 1.8rem;
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #EB5C02;
  }
  .selection .sec-tab .tabContents .test_list .box .title {
    margin-bottom: 20px;
    padding-left: 7px;
    color: #EB5C02;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }
  .selection .sec-tab .tabContents .test_list .box .title span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }
  .selection .sec-tab .tabContents .test_list .box .image {
    position: relative;
    width: 100%;
    margin: auto;
  }
  .selection .sec-tab .tabContents .test_list .box .image.i-shimadzu {
    margin-top: 40px;
  }
  .selection .sec-tab .tabContents .test_list .box .image .sms {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    max-width: 74px;
  }
  .selection .sec-tab .tabContents .test_list .box .image .shimadzu {
    position: absolute;
    top: -40px;
    right: 0;
    width: 35%;
    max-width: 150px;
  }
  .selection .sec-tab .tabContents .test_list .box .subtitle {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
  }
  .selection .sec-tab .tabContents .test_list .box .text {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
  .selection .sec-tab .tabContents .test_list .box .text span.more {
    display: inline;
    margin-left: .5em;
    font-size: 14px;
    color: #EB5C02;
    text-decoration: underline;
  }
  .selection .sec-tab .tabContents .test_list .box .text span.more:hover {
    color: #000;
    transition: all .4s;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box {
    display: flex;
    margin: auto auto 0;
    justify-content: space-between;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn {
    width: 47%;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv-off {
    color: #BAB5B1;
    border: solid 1px #BAB5B1;
    cursor: default;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv-off div:nth-child(1) {
    padding-left: 40px !important;
    background-image: url(../img/common/icon_movie_off.svg);
    background-repeat: no-repeat;
    background-position: top 16px left 45px !important;
    background-size: auto;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv div:nth-child(1) {
    padding-left: 40px !important;
    background-image: url(../img/common/icon_movie.svg);
    background-repeat: no-repeat;
    background-position: top 16px left 45px !important;
    background-size: auto;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.mv div:nth-child(3) {
    padding-left: 40px !important;
    background-image: url(../img/common/icon_movie_bk.svg);
    background-repeat: no-repeat;
    background-position: top 16px left 45px !important;
    background-size: auto;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.dl div:nth-child(1),
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.dl div:nth-child(3) {
    padding-left: 27px !important;
    background-image: url(../img/common/icon_download.svg);
    background-repeat: no-repeat;
    background-position: top 14px left 20px !important;
    background-size: auto;
  }
  .selection .sec-tab .tabContents .test_list .box .link-box .link_btn.dl div:nth-child(3) {
    padding-left: 27px !important;
    background-image: url(../img/common/icon_download_bk.svg);
    background-repeat: no-repeat;
    background-position: top 14px left 20px !important;
    background-size: auto;
  }
}

/*　SELECTION-BUTTON　*/
.selection .link_btn {
  border: 1px solid #EB5C02;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  position: relative;
  margin: auto;
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
  background-color: #070000;
}
.selection .link_btn.mv-off {
  color: #BAB5B1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .selection .link_btn {
    font-size: 16px;
    width: 210px;
    height: 52px;
    line-height: 52px;
  }
}

.selection .link_btn:hover {
  cursor: pointer;
}

.selection .slide_in {
  overflow: hidden;
  width: 339px;
}

.selection .slide_in div {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .selection .slide_in div {
    height: 52px;
  }
}

.selection .slide_in div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}

.selection .mv-off.slide_in div:nth-child(1) {
  color: #BAB5B1 !important;
}

.selection .slide_in div:nth-child(2) {
  background-color: #000;
  width: 190px;
  transition: all 0.2s ease;
  transform: translate(-210px, 0px) skewX(-30deg);
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .selection .slide_in div:nth-child(2) {
    width: 240px;
    transform: translate(-270px, 0px) skewX(-30deg);
  }
}

.selection .slide_in div:nth-child(3) {
  color: #000;
  left: -160px;
  transition: left 0.2s ease;
}
@media screen and (min-width: 768px) {
  .selection .slide_in div:nth-child(3) {
    left: -210px;
  }
}

.selection .slide_in:hover div:nth-child(2) {
  transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
}

.selection .slide_in:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
}

.remodal {
  width: 100%;
  margin: auto;
  padding: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remodal {
  width: 80%;
  margin: auto;
  padding: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ------------------------------------------------- *
 *  ＠SOLUTION
 * ------------------------------------------------- */
/* 共通 */
/* MV */
.solution .sec-mv {
  position: relative;
  width: 100%;
  height: 236px;
  margin: 0 auto 28px;
  background-image: url(../img/solution/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top 48px;
  background-size: auto;
}
.solution .sec-mv .inner {
  margin: auto;
  padding: 0 15px;
}
.solution .sec-mv .inner .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 95px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}
.solution .sec-mv .inner .title .catch {
  display: block;
  font-size: 1.4rem;
}
.solution .sec-mv .inner .title .subtitle {
  display: block;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .solution .sec-mv {
    height: 404px;
    margin: 0 auto 40px;
    background-image: url(../img/solution/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top 56px;
    background-size: auto;
  }
  .solution .sec-mv .inner .title {
    margin-top: 136px;
    font-size: 42px;
  }
  .solution .sec-mv .inner .title .catch {
    font-size: 22px;
  }
  .solution .sec-mv .inner .title .subtitle {
    font-size: 26px;
  }
}

/* section-MAIN */
.solution .sec-main {
  width: 100%;
  margin: auto;
}
.solution .sec-main .inner {
  padding: 0 20px;
}
.solution .sec-main .heading {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
.solution .sec-main .main-box {
  width: 100%;
  margin: 0;
  display: block;
}
.solution .sec-main .main-box .box {
  margin-bottom: 50px;
}
.solution .sec-main .main-box .box .subheading {
  padding-left: 10px;
  font-size: 1.8rem;
  font-size: 500;
  color: #EB5C02;
  border-left: solid 4px #EB5C02;
}
.solution .sec-main .main-box .box .image {
  margin: 12px 0;
}
.solution .sec-main .main-box .box .text {
  font-size: 1.4rem;
}
.solution .sec-main .main-box .box .text span.more {
  display: block;
  color: #EB5C02;
  text-decoration: underline;
}
.solution .sec-main .main-box .box .text span.more:hover {
  color: #000;
  transition: all .4s;
}
.solution .sec-main .main-box .box .inner-box {
  margin: 5px 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution .sec-main .main-box .box .inner-box .image:first-child {
  margin-right: 15px;
}
.solution .sec-main .main-box .box .link_btn {
  width: 100%;
  text-align: center;
}
.solution .sec-main .main-box .box .link_btn.dl div:nth-child(1) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
.solution .sec-main .main-box .box .link_btn.dl div:nth-child(3) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download_bk.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .solution .sec-main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .solution .sec-main .inner {
    padding: 0 10px;
  }
  .solution .sec-main .heading {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .solution .sec-main .main-box {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .solution .sec-main .main-box .box {
    width: 50%;
    margin-bottom: 50px;
    padding: 10px 0;
    padding-left: 60px;
  }
  .solution .sec-main .main-box .box:nth-child(odd) {
    padding-left: 0;
    padding-right: 60px;
    border-right: solid 1px #BAB5B1;
  }
  .solution .sec-main .main-box .box .subheading {
    font-size: 30px;
  }
  .solution .sec-main .main-box .box .image {
    margin: 12px 0;
  }
  .solution .sec-main .main-box .box .text {
    font-size: 16px;
  }
  .solution .sec-main .main-box .box .text span.more {
    display: inline;
    margin-left: 1em;
    font-size: 14px;
    color: #EB5C02;
    text-decoration: underline;
  }
  .solution .sec-main .main-box .box .text span.more:hover {
    color: #000;
    transition: all .4s;
  }
  .solution .sec-main .main-box .box .inner-box {
    margin: 5px 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .solution .sec-main .main-box .box .inner-box .image:first-child {
    margin-right: 15px;
  }
  .solution .sec-main .main-box .box .link_btn {
    width: 100%;
    text-align: center;
  }
  .solution .sec-main .main-box .box .link_btn.dl div:nth-child(1) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
  .solution .sec-main .main-box .box .link_btn.dl div:nth-child(3) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download_bk.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
}

/*SOLUTION-BUTTON　*/
.solution .link_btn {
  border: 1px solid #EB5C02;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  margin: auto;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
  background-color: #070000;
}
@media screen and (min-width: 768px) {
  .solution .link_btn {
    width: 440px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}

.solution .link_btn:hover {
  cursor: pointer;
}

.solution .slide_in {
  overflow: hidden;
  width: 339px;
}

.solution .slide_in div {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .solution .slide_in div {
    height: 60px;
  }
}

.solution .slide_in div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}

.solution .mv-off.slide_in div:nth-child(1) {
  color: #BAB5B1 !important;
}

.solution .slide_in div:nth-child(2) {
  background-color: #000;
  width: 100%;
  transition: all 0.2s ease;
  transform: translate(-210px, 0px) skewX(-30deg);
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .solution .slide_in div:nth-child(2) {
    width: 470px;
    transform: translate(-500px, 0px) skewX(-30deg);
  }
}

.solution .slide_in div:nth-child(3) {
  color: #000;
  left: -160px;
  transition: left 0.2s ease;
}
@media screen and (min-width: 768px) {
  .solution .slide_in div:nth-child(3) {
    left: -440px;
  }
}

.solution .slide_in:hover div:nth-child(2) {
  transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
}

.solution .slide_in:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
}

/* section-BTNS */
.solution .sec-btn {
  width: 100%;
  margin: 60px auto 80px;
}
.solution .sec-btn .inner {
  padding: 0 20px;
}
.solution .sec-btn .button_base {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  background-color: none;
  border: solid 1px #EB5C02;
}
.solution .sec-btn .button_base div:nth-child(1) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .solution .sec-btn {
    margin: auto;
    padding-bottom: 50px;
  }
  .solution .sec-btn .inner {
    padding: 0 10px;
  }
  .solution .sec-btn .button_base {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    font-size: 1.9rem;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: normal;
    background-color: none;
    border: solid 1px #EB5C02;
  }
  .solution .sec-btn .button_base div:nth-child(1) {
    background: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
  .solution .sec-btn .button_base div:nth-child(3) {
    color: #fff;
    background: url(../img/common/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
}

/* ------------------------------------------------- *
 *  ＠KNOWLEDGE
 * ------------------------------------------------- */
/* 共通 */
/* MV */
.knowledge .sec-mv {
  position: relative;
  width: 100%;
  height: 236px;
  margin: 0 auto 28px;
  background-image: url(../img/knowledge/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top 48px;
  background-size: auto;
}
.knowledge .sec-mv .inner {
  margin: auto;
  padding: 0 15px;
}
.knowledge .sec-mv .inner .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 95px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}
.knowledge .sec-mv .inner .title .catch {
  display: block;
  font-size: 1.4rem;
}
.knowledge .sec-mv .inner .title .subtitle {
  display: block;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .knowledge .sec-mv {
    height: 404px;
    margin: 0 auto 40px;
    background-image: url(../img/knowledge/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top 56px;
    background-size: auto;
  }
  .knowledge .sec-mv .inner .title {
    margin-top: 138px;
    font-size: 42px;
  }
  .knowledge .sec-mv .inner .title .catch {
    font-size: 22px;
  }
  .knowledge .sec-mv .inner .title .subtitle {
    font-size: 26px;
  }
}

/* section-MAIN */
.knowledge .sec-main {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
.knowledge .sec-main .inner {
  padding: 0 20px;
}
.knowledge .sec-main .heading {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
.knowledge .sec-main .lead {
  margin-top: 30px;
  font-size: 2rem;
  text-align: center;
}
.knowledge .sec-main .lead::after {
  display: block;
  content: "";
  margin: 10px auto 15px;
  width: 36px;
  height: 3px;
  background-color: #707070;
}
.knowledge .sec-main .text {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: center;
}
.knowledge .sec-main .main-box {
  width: 100%;
  margin-top: 30px;
  display: block;
}
.knowledge .sec-main .main-box .box {
  margin-bottom: 50px;
}
.knowledge .sec-main .main-box .box .play {
  position: relative;
  margin: 15px auto 0;
}
.knowledge .sec-main .main-box .box .play span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  border-radius: 50%;
  background-color: #fff;
}
.knowledge .sec-main .main-box .box .subheading {
  font-size: 1.8rem;
  font-size: normal;
}
@media screen and (min-width: 768px) {
  .knowledge .sec-main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .knowledge .sec-main .inner {
    padding: 0 10px;
  }
  .knowledge .sec-main .heading {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .knowledge .sec-main .lead {
    font-size: 28px;
  }
  .knowledge .sec-main .lead::after {
    width: 42px;
  }
  .knowledge .sec-main .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .knowledge .sec-main .main-box {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .knowledge .sec-main .main-box .box {
    width: 50%;
    max-width: 470px;
    margin-bottom: 50px;
  }
  .knowledge .sec-main .main-box .box .play span {
    width: 60px;
  }
  .knowledge .sec-main .main-box .box .subheading {
    font-size: 22px;
    font-size: normal;
  }
}

/* section-DL */
.knowledge .sec-dl {
  width: 100%;
  margin: auto;
}
.knowledge .sec-dl .inner {
  padding: 0 20px;
}
.knowledge .sec-dl .inner .subheading {
  font-size: 2rem;
  font-size: normal;
  text-align: center;
  line-height: 1.4;
}
.knowledge .sec-dl .inner .subheading::after {
  display: block;
  content: "";
  margin: 10px auto 15px;
  width: 36px;
  height: 3px;
  background-color: #707070;
}
.knowledge .sec-dl .inner .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
.knowledge .sec-dl .inner .inner-box {
  margin: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.knowledge .sec-dl .inner .inner-box .image:first-child {
  margin-right: 15px;
}
.knowledge .sec-dl .dl-box {
  width: 100%;
  margin-top: 30px;
  display: block;
}
.knowledge .sec-dl .dl-box .box {
  margin-bottom: 50px;
}
.knowledge .sec-dl .dl-box .box .link_btn {
  width: 100%;
  text-align: center;
}
.knowledge .sec-dl .dl-box .box .link_btn.dl div:nth-child(1) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
.knowledge .sec-dl .dl-box .box .link_btn.dl div:nth-child(3) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download_bk.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
.knowledge .sec-dl .history-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: block;
}
.knowledge .sec-dl .history-box .box {
  margin-bottom: 50px;
}
.knowledge .sec-dl .history-box .box .subtitle {
  padding-left: 10px;
  font-size: 1.6rem;
  font-size: 500;
  color: #EB5C02;
  border-left: solid 4px #EB5C02;
}
.knowledge .sec-dl .history-box .box .link_btn {
  width: 100%;
  text-align: center;
}
.knowledge .sec-dl .history-box .box .link_btn.dl div:nth-child(1) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
.knowledge .sec-dl .history-box .box .link_btn.dl div:nth-child(3) {
  padding-left: 20px;
  background-image: url(../img/common/icon_download_bk.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 30%;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .knowledge .sec-dl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .knowledge .sec-dl .inner {
    padding: 0 10px;
  }
  .knowledge .sec-dl .inner .subheading {
    font-size: 28px;
    font-size: normal;
    text-align: center;
    line-height: 1.4;
  }
  .knowledge .sec-dl .inner .subheading::after {
    width: 42px;
  }
  .knowledge .sec-dl .inner .text {
    margin-top: 10px;
    font-size: 15px;
  }
  .knowledge .sec-dl .inner .text.ct {
    text-align: center;
  }
  .knowledge .sec-dl .inner .inner-box {
    margin: 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .knowledge .sec-dl .inner .inner-box .image:first-child {
    margin-right: 15px;
  }
  .knowledge .sec-dl .dl-box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .knowledge .sec-dl .dl-box .box {
    width: 50%;
    margin-bottom: 50px;
    padding: 10px 0;
    padding-left: 60px;
  }
  .knowledge .sec-dl .dl-box .box:nth-child(odd) {
    padding-left: 0;
    padding-right: 60px;
    border-right: solid 1px #BAB5B1;
  }
  .knowledge .sec-dl .dl-box .box .link_btn {
    width: 100%;
    text-align: center;
  }
  .knowledge .sec-dl .dl-box .box .link_btn.dl div:nth-child(1) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
  .knowledge .sec-dl .dl-box .box .link_btn.dl div:nth-child(3) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download_bk.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
  .knowledge .sec-dl .history-box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .knowledge .sec-dl .history-box .box {
    width: 50%;
    margin-bottom: 50px;
    padding: 10px 0;
    padding-left: 60px;
  }
  .knowledge .sec-dl .history-box .box:nth-child(odd) {
    padding-left: 0;
    padding-right: 60px;
    border-right: solid 1px #BAB5B1;
  }
  .knowledge .sec-dl .history-box .box .subtitle {
    font-size: 24px;
    font-weight: normal;
  }
  .knowledge .sec-dl .history-box .box .link_btn {
    width: 100%;
    text-align: center;
  }
  .knowledge .sec-dl .history-box .box .link_btn.dl div:nth-child(1) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
  .knowledge .sec-dl .history-box .box .link_btn.dl div:nth-child(3) {
    padding-left: 20px;
    background-image: url(../img/common/icon_download_bk.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 32%;
    background-size: auto;
  }
}

/* KNOWLEDGE-BUTTON */
.knowledge .link_btn {
  border: 1px solid #EB5C02;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  margin: auto;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  cursor: default;
  background-color: #070000;
}
@media screen and (min-width: 768px) {
  .knowledge .link_btn {
    width: 440px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}

.knowledge .link_btn:hover {
  cursor: pointer;
}

.knowledge .slide_in {
  overflow: hidden;
  width: 339px;
}

.knowledge .slide_in div {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .knowledge .slide_in div {
    height: 60px;
  }
}

.knowledge .slide_in div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}

.knowledge .mv-off.slide_in div:nth-child(1) {
  color: #BAB5B1 !important;
}

.knowledge .slide_in div:nth-child(2) {
  background-color: #000;
  width: 100%;
  transition: all 0.2s ease;
  transform: translate(-210px, 0px) skewX(-30deg);
  background-color: #EB5C02;
}
@media screen and (min-width: 768px) {
  .knowledge .slide_in div:nth-child(2) {
    width: 470px;
    transform: translate(-500px, 0px) skewX(-30deg);
  }
}

.knowledge .slide_in div:nth-child(3) {
  color: #000;
  left: -160px;
  transition: left 0.2s ease;
}
@media screen and (min-width: 768px) {
  .knowledge .slide_in div:nth-child(3) {
    left: -440px;
  }
}

.knowledge .slide_in:hover div:nth-child(2) {
  transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
}

.knowledge .slide_in:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
}

/* section-BTNS */
.knowledge .sec-btn {
  width: 100%;
  margin: 60px auto 80px;
}
.knowledge .sec-btn .inner {
  padding: 0 20px;
}
.knowledge .sec-btn .button_base {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  font-size: 1.9rem;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  background-color: none;
  border: solid 1px #EB5C02;
}
.knowledge .sec-btn .button_base div:nth-child(1) {
  background: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .knowledge .sec-btn {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .knowledge .sec-btn .inner {
    padding: 0 10px;
  }
  .knowledge .sec-btn .button_base {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    font-size: 1.9rem;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: normal;
    background-color: none;
    border: solid 1px #EB5C02;
  }
  .knowledge .sec-btn .button_base div:nth-child(1) {
    background: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
  .knowledge .sec-btn .button_base div:nth-child(3) {
    color: #fff;
    background: url(../img/common/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
  }
}

/*# sourceMappingURL=style.css.map */
