@charset "UTF-8";

/*
Theme Name: Tanoya common
Description: Tanoya common
Version: 2024.03
Author: YH
*/


/* ------------------------------------------
   Reset
------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 960px) {
  input, button, select, textarea {}
}


/*
Web Fonts
font-family: "Shippori Mincho B1", serif;
font-family: "EB Garamond", serif;
*/


/* Style
-------------------------------------------------------------- */

body {
  height: 100%;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #001D36;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
  animation: revert;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  /* font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; */
  /* font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif; */
  /* font-weight: 500; */
  opacity: 0;
}

body.show {
  opacity: 1 !important;
  /* height: 3000px; */
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
  letter-spacing: 0.05em;
}

a, a img, button {
  text-decoration: none;
  /* font-weight: 500; */
  color: #001D36;
  transition: all 0.3s ease
}

.pc_view a:hover, .pc_view button:hover {
  opacity: 0.75;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

pictuire, img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.non_pc {
  display: none !important;
}

.f_en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}


/* =============================
  Common
============================= */

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 1000005;
}

header .logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}

header .logo a {
  display: block;
  width: 174px;
  padding: 20px;
}

.gmenu {
  position: relative;
  position: fixed;
  right: -530px;
  top: 50%;
  height: 60%;
  transition: right ease 0.3s, height ease 0.3s;
  transform: translate(0, -50%);
  display: flex;
  width: 580px;
  z-index: 1000;
}

.gmenu .bg {
  position: absolute;
  right: 0;
  top: -50%;
  width: 5000px;
  height: 200%;
  opacity: 0;
  background: #000;
  pointer-events: none;
  transition: all ease 0.3s
}

.gmenu.open .bg {
  opacity: 0.5;
  pointer-events: auto;
}

.gmenu.open {
  right: 0 !important;
  height: 94%;
}

.bt_menu {
  display: flex;
  height: 100%;
  color: #fff;
  background: #2A2B72;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.bt_menu span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  line-height: 50px;
  position: relative;
  padding-top: 24px;
}

.bt_menu span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 11px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease 0.3s;
}

.bt_menu span::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease 0.3s;
}

.gmenu>.inner {
  display: flex;
  justify-content: center;
  width: 580px;
  background: #2E2E84;
  position: relative;
  align-items: center;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gmenu nav {
  margin: 0 40px;
  padding-bottom: 114px;
  background: url(../images/img_logo2.png) no-repeat right bottom / 193px auto;
  width: calc(100% - 50px);
}

.gmenu nav .link1 {}

.gmenu nav .link1 a {
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 1px solid #494995;
  font-size: 15px;
  position: relative;
  padding: 5px 0;
}

.gmenu nav .link1 a+a {
  margin-top: 16px;
}

.gmenu nav .link1 a span {
  display: block;
  position: absolute;
  font-size: 27px;
  font-weight: normal;
  color: #494995;
  line-height: 1em;
  top: 20px;
}

.gmenu nav .link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.gmenu nav .link2 a {
  display: block;
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #9292d3;
  border-radius: 3px;
  background: #5C5CA0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 9px 0;
}

.gmenu nav .link2 a.bt_order {
  width: 66%;
  margin-top: 2%;
  background: #fff;
  border-color: #fff;
  color: #2e2e84;
  background: url(../images/icon_order2.png) no-repeat left 48px center / 30px auto;
  background-color: #fff;
  padding-left: 35px;
}

.gmenu nav .link2 a.bt_contact {
  margin-top: 2%;
  background: #fff;
  border-color: #fff;
  color: #2e2e84;
}

footer {
  background: #2E2E84;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
}

footer>.inner {
  padding: 60px 0 0 0;
}

footer .logo {
  background: url(../images/img_logo_mark.png) no-repeat center top / 122px auto;
  padding-top: 79px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

footer nav {
  margin-top: 45px;
}

footer .link1 {
  display: flex;
  justify-content: center;
}

footer .link1 a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
  margin: 0 25px;
}

footer .link1 a span {
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: #7070b7;
  line-height: 0.7em;
  text-align: center;
  border-bottom: 1px solid #7070b7;
  padding: 0 9px;
  margin-bottom: 8px;
}

footer .link2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

footer .link2 a {
  color: #fff;
  font-size: 13px;
  padding: 5px 24px 5px 5px;
  position: relative;
  display: block;
  margin: 0 13px;
}

footer .link2 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  right: 11px;
  top: 50%;
}

footer .fbox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 25px 35px;
  margin-top: -20px;
}

footer .fbox .link {
  display: flex;
}

footer .fbox .link a {
  display: block;
  font-size: 13px;
  color: #fff;
  #fff: ;
  margin-right: 35px;
  opacity: 0.5;
}

footer .fbox .copyright {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 11px;
  padding-top: 38px;
  background: url(../images/img_since.png) no-repeat right top / 134px auto;
}

