@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/*!
Theme Name:
Theme URI: http://ace-union.net
Version:
Author: AceUnionDesign co.,ltd
*/
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*** 2015.07.15 追記 ***/
* {
  box-sizing: border-box;
}

html {
  -webkit-appearance: none;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

small {
  font-size: 75%;
}

/*** 2015.07.28 追記 ***/
[hidden] {
  display: none;
}

mark {
  background: none;
}

em {
  font-style: normal;
}

input {
  opacity: 1;
}

img {
  vertical-align: bottom;
}

/*** 2016.10.31 追記 ***/
address {
  font-style: normal;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
/* color
************************************/
/* fontsize
************************************/
/* font-size
************************************/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メディアクエリ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

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

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

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

.fixed {
  position: fixed;
  background: rgb(255, 255, 255);
}

.fixed_body {
  position: fixed;
}

/*************************************/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.float-n {
  float: none;
}

.pc-float-l {
  float: none;
}
@media only screen and (min-width: 768px) {
  .pc-float-l {
    float: left;
  }
}

.pc-float-r {
  float: none;
}
@media only screen and (min-width: 768px) {
  .pc-float-r {
    float: right;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.clear {
  clear: both;
}

.strong {
  font-weight: bold;
}

/* additional
************************************/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
font-size: 32px;
color: red;
}
========================================== */
.wpc,
.pc,
.tb,
.sp,
.wsp,
.w2pc {
  display: none;
}

@media screen and (min-width: 1220px) {
  .w2pc {
    display: unset;
  }
}
@media screen and (min-width: 1080px) {
  .wpc {
    display: unset;
  }
}
@media screen and (min-width: 992px) {
  .pc {
    display: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tb {
    display: unset;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: unset;
  }
}
@media screen and (min-width: 768px) {
  .wsp {
    display: unset;
  }
}
img {
  width: 100%;
  height: auto;
}

#copylAddress {
  display: none !important;
}

/* fadeIn
************************************/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

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

body {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
  background: #FFFFFF;
  color: #000000;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

/*************
共通
*************/
.ly_centered {
  max-width: 1100px;
  margin: 0 auto;
}

.level2_title {
  display: block;
  line-height: 1.2;
  margin-bottom: 7.8125vw;
}
@media only screen and (min-width: 768px) {
  .level2_title {
    margin-bottom: 60px;
  }
}
.level2_title__jp {
  font-weight: bold;
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.level2_title__en {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #FFBD3E;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .level2_title__en {
    font-size: 1.125rem;
  }
}

.home .level2_title {
  margin-top: 30px;
  margin-bottom: 3.90625vw;
}
@media only screen and (min-width: 768px) {
  .home .level2_title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.ly_btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ly_btn {
    max-width: 328px;
  }
}
.ly_btn.al-center {
  margin: auto;
}
.ly_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #10CE6C;
  display: block;
  text-align: center;
  padding: 16px 40px 16px 0;
  line-height: 1.2;
  position: relative;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .ly_btn .btn {
    padding: 28px 40px 28px 0;
  }
}
.ly_btn .btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url("images/arrow_w.png") no-repeat left center;
  background-size: cover;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .ly_btn .btn::after {
    width: 44px;
    height: 44px;
  }
}
.ly_btn .btn:hover {
  opacity: 0.7;
}
.ly_btn .btn.btn-contact {
  background: linear-gradient(90deg, rgb(244, 104, 238), rgb(219, 100, 119) 61%, rgb(245, 188, 74));
}

* + .ly_btn {
  margin-top: 5.2083333333vw;
}
@media only screen and (min-width: 768px) {
  * + .ly_btn {
    margin-top: 40px;
  }
}
* + .ly_btn.al-center {
  margin: 40px auto;
}

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

.ly_section {
  display: block;
  padding: 15.625vw 0;
}
@media only screen and (min-width: 768px) {
  .ly_section {
    padding: 120px 0;
  }
}
.ly_section__inner {
  margin: 0 auto;
}
.ly_section__inner--width1400 {
  width: 90%;
  max-width: 1400px;
  padding: 0;
}
.ly_section__inner--bg_white {
  background: #fff;
}
.ly_section--bg_white {
  background: #fff;
}
.ly_section--bg_blue {
  background: #1987C5;
}
.ly_section--bg_orenge {
  background: #FFBD3E;
}
.ly_section--mgn {
  padding: 0;
  margin: 15.625vw auto;
}
@media only screen and (min-width: 768px) {
  .ly_section--mgn {
    margin: 120px auto;
  }
}
.ly_section--width1400 {
  width: 90%;
  max-width: 1400px;
  padding: 0;
  margin: 15.625vw auto;
}
@media only screen and (min-width: 768px) {
  .ly_section--width1400 {
    margin: 120px auto;
  }
}

/*************
ヘッダー
*************/
.header {
  background: none;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px;
  background: #191A19;
}
.header .logo {
  max-width: 50%;
  mix-blend-mode: normal;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .header .logo {
    max-width: 316px;
    width: 20%;
  }
}
.header__fixnav {
  position: fixed;
  z-index: 40;
  right: 0;
  top: 54%;
}
@media only screen and (min-width: 768px) {
  .header__fixnav {
    top: 200px;
    top: 40%;
  }
  .header__fixnav:hover {
    opacity: 0.7;
  }
}
.header__fixnav a {
  color: #FFFFFF;
  background: #000000;
  border-radius: 20px 0 0 20px;
  padding: 20px 5px;
  width: 36px;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .header__fixnav a {
    font-size: 1rem;
    padding: 20px 10px;
    width: 54px;
  }
}
.header__fixnav a:hover {
  opacity: 1;
  color: #FFFFFF;
}
.header__fixnav a::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(images/arrow_w.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .header__fixnav a::after {
    width: 34px;
    height: 34px;
    margin-top: 20px;
  }
}
.header .contact {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .header .contact {
    padding-right: 0;
    max-width: 200px;
    width: 23%;
  }
}
.header .contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(244, 104, 238), rgb(219, 100, 119) 61%, rgb(245, 188, 74));
  height: 50px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .header .contact__btn {
    width: 100%;
  }
}
.header .contact__icon {
  margin-right: 10px;
}
.header .contact__icon img {
  width: 23px;
}

