@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;1,6..96,500&display=swap");
/*---------------------------
common
-----------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.6; /* 1 */
  letter-spacing: 0.05em;
  /* color: #231815; */
  color: #002b69;
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.bodoni{
  font-family: "Bodoni Moda", serif;
}
.didot{
  font-family: "aw-conqueror-didot", serif;
  font-weight: 300;
  font-style: normal;
}
.roman{
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.min{
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
.zen{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.go{
  font-family: Avenir Next, 'Avenir Next', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img{
  display: block;
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}



/*---------------------------
アニメーション用CSS
-----------------------------*/
.filterBlur{
  opacity: 0;
  filter: blur(6px);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -webkit-filter: blur(6px);
}
.filterBlur.active{
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
}

.filterBlur-02{
  filter: blur(6px);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -webkit-filter: blur(6px);
}
.filterBlur-02.active{
  filter: blur(0);
  -webkit-filter: blur(0);
}

.clipPath{
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  transition: 3s ease;
  -webkit-transition: 3s ease;
}
.clipPath.delay{
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.clipPath.active{
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.clipPath.left-to-right {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: 2s ease-out;
  -webkit-transition: 2s ease-out;
}
.clipPath.left-to-right.active{
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.clipPath.right-to-left {
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  transition: 2s ease-out;
  -webkit-transition: 2s ease-out;
}
.clipPath.right-to-left.active{
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.overflowHidden{
  overflow: hidden;
}
.scaleDown{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: 2s ease;
  -webkit-transition: 2s ease;
}
.scaleDown.slow{
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transition: 3s ease;
  -webkit-transition: 3s ease;
}
.scaleDown.active{
  transform: scale(1);
  -webkit-transform: scale(1);
}

.scaleUp{
  transform: scale(.5);
  -webkit-transform: scale(.5);
  transition: 3s ease-out;
  -webkit-transition: 3s ease-out;
}
.scaleUp.active{
  transform: scale(1);
  -webkit-transform: scale(1);
}

.blurUp{
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  transition: 3s ease;
  -webkit-transition: 3s ease;
}
.blurUp.active{
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}

.translateUp{
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  opacity: 0;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.translateUp.active{
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}

.rotateTxt span{
  display: inline-block;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: transform 2s ease-out, opacity 2s ease-out;
  -webkit-transition: transform 2s ease-out, opacity 2s ease-out;
}
.rotateTxt span.space{
  width: .5vw;
}
.rotateTxt.active span:nth-child(1) { transition-delay: 0s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(2) { transition-delay: 0.1s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(3) { transition-delay: 0.2s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(4) { transition-delay: 0.3s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(5) { transition-delay: 0.4s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(6) { transition-delay: 0.5s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(7) { transition-delay: 0.6s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(8) { transition-delay: 0.7s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(9) { transition-delay: 0.8s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(10) { transition-delay: 0.9s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(11) { transition-delay: 1.0s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(12) { transition-delay: 1.1s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}
.rotateTxt.active span:nth-child(13) { transition-delay: 1.2s; transform: rotateY(0); -webkit-transform: rotateY(0); opacity: 1;}

.transform-accelerate {
  transform: translate3d(0, 0, 0);
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.fadein_t {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.fadein_blur {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, filter 1s;
  transition: opacity 1s, filter 1s, -webkit-filter 1s;
}

.fadein_blur.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media(max-width:750px){
  .blurUp{
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  .filterBlur{
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}

.btn{
  transition: .5s;
  opacity: 1;
  cursor: pointer;
}
.btn:hover{
  transition: .5s;
  opacity: .8;
}

.no-link{
  pointer-events: none;
  opacity: .5 !important;
  cursor: default;
}

.shine_box{
  position: relative;
  overflow: hidden;
  box-shadow: 5px 8px 10px -5px #524d4c;
}
.shine_box::before{
  animation: shine1 2.5s infinite;
  content: "";
  width: 50%;
  height: 100%;
  left: -75%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(35deg);
  background: linear-gradient(
    to right,
    rgba(192, 192, 192, 0) 0%,
    rgba(220, 220, 220, 0.3) 10%,
    rgba(240, 240, 240, 0.8) 50%,
    rgba(192, 192, 192, 0.3) 90%,
    rgba(192, 192, 192, 0) 100%
  );
}
@keyframes shine1{
  0%{
    left: -75%;
    opacity: 0;
  }
  10%{
    opacity: 0.2;
  }
  50%{
    opacity: 1;
  }
  90%{
    opacity: 0.2;
  }
  100%{
    left: 125%;
    opacity: 0;
  }
}

.shine_box2{
  position: relative;
  overflow: hidden;
  box-shadow: 5px 8px 10px -5px #524d4c;
}
.shine_box2::before{
  animation: shine2 2.5s infinite;
  content: "";
  width: 50%;
  height: 100%;
  left: -75%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(25deg);
  transform: skewX(-35deg);
  background: linear-gradient(
    to right,
    rgba(192, 192, 192, 0) 0%,
    rgba(220, 220, 220, 0.3) 10%,
    rgba(240, 240, 240, 0.8) 50%,
    rgba(192, 192, 192, 0.3) 90%,
    rgba(192, 192, 192, 0) 100%
  );
}
@keyframes shine2{
  0%{
    left: -75%;
    opacity: 0;
  }
  10%{
    opacity: 0.2;
  }
  50%{
    opacity: 1;
  }
  90%{
    opacity: 0.2;
  }
  100%{
    left: 125%;
    opacity: 0;
  }
}

.shine_box3{
  position: relative;
  overflow: hidden;
  box-shadow: 5px 8px 10px -5px #524d4c;
}
.shine_box3::before{
  animation: shine3 3s infinite;
  content: "";
  width: 70%;
  height: 100%;
  left: -85%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  background: linear-gradient(
    to right,
    rgba(192, 192, 192, 0) 0%,
    rgba(220, 220, 220, 0.2) 10%,
    rgba(240, 240, 240, 0.6) 25%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(240, 240, 240, 0.6) 75%,
    rgba(220, 220, 220, 0.2) 90%,
    rgba(192, 192, 192, 0) 100%
  );
}
@keyframes shine3{
  0%{
    left: -85%;
    opacity: 0;
  }
  15%{
    opacity: 0.3;
  }
  30%{
    opacity: 0.6;
  }
  50%{
    opacity: 1;
  }
  70%{
    opacity: 0.6;
  }
  85%{
    opacity: 0.3;
  }
  100%{
    left: 115%;
    opacity: 0;
  }
}

.shine_box4{
  position: relative;
  overflow: hidden;
  box-shadow: 5px 8px 10px -5px #524d4c;
}
.shine_box4::before{
  animation: shine4 3s infinite;
  content: "";
  width: 70%;
  height: 100%;
  left: -85%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: linear-gradient(
    to right,
    rgba(192, 192, 192, 0) 0%,
    rgba(220, 220, 220, 0.2) 10%,
    rgba(240, 240, 240, 0.6) 25%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(240, 240, 240, 0.6) 75%,
    rgba(220, 220, 220, 0.2) 90%,
    rgba(192, 192, 192, 0) 100%
  );
}
@keyframes shine4{
  0%{
    left: -85%;
    opacity: 0;
  }
  15%{
    opacity: 0.3;
  }
  30%{
    opacity: 0.6;
  }
  50%{
    opacity: 1;
  }
  70%{
    opacity: 0.6;
  }
  85%{
    opacity: 0.3;
  }
  100%{
    left: 115%;
    opacity: 0;
  }
}

@media(max-width:750px){
  .shine_box,
  .shine_box2,
  .shine_box3{
    box-shadow: 3px 6px 8px -3px #524d4c;
  }
}

/*---------------------------
レスポンシブ対応
-----------------------------*/
@media(min-width:1400px){
  .tb_block{
    display: none;
  }
}
@media(max-width:1400px){
  .tb_block{
    display: block;
  }
}
@media(min-width:749px){
  .sp{
    display: none !important;
  }
}
@media(max-width:750px){
  .pc{
    display: none !important;
  }
}