.main {
  /* padding: 0 120px 0 0; */
  overflow: hidden;
}

.more {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.icon_arrow {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/icon_arrow.png) no-repeat center center / 15px auto;
  background-color: #0469CF;
  border-radius: 100%;
  margin-left: 12px;
}

.icon_plus {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 12px;
  position: relative;
}

.icon_plus::before, .icon_plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
}

.icon_plus::after {
  transform: translate(-50%, 0) rotate(90deg);
  content: "";
}


/* =============================
  Inner
============================= */

#inner .main {
  padding-top: 400px;
  background: #efe9db;
}

#inner .visual {
  background: url(../images/bg_visual_inner.jpg) no-repeat center center / 105% auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 2s ease all;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}

#inner .visual.show {
  background-size: 100% auto;
}

@media screen and (max-width: 1440px) {
  #inner .visual {
    background-size: auto 105%;
  }
  #inner .visual.show {
    background-size: auto 100%;
  }
}

#inner .visual::before {
  content: "";
  position: absolute;
  display: block;
  right: 80px;
  top: 40px;
  background: url(../images/img_title_inner.png) no-repeat center center / contain;
  width: 135px;
  height: 210px;
}

#inner .visual.show::before {}

#inner .visual .label {
  font-size: 30px;
  line-height: 1em;
  color: #2A2F88;
  margin-bottom: 19px;
  transition: 1s ease all;
  opacity: 0;
}

#inner .visual.show .label {
  opacity: 1;
}

#inner .visual .label span {
  font-size: 30px;
  display: inline-block;
  line-height: 0.7em;
  padding: 0 25px;
  position: relative;
}

#inner .visual .label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #2A2F88;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: 1s ease all;
}

#inner .visual.show .label span::before {
  width: 100%;
}

#inner .visual h1 {
  color: #2A2F88;
  font-size: 32px;
  transition: 1s ease all;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  opacity: 0;
}

#inner .visual.show h1 {
  opacity: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#inner .content {
  background: url(../images/bg_content_inner.jpg) repeat-y center -150px / 5000px auto;
  padding: 120px 0 150px 0;
  box-shadow: 0 0 20px rgb(46, 46, 132, 0.16);
  position: relative;
}

#inner .content::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -33px;
  width: 111px;
  height: 65px;
  background: url(../images/img_logo_mark2.png) no-repeat center center / contain;
  transform: translate(-50%, 0);
}

#inner .content .insec {}

#inner .content .insec>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#inner .content .insec+.insec {
  margin-top: 120px
}

#inner .content .insec h2 {
  position: relative;
  line-height: 1.6em;
  padding: 10px 0;
  margin-bottom: 40px;
  position: relative;
}

#inner .content .insec h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  transition: 1s ease all;
  bottom: 0;
  background: #2A2F88;
}

#inner .content .insec.active h2::before {
  width: 100%;
}

#inner .content .insec h2 .f_en {
  position: absolute;
  top: -34px;
  left: 0;
  line-height: 1em;
  color: #EFE9D9;
  mix-blend-mode: multiply;
  font-size: 100px;
  opacity: 0.5;
}