/*************
メニュー
*************/
@media only screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
  .drawer--left .drawer-nav {
    left: 0;
  }
  .drawer-nav {
    position: relative;
    width: auto;
    background: none;
  }
  .drawer-nav .drawer-menu li {
    display: block;
  }
  .drawer--right .drawer-nav {
    right: inherit;
  }
}
.drawer-nav {
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .drawer-nav {
    background: none;
  }
}

.drawer-hamburger {
  width: 30px;
  top: inherit;
  padding: 18px 15px 30px 15px;
  z-index: 60;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #218853;
}

.drawer-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}

.nav {
  padding: 20px 0;
  z-index: 60;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
  }
}
.nav .global_nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .nav .global_nav {
    justify-content: center;
    flex-direction: row;
    margin-right: 0;
  }
}
.nav .global_nav a {
  display: block;
  text-align: center;
  padding: 0 5px;
  position: relative;
  font-size: 1.125rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .nav .global_nav a {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1490px) {
  .nav .global_nav a {
    font-size: 1.0625rem;
  }
}
.nav .global_nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #218853;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
@media only screen and (min-width: 768px) {
  .nav .global_nav a:hover {
    opacity: 1;
  }
  .nav .global_nav a:hover::after {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1080px) {
  .nav .global_nav a {
    padding: 0 10px;
  }
}
.nav .global_nav__item {
  font-size: 0.875rem;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .nav .global_nav__item {
    padding-bottom: 0;
  }
}
.nav .global_nav__item:last-child {
  border-right: none;
}
@media only screen and (min-width: 1200px) {
  .nav .global_nav__br {
    display: none;
  }
}
.nav .global_nav .en--size {
  font-size: 1rem;
  line-height: 1;
  display: block;
}

/*************
メイン
*************/
.__inner {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .__inner {
    max-width: 1000px;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 40px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 40px 0 70px;
    font-size: 1rem;
  }
}
.breadcrumbs span[property=name] {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 6px;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 10px;
}
.breadcrumbs li.current-item {
  color: #A2A2A2;
}
.breadcrumbs li.current-item::after {
  display: none;
}
.breadcrumbs li.current-item span[property=name] {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs li.current-item span[property=name] {
    overflow: unset;
    max-width: unset;
    text-overflow: unset;
  }
}

.lower_kv__inner p {
  font-size: 1rem;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .lower_kv__inner p {
    font-size: 1.0625rem;
  }
}

.lower_kv__title__jp {
  font-size: 1.625rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .lower_kv__title__jp {
    font-size: 2.25rem;
  }
}

.footer {
  background: #191A19;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 130px;
  }
}
.footer__inner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    display: block;
    border-bottom: 1px solid #575757;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer_nav_wrap {
    padding: 70px 0 50px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
}
.footer .footer_nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer .footer_nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1100px;
    gap: 10px 0;
  }
}
.footer .footer_nav a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  position: relative;
  font-size: 0.9375rem;
}
.footer .footer_nav a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #218853;
  border-right: solid 2px #218853;
  position: absolute;
  left: 6px;
  top: 10px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .footer .footer_nav a {
    padding: 0 30px;
  }
}
.footer__logo {
  max-width: 80%;
  padding: 24px 0 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    max-width: 359px;
  }
}
.footer__copyright {
  color: #FFFFFF;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 0.75rem;
  padding: 20px 0;
}
.footer .pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .footer .pagetop {
    display: none !important;
  }
}

/*************
トップページ
calc(100vw * 40 / 1080);
@include m.fontsize(16px);
*************/
body.page-index::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-12deg);
  transform-origin: bottom left;
  width: 100%;
  height: 80vw;
  background: #191A19;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  body.page-index::before {
    height: 500px;
  }
}
body.archive::before, body.page:not(.page-index)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: skewY(-12deg);
  transform-origin: bottom left;
  width: 100%;
  height: 800px;
  background: #ECEEF4;
  z-index: -1;
}

