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

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

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

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

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

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

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
}

body {
  position: relative;
  min-width: 1100px;
  margin: 0 !important;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #303030;
  background: #fff;
  text-align: justify;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

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

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

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

img.max {
  width: 100%;
}

p {
  line-height: 1.75;
}

#svg_sprite {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  z-index: 2001;
}
.site-header.active {
  position: fixed;
  top: 0;
  animation: headerAnime 0.4s ease;
}
.site-header .header-logo {
  margin-left: 36px;
}
.site-header .header-btns {
  margin-left: auto;
  margin-right: 76px;
}
.site-header .header-btns .btn-shop {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  text-align: center;
  vertical-align: top;
}
.site-header .header-btns .btn-menu {
  position: fixed;
  right: 28px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  top: 10px;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 810px) {
  .site-header {
    height: 54px;
    padding: 0 12px;
  }
  .site-header .header-logo {
    margin-left: 0;
  }
  .site-header .header-logo img {
    width: 147px;
    height: auto;
  }
  .site-header .header-btns {
    margin-right: 40px;
  }
  .site-header .header-btns .btn-shop {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    vertical-align: top;
  }
  .site-header .header-btns .btn-menu {
    right: 10px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
  }
}
/*-------------------------------------------*/
/*
/*modal-navi
/*
/*-------------------------------------------*/
.modal-navi {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(50, 92, 59, 0.95);
  color: #fff;
  letter-spacing: 0;
  z-index: 5000;
}
.modal-navi .navi-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.modal-navi .navi-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.modal-navi .navi-info .info-logo {
  margin-bottom: 30px;
  line-height: 1;
}
.modal-navi .navi-info .info-address {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.modal-navi .navi-navi {
  width: 50%;
}
.modal-navi .navi-navi .navi-list01 {
  font-size: 16px;
  line-height: 1.5;
}
.modal-navi .navi-navi .navi-list01 ul {
  width: 50%;
  opacity: 0.75;
}
.modal-navi .navi-navi .navi-list01 ul li + li {
  margin-top: 15px;
}
.modal-navi .navi-navi .navi-list01 ul li a {
  color: currentColor;
  font-weight: bold;
}
@media (any-hover: hover) {
  .modal-navi .navi-navi .navi-list01 ul li a:hover {
    opacity: 0.75;
  }
}
.modal-navi .navi-navi .navi-list01 ul li .nolink {
  color: #bbb;
  font-weight: bold;
}
.modal-navi .navi-navi .navi-list01 ul li.instagram {
  margin-top: 20px;
  opacity: 1;
}
@media (any-hover: hover) {
  .modal-navi .navi-navi .navi-list01 ul li.instagram a:hover {
    opacity: 0.75;
  }
}
.modal-navi .navi-navi .navi-list02 {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.modal-navi .navi-navi .navi-list02 ul {
  width: 50%;
  opacity: 0.75;
}
.modal-navi .navi-navi .navi-list02 ul li + li {
  margin-top: 5px;
}
.modal-navi .navi-navi .navi-list02 ul li a {
  color: currentColor;
  font-weight: 500;
}
@media (any-hover: hover) {
  .modal-navi .navi-navi .navi-list02 ul li a:hover {
    opacity: 0.75;
  }
}
.modal-navi .navi-navi .navi-list02 ul li .nolink {
  color: #bbb;
  font-weight: 500;
}
.modal-navi .btn-menu-close {
  position: fixed;
  top: 12px;
  right: 28px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
  .modal-navi {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .modal-navi .navi-container {
    display: block;
  }
  .modal-navi .container {
    max-width: 480px;
    padding: 40px 0;
  }
  .modal-navi .navi-info {
    display: block;
    width: 100%;
  }
  .modal-navi .navi-navi {
    width: 100%;
    margin-top: 80px;
  }
  .modal-navi .navi-navi .navi-list01 {
    font-size: 14px;
    line-height: 1.5;
  }
  .modal-navi .navi-navi .navi-list01 ul {
    width: 50%;
  }
  .modal-navi .navi-navi .navi-list01 ul li + li {
    margin-top: 15px;
  }
  .modal-navi .navi-navi .navi-list01 ul li a {
    color: currentColor;
    font-weight: bold;
    opacity: 0.75;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .modal-navi .navi-navi .navi-list01 ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 810px) {
  .modal-navi .navi-navi .navi-list01 ul li.instagram {
    margin-top: 20px;
  }
  .modal-navi .navi-navi .navi-list01 ul li.instagram a {
    opacity: 1;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .modal-navi .navi-navi .navi-list01 ul li.instagram a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 810px) {
  .modal-navi .navi-navi .navi-list02 {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .modal-navi .navi-navi .navi-list02 ul {
    width: 50%;
  }
  .modal-navi .navi-navi .navi-list02 ul li + li {
    margin-top: 5px;
  }
  .modal-navi .navi-navi .navi-list02 ul li a {
    color: currentColor;
    font-weight: 500;
    opacity: 0.75;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .modal-navi .navi-navi .navi-list02 ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 810px) {
  .modal-navi .btn-menu-close {
    right: 10px;
    top: 5px;
    padding-top: 5px;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
.container {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

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

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

.clear {
  clear: both;
}

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

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

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

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

.en {
  font-family: "Be Vietnam Pro", sans-serif;
}

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

.break span {
  display: inline-block;
}

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

/* 汎用見出し */
.sec-title {
  margin: 0 0 50px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

a.btn {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
a.btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

hr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: none;
  border: none;
  border-top: 1px solid #c1c1c1;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 810px) {
  .container {
    width: calc(100% - 40px);
  }
  .wide_container {
    width: calc(100% - 40px);
  }
  /* 汎用見出し */
  .sec-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
/*-------------------------------------------*/
/*
/* page-header
/*
/*-------------------------------------------*/
.page-header {
  position: relative;
  padding: 100px 0;
}
.page-header .page-title {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  font-optical-sizing: auto;
  line-height: 1.5;
  text-align: center;
}
.page-header .page-title .en {
  display: block;
  margin-bottom: -70px;
  color: #fff;
  font-size: 180px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.06;
  white-space: nowrap;
}
.page-header .page-title .main {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.5;
}
.page-header .page-title .pic {
  position: absolute;
  bottom: 0;
  left: -70px;
}

/*-------------------------------------------*/
/*
/* breadcrumb
/*
/*-------------------------------------------*/
.breadcrumb {
  position: absolute;
  left: 3%;
  top: 150px;
  max-width: 94%;
}
.breadcrumb li {
  display: inline;
  font-weight: bold;
  vertical-align: top;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_breadcrumb.svg) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 10px;
  margin: 0 20px 0;
  vertical-align: middle;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .breadcrumb a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width: 810px) {
  .breadcrumb {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 40px;
  }
}
/*-------------------------------------------*/
/*
/* 404
/*
/*-------------------------------------------*/
.not-found {
  padding: 80px 0 136px;
  text-align: center;
}
.not-found .not-found-title {
  margin: 0 0 40px;
  padding-bottom: 45px;
  border-bottom: 2px dotted currentColor;
  color: #325c3b;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.not-found p {
  margin-bottom: 15px;
}
.not-found .not-found-btn {
  margin-top: 30px;
  text-align: center;
}
.not-found .not-found-btn .btn {
  width: 200px;
  padding-right: 0;
  border-radius: 5px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset, 3px 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.not-found .not-found-btn .btn::after {
  right: auto;
  left: 30px;
  width: 16px;
  height: 16px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 810px) {
  .not-found {
    padding: 50px 0 100px;
    text-align: left;
  }
  .not-found .not-found-title {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 34px;
    letter-spacing: 0.05em;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  line-height: 1;
  text-align: center;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#icon-pagetop.active {
  visibility: visible;
  opacity: 1;
}
#icon-pagetop a {
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.site-footer {
  position: relative;
  padding: 65px 0 100px;
  background: #325c3b;
  color: #fff;
}
.site-footer .footer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.site-footer .footer-info .info-logo {
  margin-bottom: 30px;
  line-height: 1;
}
.site-footer .footer-info .info-address {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.site-footer .footer-navi {
  width: 50%;
}
.site-footer .footer-navi .navi-list01 {
  font-size: 16px;
  line-height: 1.5;
}
.site-footer .footer-navi .navi-list01 ul {
  width: 50%;
}
.site-footer .footer-navi .navi-list01 ul li {
  font-weight: bold;
  opacity: 0.75;
}
.site-footer .footer-navi .navi-list01 ul li + li {
  margin-top: 15px;
}
.site-footer .footer-navi .navi-list01 ul li a {
  color: currentColor;
  font-weight: bold;
}
@media (any-hover: hover) {
  .site-footer .footer-navi .navi-list01 ul li a:hover {
    opacity: 0.75;
  }
}
.site-footer .footer-navi .navi-list01 ul li .nolink {
  color: #bbb;
  font-weight: bold;
}
.site-footer .footer-navi .navi-list01 ul li.instagram {
  margin-top: 20px;
  opacity: 1;
}
.site-footer .footer-navi .navi-list01 ul li.instagram a {
  opacity: 1;
}
@media (any-hover: hover) {
  .site-footer .footer-navi .navi-list01 ul li.instagram a:hover {
    opacity: 0.75;
  }
}
.site-footer .footer-navi .navi-list02 {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.site-footer .footer-navi .navi-list02 ul {
  width: 50%;
  opacity: 0.75;
}
.site-footer .footer-navi .navi-list02 ul li + li {
  margin-top: 5px;
}
.site-footer .footer-navi .navi-list02 ul li a {
  color: currentColor;
  font-weight: 500;
}
@media (any-hover: hover) {
  .site-footer .footer-navi .navi-list02 ul li a:hover {
    opacity: 0.5;
  }
}
.site-footer .footer-navi .navi-list02 ul li .nolink {
  color: #bbb;
  font-weight: 500;
}

@media screen and (max-width: 810px) {
  .site-footer {
    padding: 50px 0 50px;
  }
  .site-footer .container {
    max-width: 480px;
  }
  .site-footer .footer-info {
    display: block;
    width: 100%;
  }
  .site-footer .footer-navi {
    width: 100%;
    margin-top: 80px;
  }
  .site-footer .footer-navi .navi-list01 {
    font-size: 14px;
    line-height: 1.5;
  }
  .site-footer .footer-navi .navi-list01 ul {
    width: 50%;
  }
  .site-footer .footer-navi .navi-list01 ul li + li {
    margin-top: 15px;
  }
  .site-footer .footer-navi .navi-list01 ul li a {
    color: currentColor;
    font-weight: bold;
  }
  .site-footer .footer-navi .navi-list01 ul li.instagram {
    margin-top: 20px;
  }
  .site-footer .footer-navi .navi-list01 ul li.instagram a {
    opacity: 1;
  }
  .site-footer .footer-navi .navi-list02 {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .site-footer .footer-navi .navi-list02 ul {
    width: 50%;
  }
  .site-footer .footer-navi .navi-list02 ul li + li {
    margin-top: 5px;
  }
  .site-footer .footer-navi .navi-list02 ul li a {
    color: currentColor;
    font-weight: 500;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 400ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

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

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

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

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

@media screen and (max-width: 810px) {
  .ani {
    transition-delay: 800ms;
  }
}
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

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