@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1000px;
  background: url(../img/common/bg03.svg) no-repeat center top 164px, #fff;
  background-attachment: fixed;
  background-size: 1798px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

p {
  line-height: 1.75;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    background: url(../img/common/bg03.svg) no-repeat left calc(50vw - 430px) top 96px, #fff;
    background-attachment: fixed;
    background-size: 800px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 0;
  transition: top 1.2s, opacity 1.2s;
  z-index: 2001;
}
.header.active > .flexbox {
  width: 96%;
  top: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: 100vmax;
}
.header.active > .flexbox::before {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 100vmax;
}
.header.active .header__navi li a,
.header.active .header__navi li > span {
  padding-top: 32px;
  padding-bottom: 32px;
}
.header.remove {
  top: -100%;
  opacity: 0;
}
.header > .flexbox {
  position: relative;
  width: 100%;
  top: 0;
  margin: 0 auto;
  padding: 0 25px 0 40px;
  transition: all 0.5s;
}
.header > .flexbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
}
.header .header__logo {
  position: relative;
  line-height: 1;
  z-index: 200;
}
.header .header__logo svg {
  width: 157px;
  height: 32px;
  fill: #000;
}
.header .header__navi {
  margin-left: 56px;
  margin-right: auto;
  gap: 32px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  /*製品情報*/
}
.header .header__navi > li {
  position: relative;
}
.header .header__navi > li a,
.header .header__navi > li > span {
  position: relative;
  display: inline-block;
  padding: 40px 0;
}
@media (any-hover: hover) {
  .header .header__navi > li a:hover,
  .header .header__navi > li > span:hover {
    opacity: 1;
  }
  .header .header__navi > li a:hover::before,
  .header .header__navi > li > span:hover::before {
    opacity: 1;
  }
}
.header .header__navi > li a::before,
.header .header__navi > li > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 1em);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ea5b4b 0%, #cb5c87 40%, #9c65b1 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.header .header__navi > li a.en,
.header .header__navi > li > span.en {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header .header__navi .navi__parent {
  padding-right: 10px;
}
@media (any-hover: hover) {
  .header .header__navi .navi__parent:hover a::before,
  .header .header__navi .navi__parent:hover > span::before {
    opacity: 1;
  }
}
.header .header__navi .navi__parent a::after,
.header .header__navi .navi__parent > span::after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 4px);
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.header .header__navi .navi__child {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F1F3F5;
  backdrop-filter: none;
  z-index: -1;
}
.header .header__navi .product__navi {
  padding-top: 96px;
  height: 100%;
}
.header .header__navi .product__navi .navi__item {
  width: 25%;
  height: 100%;
  padding: 40px 23px;
}
.header .header__navi .product__navi .navi__item + .navi__item {
  border-left: 1px solid #fff;
}
.header .header__navi .product__navi .navi__item .item__title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.header .header__navi .product__navi .navi__item .item__title .icon {
  margin-right: 8px;
}
.header .header__navi .product__navi .navi__item .item__title + .item__box {
  margin-top: 20px;
}
.header .header__navi .product__navi .navi__item .item__box {
  display: block;
  padding: 8px 16px;
  margin-top: 10px;
  background: #fff;
  border-radius: 12px;
}
@media (any-hover: hover) {
  .header .header__navi .product__navi .navi__item .item__box:hover {
    opacity: 1;
  }
  .header .header__navi .product__navi .navi__item .item__box:hover::before {
    opacity: 1;
  }
  .header .header__navi .product__navi .navi__item .item__box:hover .title:after {
    background: url(../img/common/icon_arrow02_hover.svg) no-repeat;
    background-size: 100%;
  }
}
.header .header__navi .product__navi .navi__item .item__box::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, #ea5b4b 0%, #cb5c87 40%, #9c65b1 100%);
  border-radius: 13px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.header .header__navi .product__navi .navi__item .item__box::after {
  content: none;
}
.header .header__navi .product__navi .navi__item .item__box .title {
  position: relative;
  display: flex;
  min-height: calc(3em + 8px);
  padding-right: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #F1F3F5;
  flex-direction: column;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.header .header__navi .product__navi .navi__item .item__box .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 6px;
  display: block;
  width: 24px;
  height: 20px;
  margin: auto 0;
  background: url(../img/common/icon_arrow02.svg) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
.header .header__navi .product__navi .navi__item .item__box .title:only-child {
  padding-bottom: 0;
  border-bottom: none;
}
.header .header__navi .product__navi .navi__item .item__box .text {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  opacity: 0.6;
}
.header .header__buttons {
  position: relative;
  gap: 8px;
  font-size: 1.3rem;
  line-height: 1;
  z-index: 200;
}
.header .header__buttons .header__button__trial,
.header .header__buttons .header__button__inquiry {
  position: relative;
  display: block;
  width: 142px;
  padding: 15px 0;
  border-radius: 100vmax;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}
.header .header__buttons .header__button__trial::before,
.header .header__buttons .header__button__inquiry::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  transition: opacity 0.4s;
  opacity: 0;
}
.header .header__buttons .header__button__trial::after,
.header .header__buttons .header__button__inquiry::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100vmax;
  transform: scale(1);
  transform-origin: right center;
  transition: all 0.4s;
  opacity: 0;
}
@media (any-hover: hover) {
  .header .header__buttons .header__button__trial:hover,
  .header .header__buttons .header__button__inquiry:hover {
    opacity: 1;
  }
  .header .header__buttons .header__button__trial:hover::before,
  .header .header__buttons .header__button__inquiry:hover::before {
    opacity: 1;
  }
  .header .header__buttons .header__button__trial:hover::after,
  .header .header__buttons .header__button__inquiry:hover::after {
    border-radius: 0;
    transform: scale(0.07, 0.04377);
    opacity: 1;
  }
}
.header .header__buttons .header__button__trial > span,
.header .header__buttons .header__button__inquiry > span {
  position: relative;
  z-index: 1;
}
.header .header__buttons .header__button__trial {
  background: linear-gradient(to right, #7FCE00 0%, #4CC64B 100%);
}
.header .header__buttons .header__button__trial::before {
  background: linear-gradient(to right, #73BB00 0%, #39BF37 100%);
}
.header .header__buttons .header__button__inquiry {
  background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
}
.header .header__buttons .header__button__inquiry::before {
  background: linear-gradient(to right, #DD3825 0%, #B33B69 50%, #7F3E97 100%);
}
.header .header__buttons .header__button__mail {
  position: relative;
  width: 46px;
  height: 46px;
  padding-top: 15px;
  background: linear-gradient(to right, #DD3825 0%, #B33B69 50%, #7F3E97 100%);
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
@media (any-hover: hover) {
  .header .header__buttons .header__button__mail:hover {
    opacity: 1;
  }
  .header .header__buttons .header__button__mail:hover:after {
    opacity: 1;
  }
  .header .header__buttons .header__button__mail:hover svg {
    fill: #fff;
  }
}
.header .header__buttons .header__button__mail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: -1;
}
.header .header__buttons .header__button__mail::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(to right, #DD3825 0%, #B33B69 50%, #7F3E97 100%);
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 0;
}
.header .header__buttons .header__button__mail svg {
  position: relative;
  width: 16px;
  height: 16px;
  fill: url(#fill_grad);
  transition: all 0.5s;
  z-index: 1;
}
.header .menu__open {
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding-top: 24px;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .header .menu__open:hover {
    opacity: 0.5;
  }
  .header .menu__open:hover .bar > span:nth-of-type(2) {
    transform: rotate(-180deg);
  }
}
.header .menu__open .bar {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
  transition: all 0.3s;
}
.header .menu__open .bar > span {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}
.header .menu__open .bar > span:nth-of-type(1) {
  top: -6px;
}
.header .menu__open .bar > span:nth-of-type(3) {
  top: 6px;
}
.header .menu__open .text {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

.header.open .header__logo svg {
  fill: #fff;
}
.header.open .menu__open .bar {
  background: transparent;
}
.header.open .menu__open .bar > span {
  background: #fff;
}
.header.open .menu__open .bar > span:nth-of-type(1) {
  top: -10px;
  transform: translate(1px, 10px) rotate(35deg);
}
.header.open .menu__open .bar > span:nth-of-type(2) {
  background: transparent;
}
.header.open .menu__open .bar > span:nth-of-type(3) {
  top: 10px;
  transform: translate(1px, -10px) rotate(-35deg);
}
.header.open .globalnavi::before {
  transform: scaleY(100%);
}

@media screen and (max-width: 1180px) {
  .header > .flexbox {
    padding-left: 24px;
    padding-right: 16px;
  }
  .header .header__navi {
    margin-left: 32px;
    gap: 24px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
  .header .header__buttons .header__button__trial,
  .header .header__buttons .header__button__inquiry {
    width: 120px;
  }
}
@media screen and (max-width: 810px) {
  .header {
    min-width: 0;
  }
  .header.active > .flexbox {
    width: 100%;
    top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .header.active > .flexbox::before {
    border-radius: 0;
  }
  .header > .flexbox {
    height: 72px;
    padding: 16px 16px;
  }
  .header .header__logo {
    margin: 0 auto;
    text-align: center;
  }
  .header .header__logo svg {
    width: 137px;
    height: 28px;
  }
  .header .header__navi {
    margin-left: 56px;
    margin-right: auto;
    gap: 32px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    /*製品情報*/
  }
  .header .header__navi > li {
    position: relative;
  }
  .header .header__navi > li a,
  .header .header__navi > li > span {
    position: relative;
    display: inline-block;
    padding: 40px 0;
  }
  .header .header__navi > li a.en,
  .header .header__navi > li > span.en {
    letter-spacing: 0.1em;
  }
  .header .header__navi .navi__parent a,
  .header .header__navi .navi__parent > span {
    padding-right: 10px;
  }
  .header .header__navi .navi__parent a::after,
  .header .header__navi .navi__parent > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
  }
  .header .header__navi .navi__parent:hover .navi__child {
    opacity: 1;
    visibility: visible;
  }
  .header .header__navi .navi__child {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F1F3F5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
    z-index: -1;
  }
  .header .header__buttons {
    position: static;
    gap: 8px;
    font-size: 1.3rem;
    line-height: 1;
    z-index: 200;
    order: -10;
  }
  .header .header__buttons .header__button__trial,
  .header .header__buttons .header__button__inquiry {
    display: none;
  }
  .header .header__buttons .header__button__mail {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    z-index: 200;
  }
  .header .menu__open {
    position: absolute;
    right: 8px;
    top: 11px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding-top: 24px;
  }
}
/*  globalnavi
------------------------------------*/
.globalnavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 100;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.globalnavi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.globalnavi a {
  color: currentColor;
}
.globalnavi .container {
  padding: 160px 0 64px;
  height: 100%;
}
.globalnavi .navi__main {
  width: 65.625%;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.globalnavi .navi__main > ul > li + li {
  margin-top: 70px;
}
.globalnavi .navi__main .navi__parent {
  padding-bottom: 16px;
  border-bottom: 1px dotted #fff;
}
.globalnavi .navi__main .navi__parent > a {
  position: relative;
  display: inline-block;
}
@media (any-hover: hover) {
  .globalnavi .navi__main .navi__parent > a:has(.arrow) {
    opacity: 1;
  }
  .globalnavi .navi__main .navi__parent > a:has(.arrow):hover .arrow {
    width: 14px;
    transform: rotate(0);
  }
  .globalnavi .navi__main .navi__parent > a:has(.arrow):hover .arrow::after {
    opacity: 1;
  }
}
.globalnavi .navi__main .navi__parent > a .arrow {
  position: absolute;
  right: -22px;
  top: 52%;
  display: inline-block;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-60deg);
  transition: transform 0.3s;
}
.globalnavi .navi__main .navi__parent > a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(40deg);
  transform-origin: calc(100% - 0.5px) 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.globalnavi .navi__main .navi__child {
  height: 256px;
  margin-top: 28px;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  gap: 16px 0;
  letter-spacing: 0.04em;
  line-height: 1.5;
  justify-content: flex-start;
  flex-direction: column;
}
.globalnavi .navi__main .navi__child li {
  width: 50%;
}
.globalnavi .navi__main .navi__child li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.globalnavi .navi__main .navi__child li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 8px;
  height: 2px;
  background: linear-gradient(to right, #FBDAA2 0%, #CBE1A0 50%, #B0D58C 75%, #86C685 100%);
}
.globalnavi .navi__main .navi__child.horizontal {
  height: auto;
  flex-direction: row;
}
.globalnavi .navi__sub {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.globalnavi .navi__sub li + li {
  margin-top: 40px;
}
.globalnavi .navi__sub02 {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.globalnavi .navi__sub02 li + li {
  margin-top: 40px;
}

@media screen and (max-height: 800px) {
  .globalnavi {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .globalnavi .container {
    height: auto;
  }
}
@media screen and (max-width: 810px) {
  .globalnavi {
    min-width: 0;
    height: 100%;
    background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .globalnavi::before {
    content: none;
  }
  .globalnavi .container {
    height: auto;
    padding: 102px 0 48px;
  }
  .globalnavi .tabsp_block:has(.navi__buttons) {
    width: 100%;
  }
  .globalnavi .navi__buttons {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .globalnavi .navi__buttons .button__trial,
  .globalnavi .navi__buttons .button__inquiry {
    width: calc(50% - 4px);
    padding: 14px 0;
    border: 1px solid #fff;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .globalnavi .navi__main {
    width: 100%;
    margin-top: 24px;
  }
  .globalnavi .navi__main > ul > li + li {
    margin-top: 0;
  }
  .globalnavi .navi__main .navi__parent {
    padding-bottom: 0;
    border-bottom: none;
  }
  .globalnavi .navi__main .navi__parent > a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.9rem;
    font-weight: 600;
  }
  .globalnavi .navi__main .navi__parent > a .open .arrow::after {
    opacity: 0;
  }
  .globalnavi .navi__main .navi__parent > a .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 28px;
    margin-top: -14px;
    background-color: none;
    background: url(../img/common/icon_arrow04.svg) no-repeat;
    border-radius: 0;
    transform: unset;
    opacity: 1;
  }
  .globalnavi .navi__main .navi__parent > a .arrow::before {
    content: none;
  }
  .globalnavi .navi__main .navi__parent > a .arrow::after {
    content: none;
  }
  .globalnavi .navi__main .navi__parent > a .en {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .globalnavi .navi__main .navi__parent.sp__open > a .arrow {
    background: url(../img/common/icon_plus.svg) no-repeat;
    border-radius: 0;
  }
  .globalnavi .navi__main .navi__parent.sp__open.open > a .arrow {
    background: url(../img/common/icon_minus.svg) no-repeat;
    border-radius: 0;
  }
  .globalnavi .navi__main .navi__child {
    display: none;
    height: auto;
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 1.6rem;
    gap: 0;
    letter-spacing: 0.04em;
    justify-content: baseline;
    flex-direction: row;
  }
  .globalnavi .navi__main .navi__child li {
    width: 100%;
    padding-left: 24px;
  }
  .globalnavi .navi__main .navi__child li a {
    display: block;
    width: 100%;
    padding: 13px 0 14px 16px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
  }
  .globalnavi .navi__main .navi__child li a::before {
    top: 23px;
  }
  .globalnavi .navi__main .navi__child li.child__top {
    padding-left: 4px;
  }
  .globalnavi .navi__main .navi__child li.child__top a::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  .globalnavi .navi__main .navi__child.horizontal li {
    width: 100%;
  }
  .globalnavi .navi__sub {
    width: 100%;
    margin-top: 32px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 1.4rem;
  }
  .globalnavi .navi__sub li + li {
    margin-top: 30px;
  }
  .globalnavi .navi__sub02 {
    margin-top: 56px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .globalnavi .navi__sub02 li + li {
    margin-top: 32px;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
main {
  padding-top: 96px;
  overflow: hidden;
}


.container {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.icon__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
.icon__title span {
  font-weight: 600;
}
.icon__title .small {
  display: block;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.icon__title .small::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 28px;
  margin-right: 12px;
  background: url(../img/common/icon_title.svg) no-repeat;
  background-size: 100%;
  vertical-align: baseline;
}
.icon__title .small + span {
  display: block;
}

.section__title {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
.section__title span {
  font-weight: 400;
}
.section__title .small {
  display: block;
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #C95D89;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.section__title .small + span {
  display: block;
}
.section__title .icon {
  margin-right: 20px;
}

section {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}

.section__bg {
  background: #F1F3F5;
}

a.button {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
}
@media (any-hover: hover) {
  a.button:hover {
    opacity: 1;
  }
  a.button:hover::before {
    border-radius: 100vmax;
    transform: scale(1);
  }
  a.button:hover:after {
    opacity: 1;
  }
}
a.button:before {
  content: "";
  position: absolute;
  right: -15%;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 120%;
  height: 100%;
  margin: auto 0;
  border-radius: 50%;
  background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
  transform: scale(0.015, 0.07);
  transform-origin: 80% center;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
a.button:after {
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.5s;
}
a.button > span {
  position: relative;
  z-index: 1;
}

a.button__trial,
a.button__inquiry {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
}
@media (any-hover: hover) {
  a.button__trial:hover,
  a.button__inquiry:hover {
    opacity: 1;
  }
  a.button__trial:hover::before,
  a.button__inquiry:hover::before {
    border-radius: 50%;
    transform: scale(0, 0);
    opacity: 0;
  }
  a.button__trial:hover:after,
  a.button__inquiry:hover:after {
    opacity: 1;
  }
}
a.button__trial:before,
a.button__inquiry:before {
  content: "";
  position: absolute;
  right: -15%;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 120%;
  height: 100%;
  margin: auto 0;
  background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
  border-radius: 100vmax;
  transform: scale(1);
  transform-origin: 80% center;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 1;
}
a.button__trial:after,
a.button__inquiry:after {
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: opacity 0.5s;
  opacity: 0;
}
a.button__trial > span,
a.button__inquiry > span {
  position: relative;
  z-index: 1;
}

a.button__trial {
  background: linear-gradient(to right, #73BB00 0%, #39BF37 100%);
}
a.button__trial::before {
  background: linear-gradient(to right, #7FCE00 0%, #4CC64B 100%);
}

a.button__inquiry {
  background: linear-gradient(to right, #DD3825 0%, #B33B69 50%, #7F3E97 100%);
}
a.button__inquiry::before {
  background: linear-gradient(to right, #EA5B4B 0%, #CB5C87 50%, #9C65B1 100%);
}

@media screen and (max-width: 810px) {
  main {
    padding-top: 80px;
  }
  .container {
    width: calc(100% - 60px);
  }
  .icon__title {
    font-size: 2.8rem;
  }
  .icon__title .small {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .icon__title .small::before {
    width: 28px;
    height: 20px;
  }
  .icon__title .small + span {
    margin-top: 32px;
  }
  .section__title {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .section__title .small {
    margin-bottom: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .section__title .icon {
    display: block;
    top: auto;
    margin: 0 auto 10px;
  }
  section {
    width: 100%;
    border-radius: 0;
  }
  .section__bg {
    border-radius: 32px;
  }
}
/*-------------------------------------------*/
/*
/* breadcrumb
/*
/*-------------------------------------------*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 3% 0;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.breadcrumb li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.breadcrumb li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform: skewX(-28deg);
}
.breadcrumb li:last-of-type {
  margin-top: 0;
  padding-right: 0;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb a {
  padding: 2px 0;
  color: currentColor;
}

@media screen and (max-width: 810px) {
  .breadcrumb {
    margin-top: 72px;
    padding: 0 5%;
  }
}
/*-------------------------------------------*/
/*
/* mv
/*
/*-------------------------------------------*/
.page-mv {
  padding: 80px 0;
}
.page-mv .page__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.page-mv .page__title::before {
  content: "";
  display: block;
  width: 39px;
  height: 28px;
  background: url(../img/common/icon_title.svg) no-repeat;
  background-size: 100%;
  vertical-align: baseline;
}
.page-mv .page__title .en {
  display: block;
  margin-top: 24px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.page-mv .page__title .en + span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

.page__navi {
  margin-top: 80px;
  gap: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  justify-content: flex-start;
}
.page__navi li a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
@media (any-hover: hover) {
  .page__navi li a:hover {
    /* margin-left: 3em; */
    color: #C95D89;
    opacity: 1;
    text-decoration: underline;
  }
}
.page__navi li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.325em);
  display: inline-block;
  background: url(../img/common/icon_arrow03.svg) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 13px;
}

@media screen and (max-width: 810px) {
  .page-mv {
    padding: 72px 0 72px;
  }
  .page-mv .page__title {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }
  .page-mv .page__title::before {
    width: 28px;
    height: 20px;
  }
  .page-mv .page__title .en {
    margin-top: 20px;
    font-size: 5.4rem;
    letter-spacing: 0.08em;
  }
  .page__navi {
    margin-top: 56px;
    gap: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .page__navi li a {
    padding-right: 20px;
  }
  .page__navi li a::after {
    top: calc(50% - 0.375em);
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.footer {
  position: relative;
  margin-top: 120px;
}
.footer .footer__contact {
  padding: 120px 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 64px 64px 0 0;
  color: #fff;
}
.footer .footer__contact .contact__title {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer .footer__contact .contact__list {
  margin-top: 50px;
  text-align: center;
}
.footer .footer__contact .contact__list .list__item {
  width: 31.25%;
  padding: 56px 32px 32px;
  background: #fff;
  border-radius: 24px;
}
.footer .footer__contact .contact__list .list__item .item__icon {
  line-height: 1;
}
.footer .footer__contact .contact__list .list__item .item__text {
  color: #666;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.footer .footer__contact .contact__list .list__item .item__text p {
  line-height: 1.5;
}
.footer .footer__contact .contact__list .list__item .item__title {
  margin-top: 40px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.footer .footer__contact .contact__list .list__item .item__title + * {
  margin-top: 32px;
}
.footer .footer__contact .contact__list .list__item .item__button {
  margin-top: 32px;
}
.footer .footer__contact .contact__list .list__item .item__button a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 100vmax;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.footer .footer__contact .contact__list .list__item .item__button a.button01 {
  background: linear-gradient(to right, #7FCE00 0%, #4CC64B 100%);
}
.footer .footer__contact .contact__list .list__item .item__button a.button02 {
  background: linear-gradient(to right, #DD3825 0%, #B33B69 50%, #7F3E97 100%);
}
.footer .footer__body {
  padding: 120px 0 80px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.footer .footer__body a {
  color: currentColor;
}
.footer .footer__logo {
  width: 32%;
  line-height: 1;
}
.footer .footer__navi {
  width: 54%;
}
.footer .footer__navi .navi__list {
  font-size: 1.7rem;
  line-height: 1.5;
}
.footer .footer__navi .navi__list > li + li {
  margin-top: 56px;
}
.footer .footer__navi .navi__list a {
  position: relative;
  display: inline-block;
}
@media (any-hover: hover) {
  .footer .footer__navi .navi__list a:has(.arrow) {
    opacity: 1;
  }
  .footer .footer__navi .navi__list a:has(.arrow):hover .arrow {
    width: 14px;
    transform: rotate(0);
  }
  .footer .footer__navi .navi__list a:has(.arrow):hover .arrow::after {
    opacity: 1;
  }
}
.footer .footer__navi .navi__list .arrow {
  position: absolute;
  right: -22px;
  top: 52%;
  display: inline-block;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-60deg);
  transition: transform 0.3s;
}
.footer .footer__navi .navi__list .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(40deg);
  transform-origin: calc(100% - 0.5px) 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer .footer__navi .navi__child {
  height: 300px;
  margin-top: 28px;
  font-size: 1.5rem;
  gap: 20px 0;
  line-height: 1.5;
  justify-content: flex-start;
  flex-direction: column;
}
.footer .footer__navi .navi__child li {
  width: 50%;
}
.footer .footer__navi .navi__child li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #b3b3b3;
}
@media (any-hover: hover) {
  .footer .footer__navi .navi__child li a:hover {
    opacity: 1;
  }
  .footer .footer__navi .navi__child li a:hover::after {
    opacity: 1;
  }
}
.footer .footer__navi .navi__child li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  width: 8px;
  height: 2px;
  background: linear-gradient(to right, #FBDAA2 0%, #CBE1A0 50%, #B0D58C 75%, #86C685 100%);
}
.footer .footer__navi .navi__child li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  bottom: 0;
  width: calc(100% - 18px);
  height: 0;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.5s;
  opacity: 0;
}
.footer .footer__navi .navi__child.horizontal {
  height: auto;
  flex-direction: row;
}
.footer .footer__navi02 {
  width: 100%;
  margin-top: 120px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  gap: 48px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer .footer__navi02 li a {
  color: #b3b3b3;
}
.footer .footer__navi02 li a img {
  margin-left: 5px;
  vertical-align: baseline;
}
.footer .footer__navi03 {
  width: 60%;
  margin-top: 80px;
  font-size: 1.3rem;
  gap: 40px;
  line-height: 1.5;
  justify-content: flex-start;
}
.footer .footer__navi03 li a {
  color: #b3b3b3;
}
.footer .footer__navi03 li a .icon {
  margin-left: 5px;
}
.footer .footer__copyright {
  width: 40%;
  margin-top: 80px;
  color: #b3b3b3;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: right;
}
.footer .footer__copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 810px) {
  .footer {
    margin-top: 32px;
  }
  .footer .footer__contact {
    padding: 64px 0 56px;
    border-radius: 32px 32px 0 0;
  }
  .footer .footer__contact .contact__title {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
  .footer .footer__contact .contact__list {
    max-width: 400px;
    margin: 40px auto 0;
    gap: 16px;
    text-align: center;
  }
  .footer .footer__contact .contact__list .list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 32px 24px 24px;
    border-radius: 16px;
    text-align: left;
  }
  .footer .footer__contact .contact__list .list__item .item__icon {
    width: 72px;
    text-align: center;
  }
  .footer .footer__contact .contact__list .list__item .item__title {
    margin-top: 0;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .footer .footer__contact .contact__list .list__item .item__title + * {
    margin-top: 12px;
  }
  .footer .footer__contact .contact__list .list__item .item__text {
    width: calc(100% - 72px);
    padding-left: 16px;
    font-size: 1.5rem;
  }
  .footer .footer__contact .contact__list .list__item .item__button {
    width: 100%;
    margin-top: 24px;
    padding: 0 8px;
  }
  .footer .footer__body {
    padding: 72px 0 40px;
  }
  .footer .footer__logo {
    width: 100%;
    text-align: center;
  }
  .footer .footer__logo img {
    width: 240px;
    height: auto;
  }
  .footer .footer__navi {
    width: 100%;
    margin-top: 48px;
  }
  .footer .footer__navi .navi__list {
    font-size: 1.6rem;
  }
  .footer .footer__navi .navi__list > li + li {
    margin-top: 24px;
  }
  .footer .footer__navi .navi__list > li:not(:has(.sp__open)) .arrow {
    display: none;
  }
  .footer .footer__navi .navi__list .open .arrow::after {
    opacity: 0;
  }
  .footer .footer__navi .navi__list .arrow {
    right: -22px;
    top: 50%;
    width: 9px;
    height: 1px;
    border-radius: 0;
    background-color: #fff;
    transform: unset;
    transition: transform 0.3s;
  }
  .footer .footer__navi .navi__list .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 1px;
    border-radius: 0;
    background-color: #fff;
    transform: rotate(90deg);
    transform-origin: center;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .footer .footer__navi .navi__child {
    display: none;
    height: auto;
    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 16px;
    font-size: 1.5rem;
  }
  .footer .footer__navi .navi__child li {
    width: 100%;
  }
  .footer .footer__navi .navi__child li + li {
    margin-top: 20px;
  }
  .footer .footer__navi .navi__child li a::before {
    top: 9px;
  }
  .footer .footer__navi .navi__child li.child__top a {
    padding-left: 0;
  }
  .footer .footer__navi .navi__child li.child__top a::before {
    content: none;
  }
  .footer .footer__navi02 {
    margin-top: 48px;
    padding: 40px 0;
    gap: 24px;
    font-size: 1.4rem;
  }
  .footer .footer__navi02 li {
    width: 100%;
  }
  .footer .footer__navi03 {
    width: 100%;
    margin-top: 40px;
    font-size: 1.1rem;
    gap: 24px;
    line-height: 1.5;
    justify-content: center;
  }
  .footer .footer__copyright {
    width: 100%;
    margin-top: 48px;
    text-align: center;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #000;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .header {
    position: absolute;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}