.anchorlink {
  margin-top: -80px !important;
  padding-top: 80px !important;
}
@media only screen and (min-width: 768px) {
  .anchorlink {
    margin-top: -200px !important;
    padding-top: 200px !important;
  }
}

.kv {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .kv {
    padding-top: 100px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .kv {
    padding-top: 100px;
  }
}
.kv .ly_btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .kv .ly_btn {
    display: block;
  }
  .kv .ly_btn .btn {
    padding: 20px 40px 20px 0;
  }
  .kv .ly_btn:after {
    width: 30px;
    height: 30px;
  }
}

.kv-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.kv-swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .kv-swiper .swiper-slide {
    display: block;
  }
}
.kv-swiper .swiper-slide:hover {
  transition: 0.3s;
}

.kv_slide__text {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 12px 10px 10px;
  width: 60%;
  height: auto;
  border-radius: 10px;
  order: 1;
  margin-top: -50px;
  margin-right: 50px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 108%;
}
@media only screen and (min-width: 768px) {
  .kv_slide__text {
    transform: translateY(-50%);
    padding: 50px 30px;
    width: 420px;
    height: 340px;
    border-radius: 50px;
    margin-top: 0;
    margin-right: 0;
    top: 50%;
  }
}
.kv_slide__text .ly_btn {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .kv_slide__text .ly_btn {
    width: 250px;
  }
}
.kv_slide__text .ly_btn .btn:hover {
  opacity: 1;
}
.kv_slide__text:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 2px #10CE6C;
  border-right: solid 2px #10CE6C;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(45deg) translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .kv_slide__text:after {
    display: none;
  }
}

.kv_slide__img {
  margin-left: 50px;
  position: relative;
  padding-top: 60%;
}
@media only screen and (min-width: 768px) {
  .kv_slide__img {
    margin-left: 100px;
  }
}
.kv_slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .kv_slide__img img {
    border-radius: 40px;
  }
}

.kv_slide__small {
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .kv_slide__small {
    font-size: 0.9375rem;
  }
}

.kv_slide__title {
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .kv_slide__title {
    font-size: 2.25rem;
  }
}

