@charset "UTF-8";
/* Scss Document */ /* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

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

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

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

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 767px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none !important;
}

.desktopHidden {
  display: block !important;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none !important;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline !important;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 200;
  background-color: #fdf8ec;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 767px) {
  #headerArea {
    padding-top: 120px;
  }
  #headerArea #topbody #headerArea {
    height: inherit;
  }
  #headerArea #secondbody #headerArea {
    background: none;
    height: 190px;
  }
}

/*ロゴ、電話番号のエリア*/
@media screen and (min-width: 767px) {
  #header {
    height: 120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#hLogo {
  margin-bottom: 10px;
  text-align: left;
}

#hLogo img {
  width: 200px;
}

/* -----------------------------------------------------------
 Video
----------------------------------------------------------- */
.home-mainvisual {
  max-width: 100%;
  position: relative;
}

.home-mainvisual video {
  width: 100%;
}

.home-mainvisual__kari {
  background-color: #333;
  width: 100%;
  aspect-ratio: 16/9;
}

.home-mainvisual__logo {
  position: absolute;
  top: 0.6003430532vw;
  left: 2.7444253859vw;
}
@media screen and (max-width: 767px) {
  .home-mainvisual__logo {
    top: 0;
    left: 4px;
  }
}

.home-mainvisual__logo img {
  width: 18.8679245283vw;
}
@media screen and (max-width: 767px) {
  .home-mainvisual__logo img {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .home-mainvisual img {
    width: 100%;
  }
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
#main {
  background: url(../../images/bg-left.png) repeat-y top left, url(../../images/bg-right.png) repeat-y top right;
  background-size: min(9.8110465116vw, 135px) auto;
}
@media screen and (max-width: 767px) {
  #main {
    background-size: 30px auto;
  }
}

article h1 {
  font-weight: normal;
}

article h2 {
  font-weight: normal;
}

article h3 {
  font-weight: normal;
}