#inner .content .insec h2 .title {
  position: relative;
  color: #2A2F88;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
	.non_pc {
		display: block !important;
	}
	.non_sp {
		display: none !important;
	}

	/* =============================
	  Common
	============================= */

	header {
	  position: fixed;
	  left: 0;
	  top: auto;
	  bottom: 0;
	  height: 60px;
	  width: 100%;
	  z-index: 1000005;
	  background: #2A2B72;
	}

	header .logo {
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	}

	header .logo a {
	  display: block;
	  width: 134px;
	  padding: 16px;
	}

	.gmenu {
	  position: relative;
	  position: fixed;
	  right: 0 !important;
	  top: 100%;
	  height: 60%;
	  transition: all ease 0.3s;
	  transform: none;
	  display: flex;
	  width: 100%;
	  z-index: 1000;
	  height: 100%;
	}
	.gmenu.open {
	  top: 0%;
	}
	.gmenu .bg {
	  display: none;
	}

	.gmenu.open {
	  right: auto !important;
	  height: 100%;
	}

	.bt_menu {
	  display: block;
	  height: 100%;
	  color: #fff;
	  background: #2A2B72;
	  align-items: center;
	  border-radius: 5px 0 0 5px;
	  position: absolute;
	  bottom: 10px;
	  height: auto;
	  right: 10px;
	  border: 1px solid #4f5071;
	  border-radius: 100px;
	}

	.bt_menu span {
	  -ms-writing-mode: initial;
	  writing-mode: initial;
	  display: block;
	  line-height: 1em;
	  height: 66px;
	  position: relative;
	  padding-top: 38px;
	  font-size: 12px;
	  width: 66px;
	  box-sizing: border-box;
	  text-align: center;
	}

	.bt_menu span::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 18px;
	  height: 11px;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  top: 16px;
	  left: 50%;
	  transform: translate(-50%, 0);
	  transition: all ease 0.3s;
	}

	.bt_menu span::after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 18px;
	  height: 1px;
	  background: #fff;
	  top: 22px;
	  left: 50%;
	  transform: translate(-50%, 0);
	  transition: all ease 0.3s;
	}

	.gmenu>.inner {
	  display: flex;
	  justify-content: center;
	  width: auto;
	  background: #2E2E84;
	  position: relative;
	  align-items: center;
	  border-radius: 0;
	  overflow: hidden;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	  padding-bottom: 60px;
	}

	.gmenu nav {
	  margin: 0 30px;
	  padding: 20px 0 60px 0;
	  background: url(../images/img_since.png) no-repeat center bottom 10px / 100px auto;
	  width: auto;
	}

	.gmenu nav .link1 {}

	.gmenu nav .link1 a {
	  color: #fff;
	  display: block;
	  text-align: right;
	  border-bottom: 1px solid #494995;
	  font-size: 14px;
	  position: relative;
	  padding: 5px 0;
	  line-height: 1.5em;
	}

	.gmenu nav .link1 a+a {
	  margin-top: 16px;
	}

	.gmenu nav .link1 a span {
	  display: block;
	  position: absolute;
	  font-size: 24px;
	  font-weight: normal;
	  color: #494995;
	  line-height: 1em;
	  top: auto;
	  bottom: -5px;
	}

	.gmenu nav .link2 {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  margin-top: 32px;
	}

	.gmenu nav .link2 a {
	  display: block;
	  width: 32%;
	  box-sizing: border-box;
	  border: 1px solid #9292d3;
	  border-radius: 3px;
	  background: #5C5CA0;
	  text-align: center;
	  color: #fff;
	  font-size: 12px;
	  padding: 5px 0;
	  letter-spacing: 0;
	}

	.gmenu nav .link2 a.bt_order {
	  width: 66%;
	  margin-top: 2%;
	  background: #fff;
	  border-color: #fff;
	  color: #2e2e84;
	  background: url(../images/icon_order2.png) no-repeat left calc(50% - 71px) center / 28px auto;
	  background-color: #fff;
	  padding-left: 29px;
	}

	.gmenu nav .link2 a.bt_contact {
	  margin-top: 2%;
	  background: #fff;
	  border-color: #fff;
	  color: #2e2e84;
	}

	footer {
	  background: #2E2E84;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	  position: relative;
	  z-index: 100;
	}

	footer>.inner {
	  padding: 45px 0 80px 0;
	}

	footer .logo {
	  background: url(../images/img_logo_mark.png) no-repeat center top / 90px auto;
	  padding-top: 60px;
	  text-align: center;
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 0.2em;
	  text-indent: 0.2em;
	}

	footer nav {
	  margin-top: 30px;
	}

	footer .link1 {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  width: 88%;
	  margin: 0 auto;
	}

	footer .link1 a {
	  color: #fff;
	  display: block;
	  font-size: 14px;
	  position: relative;
	  padding: 7px 0;
	  margin: 0;
	  border-bottom: 1px solid #545491;
	  width: 48%;
	  letter-spacing: 0;
	}

	footer .link1 a span {
	  display: none;
	}

	footer .link2 {
	  display: flex;
	  justify-content: left;
	  flex-wrap: wrap;
	  margin: 20px auto 0 auto;
	  width: 88%;
	}

	footer .link2 a {
	  color: #fff;
	  font-size: 12px;
	  padding: 2px 24px 2px 0px;
	  position: relative;
	  display: block;
	  margin: 0 18px 0 0;
	}

	footer .link2 a::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 3px;
	  height: 3px;
	  border-top: 1px solid #fff;
	  border-right: 1px solid #fff;
	  transform: translate(0, -50%) rotate(45deg);
	  right: 11px;
	  top: 50%;
	}

	footer .fbox {
	  display: block;
	  justify-content: space-between;
	  align-items: end;
	  padding: 30px 0 25px 0;
	  margin: 0 auto;
	  width: 88%;
	}

	footer .fbox .link {
	  display: flex;
	  position: relative;
	}

	footer .fbox .link a {
	  display: block;
	  font-size: 12px;
	  color: #fff;
	  #fff: ;
	  margin-right: 22px;
	  opacity: 0.5;
	}

	footer .fbox .copyright {
	  color: rgba(255, 255, 255, 0.5);
	  text-align: center;
	  font-size: 10px;
	  padding-top: 50px;
	  background: url(../images/img_since.png) no-repeat right top / 110px auto;
	  margin-top: -27px;
	}

	.main {
	  /* padding: 0 120px 0 0; */
	  overflow: hidden;
	}

	.more {
	  font-size: 14px;
	  font-weight: bold;
	  margin-top: 20px;
	  display: flex;
	  align-items: center;
	}

	.icon_arrow {
	  display: block;
	  width: 42px;
	  height: 42px;
	  background: url(../images/icon_arrow.png) no-repeat center center / 15px auto;
	  background-color: #0469CF;
	  border-radius: 100%;
	  margin-left: 12px;
	}

	.icon_plus {
	  display: block;
	  width: 40px;
	  height: 40px;
	  border: 1px solid #fff;
	  border-radius: 100%;
	  margin-left: 12px;
	  position: relative;
	}

	.icon_plus::before, .icon_plus::after {
	  content: "";
	  position: absolute;
	  display: block;
	  width: 10px;
	  height: 1px;
	  background: #fff;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, 0);
	}

	.icon_plus::after {
	  transform: translate(-50%, 0) rotate(90deg);
	  content: "";
	}


	/* =============================
	  Inner
	============================= */

	#inner .main {
	  padding-top: 240px;
	  background: #efe9db;
	}

	#inner .visual {
	  background: url(../images/bg_visual_inner.jpg) no-repeat center center / 105% auto;
	  height: 240px;
	  display: flex;
	  justify-content: center;
	  align-items: start;
	  flex-direction: column;
	  transition: 2s ease all;
	  position: fixed;
	  left: 0;
	  width: 100%;
	  top: 0;
	  padding: 0 6%;
	  box-sizing: border-box;
	}

	#inner .visual.show {
	  background-size: 100% auto;
	}

	@media screen and (max-width: 1440px) {
	  #inner .visual {
		background-size: auto 105%;
	  }
	  #inner .visual.show {
		background-size: auto 100%;
	  }
	}

	#inner .visual::before {
	  content: "";
	  position: absolute;
	  display: block;
	  right: 8px;
	  top: 15px;
	  background: url(../images/img_title_inner.png) no-repeat center center / contain;
	  width: 73px;
	  height: 112px;
	}

	#inner .visual.show::before {}

	#inner .visual .label {
	  font-size: 30px;
	  line-height: 1em;
	  color: #2A2F88;
	  margin-bottom: 12px;
	  transition: 1s ease all;
	  opacity: 0;
	}

	#inner .visual.show .label {
	  opacity: 1;
	}

	#inner .visual .label span {
	  font-size: 20px;
	  display: inline-block;
	  line-height: 0.7em;
	  padding: 0 25px 0 0px;
	  position: relative;
	}

	#inner .visual .label span::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 0%;
	  height: 1px;
	  background: #2A2F88;
	  left: 0;
	  bottom: 0;
	  transform: none;
	  transition: 1s ease all;
	}

	#inner .visual.show .label span::before {
	  width: 100%;
	}

	#inner .visual h1 {
	  color: #2A2F88;
	  font-size: 22px;
	  transition: 1s ease all;
	  letter-spacing: 0.3em;
	  line-height: 1.4em;
	  width: 200%;
	  opacity: 0;
	  text-align: left;
	}

	#inner .visual.show h1 {
	  opacity: 1;
	  letter-spacing: 0em;
	  text-align: left;
	}

	#inner .content {
	  background: url(../images/bg_content_inner_sp.jpg) repeat-y center -156px / 800px auto;
	  padding: 70px 0 70px 0;
	  box-shadow: 0 0 20px rgb(46, 46, 132, 0.16);
	  position: relative;
	}

	#inner .content::before {
	  content: "";
	  display: block;
	  position: absolute;
	  left: 50%;
	  top: -23px;
	  width: 80px;
	  height: 46px;
	  background: url(../images/img_logo_mark2.png) no-repeat center center / contain;
	  transform: translate(-50%, 0);
	}

	#inner .content .insec {}

	#inner .content .insec>.inner {
	  width: 90%;
	  margin: 0 auto;
	  position: relative;
	}

	#inner .content .insec+.insec {
	  margin-top: 60px;
	}

	#inner .content .insec h2 {
	  position: relative;
	  line-height: 1.6em;
	  padding: 8px 0;
	  margin-bottom: 30px;
	  position: relative;
	}

	#inner .content .insec h2::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  width: 0;
	  height: 1px;
	  transition: 1s ease all;
	  bottom: 0;
	  background: #2A2F88;
	}

	#inner .content .insec.active h2::before {
	  width: 100%;
	}

	#inner .content .insec h2 .f_en {
	  position: absolute;
	  top: -12px;
	  left: 0;
	  line-height: 1em;
	  color: #EFE9D9;
	  mix-blend-mode: multiply;
	  font-size: 64px;
	  opacity: 0.5;
	}

	#inner .content .insec h2 .title {
	  position: relative;
	  color: #2A2F88;
	  font-size: 20px;
	}
}