@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v15-japanese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-v15-japanese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/shippori-mincho-v15-japanese-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/shippori-mincho-v15-japanese-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/shippori-mincho-v15-japanese-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/forum-v18-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto-sans-jp-v53-japanese-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-jp-v53-japanese-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v53-japanese-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-jp-v53-japanese-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v53-japanese-900.woff2") format("woff2");
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #3b3b3b;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

html {
  font-family: Lato, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}

body {
  min-width: auto !important;
  font-family: "Noto Sans JP";
}

body.Android main {
  font-family: "shippori-mincho", sans-serif;
}

hr {
  color: #ebebeb;
}

h1 {
  font-size: 3em;
}

main h2 {
  font-size: clamp(21px, 6vw, 42px);
}

main.under-main h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  main.under-main h2 {
    font-size: 24px;
  }
}

main h3 {
  font-size: clamp(21px, 4vw, 28px);
}

p {
  font-size: 16px;
  word-break: break-word;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

a.link {
  text-decoration: underline;
  color: #006837;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
}
.text-indent {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.text-indent2 {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}

figure a {
  transition: 0.3s ease-in-out;
}
figure a:hover {
  opacity: 0.7;
}
figure img {
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.img-text-center {
  margin-left: auto;
  margin-right: auto;
}

p.text-line {
  line-height: 1.6;
}

p.text-line2 {
  line-height: 2.2;
}

.font-bold100 {
  font-weight: 100 !important;
}

.font-bold200 {
  font-weight: 200 !important;
}

.font-bold300 {
  font-weight: 300 !important;
}

.font-bold400 {
  font-weight: 400 !important;
}

.font-bold500 {
  font-weight: 500 !important;
}

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

.text-xsmall {
  font-size: 10px !important;
}

.text-small {
  font-size: 12px !important;
}

@media screen and (max-width: 767px) {
  .text-small {
    font-size: 1rem;
  }
}
.text-large {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .text-large {
    font-size: 16px;
  }
}
.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .text-xlarge {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .text-xxlarge {
    font-size: 20px;
    font-size: 1.6rem;
  }
}
.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #888888;
}

.text-red {
  color: #841d17;
}

.text-pink {
  color: #dd758e;
}

.text-blue {
  color: #020d3b;
}

.text-yellow {
  color: #fff45c;
}

.text-gold {
  color: #b79642;
}

.text-green {
  color: #008000;
}

/* gridタイル */
.row-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3em;
  margin-bottom: 1%;
}

.row-grid:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .row-grid {
    display: block;
  }
}
.row-grid .grid_center {
  display: grid;
  vertical-align: middle;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .row-grid .cols {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .row-grid .cols:last-of-type {
    margin-bottom: 0;
  }
}

.row-grid .cols:last-child {
  margin-bottom: 0;
}

.row-grid .span-2 {
  grid-column: 2 span;
}

.row-grid .span-3 {
  grid-column: 3 span;
}

.row-grid .span-4 {
  grid-column: 4 span;
}

.row-grid .span-5 {
  grid-column: 5 span;
}

.row-grid .span-6 {
  grid-column: 6 span;
}

.row-grid .span-7 {
  grid-column: 7 span;
}

.row-grid .span-8 {
  grid-column: 8 span;
}

.row-grid .span-9 {
  grid-column: 9 span;
}

.row-grid .span-10 {
  grid-column: 10 span;
}

.row-grid .span-11 {
  grid-column: 11 span;
}

.row-grid .span-12 {
  grid-column: 12 span;
}

.row-grid .span_height1 {
  grid-row: 1 span;
}

.row-grid .span_height2 {
  grid-row: 2 span;
}

.row-grid .span_height3 {
  grid-row: 3 span;
}

.row-grid .span_height4 {
  grid-row: 3 span;
}

.row-grid.reverse {
  direction: rtl;
}

.row-grid.reverse p,
.row-grid.reverse h2,
.row-grid.reverse h3,
.row-grid.reverse h4,
.row-grid.reverse span,
.row-grid.reverse table {
  direction: initial;
}

@media screen and (max-width: 767px) {
  .row-grid.sp_img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  }
  .row-grid.sp_img.col2 .cols {
    grid-column: 6 span;
  }
  .row-grid.sp_img.col3 .cols {
    grid-column: 4 span;
  }
  .row-grid.sp_img.col4 .cols {
    grid-column: 3 span;
  }
}
.row:not(:last-child) {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .row {
    padding: 0 10px;
  }
}
.reverse .col {
  float: right;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.gutters .col {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .gutters .col {
    margin-left: 0%;
    margin-bottom: 4%;
  }
  .gutters .col:last-child {
    margin-bottom: 0%;
  }
}
.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
  margin-left: 0;
}