article h4 {
  font-weight: normal;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1376px);
  margin-right: auto;
  margin-left: auto;
  padding-right: min(11.2645348837vw, 155px);
  padding-left: min(11.2645348837vw, 155px);
}
@media screen and (max-width: 1066px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.inner-items {
  width: min(100vw, 1376px);
  margin-right: auto;
  margin-left: auto;
  padding-right: min(9.8110465116vw, 135px);
  padding-left: min(9.8110465116vw, 135px);
}
@media screen and (max-width: 1066px) {
  .inner-items {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .inner-items {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*ボタン*/
.btn a {
  padding: 6px 0;
  font-size: 16px;
  color: #afce00;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 767px) {
  .btn a {
    padding: 6px 0;
    display: block;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #afce00;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #afce00;
}

/* -----------------------------------------------------------
 固定表示
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 10;
  background: #000;
  width: 30px;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
    bottom: 50px;
  }
}

.link-online {
  position: fixed;
  top: 17%;
  right: min(2.9069767442vw, 40px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-online {
    display: none;
  }
}

.link-online img {
  width: min(2.9069767442vw, 40px);
}

.link-chirashi {
  position: fixed;
  top: 17%;
  left: min(2.9069767442vw, 40px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-chirashi {
    display: none;
  }
}

.link-present {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .link-present {
    display: none;
  }
}

.link-present img {
  width: min(8.7209302326vw, 120px);
}

.link-chirashi a,
.link-online a,
.link-present a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.link-chirashi a:hover,
.link-online a:hover,
.link-present a:hover {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.link-chirashi img {
  width: min(2.9069767442vw, 40px);
}

.footer-link02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-link02 {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    border-top: 1px solid #f8d0ad;
  }
}

.footer-link02__item {
  width: 50%;
  background-color: #f2a25c;
  height: inherit;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-link02__item {
  border-right: 1px solid #f8d0ad;
}

.footer-link02__item span {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.footer-link03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-link03 {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f2a25c;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    border-top: 1px solid #f8d0ad;
  }
}

.footer-link03 span {
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 15px;
}

.footer-link03 i {
  display: inline-block;
  margin-left: 30px;
  width: 16px;
  height: 5px;
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  background: #afce00;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 50px;
  }
}

.footer__copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 11px;
  }
}

.footer__sns {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__sns {
    top: 20px;
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__sns li {
  margin-left: 15px;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__sns li {
    margin-left: 5px;
  }
}

.footer__sns li img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .footer__sns li img {
    height: 20px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
.header {
  position: relative;
}

/* -----------------------------------------------------------
gnav
----------------------------------------------------------- */
.gnav {
  width: 100%;
  height: 100vh;
  background-color: #afce00;
  color: #fff;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 90;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
}

.gnav.panelactive {
  top: 0;
}

.gnav__items {
  position: absolute;
  z-index: 999;
  top: 60px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-left: 42%;
}

@media screen and (max-width: 768px) {
  .gnav__items {
    padding-left: 8%;
  }
}
.gnav__item {
  list-style: none;
  padding: 16px;
  padding: 0.6rem;
}

/* .gnav__item:nth-child(1) { 
  padding-bottom: 0;
}*/
.gnav__item a {
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  width: 100%;
}

.gnav__item-l {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .gnav__item-l {
    font-size: 16px;
  }
}
.gnav__item-s {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .gnav__item-s {
    font-size: 13px;
  }
}
/* -----------------------------------------------------------
hamburger
----------------------------------------------------------- */
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #afce00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    width: 24px;
    height: 2px;
  }
}
.hamburger span {
  top: 42px;
}

@media screen and (max-width: 768px) {
  .hamburger span {
    top: 30px;
  }
}
.hamburger span::before {
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .hamburger span::before {
    bottom: 8px;
  }
}
.hamburger span::after {
  top: 12px;
}

@media screen and (max-width: 768px) {
  .hamburger span::after {
    top: 8px;
  }
}
/* ナビ開いてる時のボタン */
.hamburger.active span {
  background-color: rgba(255, 255, 255, 0);
}

.hamburger.active span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.hamburger.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.hamburger p {
  width: 40px;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 768px) {
  .hamburger p {
    width: 22px;
    bottom: -5px;
  }
}
.hamburger p img {
  width: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.section-title {
  font-size: min(2.9069767442vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: min(3.2703488372vw, 45px) 0 min(4.7238372093vw, 65px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 50% 100%, 0 67%);
          clip-path: polygon(0 0, 100% 0, 100% 67%, 50% 100%, 0 67%);
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
    padding: 10px 0 20px;
  }
}

.btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .btn {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.btn a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (hover: hover) {
  .btn a:hover {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.btn-cv {
  text-align: center;
}
.btn-cv a {
  position: relative;
  display: inline-block;
  background-color: #f2a25c;
  font-size: min(1.4534883721vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: min(1.3081395349vw, 18px) 0;
  width: 100%;
  -webkit-box-shadow: 6px 6px #aca1a1;
          box-shadow: 6px 6px #aca1a1;
}
@media screen and (max-width: 767px) {
  .btn-cv a {
    font-size: 12px;
    padding: 9px 0;
    -webkit-box-shadow: 3px 3px #aca1a1;
            box-shadow: 3px 3px #aca1a1;
    line-height: 1.3;
  }
}

.btn-cv a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn-cv a::before {
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btn--item {
  margin-top: 30px;
}

.btn-cv--item a {
  background-color: initial;
  border: 1px solid #231815;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #231815;
  line-height: 1.3;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .btn-cv--item a {
    padding: 8px 0;
  }
}

.btn-cv--item a::before {
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
@media screen and (max-width: 767px) {
  .btn-cv--item a::before {
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
  }
}

@media (hover: hover) {
  .btn-cv--item a:hover {
    opacity: 1;
    background-color: #afce00;
    color: #fff;
    border: 1px solid #fff;
  }
}
.btn-cv--item a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn-cv--item a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btn--one {
  display: grid;
  grid-template-columns: 1fr;
  gap: inherit;
}
@media screen and (max-width: 767px) {
  .btn--one {
    grid-template-columns: 1fr;
    gap: inherit;
  }
}

.btn--one .btn-cv:last-child {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .btn--one .btn-cv:last-child {
    margin-top: 20px;
  }
}

.btn--one .btn-cv a {
  width: min(49.7093023256vw, 684px);
}
@media screen and (max-width: 767px) {
  .btn--one .btn-cv a {
    width: 260px;
  }
}

/* -----------------------------------------------------------
 nav
----------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .mv__img {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .mv__img {
    padding: 20px 0 0;
  }
}

.nav__title {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .nav__title {
    padding-top: 10px;
  }
}

.mv__goods {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .mv__goods {
    padding-top: 12px;
  }
}

.nav__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.6337209302vw, 50px);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .nav__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
    margin-top: 20px;
  }
}

.nav__item {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .nav__item {
    aspect-ratio: 155/84;
    border-radius: 5px;
  }
}

.nav__item:nth-child(1) {
  border: 4px solid #506d8a;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(1) {
    border: 2px solid #506d8a;
  }
}

.nav__item:nth-child(2) {
  border: 4px solid #ec6d74;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(2) {
    border: 2px solid #ec6d74;
  }
}

.nav__item:nth-child(3) {
  border: 4px solid #91c681;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(3) {
    border: 2px solid #91c681;
  }
}

.nav__item:nth-child(4) {
  border: 4px solid #f7ce00;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(4) {
    border: 2px solid #f7ce00;
  }
}

.nav__item:nth-child(5) {
  border: 4px solid #b59fc3;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(5) {
    border: 2px solid #b59fc3;
  }
}

.nav__item:nth-child(6) {
  border: 4px solid #eb9860;
}
@media screen and (max-width: 767px) {
  .nav__item:nth-child(6) {
    border: 2px solid #eb9860;
  }
}

.nav__item::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: min(1.1vw, 20px);
  left: 48%;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .nav__item::before {
    width: 8px;
    height: 8px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .nav__item:hover {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.nav__item::after {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .nav__item::after {
    border-radius: 3px;
  }
}

.nav__text {
  font-size: min(1.4534883721vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  position: absolute;
  content: "";
  top: min(8.7vw, 105px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav__text {
    top: 50px;
    font-size: 11px;
  }
}

.nav__item figure img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .nav__item figure img {
    aspect-ratio: 155/84;
    width: 100%;
    border-radius: 3px;
  }
}

.nav__en {
  position: absolute;
  content: "";
  top: min(2.1802325581vw, 30px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav__en {
    top: 10px;
  }
}

.nav__en img {
  width: min(14.3168604651vw, 197px);
  height: min(5.0872093023vw, 70px);
}
@media screen and (max-width: 767px) {
  .nav__en img {
    width: 100px;
    height: 35px;
  }
}

/* -----------------------------------------------------------
living
----------------------------------------------------------- */
.living {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .living {
    margin-top: 10px;
  }
}

.living__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .living__btn {
    margin-top: -125px;
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
kitchen
----------------------------------------------------------- */
.kitchen {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .kitchen {
    margin-top: 45px;
  }
}

.kitchen__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .kitchen__btn {
    margin-top: -125px;
    margin-right: 20px;
  }
}

/* -----------------------------------------------------------
storage
----------------------------------------------------------- */
.storage {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .storage {
    margin-top: 45px;
  }
}

.storage__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .storage__btn {
    margin-top: -125px;
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
bath
----------------------------------------------------------- */
.bath {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .bath {
    margin-top: 45px;
  }
}

.bath__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .bath__btn {
    margin-top: -125px;
    margin-right: 20px;
  }
}

/* -----------------------------------------------------------
dining
----------------------------------------------------------- */
.dining {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .dining {
    margin-top: 45px;
  }
}

.dining__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .dining__btn {
    margin-top: -125px;
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
living2
----------------------------------------------------------- */
.living2 {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .living2 {
    margin-top: 45px;
  }
}

.living2__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .living2__btn {
    margin-top: -125px;
    margin-right: 20px;
  }
}

/* -----------------------------------------------------------
sleeping
----------------------------------------------------------- */
.sleeping {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .sleeping {
    margin-top: 45px;
  }
}

.sleeping__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .sleeping__btn {
    margin-top: -125px;
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
chair
----------------------------------------------------------- */
.chair {
  margin-top: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .chair {
    margin-top: 45px;
  }
}

.chair__btn {
  margin-top: max(-16.5vw, -195px);
}
@media screen and (max-width: 767px) {
  .chair__btn {
    margin-top: -125px;
    margin-right: 20px;
  }
}

/* -----------------------------------------------------------
 moa
----------------------------------------------------------- */
.moa-head {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .moa-head {
    padding-top: 22px;
  }
}

.moa {
  margin-top: 50px;
  padding-bottom: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .moa {
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.moa__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.9069767442vw, 40px) min(3.6337209302vw, 50px);
}
@media screen and (max-width: 767px) {
  .moa__items {
    display: none;
  }
}

.moa__item img {
  border-radius: 20px;
}

.moa__slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .moa__slider {
    display: block;
  }
}

.moa__slider img {
  border-radius: 20px;
}

.moa__slider .bx-wrapper .bx-pager {
  bottom: -20px;
}

.moa__slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
}

.moa__slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f2a25c;
}

/* -----------------------------------------------------------
 insta
----------------------------------------------------------- */
.insta {
  padding-top: 85px;
  padding-bottom: min(7.2674418605vw, 100px);
}
@media screen and (max-width: 767px) {
  .insta {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.insta__text {
  text-align: center;
  font-size: min(1.8168604651vw, 25px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .insta__text {
    font-size: 13px;
    line-height: 1.7;
  }
}

#insta {
  margin-top: min(1.8168604651vw, 25px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(0.726744186vw, 10px);
}
@media screen and (max-width: 767px) {
  #insta {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
    padding: 0 20px;
    gap: 5px;
  }
}

#insta li {
  list-style: none;
  position: relative;
}

#insta li::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(../../images/insta_icn.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #insta li::after {
    top: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
  }
}

.insta__btn {
  margin-top: min(3.6337209302vw, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insta__btn {
    margin-top: 25px;
  }
}

.insta__btn img {
  width: min(65.4069767442vw, 900px);
}
@media screen and (max-width: 767px) {
  .insta__btn img {
    width: 100%;
  }
}

.insta__btn a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: min(49.7093023256vw, 684px);
}
@media screen and (max-width: 767px) {
  .insta__btn a {
    width: 85%;
  }
}

@media (hover: hover) {
  .insta__btn a:hover {
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}/*# sourceMappingURL=styles.css.map */