.kv_slide__detail {
  font-weight: bold;
  margin-top: 6px;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .kv_slide__detail {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.kv_slide__label {
  display: inline-block;
  padding: 4px 6px;
  background-color: #191A19;
  color: #FFFFFF;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 0 !important;
  font-size: 0.625rem;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .kv_slide__label {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
}

.kv_slide__btnwrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
  width: 90%;
  margin-top: 30px;
  height: 30px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .kv_slide__btnwrap {
    margin-top: 30px;
    height: 61px;
    width: 60%;
  }
}
.kv_slide__btnwrap .swiper-button-prev,
.kv_slide__btnwrap .swiper-button-next {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .kv_slide__btnwrap .swiper-button-prev,
.kv_slide__btnwrap .swiper-button-next {
    width: 61px;
    height: 61px;
  }
}
.kv_slide__btnwrap .swiper-button-prev {
  margin-right: 20px;
}
.kv_slide__btnwrap .swiper-button-prev:hover,
.kv_slide__btnwrap .swiper-button-next:hover {
  opacity: 0.7;
}
.kv_slide__btnwrap .swiper-button-prev::after,
.kv_slide__btnwrap .swiper-button-next::after {
  background-size: cover;
  font-size: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .kv_slide__btnwrap .swiper-button-prev::after,
.kv_slide__btnwrap .swiper-button-next::after {
    width: 61px;
    height: 61px;
  }
}
.kv_slide__btnwrap .swiper-button-prev::after {
  background-image: url(images/arrow_b.png);
  transform: rotate(180deg);
}
.kv_slide__btnwrap .swiper-button-next::after {
  background-image: url(images/arrow_b.png);
}
.kv_slide__btnwrap .swiper-slide img {
  height: auto;
  width: 100%;
}
.kv_slide__btnwrap .swiper-button-next.swiper-button-disabled,
.kv_slide__btnwrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.top_what {
  position: relative;
  z-index: 2;
}
.top_what .level2_title {
  margin-bottom: 0;
}
.top_what .level2_title img {
  max-width: 1300px;
  width: 80%;
}
.top_what .level2_title__jp {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.top_what p {
  line-height: 2;
  margin-top: 20px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .top_what p {
    margin-top: 0;
  }
}

.top_what_img__wrap {
  overflow: hidden;
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .top_what_img__wrap {
    margin-top: 20px;
  }
}

.top_what_img__list {
  display: flex;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.top_what_img__item {
  width: 33.3333333333vw;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .top_what_img__item {
    width: 20vw;
    margin: 50px 20px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top_what__about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .top_what__about {
    margin-top: 0;
  }
}

.top_what__about_item {
  background-color: #191A19;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  color: #FFFFFF;
  border-radius: 20px;
  margin-top: 20px;
  width: 48%;
  transition: 0.3s;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .top_what__about_item {
    width: 28%;
    margin-top: 60px;
    padding: 20px;
  }
}
.top_what__about_item:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}
.top_what__about_item a {
  color: #FFFFFF;
}
.top_what__about_item a:hover {
  color: #FFFFFF;
}
.top_what__about_item img {
  max-width: 40px;
  display: block;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .top_what__about_item img {
    max-width: 82px;
  }
}
.top_what__about_item p {
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .top_what__about_item p {
    font-size: 1.0625rem;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.top_what__about_item p span {
  display: block;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .top_what__about_item p span {
    font-size: 1.375rem;
  }
}

.top_select {
  background-color: #ECEEF4;
  position: relative;
}
.top_select .level2_title {
  margin-bottom: 0;
}
.top_select .level2_title img {
  max-width: 1300px;
  width: 80%;
}
.top_select .level2_title__jp {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.top_select_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -23vw;
}

.top_select_content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .top_select_content {
    padding-top: 200px;
  }
}

.top_select__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .top_select__lead {
    flex-direction: row;
    margin-top: 70px;
  }
}

.top_select__lead_text {
  width: 100%;
  padding-right: 30px;
  order: 2;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .top_select__lead_text {
    order: 1;
    width: 50%;
    margin-top: 0;
  }
}
.top_select__lead_text h3 {
  font-size: 1.375rem;
}
.top_select__lead_text p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .top_select__lead_text p {
    margin-top: 20px;
  }
}

.top_select__lead_img {
  width: 100%;
  margin-right: -16%;
  flex: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .top_select__lead_img {
    margin-right: calc(50% - 50vw);
    width: 50%;
    flex-direction: row;
    order: 2;
  }
}

.top_select__category {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 10px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .top_select__category {
    margin-top: 90px;
    padding: 30px;
    margin-top: 40px;
  }
}
.top_select__category h3 {
  text-align: center;
}
.top_select__category h3 img {
  max-width: 250px;
  width: 50%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .top_select__category h3 img {
    width: 80%;
  }
}

.top_select__category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .top_select__category-wrap {
    margin-top: 30px;
  }
}
.top_select__category-wrap a {
  display: inline-block;
  background-color: #191A19;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 0.75rem;
  margin: 4px 6px;
  padding: 4px 10px;
}
@media only screen and (min-width: 768px) {
  .top_select__category-wrap a {
    font-size: 1.125rem;
    margin: 6px 8px;
    padding: 6px 16px;
  }
}

.top_examples {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .top_examples {
    padding-top: 200px;
  }
}
.top_examples .level2_title {
  margin-bottom: 0;
}
.top_examples .level2_title img {
  max-width: 1300px;
  width: 80%;
}
.top_examples .level2_title__jp {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.top_examples .__inner {
  position: relative;
  z-index: 2;
}

.top_examples_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -23vw;
}

.top_news {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.top_news .level2_title {
  margin: 0;
}
.top_news .level2_title img {
  width: 400px;
  max-width: 60%;
}
.top_news .level2_title__en {
  margin: 0;
}
.top_news .__inner {
  position: relative;
  z-index: 2;
  padding: 20vw 0;
}

.top_news_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top_news_bg img {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .top_news_bg img {
    height: auto;
  }
}

.top_products {
  position: relative;
  z-index: 4;
  color: #FFFFFF;
  background-image: url(images/top_bg_products.png);
  background-repeat: no-repeat;
  background-size: 231px 1372px;
  background-position: top right;
}
.top_products::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-12deg);
  transform-origin: bottom left;
  width: 100%;
  height: 100%;
  background-color: #191A19;
  z-index: -1;
}
.top_products .level2_title {
  margin: 0;
}
.top_products .level2_title img {
  width: 400px;
  max-width: 60%;
}
.top_products .level2_title__en {
  margin: 0;
}
.top_products .__inner {
  position: relative;
  z-index: 6;
  padding: 10vw 0 20vw;
}
@media only screen and (min-width: 768px) {
  .top_products .__inner {
    padding: 0 0 20vw;
  }
}

.top_products_bg {
  position: absolute;
  top: -17vw;
  right: 0;
  z-index: 5;
}

.top_products__wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .top_products__wrap {
    margin-top: 90px;
  }
}

.top_products__item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .top_products__item {
    margin-top: 70px;
    justify-content: space-between;
    flex-direction: row;
  }
}
.top_products__item .ly_btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .top_products__item .ly_btn {
    margin-top: 40px;
    margin-left: 0;
  }
}

.top_products__text {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .top_products__text {
    width: 49%;
    order: 1;
  }
}

.top_products__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .top_products__title {
    margin-top: 20px;
    font-size: 2.0625rem;
    margin-top: 0;
  }
}