.container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1160px) {
  .container {
    padding: 0 10px;
  }
}
.container .w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.container.gutters {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.col {
  float: left;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
}
.gutters .span_2 {
  width: 16%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 31%;
}

.gutters .span_6 {
  width: 49%;
}

.gutters .span_8 {
  width: 65%;
}

.gutters .span_12 {
  width: 100%;
}

@media (max-width: 767px) {
  .sp_img.col_2 > .col {
    float: left;
    width: 48% !important;
    margin-left: 2%;
  }
  .sp_img.col_2 > .col:first-child {
    margin-left: 0%;
  }
  .row.sp_img.col_2 {
    margin-bottom: 2%;
  }
}
/* margin*/
.margin0 {
  margin: 0 !important;
}

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

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

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.margin10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.margin20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.margin30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.margin40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.margin50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .pc-margin0 {
    margin: 0 !important;
  }
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-ml0 {
    margin-left: 0 !important;
  }
  .pc-mr0 {
    margin-right: 0 !important;
  }
  .pc-margin10 {
    margin: 10px !important;
  }
  .pc-mt10 {
    margin-top: 10px !important;
  }
  .pc-mb10 {
    margin-bottom: 10px !important;
  }
  .pc-ml10 {
    margin-left: 10px !important;
  }
  .pc-mr10 {
    margin-right: 10px !important;
  }
  .pc-margin20 {
    margin: 20px !important;
  }
  .pc-mt20 {
    margin-top: 20px !important;
  }
  .pc-mb20 {
    margin-bottom: 20px !important;
  }
  .pc-ml20 {
    margin-left: 20px !important;
  }
  .pc-mr20 {
    margin-right: 20px !important;
  }
  .pc-margin30 {
    margin: 30px !important;
  }
  .pc-mt30 {
    margin-top: 30px !important;
  }
  .pc-mb30 {
    margin-bottom: 30px !important;
  }
  .pc-ml30 {
    margin-left: 30px !important;
  }
  .pc-mr30 {
    margin-right: 30px !important;
  }
  .pc-margin40 {
    margin: 40px !important;
  }
  .pc-mt40 {
    margin-top: 40px !important;
  }
  .pc-mb40 {
    margin-bottom: 40px !important;
  }
  .pc-ml40 {
    margin-left: 40px !important;
  }
  .pc-mr40 {
    margin-right: 40px !important;
  }
  .pc-margin50 {
    margin: 50px !important;
  }
  .pc-mt50 {
    margin-top: 50px !important;
  }
  .pc-mb50 {
    margin-bottom: 50px !important;
  }
  .pc-ml50 {
    margin-left: 50px !important;
  }
  .pc-mr50 {
    margin-right: 50px !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}
/* padding*/
.padding0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.padding10 {
  padding: 10px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.padding20 {
  padding: 20px !important;
}

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

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.padding30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.padding40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.padding50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media (min-width: 768px) {
  .pc-padding0 {
    padding: 0 !important;
  }
  .pc-pt0 {
    padding-top: 0 !important;
  }
  .pc-pb0 {
    padding-bottom: 0 !important;
  }
  .pc-pl0 {
    padding-left: 0 !important;
  }
  .pc-pr0 {
    padding-right: 0 !important;
  }
  .pc-padding10 {
    padding: 10px !important;
  }
  .pc-pt10 {
    padding-top: 10px !important;
  }
  .pc-pb10 {
    padding-bottom: 10px !important;
  }
  .pc-pl10 {
    padding-left: 10px !important;
  }
  .pc-pr10 {
    padding-right: 10px !important;
  }
  .pc-padding20 {
    padding: 20px !important;
  }
  .pc-pt20 {
    padding-top: 20px !important;
  }
  .pc-pb20 {
    padding-bottom: 20px !important;
  }
  .pc-pl20 {
    padding-left: 20px !important;
  }
  .pc-pr20 {
    padding-right: 20px !important;
  }
  .pc-padding30 {
    padding: 30px !important;
  }
  .pc-pt30 {
    padding-top: 30px !important;
  }
  .pc-pb30 {
    padding-bottom: 30px !important;
  }
  .pc-pl30 {
    padding-left: 30px !important;
  }
  .pc-pr30 {
    padding-right: 30px !important;
  }
  .pc-padding40 {
    padding: 40px !important;
  }
  .pc-pt40 {
    padding-top: 40px !important;
  }
  .pc-pb40 {
    padding-bottom: 40px !important;
  }
  .pc-pl40 {
    padding-left: 40px !important;
  }
  .pc-pr40 {
    padding-right: 40px !important;
  }
  .pc-padding50 {
    padding: 50px !important;
  }
  .pc-pt50 {
    padding-top: 50px !important;
  }
  .pc-pb50 {
    padding-bottom: 50px !important;
  }
  .pc-pl50 {
    padding-left: 50px !important;
  }
  .pc-pr50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .sp-padding0 {
    padding: 0 !important;
  }
  .sp-pt0 {
    padding-top: 0 !important;
  }
  .sp-pb0 {
    padding-bottom: 0 !important;
  }
  .sp-pl0 {
    padding-left: 0 !important;
  }
  .sp-pr0 {
    padding-right: 0 !important;
  }
  .sp-padding10 {
    padding: 10px !important;
  }
  .sp-pt10 {
    padding-top: 10px !important;
  }
  .sp-pb10 {
    padding-bottom: 10px !important;
  }
  .sp-pl10 {
    padding-left: 10px !important;
  }
  .sp-pr10 {
    padding-right: 10px !important;
  }
  .sp-padding20 {
    padding: 20px !important;
  }
  .sp-pt20 {
    padding-top: 20px !important;
  }
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-pr20 {
    padding-right: 20px !important;
  }
  .sp-padding30 {
    padding: 30px !important;
  }
  .sp-pt30 {
    padding-top: 30px !important;
  }
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
  .sp-pl30 {
    padding-left: 30px !important;
  }
  .sp-pr30 {
    padding-right: 30px !important;
  }
  .sp-padding40 {
    padding: 40px !important;
  }
  .sp-pt40 {
    padding-top: 40px !important;
  }
  .sp-pb40 {
    padding-bottom: 40px !important;
  }
  .sp-pl40 {
    padding-left: 40px !important;
  }
  .sp-pr40 {
    padding-right: 40px !important;
  }
  .sp-padding50 {
    padding: 50px !important;
  }
  .sp-pt50 {
    padding-top: 50px !important;
  }
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
  .sp-pl50 {
    padding-left: 50px !important;
  }
  .sp-pr50 {
    padding-right: 50px !important;
  }
  .row:not(:last-child) {
    margin-bottom: 0%;
  }
  .reverse > .col:last-child,
  :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  p.text_vertical {
    font-size: 1rem;
  }
  .sp-margin0 {
    margin: 0 !important;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-ml0 {
    margin-left: 0 !important;
  }
  .sp-mr0 {
    margin-right: 0 !important;
  }
  .sp-margin10 {
    margin: 10px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-mr10 {
    margin-right: 10px !important;
  }
  .sp-margin20 {
    margin: 20px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-mr20 {
    margin-right: 20px !important;
  }
  .sp-margin30 {
    margin: 30px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-margin40 {
    margin: 40px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-ml40 {
    margin-left: 40px !important;
  }
  .sp-mr40 {
    margin-right: 40px !important;
  }
  .sp-margin50 {
    margin: 50px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-ml50 {
    margin-left: 50px !important;
  }
  .sp-mr50 {
    margin-right: 50px !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}
.highlights {
  background-color: #343434;
  padding: 4em 0em;
}
@media screen and (max-width: 767px) {
  .highlights {
    padding: 4em 0;
  }
}

@media (max-width: 767px) {
  .highrights {
    padding: 3em 0em;
  }
}
@media (max-width: 1499px) {
  .pc-only1767 {
    display: none !important;
  }
}
@media (min-width: 1767px) {
  .sp-only1767 {
    display: none !important;
  }
}
.flex_v-center {
  display: flex;
  align-items: center;
}

.flex_center {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.text-gradient {
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blur {
  color: transparent !important;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.blur-blue {
  color: transparent !important;
  text-shadow: 0 0 8px rgba(2, 13, 59, 0.5058823529);
}

.blur-red {
  color: transparent !important;
  text-shadow: 0 0 8px rgba(129, 31, 24, 0.5019607843);
}

.table-wrap {
  overflow-x: scroll;
}

.list-design1 .list-tit {
  background: #020d3b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin: 0;
  padding: 0.2em 1em;
  text-align: center;
  width: fit-content;
}
.list-design1 .list-box {
  border: 2px solid #020d3b;
  line-height: 2;
  margin: 0 0 1.5em;
}
.list-design1 .list-design {
  list-style-type: disc;
  padding: 1em 2em 1em 2em;
  background-color: #fff;
}
.list-design1 .list-design li {
  margin-top: 10px;
}
.list-design1 .list-design li:first-of-type {
  margin-top: 0;
}
.list-design1 .list-design li::marker {
  color: #020d3b;
}

main.under {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  main.under {
    margin-top: 65px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}

.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 1px;
  color: #000f4d;
}

.pagination a:not(:hover) {
  text-decoration: none;
}

.pagination .current a {
  border: 1px solid #000f4d;
  pointer-events: none;
}

.pagination .prev a,
.pagination .next a {
  gap: 0 4px;
  width: auto;
  padding: 0.5em 0.8em;
  line-height: 1;
}

.pagination .prev a::before,
.pagination .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  content: "";
}

.pagination .prev a::before {
  border-bottom: 1px solid #000f4d;
  border-left: 1px solid #000f4d;
}

.pagination .next a::after {
  border-top: 1px solid #000f4d;
  border-right: 1px solid #000f4d;
}

.youtube-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__contents {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
.map__contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 14px;
  }
}

a.btn-border-shadow {
  padding: 15px 1.5rem 15px;
  background-color: #231815;
  color: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  z-index: -1;
}

a.btn-border-shadow .arrow:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background: #fff;
  right: -35px;
}
@media screen and (max-width: 767px) {
  a.btn-border-shadow .arrow:before {
    width: 36px;
  }
}

a.btn-border-shadow .arrow:after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(28deg);
  width: 14px;
  height: 1px;
  background: #fff;
  right: -36px;
}

@media screen and (max-width: 767px) {
  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 14px;
  }
}
.btn02 a,
a.btn02 a,
button.btn02 a {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  max-width: 320px;
  margin: auto;
  overflow: hidden;
  z-index: 10;
}
.btn02 a.color,
a.btn02 a.color,
button.btn02 a.color {
  border: 1px solid #172339;
  color: #172339;
}

.btn02 a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  -webkit-mask-image: url(../img/tamurabtn-arrow-red.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 18px 18px;
  mask-image: url(../img/tamurabtn-arrow-red.svg);
  mask-repeat: no-repeat;
  mask-size: 18px 18px;
  background-color: #fff;
  z-index: 2;
}

.btn02 a.color:before {
  background-color: #172339;
}

.btn02.slide a::after {
  background: linear-gradient(135deg, rgb(173, 138, 64) 0%, rgb(218, 188, 80) 50%, rgb(173, 138, 64) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn02.slide a:hover::after {
  transform: scale(1, 1);
}

.btn02.slide a:hover {
  border: 1px solid #b79642;
  color: #fff;
}

.btn02 a:hover::before {
  background-color: #fff;
}

.required-txt {
  background-color: #8e0e10;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
}

.archive__box {
  padding: 1.3em 1.5em calc(1.3em + 10px) 1.5em;
  font-family: "Noto Sans JP";
}

.accordion-design1 {
  line-height: 2;
  border-bottom: 1px solid #000f4d;
}
.accordion-design1__summary {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  padding: 10px 0 10px 0;
}
.accordion-design1__summary::-webkit-details-marker {
  display: none;
}
.accordion-design1__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000f4d;
  transition: all 0.2s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.accordion-design1[open] .accordion-design1__summary::before {
  transform: rotate(-90deg);
}
.accordion-design1__content {
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.accordion-design1__content > * {
  margin: 0;
}
.accordion-design1__content > *:last-child {
  padding-bottom: 16px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb ul li {
  font-size: 14px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #777;
}

.under__header {
  position: relative;
}
@media screen and (max-width: 767px) {
  .under__header img {
    object-fit: cover;
    height: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .under__header {
    margin-top: 60px;
  }
}
.under__header h2 {
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
  line-height: 1;
  letter-spacing: 10px;
  color: #515151;
  font-weight: bold;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.631372549);
  padding: 1rem;
  font-size: clamp(16px, 6vw, 42px);
}
@media screen and (max-width: 767px) {
  .under__header h2 {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

.pager-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  position: relative;
}

.pager-title span {
  font-size: 16px;
  display: block;
  color: #8a8a8a;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .pager-title span {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-bottom: 0;
  }
}

.main-title {
  font-size: clamp(32px, 5.4vw, 80px);
  position: relative;
  letter-spacing: 5px;
  z-index: 2;
  font-family: "Forum", sans-serif;
  width: fit-content;
  color: #e7ecf2;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-title {
    margin-bottom: 25px;
  }
}
.main-title span.ja {
  display: block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 5.4vw, 20px);
  margin: -23px 0 2em 40px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .main-title span.ja {
    margin: 0px 0 1em 0px;
  }
}
@media screen and (max-width: 767px) {
  .main-title img.flag {
    width: 200px;
  }
}

.main-title.w-color {
  color: #808080;
}
.main-title.w-color .ja {
  color: #fff;
}

.main-title.text-white::before {
  background-color: #fff;
}

.sub-title01 {
  margin-bottom: 10px;
  color: #211b40;
  line-height: 1;
  font-family: "Marcellus", serif;
}
.sub-title01 .ja {
  color: #94b8c9;
  font-size: clamp(12px, 2vw, 17px);
  display: block;
  margin-top: 10px;
  letter-spacing: 3px;
  font-family: "Noto Sans JP";
}

.buy-title {
  font-size: clamp(26px, 4.3vw, 40px);
  color: #020d3b;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 999px) {
  .buy-title {
    margin-bottom: 40px;
  }
}
.buy-title span {
  font-size: 18px;
  color: #b29751;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .buy-title span {
    margin-bottom: 5px;
  }
}
.buy-title span.ja_sub-txt {
  font-size: clamp(18px, 1.3vw, 42px);
  color: #020d3b;
}

.table__design1 {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.table__design1 th {
  background-color: #006837;
  color: #fff;
  padding: 10px;
}
.table__design1 td {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.table__design1 td p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .table__design1 td {
    font-size: 16px;
  }
}
.table__design1 .border-none td {
  border-bottom: none;
}

.highlights .table__design1 {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.highlights .table__design1 th {
  background-color: #14351e;
  color: #fff;
  padding: 10px;
}
.highlights .table__design1 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.368627451);
  padding: 45px 15px;
  color: #fff;
}
.highlights .table__design1 td.first-content {
  border-top: 1px solid rgba(255, 255, 255, 0.368627451);
}
.highlights .table__design1 .border-none td {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .header__sp {
    display: none;
  }
}

.burger-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 21;
}
@media screen and (min-width: 768px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn a {
  display: flex;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 60px;
  height: 65px;
  background-size: 13.8666666667vw;
  text-indent: -9999px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.burger-btn a div {
  position: relative;
  width: 24px;
  height: 18px;
  margin: 0 auto;
}
.burger-btn .bar {
  display: block;
  background-color: #020d3b;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
}
.burger-btn .bar_top {
  width: 16px;
  right: 0;
  top: 3px;
}
.burger-btn .bar_mid {
  width: 23px;
  bottom: 3px;
}
.burger-btn.close .bar_top {
  width: 24px;
  top: 10px;
  transform: rotate(45deg);
}

.burger-btn.close .bar_mid {
  width: 24px;
  top: 10px;
  bottom: auto;
  transform: rotate(-45deg);
}

#pulldown {
  position: fixed;
  top: 96px;
  right: 0px;
  z-index: 13;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  max-height: 0;
  width: 100%;
}

#pulldown.active {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
}

#pulldown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 8px);
}

.pullbox {
  position: relative;
  display: none;
  top: 8px;
  right: 40px;
  width: 960px;
  box-sizing: border-box;
  background-color: #F4F7FB;
  padding: 12px 32px 18px 32px;
  /* box-shadow */
  box-shadow: 2px 2px 8px 0px rgba(0, 38, 70, 0.12);
  max-height: calc(100vh - 134px);
  margin: 0 0 0 auto;
  /* scroll */
  overflow: auto;
}

/* btnmenu */
#btnmenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}

#btnmenu a {
  display: flex;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  background-size: 13.8666666667vw;
  text-indent: -9999px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

#btnmenu div {
  position: relative;
  width: 6.4vw;
  height: 4.8vw;
  margin: 0 auto;
}

#btnmenu span {
  display: block;
  background-color: #020d3b;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
}

#btnmenu span:nth-of-type(1) {
  width: 4.2666666667vw;
  right: 0;
  top: 1.0666666667vw;
}

#btnmenu span:nth-of-type(2) {
  width: 6.4vw;
  bottom: 1.0666666667vw;
}

/* active */
#btnmenu.active span:nth-of-type(1) {
  width: 6.4vw;
  top: 2.2666666667vw;
  transform: rotate(45deg);
}

#btnmenu.active span:nth-of-type(2) {
  width: 6.4vw;
  top: 2.2666666667vw;
  bottom: auto;
  transform: rotate(-45deg);
}

