@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

@media print {
  body {
    display: none;
  }
}
img {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/*-------------------------------

html

-------------------------------*/
html, body {
  font: 14px/1 "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #2d2a2a;
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
  background: #fff; /* fallback for old browsers */
  height: 100%;
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

.min {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

p {
  line-height: 2;
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
}

/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  #header {
    display: block;
  }
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 3px 0 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    pointer-events: none;
  }
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
}

.drawer-line {
  width: 30px;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto 5px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
.drawer-line:nth-child(2) {
  margin: 0 auto;
}
.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(0px, 0px);
  transform: rotate(30deg) translate(0px, 0px);
  margin: 0 auto;
}
.drawer-line.open:nth-child(2) {
  -webkit-transform: rotate(-30deg) translate(0px, -1px);
  transform: rotate(-30deg) translate(0px, -1px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  background: #e1e9ea;
  justify-content: space-between;
  padding: 5px 10px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  #nav {
    display: flex;
  }
}
#nav .offi-sns {
  color: #000;
  margin-left: 0.5em;
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  #nav .offi-sns {
    transition: all 0.4s ease;
  }
  #nav .offi-sns:hover {
    color: #036eb8;
  }
}

.nav-box {
  margin-right: 1em;
}

.nav-btn {
  display: block;
  color: #000;
  font-family: "Goudy Bookletter 1911", serif;
  transform: scale(1, 0.9);
  font-size: 1.2em;
}
.nav-btn:hover {
  color: #036eb8;
}
.nav-btn span {
  font-family: "Zen Old Mincho", serif;
  line-height: 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(50, 79, 80, 0.8);
  padding: 50px 0 0 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 1em 0;
  position: relative;
}
.drawer-nav-box::before {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
}
.drawer-nav-box span {
  font-family: "Zen Old Mincho", serif;
  line-height: 0;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: normal;
  transform: scale(1, 0.9);
  text-align: left;
  margin-left: 3em;
}

.drawer-sns-container {
  width: 80%;
  margin: 1em auto;
  font-size: 15px;
}

.drawer-sns-ttl {
  color: #fff;
  text-decoration: none;
  display: block;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: normal;
  transform: scale(1, 0.9);
  text-align: left;
  padding-left: 3em;
  position: relative;
}
.drawer-sns-ttl::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
}

.drawer-sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 4em;
}

.drawer-sns-item .sns-link {
  color: #fff;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}
@media screen and (min-width: 960px) {
  #main {
    padding: 30px 0 0;
  }
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 140px);
  left: calc(50% - 20px);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    top: calc(50% - 160px);
    left: calc(50% - 0px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 305px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
#preloaderAnime {
  top: 365px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 7% auto 15%;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #social-container {
    margin: 30px auto 100px;
  }
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 8px;
}

.share-link-btn {
  color: #fff;
  background: #000;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px;
}
.share-link-btn:hover {
  opacity: 0.7;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

.jpn {
  display: block;
  font-size: xx-small;
  text-align: center;
  padding: 10px 0 0 0;
  color: #999;
}

/*-------------------------------

animation

-------------------------------*/
.slidein {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.slidein.slidein-anime {
  animation: slidein 0.6s ease forwards;
  animation-delay: 0.5s;
}

@keyframes slidein {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.whitein {
  position: relative;
}
.whitein::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.whitein.whitein-anime::after {
  animation: whitein 0.6s ease forwards;
  animation-delay: 0.8s;
}

@keyframes whitein {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}