.top_products__copy {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .top_products__copy {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}

.top_products__detail {
  line-height: 2;
  margin-top: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .top_products__detail {
    margin-top: 20px;
  }
}

.top_products__img {
  order: 1;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
  background-color: #FFFFFF;
  padding-top: 113.5416%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top_products__img {
    padding-top: 54.5416%;
    width: 48%;
    order: 2;
  }
}
.top_products__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_company .level2_title {
  margin: 0;
}
.top_company .level2_title img {
  width: 400px;
  max-width: 60%;
}
.top_company .level2_title__en {
  margin: 0;
}

.top_company__img {
  margin: 50px auto;
}

.top_company__copy {
  text-align: center;
  font-size: 1.5rem;
}

.top_company__number {
  color: #218853;
  padding: 0 10px;
  font-size: 2.375rem;
}

.top_company__text {
  margin-top: 30px;
}

.top_company__btn {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .top_company__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top_company__btn .ly_btn {
  max-width: unset;
  width: 100%;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  .top_company__btn .ly_btn {
    max-width: 470px;
    margin: 0 16px;
  }
}
.top_company__btn .ly_btn .btn {
  width: auto;
}

.ly_article__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ly_article__wrap.col3 {
  margin: 0 -3%;
}
.ly_article__wrap.col3 .ly_article__item {
  width: 46%;
  margin: 0 1%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ly_article__wrap.col3 .ly_article__item {
    margin: 40px 1% 0;
    width: 30%;
  }
}
.ly_article__wrap.col2 {
  margin: 0 -3%;
}
.ly_article__wrap.col2 .ly_article__item {
  width: 46%;
  margin: 0 1%;
  margin-top: 20px;
}

.ly_article__item {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px -5px #777777;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ly_article__item {
    margin-top: 50px;
    border-radius: 20px;
  }
}

.ly_article__img {
  position: relative;
  display: block;
  padding-top: 65%;
}
.ly_article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.ly_article__text {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .ly_article__text {
    padding: 20px;
  }
}

.ly_article__cat {
  display: inline-block;
  padding: 4px 6px;
  background-color: #191A19;
  color: #FFFFFF;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 0 !important;
  font-size: 0.625rem;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .ly_article__cat {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
}

.ly_article__time {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0 !important;
}

.ly_article__title {
  font-size: 1.0625rem;
  margin-top: 10px !important;
}

/*****************************************************
下層ページ
calc(100vw * 40 / 1080);
@include m.fontsize(16px);
*****************************************************/
.table {
  width: 100%;
}
.table__th {
  background: #F5F5F5;
  border-bottom: 1px solid #C2C1C1;
  width: 100%;
  padding: 20px;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .table__th {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 10px;
    text-align: center;
  }
}
.table__td {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #C2C1C1;
  padding: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .table__td {
    width: 80%;
    vertical-align: middle;
    display: table-cell;
    padding: 20px 40px;
  }
}
.table__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 0 10px;
}
@media only screen and (min-width: 768px) {
  .table__title {
    white-space: nowrap;
    justify-content: center;
  }
}
.table__required {
  color: #FFBD3E;
  font-size: 12px;
  border: 1px solid #FFBD3E;
  padding: 4px 10px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  border-radius: 10px;
}
.table__small {
  font-size: 12px;
}
.table--form tr:last-child th,
.table--form tr:last-child td {
  border-bottom: none;
}

.ly_form {
  padding: 15.625vw 0 0;
  /* ラジオボタンを隠す */
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
  	checked状態
  	文字のcolorとボタンのopacityを変更
  */
}
@media only screen and (min-width: 768px) {
  .ly_form {
    padding: 120px 0 0;
  }
}
.ly_form__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 10px rgba(34, 34, 34, 0.1));
}
.ly_form__lead {
  text-align: center;
  padding: 0 0 10.4166666667vw;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .ly_form__lead {
    padding: 0 0 80px;
  }
}
.ly_form input {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ly_form input {
    font-size: 1.125rem;
    max-width: 320px;
  }
}
.ly_form select {
  width: auto;
  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ly_form select {
    font-size: 1.125rem;
  }
}
.ly_form input[type=text]:focus,
.ly_form textarea:focus {
  outline: none;
  border: 1px solid #FFBD3E;
  filter: drop-shadow(0px 0px 10px rgba(34, 34, 34, 0.1));
}
.ly_form textarea {
  width: 100%;
  height: 280px;
  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ly_form textarea {
    font-size: 1.125rem;
  }
}
.ly_form label {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ly_form label {
    font-size: 1.125rem;
  }
}
.ly_form ::-moz-placeholder {
  color: #D9D9D9;
}
.ly_form ::placeholder {
  color: #D9D9D9;
}
.ly_form__address {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ly_form__address__item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.ly_form .postcode {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.ly_form .postcode__text {
  flex: 1;
  max-width: 80px;
}
.ly_form .formBtn {
  max-width: 260px;
  position: relative;
  text-align: center;
  margin: 10.4166666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .ly_form .formBtn {
    margin: 80px auto 0;
  }
}
.ly_form .formBtn::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 15px;
  background: url("images/contact_arrow.png") no-repeat left center;
  background-size: cover;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ly_form .submit {
  border: 1px solid #1987C5;
  padding: 22px 26px 22px 52px;
  border-radius: 9999px;
  background: #1987C5;
  color: #fff;
  width: 100%;
  font-size: 15px;
  text-align: left;
}
.ly_form .submit:hover {
  border: 1px solid #1987C5;
  opacity: 0.7;
  color: #fff;
  background: #1987C5;
}
.ly_form .submit:hover::before {
  background: #fff;
}
.ly_form .radio-btns {
  display: flex;
  gap: 0 10px;
}
.ly_form .radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.ly_form .radio-btns label {
  display: flex;
  align-items: center;
}
.ly_form .radio-btns .radio-btns__item + span {
  padding-left: 2em;
  position: relative;
  margin: 0;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .ly_form .radio-btns .radio-btns__item + span {
    padding-left: 34px;
  }
}
.ly_form .radio-btns .radio-btns__item + span::after,
.ly_form .radio-btns .radio-btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #2D2D2D;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
}
.ly_form .radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 6px;
  border: none;
  background: #FFBD3E;
}
.ly_form .radio-btns .radio-btns__item:checked + span {
  color: #2D2D2D;
}
.ly_form .radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}