.zoom-online {
  background-color: #020d3b;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .zoom-online {
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  main.top {
    padding-top: 0;
  }
}

.header.header--fixed {
  z-index: 800;
}

.header.header--fixed.z-index1 {
  z-index: 1;
}

.header.header--fixed.header-active {
  position: fixed;
  -webkit-animation: header-slideDown 1.2s;
  animation: header-slideDown 1.2s;
}

@-webkit-keyframes header-slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(2, 13, 59);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.header__sns .header__sns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sns .header__sns-wrap .header__sns-list {
  margin-right: 27px;
}
.header__sns .header__sns-wrap .header__sns-list a {
  padding: 0 !important;
}
.header__sns .header__sns-wrap .header__sns-list img.icon {
  max-width: 38px;
  width: 100%;
}
.header__sns .header__sns-wrap .header__sns-list:last-of-type {
  margin-right: 0;
}
.header__inner {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .header__wrap {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__wrap.header-menu_none {
  height: 70px;
}
.header__wrap.header-menu_none .header__info {
  display: none;
}
.header__wrap.header-menu_none .header__sp {
  display: none;
}
.header__wrap.header-menu_none main.under {
  margin-top: 65px;
}
.header__logo {
  width: clamp(10%, 17.2vw, 20%);
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
    padding: 10px 0 10px 10px;
    background-color: #020d3b;
    z-index: 21;
    position: relative;
  }
}
.header__logo img {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 150px;
  }
}
.header__info {
  height: 100%;
  width: 77%;
}
.header__tel span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.header__tel a {
  font-size: clamp(21px, 2.2vw, 32px);
  margin-right: clamp(5px, 1.2vw, 1rem);
  color: #fff;
  font-family: "Crimson Text";
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  min-width: 140px;
}
@media screen and (max-width: 1400px) {
  .header__tel {
    padding-left: 1.7em;
  }
}
.header__tel a:before {
  content: "";
  background-image: url(../img/icon/icon-tel.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.header__hour {
  margin-right: 1rem;
  font-size: clamp(9px, 1vw, 12px);
  color: #5a8096;
  font-weight: 600;
  letter-spacing: 2px;
}
.header__btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  position: relative;
  width: 23%;
  max-width: 210px;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .header__btn-wrap {
    width: 130px;
  }
}
.header__btn-wrap p {
  font-size: clamp(12px, 1.2vw, 16px);
  color: #fff;
}
.header__btn {
  background-color: #8e0e10;
  display: flex;
  width: 105px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header__btn {
    width: 96px;
    font-size: 12px;
    padding: 0 10px;
  }
}
.header__btn .header-icon {
  max-width: 37px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__btn .header-icon {
    max-width: 32px;
  }
}
.header__btn span {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .header__btn span {
    font-size: 12px;
  }
}
.header__btn.gold {
  background-color: #b79642;
}
.header__btn:hover {
  background-color: #a1a1a1;
}
.header__nav.active {
  visibility: visible;
  opacity: 1;
}
.header__nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}
.header__nav ul.main-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  font-weight: 767;
  height: 70%;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav {
    display: block;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 90vh;
    position: fixed;
    overflow-y: scroll;
    top: 65px;
    -webkit-overflow-scrolling: touch;
  }
}
.header__nav ul.main-nav li.main-list {
  list-style-type: none;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav li.main-list {
    width: 100%;
    border-bottom: 1px dotted #9b9b9b;
    padding: 10px;
  }
}
.header__nav ul.main-nav li.main-list a.main-menu {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  margin: 0 20px;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 300;
  display: flex;
  height: 100%;
  align-items: center;
  padding-bottom: 10px;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header__nav ul.main-nav li.main-list a.main-menu {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav li.main-list a.main-menu {
    font-size: 14px;
  }
}
.header__nav ul.main-nav li.main-list a.main-menu .ja {
  font-size: clamp(8px, 1vw, 10px);
  display: block;
  font-weight: 767;
}
.header__nav ul.main-nav li.main-list a.main-menu img {
  max-height: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav li.main-list a.main-menu img {
    max-height: 35px;
  }
}
.header__nav ul.main-nav li.main-list a.main-menu .sub-icon {
  display: block;
  background-color: #2e3192;
  color: #fff;
  border-radius: 15px;
  width: 70%;
  margin: 0 auto 0 auto;
  padding: 2px 2px;
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav li.main-list a.main-menu .sub-icon {
    max-width: 105px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav ul.main-nav li.main-list a.main-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header__nav ul.main-nav li.main-list a.main-menu:hover::after {
    left: 0;
    width: 100%;
  }
}
.header__nav ul.main-nav li.main-list .nav-new {
  position: relative;
}
.header__nav ul.main-nav li.main-list .nav-new:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 16px;
  background: url(../img/nav-new.png) no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -58px;
}
@media screen and (max-width: 1400px) {
  .header__nav ul.main-nav li.main-list .nav-new:before {
    right: -38px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav ul.main-nav li.main-list .nav-new:before {
    top: 0;
    right: -55px;
  }
}
.header__nav ul.main-nav li:last-of-type {
  margin-right: 0;
}
.header__nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 17px 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__nav-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header__nav-wrap {
    padding: 17px 0px 0 0;
  }
}
.header__nav-wrap .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 12px 32px 18px 32px;
  box-shadow: 2px 2px 8px 0px rgba(0, 38, 70, 0.12);
  max-height: calc(100vh - 134px);
  margin: 0 0 0 auto;
  overflow: auto;
  /* pulllinks */
}
.header__nav-wrap .sub-menu .ttlwrap {
  border-bottom: 1px solid #ABCDE4;
  position: relative;
}
.header__nav-wrap .sub-menu .ttlwrap .en {
  color: rgba(184, 205, 221, 0.3);
  font-family: var(--font-en);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.1;
}
.header__nav-wrap .sub-menu .ttlwrap .ja {
  color: #121212;
  margin: 0 0 12px 0;
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 21px;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a {
  display: inline-block;
  color: #444444;
  text-decoration: none;
  padding: 0 48px 0 0;
  font-weight: 600;
  font-family: var(--font-ja);
  position: relative;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a::before {
  /* maru waku */
  display: inline-block;
  content: "";
  position: absolute;
  right: 1px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #020d3b;
  box-sizing: border-box;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a::after {
  /* maru bg */
  display: inline-block;
  content: "";
  position: absolute;
  right: 1px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-color: #020d3b;
  border-radius: 14px;
  transform: scale(0);
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 0;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0;
  transition: all 0.3s;
  color: #444444;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-ja);
}
.header__nav-wrap .sub-menu .ttlwrap .ja a span:after {
  /* maru icon */
  content: "";
  position: absolute;
  right: -37px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  -webkit-mask-image: url("../img/tamurabtn-arrow-red.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 10px 10px;
  mask-image: url("../img/tamurabtn-arrow-red.svg");
  mask-repeat: no-repeat;
  mask-size: 8px 8px;
  background-color: #020d3b;
  z-index: 2;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a:hover::after {
  transform: scale(1);
}
.header__nav-wrap .sub-menu .ttlwrap .ja a:hover span {
  color: #020d3b;
}
.header__nav-wrap .sub-menu .ttlwrap .ja a:hover span:after {
  background-color: #ffffff;
}
.header__nav-wrap .sub-menu .linkarea {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0 0;
  gap: 4%;
}
.header__nav-wrap .sub-menu .linkarea .imglink {
  flex: 2;
  box-sizing: border-box;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul {
  padding: 12px;
  background-color: #DEE8F2;
  box-sizing: border-box;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li {
  margin: 0 0 24px 0;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li:last-child {
  margin: 0;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a p {
  font-weight: 600;
  font-family: var(--font-enja);
  line-height: 1;
  margin: 8px 0 0 0;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a .img {
  position: relative;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a:hover .img::before {
  opacity: 1;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a:hover p {
  color: #020d3b;
}
.header__nav-wrap .sub-menu .linkarea .imglink > ul > li > a:hover p span {
  color: #020d3b;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks {
  flex: 5;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  box-sizing: border-box;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul li {
  margin-right: 15px;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks.accord ul {
  width: 280px;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks.accord ul > li {
  margin: 0 20px 0 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a {
  display: block;
  padding: 16px 0 16px 30px;
  font-weight: 600;
  font-family: var(--font-enja);
  color: #444444;
  text-decoration: none;
  position: relative;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a::before {
  /* maru waku */
  display: inline-block;
  content: "";
  position: absolute;
  left: 1px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 14px;
  border: 1px solid #020d3b;
  box-sizing: border-box;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a::after {
  /* maru bg */
  display: inline-block;
  content: "";
  position: absolute;
  left: 1px;
  top: 16px;
  width: 22px;
  height: 22px;
  background-color: #020d3b;
  border-radius: 14px;
  transform: scale(0);
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 0;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a > span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  color: #444444;
  font-weight: 500;
  font-family: var(--font-ja);
  line-height: 1.2;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a > span:after {
  /* maru icon */
  content: "";
  position: absolute;
  left: -22px;
  top: 7px;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  -webkit-mask-image: url("../img/tamurabtn-arrow-red.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 10px 10px;
  mask-image: url("../img/tamurabtn-arrow-red.svg");
  mask-repeat: no-repeat;
  mask-size: 8px 8px;
  background-color: #020d3b;
  z-index: 2;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a:hover::after {
  transform: scale(1);
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a:hover span {
  color: #020d3b;
}
.header__nav-wrap .sub-menu .linkarea .pulllinks ul > li > a:hover span:after {
  background-color: #ffffff;
}
.header__nav-wrap .sub-menu.active {
  visibility: visible;
  /* 表示 */
  opacity: 1;
  /* 完全に不透明 */
  transform: translateY(0);
  /* 元の位置に移動 */
}

.header.under {
  background-color: #fff;
}
.header.under ul.main-nav a.main-menu {
  color: #020d3b !important;
  font-weight: 400 !important;
}
.header.under .header__tel span {
  color: #020d3b !important;
  font-weight: 400 !important;
}
.header.under .header__tel a {
  color: #020d3b !important;
  font-weight: 400 !important;
}
.header.under .header__tel a:before {
  background-image: url(../img/icon/icon-tel_blue.svg);
}
@media screen and (max-width: 767px) {
  .header.under .header__logo {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav {
    position: absolute;
    top: -2000px;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #F4F7FB;
    box-sizing: border-box;
    overflow: auto;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav.active {
    z-index: 20;
    top: 65px;
    position: fixed;
    overflow: scroll;
    height: 100svh;
  }
}

.logo__cafe {
  max-width: 200px;
  margin: auto;
}
.logo__builds {
  max-width: 500px;
  margin: auto;
}

#spmenuwrap {
  padding: 8.5333333333vw 6.4vw;
}

/* 1 */
#spmenuwrap > ul > li {
  border-bottom: 1px solid #ffffff;
}

#spmenuwrap > ul > li > a {
  color: #020d3b;
  display: block;
  padding: 4.1333333333vw 0 5.4666666667vw 0;
  text-decoration: none;
}

/* 2 */
#spmenuwrap > ul > li > ul {
  flex-wrap: wrap;
  margin: 0 0 0 2.1333333333vw;
}

#spmenuwrap > ul > li > ul > li {
  margin: 0 0 3.7333333333vw 0;
}

#spmenuwrap > ul > li > ul > li > a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
}

/* 全体の配置 */
.download-section {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 20px 0 0 0;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  transform: scale(1);
  transition: 0.3s all;
  cursor: pointer;
}

.download-section:hover {
  transform: scale(1.03);
}

.download-section__wrap {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgb(232, 232, 232) 100%);
  padding: 15px 4em 4em 4em;
}

.download-section .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.download-section .book-cover img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download-button {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 35px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.top-about {
  position: relative;
  font-family: "Noto Sans JP";
}
.top-about__wrap {
  background-color: #0c0c0c;
  padding: 1em 0 5em 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-about__wrap {
    display: flex;
  }
}
.top-about__content {
  flex: 1;
  padding: 5em 2em 0 10vw;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    padding: 2em 2em 2em 2em;
  }
}
.top-about__group {
  position: absolute;
  top: 30px;
  left: 0;
}
.top-about__group img {
  max-height: 570px;
}
@media screen and (max-width: 767px) {
  .top-about__group img {
    max-height: 390px;
  }
}
.top-about__txt {
  max-width: 550px;
}
.top-about__txt h2 {
  margin-bottom: 2em;
  font-size: clamp(26px, 4.4vw, 36px);
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .top-about__txt h2 {
    margin-bottom: 1em;
  }
}
.top-about__txt p {
  line-height: 2.4;
  margin-bottom: 4em;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .top-about__txt p {
    margin-bottom: 2em;
  }
}
.top-about__image {
  flex: 1.7;
  position: relative;
  gap: 10px;
}
.top-about__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(12, 12, 12), rgba(22, 35, 56, 0) 35%);
  z-index: 1;
}
.top-about__image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.top-about__image img:hover {
  opacity: 1;
}

.lfb-list {
  position: absolute;
  bottom: calc(0px - 10em);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .lfb-list {
    width: 90%;
  }
}
.lfb-list__wrap {
  display: flex;
  padding: 2em;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lfb-list__wrap {
    padding: 1em;
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lfb-list__wrap li {
    flex: 1 1 calc(50% - 5px);
  }
}
.lfb-list__wrap li a {
  display: block;
  overflow: hidden;
}
.lfb-list__wrap li a .lfb-img,
.lfb-list__wrap li a .lfb-list__box {
  overflow: hidden;
  transform: scale(1);
}
.lfb-list__wrap li a .lfb-img img,
.lfb-list__wrap li a .lfb-list__box img {
  transition: 0.3s all;
}
.lfb-list__wrap li a:hover .lfb-img img,
.lfb-list__wrap li a:hover .lfb-list__box img {
  transform: scale(1.08);
}
.lfb-list__box {
  padding: clamp(5px, 2.2vw, 1em) clamp(15px, 2.2vw, 2em);
}
.lfb-list__box img {
  min-height: 40px;
  height: 50px;
}
.lfb-list__shinchiku {
  border-bottom: 5px solid #f56d99;
}
.lfb-list__saisei {
  border-bottom: 5px solid #f8b62d;
}
.lfb-list__apartment {
  border-bottom: 5px solid #006ab1;
}
.lfb-list__chintai {
  border-bottom: 5px solid #008caf;
}

@media screen and (min-width: 768px) {
  .top-news {
    padding-top: 6em;
    padding-bottom: 6em;
    background: linear-gradient(133deg, rgb(255, 255, 255) 51%, rgb(75, 75, 75) 100%);
  }
}
@media screen and (min-width: 768px) {
  .top-news__inner {
    display: flex;
  }
}
.top-news__category {
  background-color: #121212;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .top-news__category {
    background-color: #020d3b;
    width: 30%;
    padding: 4% 6% 9% 6%;
  }
}
.top-news__category .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-news__category-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-news__category-list {
    margin-top: 3em;
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__category-list li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top-news__category-list li {
    flex: 1 1 calc(50% - 5px);
  }
}
.top-news__category-list li a {
  display: block;
  background-color: #1a3d65;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.top-news__category-list li a.active {
  background-color: #fff;
  color: #020d3b;
}
.top-news__category-list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-news__contents {
    width: 70%;
    padding: clamp(4em, 2.2vw, 7em) clamp(2em, 2.2vw, 5em);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-news__contents {
    padding: 3em 1em;
  }
}
.top-news__contents-items {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.top-news__contents-items .cols.flex-center {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-news__contents-items .wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top-news__contents-items .wrap .img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__contents-items .wrap .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__contents-items .wrap .contents {
    margin-left: 50px;
  }
}
.top-news__contents-items.active {
  display: block;
  opacity: 1;
}
.top-news__contents-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-news__contents-img img {
    height: 180px;
  }
}

.top-news__contents .top-news__contents-body {
  width: 1000px;
  margin: 0 auto 150px;
}

.top-news__contents-items li {
  border-bottom: 1px solid #9F9F9F;
}

.top-news__contents-items li a {
  padding: 15px 28px;
  display: block;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .top-news__contents-items li a {
    padding: 35px 21px;
  }
}

.top-news__contents-items li a:hover {
  background-color: #ececec;
  color: #fff;
}

.top-news__contents-items li:first-of-type {
  border-top: 1px solid #9F9F9F;
}

.top-news__contents-items li dl,
.top-news__contents-items li dl dt,
.top-news__contents-items li dl dd {
  display: block;
  line-height: 1.2;
}

.top-news__contents-items li dl dd {
  color: #000;
  font-weight: 600;
  font-size: 21px;
}

.top-news__contents-items li dl dt {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: #888888;
}

.top-news__contents-items li dl dt span {
  display: inline-block;
  vertical-align: top;
}

.top-news__contents-items li dl dt span.top-news__contents-icon {
  margin-left: 2em;
  background: #020d3b;
  color: #fff;
  font-size: 12px;
  padding: 7px 25px;
}

.top-news__contents-items li dl dt span img {
  vertical-align: top;
}

.top-news__contents-items li dl dt span.top-news__contents-date {
  margin-right: 10px;
  vertical-align: text-bottom;
  font-size: 16px;
  font-weight: bold;
}

.top-news__contents-next-page {
  margin-top: 42px;
}

.top-news__contents-next-page a {
  position: relative;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 30px;
  border: 1px solid #EB959D;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
  background: #EB959D;
}

.top-news__contents-next-page a::after {
  position: absolute;
  top: 19px;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(35deg) skewX(-20deg);
  transition: 0.3s;
  content: "";
}

.top-news__contents-next-page a:hover {
  color: #EB959D;
  background: #FFF;
}

.top-news__contents-next-page a:hover::after {
  border-color: #EB959D;
}

.block-category-list--topic {
  margin-top: 30px;
}

.footer {
  color: #fff;
  background-color: #161616;
  padding-top: 12em;
}

.footer a {
  color: #fff;
}

/* --- footer--top --- */
.footer--top {
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer--top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer--lft {
  flex: 1;
  padding-top: clamp(34px, 3.3vw, 64px);
  padding-bottom: clamp(34px, 3.3vw, 64px);
  padding-left: clamp(34px, 3.3vw, 64px);
  padding-right: clamp(34px, 3.3vw, 64px);
}
@media screen and (min-width: 768px) {
  .footer--lft {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer--logo {
  margin-right: 123px;
}

/* --- footer--rgt --- */
.footer--rgt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 420px;
  padding-bottom: 59px;
  padding-left: 60px;
  padding-right: 60px;
  border-left: 1px solid #3f3f3f;
}

.footer--rgt address {
  font-size: 87.5%;
  font-weight: 300;
  letter-spacing: 0.09em;
}
.footer--rgt address p {
  font-size: 14px;
}

.footer--rgt .number {
  letter-spacing: 0.5em;
}

.footer--rgt .number strong {
  font-size: 107%;
  letter-spacing: 0.32em;
}

.footer_btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 18px;
  color: #fff;
  background-color: #8e0e10;
  transition: 0.3s ease-in-out;
}
.footer_btn a .typesquare_option {
  margin-left: 10px;
}

.footer_btn a.gold {
  background-color: #b79642;
}

.footer_btn a:hover,
.footer_btn a.gold:hover {
  color: #fff;
  background-color: #777777;
}

.footer_btn svg {
  width: 14px;
  height: 10px;
}

/* --- footer_nav --- */
.footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer_nav a {
  display: block;
  padding: 6px 0;
}

.footer_nav a:hover {
  color: rgba(255, 255, 255, 0.3);
}

.footer_nav--child:not(:last-child) {
  margin-right: 90px;
}

.footer_nav--child > li {
  position: relative;
  line-height: 2;
  padding-left: 24px;
}

.footer_nav--child > li::before {
  content: "";
  position: absolute;
  top: calc(1em + 8px);
  left: 0;
  display: block;
  width: 9px;
  height: 2px;
  background-color: #fff;
}

.footer_nav--grandchild a {
  color: #a1a1a1;
}

/* --- footer--btm --- */
.footer--btm {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 104px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright {
  padding-right: 40px;
  color: #a0a0a0;
  font-size: 86%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}

.pbll {
  display: block;
  margin-left: 16px;
  opacity: 0.5;
}

.pbll:hover {
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  /* --- footer--top --- */
  .footer--logo {
    margin-right: 3%;
  }
  /* --- footer_nav --- */
  .footer_nav--child:not(:last-child) {
    margin-right: 3%;
  }
  /* --- footer--rgt --- */
  .footer--rgt {
    width: 320px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .footer--logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  /* --- footer--top --- */
  .footer--logo {
    width: auto;
    margin-bottom: 24px;
  }
  .footer--lft {
    padding: 32px;
  }
  /* --- footer_nav --- */
  .footer_nav {
    font-size: 100%;
  }
  /* --- footer--rgt --- */
  .footer--rgt {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer--rgt address {
    margin-bottom: 32px;
  }
  .footer_btn {
    position: relative;
  }
  /* --- footer--btm --- */
  .footer--btm {
    height: auto;
  }
  #page_top {
    display: none;
  }
  .copyright {
    padding-right: 0;
  }
  .pbll {
    margin-top: 16px;
    margin-left: 0;
  }
}
#page_top {
  width: 104px;
  height: 104px;
  font-size: 75%;
  border-left: 1px solid #3f3f3f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_top span {
  transition: all 0.4s ease-in-out;
}

#page_top i {
  position: relative;
  display: block;
  width: 5px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}

#page_top i::before,
#page_top i::after {
  content: "";
  position: absolute;
  display: block;
}

#page_top i::before {
  top: -6px;
  left: -3px;
  box-sizing: border-box;
  border: 2.5px solid transparent;
  border-left: 6px solid;
  transform: rotate(-90deg);
}

#page_top i::after {
  width: 1px;
  height: 18px;
  background-color: #fff;
}

#page_top:hover {
  color: #fff;
}

#page_top:hover span {
  transform: translateY(-8px);
}

.inview.fadeup {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(150px);
}

.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

.inview.fadedown {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(-150px);
}

.inview.fadedown.active {
  opacity: 1;
  transform: translateY(0px);
}

.inview.fadeleft {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(-150px);
}

.inview.fadeleft.active {
  opacity: 1;
  transform: translateX(0px);
}

.inview.faderight {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(50px);
}

.inview.faderight.active {
  opacity: 1;
  transform: translateX(0px);
}

@media (min-width: 768px) {
  .delay00 {
    transition-delay: 0.3s;
  }
  .delay01 {
    transition-delay: 0.5s;
  }
  .delay02 {
    transition-delay: 0.7s;
  }
  .delay03 {
    transition-delay: 0.9s;
  }
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=object-fit] {
  max-width: none;
  width: 100%;
  height: 100%;
}

.page-header {
  background-color: #000f4d;
  padding: 4em 40px;
  position: relative;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 1100px) {
  .page-header {
    padding: 2em 10px;
  }
}
.page-header .container {
  max-width: 1500px;
}
.page-header__title {
  position: relative;
  z-index: 3;
  color: #fff;
}
.page-header__title span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.page-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.breadcrumbs {
  background: #f3f3f5;
  padding: 1em 40px;
}
@media screen and (max-width: 1100px) {
  .breadcrumbs {
    padding: 0.6em 10px;
  }
}
.breadcrumbs .container {
  max-width: 1500px;
}
.breadcrumbs ul {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  padding: 0 1em;
  border-right: 1px solid #858585;
  line-height: 1;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}

#single .container {
  max-width: 1500px;
  margin: auto;
}

article.single-article {
  padding: 4em 40px;
}
@media screen and (max-width: 1100px) {
  article.single-article {
    padding: 2em 10px;
  }
}

.single-article__contents p {
  margin-bottom: 1.5em;
}
.single-article__contents .row-grid {
  grid-gap: 1em;
}

.mintyo {
  font-family: "Shippori Mincho";
}

.gotic {
  font-family: "Noto Sans JP";
}

.single-article__wrap {
  gap: 3em;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
@media screen and (min-width: 1101px) {
  .single-article__wrap {
    display: flex;
  }
}
.single-article__wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1101px) {
  .single-article__contents {
    width: calc(73% - 1em);
  }
}
@media screen and (min-width: 1101px) {
  .single-article__sub-contents {
    width: calc(27% - 1em);
  }
}

.current-filters__box {
  border: 1px solid #000f4d;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .current-filters__box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.current-filters__box .current-filters__title {
  text-align: center;
  background-color: #000f4d;
  color: #fff;
  padding: 1em;
  font-size: 28px;
}
@media screen and (max-width: 1100px) {
  .current-filters__box .current-filters__title {
    padding: 15px 10px;
  }
}
.current-filters__box .current-filters__title .en {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
.current-filters__details {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  padding: 2em 1.5em;
}
@media screen and (max-width: 1100px) {
  .current-filters__details {
    padding: 1em 1em;
  }
}
.current-filters__detail-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000f4d;
  padding: 1.5em 0;
}
.current-filters__detail-item dt {
  font-weight: bold;
  width: 25%;
  color: #000f4d;
}
.current-filters__detail-item dd {
  width: 75%;
  margin: 0;
  color: #000f4d;
}
.current-filters__detail-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.current-filters__detail-item:first-of-type {
  padding-top: 0;
}
.current-filters__details.design2 {
  padding: 0;
}
.current-filters__detail-item2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: baseline;
}
@media screen and (min-width: 1101px) {
  .current-filters__detail-item2 {
    padding-bottom: 1.5em;
  }
}
.current-filters__detail-item2 dt {
  font-weight: bold;
  font-size: clamp(14px, 2.4vw, 18px);
  width: 20%;
  color: #000f4d;
}
.current-filters__detail-item2 dd {
  width: 80%;
  font-size: clamp(14px, 2.4vw, 18px);
  margin: 0;
  color: #000f4d;
}

.privay-marker {
  color: #862624;
  border-bottom: 1px solid #862624;
}

.news-detail__category ul {
  display: flex;
  gap: 5px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.news-detail__category ul li a {
  flex: 1 1 25%;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.news-detail__title {
  margin-bottom: 40px;
}
.news-detail__title h2 {
  position: relative;
  padding: 0.6em 15px 0.3em 15px;
  border-bottom: 3px solid #000f4d;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(24px, 2.2vw, 32px);
}
.news-detail__title h2::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #000f4d;
  content: "";
}
.news-detail__title h2::after {
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #000f4d;
  content: "";
}

.cp_hr01 {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000f4d;
  margin: 3em 0;
}

.favorite-btn {
  position: fixed;
  bottom: 30px;
  right: 10px;
  background-color: #fff;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14);
}
.favorite-btn .icon {
  max-width: fit-content;
  margin: 0 auto 5px auto;
}
.favorite-btn .icon-change {
  display: none;
}
.favorite-btn .icon-change.number-set {
  display: none;
}
.favorite-btn .o-header__like-number {
  top: 9px;
  left: 34px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  padding: 3px;
  -webkit-transform: translateX(-50%), scale(0.8);
  -ms-transform: translateX(-50%), scale(0.8);
  transform: translateX(-50%), scale(0.8);
  color: #124a7b;
  border-radius: 50%;
  background: #fff;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.sell-contact__button {
  display: inline-block;
  background: linear-gradient(135deg, rgb(173, 138, 64) 0%, rgb(218, 188, 80) 50%, rgb(173, 138, 64) 100%);
  color: #020d3b;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 32px);
  padding: 1.4em clamp(2em, 3.3vw, 7em);
}
.sell-contact__button:hover {
  opacity: 0.9;
}

#form1 {
  display: flex;
  justify-content: center;
  height: 50px;
}

/*入力フォーム*/
#sbox1 {
  width: 100%;
  padding: 0 15px;
  border-radius: 4px 0 0 4px;
  background: #eee;
  border: none;
  outline: 0;
}

/*検索ボタン*/
#sbtn2 {
  width: 50px;
  border-radius: 0 4px 4px 0;
  background: #7fbfff;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

#sbtn2:hover {
  background: #92dbff;
}

.fa-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=shared.css.map */