.eyecatchBox {
  position: relative;
  width: 100%;
}
.eyecatchBox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 30px;
}
.eyecatchBox__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eyecatchBox--single {
  margin-bottom: 50px;
}
.eyecatchBox--single:before {
  content: "";
  display: block;
  padding-top: 56.48%;
}
.eyecatchBox--list:before {
  content: "";
  display: block;
  padding-top: 56.36%;
}

.ly_single {
  padding-bottom: 0;
}
.ly_single__date {
  margin-bottom: 8px;
  font-size: 1.125rem;
}
.ly_single .lv2Title {
  font-size: 2.625rem;
}
.ly_single .lv2Title + * {
  margin-top: 40px;
}
.ly_single .lv3Title {
  font-size: 1.75rem;
  border-bottom: 2px solid #191A19;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 60px;
}
.ly_single .lv3Title + * {
  margin-top: 40px;
}
.ly_single .lv4Title__01 {
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
}
.ly_single .lv4Title__01::before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 24px;
  background-color: #191A19;
  top: 8px;
  left: 0;
}
.ly_single .lv4Title__02 {
  font-size: 1.5rem;
}
.ly_single .greenbox01 {
  background: #EDFCF4;
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ly_single .greenbox01 {
    padding: 40px;
  }
}
.ly_single .greenbox01 p {
  margin-top: 20px;
}
.ly_single .greenbox02 {
  border: 2px solid #10CE6C;
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ly_single .greenbox02 {
    padding: 40px;
  }
}
.ly_single .greenbox02 p {
  margin-top: 20px;
}
.ly_single blockquote {
  padding: 90px 20px;
  background-color: #F4F4F4;
  border-radius: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ly_single blockquote {
    padding: 90px 50px;
  }
}
.ly_single blockquote::after, .ly_single blockquote::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .ly_single blockquote::after, .ly_single blockquote::before {
    width: 60px;
    height: 60px;
  }
}
.ly_single blockquote::before {
  background-image: url(images/icon_blockquote_top.png);
  top: 30px;
  left: 40px;
}
.ly_single blockquote::after {
  background-image: url(images/icon_blockquote_bottom.png);
  bottom: 30px;
  right: 40px;
}
.ly_single blockquote .blockquote-inner {
  border-left: 2px solid #10CE6C;
  padding-left: 20px;
}
.ly_single .marker {
  background: linear-gradient(transparent 40%, rgba(255, 235, 0, 0.4) 40%);
}
.ly_single .lv4Title__01 + *,
.ly_single .lv4Title__02 + *,
.ly_single .greenbox01,
.ly_single .greenbox02,
.ly_single blockquote {
  margin-top: 40px;
}
.ly_single p + *,
.ly_single .textEditor + * {
  margin-top: 40px;
}
.ly_single .textEditor P {
  margin-top: 16px;
}
.ly_single .textEditor P:first-child {
  margin-top: 0;
}
.ly_single .textEditor .table {
  margin-top: 40px;
}
.ly_single table {
  width: 100%;
  margin-top: 40px;
}
.ly_single table tr:nth-of-type(odd) th {
  background: #F5F5F5;
}
.ly_single table tr:nth-of-type(odd) td {
  background: #fff;
}
.ly_single table tr:nth-of-type(even) th {
  background: #ebebeb;
}
.ly_single table tr:nth-of-type(even) td {
  background: #f5f5f5;
}
.ly_single table th {
  background: #F5F5F5;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ly_single table th {
    padding: 30px 10px;
  }
}
.ly_single table td {
  background: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ly_single table td {
    padding: 20px 40px;
  }
}
.ly_single .singleBtn {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ly_single .singleBtn {
    max-width: 328px;
  }
}
.ly_single .singleBtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
  background: #10CE6C;
  display: block;
  text-align: center;
  padding: 16px 40px 16px 0;
  line-height: 1.2;
  position: relative;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .ly_single .singleBtn__link {
    padding: 28px 40px 28px 0;
  }
}
.ly_single .singleBtn__link::after {
  position: absolute;
  content: "";
  display: block;
  background: url("images/arrow_w.png") no-repeat left center;
  background-size: cover;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .ly_single .singleBtn__link::after {
    width: 44px;
    height: 44px;
  }
}
.ly_single .singleBtn__link:hover {
  opacity: 0.7;
}
.ly_single .singleBtn__link span {
  font-weight: normal;
}

.pager {
  position: relative;
  border-top: 1px solid #CBCBCB;
  padding-top: 40px;
  margin-top: 80px;
}
.pager::before, .pager::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .pager {
    margin-top: 120px;
  }
}
.pager__inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.pager__inner::after {
  content: "";
  display: block;
  clear: both;
}
.pager .prevBtn,
.pager .backBtn,
.pager .nextBtn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pager .prevBtn,
.pager .backBtn,
.pager .nextBtn {
    width: 48%;
  }
}
.pager .prevBtn a,
.pager .backBtn a,
.pager .nextBtn a {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pager .prevBtn,
.pager .nextBtn {
    margin-top: 0;
  }
}
.pager .backBtn {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #C2C1C1;
  border-bottom: 1px solid #C2C1C1;
}
@media only screen and (min-width: 768px) {
  .pager .backBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}
.pager .prevBtn {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .pager .prevBtn {
    padding-bottom: 0;
    float: left;
  }
}
.pager .prevBtn a {
  padding-left: 40px;
}
.pager .prevBtn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("images/arrow_b.png") no-repeat left center;
  background-size: cover;
  top: 50%;
  left: 0px;
  transform: rotate(-180deg) translateY(50%);
}
.pager .nextBtn {
  text-align: right;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pager .nextBtn {
    padding-top: 0;
    float: right;
  }
}
.pager .nextBtn a {
  padding-right: 40px;
}
.pager .nextBtn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("images/arrow_b.png") no-repeat left center;
  background-size: cover;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pager .ly_btn {
  max-width: 256px;
}
.pager .ly_btn .btn {
  padding: 20px 0;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.pager .ly_btn .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 8px;
  border-right-color: currentColor;
  border-left: 0;
  margin: 0 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-51%);
}
.pager .ly_btn .btn::after {
  display: none;
}

.ly_single .content-area a:not(.singleBtn__link) {
  text-decoration: underline;
}

.ly_single__title .lv3Title.al-left {
  text-align: left;
  margin-top: 20px;
}

.ly_single__title_label {
  display: inline-block;
  font-size: 0.75rem;
  background: #191A19;
  padding: 5px;
  color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .ly_single__title_label {
    font-size: 1.125rem;
  }
}

.ly_single__title_sub {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.ly_single__date {
  margin-right: 20px;
  margin-bottom: 0;
}

.ly_single__title_icon {
  display: flex;
  margin-top: 0px !important;
}
.ly_single__title_icon .snsicon {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_single__title_icon .snsicon.line {
  color: #656565;
}

.ly_post .product_main_slider {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ly_post .product_main_slider {
    margin-top: 60px;
  }
}
.ly_post .product_main_slider .swiper-slide {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.ly_post .product_main_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 40px;
}
.ly_post .product_thumbnail_slider {
  margin-top: 30px;
}
.ly_post .product_thumbnail_slider .swiper-slide {
  width: 100%;
  position: relative;
  padding-top: 22%;
  transition-duration: 100ms !important;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ly_post .product_thumbnail_slider .swiper-slide {
    padding-top: 11%;
  }
}
.ly_post .product_thumbnail_slider .swiper-slide img {
  opacity: 0.3;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 20px;
  transition-duration: 100ms !important;
}
.ly_post .product_thumbnail_slider .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  border: 3px solid #10CE6C;
}

.ly_post__subtitle {
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .ly_post__subtitle {
    font-size: 1.75rem;
  }
}

.ly_post__title {
  text-align: center;
  font-size: 2.25rem;
  margin-top: 10px !important;
}
@media only screen and (min-width: 768px) {
  .ly_post__title {
    margin-top: 30px !important;
    font-size: 2.625rem;
  }
}
.ly_post__title span {
  display: inline-block;
  position: relative;
}
.ly_post__title span::after {
  position: absolute;
  bottom: -10px;
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgb(244, 104, 238), rgb(219, 100, 119) 61%, rgb(245, 188, 74));
}

.ly_post__icon {
  display: flex;
  justify-content: flex-end;
  margin-top: 0px !important;
}
.ly_post__icon .snsicon {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_post__icon .snsicon.line {
  color: #656565;
}

.ly_post__code {
  margin: 40px auto;
  border: 5px solid #EBEBEB;
  padding: 20px;
}

.ly_archive {
  padding-bottom: 0;
}
.ly_archive .ly_article__wrap {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ly_archive .ly_article__wrap {
    padding: 20px 0;
  }
}
.ly_archive .ly_article__wrap.col3::after, .ly_archive .ly_article__wrap.col3::before {
  display: block;
  margin: 0 1%;
  content: "";
  height: 1px;
  width: 46%;
}
@media only screen and (min-width: 768px) {
  .ly_archive .ly_article__wrap.col3::after, .ly_archive .ly_article__wrap.col3::before {
    width: 30%;
  }
}
.ly_archive .ly_article__wrap.col3::before {
  order: 1;
}

.pagination {
  margin-top: 20px;
  width: 100%;
}
.pagination .wp-pagenavi {
  float: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.pagination .wp-pagenavi-list a {
  color: #191A19 !important;
  width: 30px;
  height: 30px;
  margin-right: 10px !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070 !important;
  border-radius: 100px !important;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .pagination .wp-pagenavi-list a {
    width: 40px;
    height: 40px;
  }
}
.pagination .wp-pagenavi-list a:hover {
  color: #FFFFFF !important;
  background: #191A19 !important;
  border: 1px solid #191A19;
  opacity: 1;
  transition: 0.5s;
}
.pagination .wp-pagenavi-list_current span.current {
  color: #FFFFFF !important;
  font-size: 0.875rem;
  width: 30px;
  height: 30px;
  margin-right: 10px !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #191A19 !important;
  border: 1px solid #191A19;
  border-radius: 100px !important;
}
@media only screen and (min-width: 768px) {
  .pagination .wp-pagenavi-list_current span.current {
    font-size: 1rem;
    width: 40px;
    height: 40px;
  }
}
.pagination .wp-pagenavi-list_current .pages {
  border: 1px solid #707070 !important;
  border-radius: 0 !important;
  color: #707070 !important;
  font-size: 0.875rem;
  width: auto;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination .wp-pagenavi-list_current .pages {
    font-size: 1rem;
    height: 40px;
  }
}
.pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
  position: relative;
  font-size: 0;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
}
.pagination .wp-pagenavi .nextpostslink::before, .pagination .wp-pagenavi .previouspostslink::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 6px;
  margin: 0 10px;
}
.pagination .wp-pagenavi .nextpostslink:hover, .pagination .wp-pagenavi .previouspostslink:hover {
  color: #FFFFFF !important;
  background: #191A19 !important;
  border: 1px solid #191A19;
  opacity: 1;
  transition: 0.5s;
}
.pagination .wp-pagenavi .nextpostslink::before {
  border-left-color: #191A19;
  border-right: 0;
}
.pagination .wp-pagenavi .nextpostslink:hover::before {
  border-left-color: #FFFFFF;
}
.pagination .wp-pagenavi .previouspostslink::before {
  border-right-color: #191A19;
  border-left: 0;
}
.pagination .wp-pagenavi .previouspostslink:hover::before {
  border-right-color: #FFFFFF;
}

.ly_related {
  margin-top: 0 !important;
}

.single_product {
  position: relative;
  z-index: 4;
  color: #FFFFFF;
  background-color: #191A19;
  border-bottom: 1px solid #575757;
  margin-bottom: -60px;
  margin-top: 30vw;
  padding: 10vw 0 60px;
}
@media only screen and (min-width: 768px) {
  .single_product {
    margin-top: 300px;
    margin-bottom: -130px;
    padding: 2vw 0 180px;
  }
}
.single_product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-12deg);
  transform-origin: bottom left;
  width: 100%;
  height: 30vw;
  background-color: #191A19;
  z-index: -1;
}
.single_product .lv3Title {
  font-size: 1.75rem;
  border-bottom: 2px solid #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 60px;
  color: #FFFFFF;
}
.single_product .__inner {
  position: relative;
  z-index: 6;
}

.single_product_bg {
  position: absolute;
  top: -17vw;
  right: 0;
  z-index: 5;
}

.single_product__wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .single_product__wrap {
    margin-top: 90px;
  }
}

.single_product__item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .single_product__item {
    margin-top: 70px;
    justify-content: space-between;
    flex-direction: row;
  }
}
.single_product__item .ly_btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .single_product__item .ly_btn {
    margin-top: 40px;
    margin-left: 0;
  }
}

.single_product__text {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .single_product__text {
    width: 49%;
    order: 1;
  }
}

.single_product__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .single_product__title {
    margin-top: 20px;
    font-size: 2.0625rem;
    margin-top: 0;
  }
}

.single_product__copy {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .single_product__copy {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}

.single_product__detail {
  line-height: 2;
  margin-top: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .single_product__detail {
    margin-top: 20px;
  }
}

.single_product__img {
  order: 1;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
  background-color: #FFFFFF;
  padding-top: 113.5416%;
}
@media only screen and (min-width: 768px) {
  .single_product__img {
    padding-top: 54.5416%;
    width: 48%;
    order: 2;
  }
}
.single_product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cartjs_product_table table {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .cartjs_product_table table {
    width: 50% !important;
  }
}

.cartjs_cart_in input {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .cartjs_cart_in input {
    width: 50% !important;
  }
}

.cartjs_sk_link_other {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .cartjs_sk_link_other {
    width: 50% !important;
  }
}
/*# sourceMappingURL=style.css.map */