@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* ボタンスタイル */
/*
remサイズ指定
font-size: rem(16);
*/
/*
vwサイズ指定
@include font-vw();
@include width-vw();
@include height-vw();
@include p-vw(padding, 0);
@include p-vw(margin, 0);
*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
/* カラー */
:root {
  --fontsize12: min(calc(12/1480*100vw), 12px);
  --fontsize13: min(calc(13/1480*100vw), 13px);
  --fontsize14: min(calc(14/1480*100vw), 14px);
  --fontsize15: min(calc(15/1480*100vw), 15px);
  --fontsize16: min(calc(16/1480*100vw), 16px);
  --fontsize12_16: min(calc(16/1480*100vw), 16px);
  --fontsize13_16: min(calc(16/1480*100vw), 16px);
  --fontsize17: min(calc(17/1480*100vw), 17px);
  --fontsize18: min(calc(18/1480*100vw), 18px);
  --fontsize18: min(calc(19/1480*100vw), 19px);
  --fontsize20: min(calc(20/1480*100vw), 20px);
  --fontsize22: min(calc(22/1480*100vw), 22px);
  --fontsize23: min(calc(23/1480*100vw), 23px);
  --fontsize24: min(calc(24/1480*100vw), 24px);
  --fontsize25: min(calc(25/1480*100vw), 25px);
  --fontsize26: min(calc(26/1480*100vw), 26px);
  --fontsize28: min(calc(28/1480*100vw), 28px);
  --fontsize29: min(calc(29/1480*100vw), 29px);
  --fontsize30: min(calc(30/1480*100vw), 30px);
  --fontsize31: min(calc(31/1480*100vw), 31px);
  --fontsize32: min(calc(32/1480*100vw), 32px);
  --fontsize34: min(calc(34/1480*100vw), 34px);
  --fontsize35: min(calc(35/1480*100vw), 35px);
  --fontsize36: min(calc(36/1480*100vw), 36px);
  --fontsize40: min(calc(40/1480*100vw), 40px);
  --fontsize42: min(calc(42/1480*100vw), 42px);
  --fontsize44: min(calc(44/1480*100vw), 44px);
  --fontsize46: min(calc(46/1480*100vw), 46px);
  --fontsize48: min(calc(48/1480*100vw), 48px);
  --fontsize50: min(calc(50/1480*100vw), 50px);
  --fontsize56: min(calc(56/1480*100vw), 56px);
  --fontsize70: min(calc(70/1480*100vw), 70px);
}
@media screen and (max-width: 1025px) {
  :root {
    --fontsize12: min(calc(12/1024*100vw), 12px);
    --fontsize13: min(calc(13/1024*100vw), 13px);
    --fontsize14: min(calc(14/1024*100vw), 14px);
    --fontsize15: min(calc(15/1024*100vw), 15px);
    --fontsize16: min(calc(16/1024*100vw), 16px);
    --fontsize12_16: min(calc(16/1024*100vw), 16px);
    --fontsize13_16: min(calc(16/1024*100vw), 16px);
    --fontsize17: min(calc(17/1024*100vw), 17px);
    --fontsize18: min(calc(18/1024*100vw), 18px);
    --fontsize18: min(calc(19/1024*100vw), 19px);
    --fontsize20: min(calc(20/1024*100vw), 20px);
    --fontsize22: min(calc(22/1024*100vw), 22px);
    --fontsize23: min(calc(23/1024*100vw), 23px);
    --fontsize24: min(calc(24/1024*100vw), 24px);
    --fontsize25: min(calc(25/1024*100vw), 25px);
    --fontsize26: min(calc(26/1024*100vw), 26px);
    --fontsize28: min(calc(28/1024*100vw), 28px);
    --fontsize29: min(calc(29/1024*100vw), 29px);
    --fontsize30: min(calc(30/1024*100vw), 30px);
    --fontsize31: min(calc(31/1024*100vw), 31px);
    --fontsize32: min(calc(32/1024*100vw), 32px);
    --fontsize34: min(calc(34/1024*100vw), 34px);
    --fontsize35: min(calc(35/1024*100vw), 35px);
    --fontsize36: min(calc(36/1024*100vw), 36px);
    --fontsize40: min(calc(40/1024*100vw), 40px);
    --fontsize42: min(calc(42/1024*100vw), 42px);
    --fontsize44: min(calc(44/1024*100vw), 44px);
    --fontsize46: min(calc(46/1024*100vw), 46px);
    --fontsize48: min(calc(48/1024*100vw), 48px);
    --fontsize50: min(calc(50/1024*100vw), 50px);
    --fontsize56: min(calc(56/1024*100vw), 56px);
    --fontsize70: min(calc(70/1024*100vw), 70px);
  }
}
@media screen and (max-width: 769px) {
  :root {
    --fontsize12: min(calc(12/390*100vw), 12px);
    --fontsize13: min(calc(13/390*100vw), 13px);
    --fontsize14: min(calc(14/390*100vw), 14px);
    --fontsize15: min(calc(15/390*100vw), 15px);
    --fontsize16: min(calc(16/390*100vw), 16px);
    --fontsize12_16: min(calc(16/390*100vw), 16px);
    --fontsize13_16: min(calc(16/390*100vw), 16px);
    --fontsize17: min(calc(17/390*100vw), 17px);
    --fontsize18: min(calc(18/390*100vw), 18px);
    --fontsize19: min(calc(19/390*100vw), 19px);
    --fontsize20: min(calc(20/390*100vw), 20px);
    --fontsize22: min(calc(22/390*100vw), 22px);
    --fontsize23: min(calc(23/390*100vw), 23px);
    --fontsize24: min(calc(24/390*100vw), 24px);
    --fontsize25: min(calc(25/390*100vw), 25px);
    --fontsize26: min(calc(26/390*100vw), 26px);
    --fontsize28: min(calc(28/390*100vw), 28px);
    --fontsize29: min(calc(29/390*100vw), 29px);
    --fontsize30: min(calc(30/390*100vw), 30px);
    --fontsize31: min(calc(31/390*100vw), 31px);
    --fontsize32: min(calc(32/390*100vw), 32px);
    --fontsize34: min(calc(34/390*100vw), 34px);
    --fontsize35: min(calc(35/390*100vw), 35px);
    --fontsize36: min(calc(36/390*100vw), 36px);
    --fontsize40: min(calc(40/390*100vw), 40px);
    --fontsize42: min(calc(42/390*100vw), 42px);
    --fontsize44: min(calc(44/390*100vw), 44px);
    --fontsize46: min(calc(46/390*100vw), 46px);
    --fontsize48: min(calc(48/390*100vw), 48px);
    --fontsize50: min(calc(50/390*100vw), 50px);
    --fontsize56: min(calc(56/390*100vw), 56px);
    --fontsize70: min(calc(70/390*100vw), 70px);
  }
}

/* ==================================
COMMON
================================== */
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, YuMincho medium, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

picture,
source {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

.up-fade {
  opacity: 0;
  -webkit-animation: Up_Fade 0.7s ease-in-out 0.5s forwards;
          animation: Up_Fade 0.7s ease-in-out 0.5s forwards;
}

@-webkit-keyframes Up_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes Up_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.right-fade {
  opacity: 0;
  -webkit-animation: Right_Fade 1s ease-in-out 0.5s forwards;
          animation: Right_Fade 1s ease-in-out 0.5s forwards;
}

@-webkit-keyframes Right_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Right_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.left-fade {
  opacity: 0;
  -webkit-animation: Left_Fade 1s ease-in-out 0.5s forwards;
          animation: Left_Fade 1s ease-in-out 0.5s forwards;
}

@-webkit-keyframes Left_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Left_Fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

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

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px !important;
}

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

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

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

.pt1em {
  padding-top: 1em !important;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

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

.u-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-tab {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .u-tab {
    display: none;
  }
}

.u-block {
  display: block;
}

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

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

.u-newLine {
  display: inline-block;
}

.u-pt10 {
  padding-top: min(10 / 1024 * 100vw, 10px);
}

.u-pt15 {
  padding-top: clamp(10px, 15 / 1024 * 100vw, 15px);
}

.u-pt20 {
  padding-top: min(15 / 1024 * 100vw, 15px);
}

.u-pt27 {
  padding-top: min(27 / 1024 * 100vw, 27px);
}

.u-pt30 {
  padding-top: min(30 / 1024 * 100vw, 30px);
}

.u-pt35 {
  padding-top: min(35 / 1024 * 100vw, 35px);
}

.u-pt40 {
  padding-top: min(40 / 1024 * 100vw, 40px);
}

.u-fullWidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-marker--blue {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(75, 217, 235, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
}

.u-marker--green {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(69, 190, 116, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
}

.u-marker--red {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(202, 109, 105, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
}

.u-verticalWriting {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
}

.c-title__contents {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, YuMincho medium, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 400 !important;
  font-size: min(56 / 1480 * 100vw, 56px);
  line-height: 1.04;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .c-title__contents {
    font-size: min(42 / 1024 * 100vw, 42px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents {
    font-size: min(28 / 375 * 100vw, 28px);
  }
}
.c-title__contents--white {
  color: white;
}

.c-title__contents--eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(16 / 1480 * 100vw, 16px);
  line-height: 1;
  color: #4d545c;
}
.c-title__contents--eng::before {
  content: "";
  display: block;
  width: 1px;
  height: min(45 / 1480 * 100vw, 45px);
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-title__contents--eng {
    gap: 10px;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents--eng {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}

.c-title__contents--engDevelopment::before {
  content: "";
  display: block;
  width: min(45 / 1480 * 100vw, 45px);
  height: 1px;
  background-color: #4d545c;
}

.c-title__contents--topAbout {
  letter-spacing: -0.3em;
}

.c-title__contents--land {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.c-title__contents--land::before {
  content: "";
  display: block;
  width: min(45 / 1480 * 100vw, 45px);
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1025px) {
  .c-title__contents--land {
    gap: 10px;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents--land {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}

.c-title__contents--lineLand::before {
  content: "";
  display: block;
  width: min(45 / 1480 * 100vw, 45px);
  height: 1px;
  background-color: #4d545c;
}

.c-title__contents--engWhite {
  color: white;
}
.c-title__contents--engWhite::before {
  background-color: white;
}

.c-title__contentsSub {
  font-size: min(42 / 1480 * 100vw, 42px);
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, YuMincho medium, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 500 !important;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #333;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1025px) {
  .c-title__contentsSub {
    font-size: min(32 / 1024 * 100vw, 32px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contentsSub {
    font-size: min(24 / 375 * 100vw, 24px);
  }
}
.c-title__contentsSub--topTechnology {
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.c-title__contentsSub--eng {
  display: grid;
  gap: min(0.6756756757vw, 10px);
  position: relative;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  line-height: 1;
  color: #4d545c;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.c-title__contentsSub--eng::after {
  content: "";
  display: block;
  width: min(45 / 1480 * 100vw, 45px);
  height: 1px;
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-title__contentsSub--eng {
    font-size: var(--fontsize14);
    gap: min(0.6756756757vw, 10px);
  }
  .c-title__contentsSub--eng::after {
    width: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contentsSub--eng {
    font-size: var(--fontsize12);
    gap: min(2.6666666667vw, 10px);
  }
  .c-title__contentsSub--eng::after {
    width: min(45 / 375 * 100vw, 45px);
  }
}

.c-title__contentsSub--noline::after {
  content: none;
}

.c-text__concept--eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 8px;
  margin-top: min(10 / 1600 * 100vw, 10px);
  font-size: min(16 / 1600 * 100vw, 16px);
  line-height: 0.75;
  letter-spacing: 0;
  color: #4d545c;
}
.c-text__concept--eng::before {
  content: "";
  display: block;
  width: 1px;
  height: min(45 / 1480 * 100vw, 45px);
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-text__concept--eng {
    gap: 8px;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .c-text__concept--eng::before {
    height: min(34 / 1480 * 100vw, 34px);
  }
}
@media screen and (max-width: 769px) {
  .c-text__concept--eng {
    gap: 5px;
    font-size: min(20 / 750 * 100vw, 20px);
  }
  .c-text__concept--eng::before {
    height: min(34 / 750 * 100vw, 34px);
  }
}

.c-text__concept {
  font-size: min(85 / 1600 * 100vw, 85px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #c3930b;
}
@media screen and (max-width: 1025px) {
  .c-text__concept {
    font-size: min(64 / 1024 * 100vw, 64px);
  }
}
@media screen and (max-width: 769px) {
  .c-text__concept {
    font-size: min(70 / 750 * 100vw, 70px);
    letter-spacing: 0em;
  }
}

.c-tex__conceptDesc {
  font-size: var(--fontsize24);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 769px) {
  .c-tex__conceptDesc {
    font-size: min(26 / 750 * 100vw, 26px);
  }
}

:root {
  --btn-border: solid 1px #333;
  --btn-bg: #fff;
  --btn-bg-hover: #333;
  --btn-font-color: #333;
  --btn-font-color-hover: #fff;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: min(300 / 384 * 100vw, 300px);
  height: min(52 / 384 * 100vw, 52px);
  border: var(--btn-border);
  background-color: var(--btn-bg);
}
@media screen and (min-width: 1025px) {
  .c-btn {
    width: min(400 / 1280 * 100vw, 400px);
    height: min(70 / 1280 * 100vw, 70px);
    padding-right: 15px;
  }
}
.c-btn:hover {
  opacity: 1;
  background-color: var(--btn-bg-hover);
}
.c-btn:hover .c-btn__text {
  color: var(--btn-font-color-hover);
}

.c-btn--arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: min(40 / 384 * 100vw, 40px);
  height: min(4 / 384 * 100vw, 4px);
  border-bottom: var(--btn-border);
  border-right: var(--btn-border);
  -webkit-transform: translateX(46%) skew(55deg);
          transform: translateX(46%) skew(55deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1025px) {
  .c-btn--arrow::after {
    width: min(78 / 1200 * 100vw, 78px);
    height: min(6 / 1200 * 100vw, 6px);
  }
}
.c-btn--arrow:hover::after {
  -webkit-transform: translateX(60%) skew(45deg);
          transform: translateX(60%) skew(45deg);
}

.c-btn__text {
  font-size: var(--fontsize16);
  line-height: 1;
  letter-spacing: 0.075em;
  color: var(--btn-font-color);
}
@media screen and (min-width: 1025px) {
  .c-btn__text {
    font-size: var(--fontsize18);
  }
}

.c-btn__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: var(--btn-border);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-btn__header:hover {
  opacity: 1;
  background-color: var(--btn-bg-hover);
}
.c-btn__header:hover .c-btn__headerText {
  color: var(--btn-font-color-hover);
}

.c-btn__headerText {
  font-size: min(16 / 1600 * 100vw, 16px);
  line-height: 1.25;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.c-btn__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.0833333333vw, 8px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: var(--btn-border);
  background-color: var(--btn-bg);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-btn__contact:hover {
  opacity: 1;
  background-color: var(--btn-bg-hover);
}
.c-btn__contact:hover .c-btn__contactIconText {
  color: var(--btn-font-color-hover);
}
.c-btn__contact:hover .c-btn__contactIcon--mail {
  fill: var(--btn-font-color-hover);
}
.c-btn__contact:hover .c-btn__contactIcon--line {
  fill: var(--btn-font-color-hover);
}
@media screen and (min-width: 1025px) {
  .c-btn__contact {
    gap: min(1.4166666667vw, 17px);
  }
}

.c-btn__contactIconLine {
  display: block;
  width: min(24 / 384 * 100vw, 24px);
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .c-btn__contactIconLine {
    width: min(32 / 1200 * 100vw, 32px);
  }
}

.c-btn__contactIconText {
  font-size: min(20 / 384 * 100vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .c-btn__contactIconText {
    font-size: min(26 / 1200 * 100vw, 26px);
  }
}

.c-btn__contactIconText02 {
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .c-btn__contactIconText02 {
    font-size: min(26 / 1200 * 100vw, 26px);
  }
}

.c-btn__contactIcon {
  display: block;
  width: min(24 / 384 * 100vw, 24px);
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .c-btn__contactIcon {
    width: min(32 / 1200 * 100vw, 32px);
  }
}

.c-btn__contactIcon--mail {
  fill: #333;
  fill-rule: evenodd;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.c-btn__contactIcon--line {
  fill: #333;
  fill-rule: evenodd;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.c-btn__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: min(1.6891891892vw, 25px);
  padding-bottom: 3px;
  border-bottom: 1px solid #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-btn__more {
    gap: min(1.7578125vw, 18px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__more {
    gap: min(3.2vw, 12px);
  }
}

.c-btn__moreText {
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize20);
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1025px) {
  .c-btn__moreText {
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__moreText {
    font-size: var(--fontsize16);
  }
}

.c-btn__moreIcon {
  display: block;
  width: min(46 / 1480 * 100vw, 46px);
}
@media screen and (max-width: 1025px) {
  .c-btn__moreIcon {
    width: min(34 / 1024 * 100vw, 34px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__moreIcon {
    width: min(34 / 375 * 100vw, 34px);
  }
}

:root {
  --drawer-nav-border: 1px solid #5d310d;
  --drawer-btn-iconColor: #fff;
}

.c-post__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: var(--top-news-title-font-size);
  line-height: 1.45;
  letter-spacing: 0.085em;
}

.c-post__tag {
  font-size: var(--fontsize16);
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #2a7754;
}

.c-post__time {
  font-size: var(--fontsize15);
  line-height: 1;
  letter-spacing: 0.135em;
  color: #2a7754;
}

.c-post__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: min(10 / 384 * 100vw, 10px);
  padding-right: min(10 / 384 * 100vw, 10px);
  background-color: var(--top-works-cat-bg);
  font-size: var(--fontsize13);
  line-height: 1.733;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 769px) {
  .c-post__cat {
    padding-left: min(15 / 1024 * 100vw, 15px);
    padding-right: min(15 / 1024 * 100vw, 15px);
    font-size: var(--fontsize15);
  }
}
@media screen and (min-width: 1025px) {
  .c-post__cat {
    padding-left: min(18 / 1200 * 100vw, 18px);
    padding-right: min(18 / 1200 * 100vw, 18px);
  }
}

.c-catch__topAbout {
  font-size: var(--top-about-catch-font-size);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-link__img {
  display: block;
}

.c-link__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.5706806283vw, 6px);
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(32 / 384 * 100vw, 32px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #e9803a;
}
.c-link__tel::before {
  content: "";
  display: block;
  width: min(21 / 384 * 100vw, 21px);
  height: min(28 / 384 * 100vw, 28px);
  background-image: var(--tel-icon-orange);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 569px) {
  .c-link__tel {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: min(32 / 768 * 100vw, 32px);
  }
}
@media screen and (min-width: 1025px) {
  .c-link__tel {
    gap: min(0.9166666667vw, 11px);
    font-size: min(32 / 1200 * 100vw, 32px);
  }
  .c-link__tel::before {
    width: min(21 / 1200 * 100vw, 21px);
    height: min(28 / 1200 * 100vw, 28px);
  }
}
.c-link__tel a {
  color: #e9803a;
}

@media screen and (min-width: 1281px) {
  .c-link__nav {
    position: relative;
    font-size: min(16 / 1600 * 100vw, 16px);
    line-height: 1.25;
    letter-spacing: 0.04375em;
    color: #333333;
  }
  .c-link__nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: 120%;
    left: 0;
    background-color: #333333;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1);
    transition: transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1);
    transition: transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1);
  }
  .c-link__nav:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.c-link__postCat {
  display: grid;
  gap: 10px;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  line-height: 1;
  letter-spacing: 0;
  color: #4d545c;
}
.c-link__postCat::after {
  content: "";
  display: block;
  height: 1px;
  width: min(45 / 1480 * 100vw, 45px);
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-link__postCat {
    font-size: var(--fontsize14);
  }
  .c-link__postCat::after {
    width: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .c-link__postCat {
    font-size: var(--fontsize12);
  }
  .c-link__postCat::after {
    width: min(34 / 375 * 100vw, 34px);
  }
}

.c-link__postTitle {
  font-size: min(42 / 1480 * 100vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #333;
}
@media screen and (max-width: 1025px) {
  .c-link__postTitle {
    font-size: min(32 / 1024 * 100vw, 32px);
  }
}
@media screen and (max-width: 769px) {
  .c-link__postTitle {
    font-size: min(20 / 375 * 100vw, 20px);
  }
}

.c-animation__slide {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c-animation__slide.is-anime {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.75s 0.35s ease-in-out;
  transition: 0.75s 0.35s ease-in-out;
}

.c-animation__fadeIn {
  opacity: 0;
}
.c-animation__fadeIn.is-anime {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header--top {
  position: relative;
}
.l-header--lower {
	  position: fixed !important;
}

@media screen and (max-width: 769px) {
  .l-header--lower {
    height: min(80 / 390 * 100vw, 80px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
  }
}
.l-header.is-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .l-header.is-header {
    height: 100px;
  }
}
@media screen and (max-width: 769px) {
  .l-header.is-header {
    height: 80px;
  }
}
.l-header.is-header .l-header__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: min(0 / 1600 * 100vw, 0px);
}
@media screen and (max-width: 1025px) {
  .l-header.is-header .l-header__body {
    gap: min(3.90625vw, 40px);
    padding-top: min(0 / 1024 * 100vw, 0px);
  }
}
@media screen and (max-width: 769px) {
  .l-header.is-header .l-header__body {
    gap: min(10.6666666667vw, 40px);
    padding-top: min(0 / 375 * 100vw, 0px);
  }
}
.l-header.is-header .l-header__body--top {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header.is-header .l-header__body--lower {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .l-header.is-header .l-header__body--lower {
    gap: min(10.6666666667vw, 40px);
    padding-top: min(7 / 375 * 100vw, 7px);
    padding-left: min(20 / 375 * 100vw, 20px);
    padding-right: min(22 / 375 * 100vw, 22px);
  }
}
.l-header.is-header .l-header__logo {
  position: absolute;
  top: 10px;
  left: min(3.75vw, 60px);
  width: 80px;
}
@media screen and (max-width: 1025px) {
  .l-header.is-header .l-header__logo {
    top: 10px;
    left: min(3.90625vw, 40px);
    width: 68px;
  }
}
@media screen and (max-width: 769px) {
  .l-header.is-header .l-header__logo {
    position: static;
    width: min(53 / 375 * 100vw, 53px);
  }
}

.l-header__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: min(3.75vw, 60px);
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: min(43 / 1600 * 100vw, 43px);
  padding-left: min(130 / 1600 * 100vw, 130px);
  padding-right: min(60 / 1600 * 100vw, 60px);
  z-index: 102;
}
@media screen and (max-width: 1025px) {
  .l-header__body {
    gap: min(3.90625vw, 40px);
    padding-top: min(32 / 1024 * 100vw, 32px);
    padding-left: min(98 / 1024 * 100vw, 98px);
    padding-right: min(40 / 1024 * 100vw, 40px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__body {
    gap: min(10.6666666667vw, 40px);
    padding-top: min(15 / 375 * 100vw, 15px);
    padding-left: min(65 / 375 * 100vw, 65px);
    padding-right: min(20 / 375 * 100vw, 20px);
  }
}
.l-header__body--top {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__body--lower {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .l-header__body--lower {
    gap: min(10.6666666667vw, 40px);
    padding-top: min(7 / 375 * 100vw, 7px);
    padding-left: min(20 / 375 * 100vw, 20px);
    padding-right: min(22 / 375 * 100vw, 22px);
  }
}

.l-header__logo {
  position: absolute;
  top: min(2.8125vw, 45px);
  left: min(8.125vw, 130px);
  width: min(95 / 1600 * 100vw, 95px);
}
@media screen and (max-width: 1025px) {
  .l-header__logo {
    top: min(3.125vw, 32px);
    left: min(9.5703125vw, 98px);
    width: min(72 / 1024 * 100vw, 72px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__logo {
    position: static;
    width: min(53 / 375 * 100vw, 53px);
  }
}

.l-header__lang {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .l-header__lang {
    display: none;
  }
}

.c-btn__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: min(160 / 1200 * 100vw, 160px);
  height: min(60 / 1200 * 100vw, 60px);
  padding-left: min(20 / 1200 * 100vw, 20px);
  border: solid 1px #fcfcfc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__lang::before {
  content: "";
  display: block;
  position: absolute;
  width: min(25 / 1200 * 100vw, 25px);
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fcfcfc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__lang:hover {
  opacity: 1;
  background-color: #fcfcfc;
}
.c-btn__lang:hover::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-btn__lang:hover .c-btn__langText {
  color: #000;
}
@media screen and (max-width: 1025px) {
  .c-btn__lang {
    width: min(160 / 1024 * 100vw, 160px);
    height: min(60 / 1024 * 100vw, 60px);
    padding-left: min(20 / 1024 * 100vw, 20px);
  }
  .c-btn__lang::before {
    width: min(25 / 1024 * 100vw, 25px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__lang {
    width: min(120 / 375 * 100vw, 120px);
    height: min(45 / 375 * 100vw, 45px);
    padding-left: min(20 / 375 * 100vw, 20px);
  }
  .c-btn__lang::before {
    width: min(20 / 375 * 100vw, 20px);
  }
}
.c-btn__lang--footer {
  width: min(93 / 1200 * 100vw, 93px);
  height: min(37 / 1200 * 100vw, 37px);
  padding-left: min(20 / 1200 * 100vw, 20px);
  border: none;
  background-color: #fff;
}
.c-btn__lang--footer::before {
  width: min(25 / 1200 * 100vw, 25px);
  background-color: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .c-btn__lang--footer {
    width: min(93 / 1024 * 100vw, 93px);
    height: min(37 / 1024 * 100vw, 37px);
    padding-left: min(20 / 1024 * 100vw, 20px);
  }
  .c-btn__lang--footer::before {
    width: min(25 / 1024 * 100vw, 25px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__lang--footer {
    width: min(93 / 375 * 100vw, 93px);
    height: min(37 / 375 * 100vw, 37px);
    padding-left: min(20 / 375 * 100vw, 20px);
  }
  .c-btn__lang--footer::before {
    width: min(20 / 375 * 100vw, 20px);
  }
}

.c-btn__langText {
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize22);
  line-height: 1;
  letter-spacing: 0;
  color: #fcfcfc;
}
@media screen and (max-width: 1025px) {
  .c-btn__langText {
    font-size: var(--fontsize18);
  }
}
.c-btn__langText--footer {
  font-size: var(--fontsize16);
  color: #000;
}

.l-header__drawerBtn {
  width: min(60 / 1200 * 100vw, 60px);
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .l-header__drawerBtn {
    width: min(60 / 1024 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__drawerBtn {
    width: min(45 / 375 * 100vw, 45px);
    margin-left: auto;
  }
}

.c-drawer__btn {
  cursor: pointer;
}
.c-drawer__btn:hover .c-drawer__btnIcon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1025px) {
  .c-drawer__btn:hover .c-drawer__btnIcon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.is-drawerOpen .c-drawer__btn .c-drawer__btnIcon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-drawer__btnIcon {
  display: block;
  width: min(51 / 1200 * 100vw, 51px);
  margin-inline: auto;
  padding-bottom: 12px;
  -webkit-transition: 0.5s cubic-bezier(0.75, 1.35, 0.5, 1.5);
  transition: 0.5s cubic-bezier(0.75, 1.35, 0.5, 1.5);
}
@media screen and (max-width: 769px) {
  .c-drawer__btnIcon {
    width: min(38 / 375 * 100vw, 38px);
    padding-bottom: 6px;
  }
}

.c-drawer__btnText {
  display: block;
  position: relative;
  padding-top: 12px;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(22 / 1200 * 100vw, 22px);
  line-height: 1;
  text-align: center;
  color: #fcfcfc;
}
.c-drawer__btnText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: min(44 / 1200 * 100vw, 44px);
  height: 1px;
  background-color: #fcfcfc;
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .c-drawer__btnText {
    padding-top: 6px;
    font-size: min(14 / 375 * 100vw, 14px);
    line-height: 1;
  }
  .c-drawer__btnText::before {
    width: min(33 / 375 * 100vw, 33px);
  }
}

.l-header__topLogo {
  position: absolute;
  width: min(311 / 1600 * 100vw, 311px);
  top: min(17.75vw, 284px);
  left: min(10.3125vw, 165px);
  z-index: 100;
}
@media screen and (max-width: 1025px) {
  .l-header__topLogo {
    width: min(248 / 1024 * 100vw, 248px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: min(12.109375vw, 124px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__topLogo {
    width: min(311 / 750 * 100vw, 311px);
    top: auto;
    bottom: min(13.3333333333vw, 100px);
    left: min(8vw, 60px);
  }
}

.l-header__topScroll {
  width: 16px;
  position: absolute;
  padding-top: 20px;
  padding-top: min(20 / 1600 * 100vw, 20px);
  bottom: min(11.375vw, 182px);
  left: min(4.375vw, 70px);
  z-index: 100;
}
.l-header__topScroll::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: min(100 / 1200 * 100vw, 100px);
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #fcfcfc;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 1025px) {
  .l-header__topScroll {
    padding-top: min(20 / 1024 * 100vw, 20px);
    bottom: min(13.28125vw, 136px);
    left: min(4.8828125vw, 50px);
  }
  .l-header__topScroll::before {
    height: min(75 / 1024 * 100vw, 75px);
  }
}
.l-header__topScroll img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes scroll {
  0% {
    height: 0px;
  }
  100% {
    height: 100px;
  }
}

@keyframes scroll {
  0% {
    height: 0px;
  }
  100% {
    height: 100px;
  }
}
.l-gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gnav__list {
  display: none;
}
@media screen and (min-width: 1281px) {
  .l-gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(1.875vw, 30px);
  }
}

.l-gnav__contact {
  display: none;
}
@media screen and (min-width: 1281px) {
  .l-gnav__contact {
    display: block;
    width: min(160 / 1600 * 100vw, 160px);
    height: min(50 / 1600 * 100vw, 50px);
    margin-left: min(20 / 1600 * 100vw, 20px);
  }
}

.l-gnav__sns {
  display: grid;
  grid-template-columns: min(6.7708333333vw, 26px) min(6.7708333333vw, 26px);
  gap: min(2.6041666667vw, 10px);
}
@media screen and (min-width: 1281px) {
  .l-gnav__sns {
    display: grid;
    grid-template-columns: min(1.625vw, 26px) min(1.625vw, 26px);
    gap: min(0.625vw, 10px);
    margin-left: min(40 / 1600 * 100vw, 40px);
  }
}

.l-gnav__drawerBtn {
  position: relative;
  width: min(33 / 384 * 100vw, 33px);
  height: min(20 / 384 * 100vw, 20px);
  margin-left: min(25 / 384 * 100vw, 25px);
}
@media screen and (min-width: 1281px) {
  .l-gnav__drawerBtn {
    display: none;
  }
}

.l-footer {
  background-color: #f5f5f5 !important;
}

.l-footer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: min(120 / 1200 * 100vw, 120px);
  padding-bottom: min(40 / 1200 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .l-footer__body {
    padding-top: min(112 / 1024 * 100vw, 112px);
    padding-bottom: min(30 / 1024 * 100vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: min(75 / 375 * 100vw, 75px);
    padding-bottom: min(20 / 375 * 100vw, 20px);
  }
}

.l-footer__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.5vw, 30px);
}
@media screen and (max-width: 1025px) {
  .l-footer__about {
    gap: min(2.24609375vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: min(4vw, 15px);
  }
}

.l-footer__logo {
  width: min(98 / 1200 * 100vw, 98px);
}
@media screen and (max-width: 769px) {
  .l-footer__logo {
    width: min(98 / 375 * 100vw, 98px);
  }
}

.c-footer__companyName {
  font-size: var(--fontsize18);
  font-weight: 500;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 1025px) {
  .c-footer__companyName {
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .c-footer__companyName {
    font-size: var(--fontsize18);
  }
}

.l-footer__access {
  padding-top: min(25 / 1200 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .l-footer__access {
    padding-top: min(18 / 1024 * 100vw, 18px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__access {
    padding-top: min(12 / 375 * 100vw, 12px);
  }
}

.c-footer__access {
  font-size: var(--fontsize14);
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
.c-footer__access a {
  text-decoration: underline;
  color: #333333 !important;
}

.js-tel a {
  text-decoration: underline;
  color: #333333 !important;
}

.l-footerNav {
  padding-top: 16px;
}
@media screen and (max-width: 769px) {
  .l-footerNav {
    margin-top: min(40 / 375 * 100vw, 40px);
  }
}

.l-footerNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .l-footerNav__list {
    display: grid;
    grid-template-columns: repeat(5, auto);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(5.3333333333vw, 20px) min(13.3333333333vw, 50px);
  }
}

.l-footerNav__item:not(:first-child) {
  margin-left: min(50 / 1480 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .l-footerNav__item:not(:first-child) {
    margin-left: min(50 / 1024 * 100vw, 50px);
  }
}
@media screen and (max-width: 769px) {
  .l-footerNav__item:not(:first-child) {
    margin-left: min(0 / 375 * 100vw, 0px);
  }
}

.c-link__ftnav {
  position: relative;
  padding-top: 15px;
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.13;
  color: #000 !important;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
}
.c-link__ftnav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #333;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.35, 1.75, 0.75, 1.5);
  transition: 0.5s cubic-bezier(0.35, 1.75, 0.75, 1.5);
}
.c-link__ftnav:hover {
  opacity: 0.75;
}
.c-link__ftnav:hover::before {
  height: 26px;
}
@media screen and (max-width: 1025px) {
  .c-link__ftnav {
    padding-top: 10px;
    font-size: var(--fontsize18);
  }
  .c-link__ftnav::before {
    height: 12px;
  }
  .c-link__ftnav:hover {
    opacity: 0.75;
  }
  .c-link__ftnav:hover::before {
    height: 20px;
  }
}
@media screen and (max-width: 769px) {
  .c-link__ftnav {
    padding-top: 10px;
    font-size: min(18 / 375 * 100vw, 18px);
  }
  .c-link__ftnav::before {
    height: 12px;
  }
  .c-link__ftnav:hover {
    opacity: 0.75;
  }
  .c-link__ftnav:hover::before {
    height: 20px;
  }
}

.l-footer__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(64 / 1200 * 100vw, 64px);
}
@media screen and (max-width: 1025px) {
  .l-footer__lang {
    padding-top: min(48 / 1024 * 100vw, 48px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__lang {
    padding-top: min(32 / 375 * 100vw, 32px);
  }
}

.l-footer__copyright {
  text-align: center;
  padding-top: min(30 / 1200 * 100vw, 30px);
  padding-bottom: min(30 / 1200 * 100vw, 30px);
  border-top: 1px solid #dee1e5;
}
@media screen and (max-width: 1025px) {
  .l-footer__copyright {
    padding-top: min(23 / 1024 * 100vw, 23px);
    padding-bottom: min(23 / 1024 * 100vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__copyright {
    padding-top: min(15 / 375 * 100vw, 15px);
    padding-bottom: min(15 / 375 * 100vw, 15px);
  }
}

.c-footer__copyright {
  font-family: YuMincho;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #414141;
}

.l-wrapper {
  position: relative;
  max-width: 100%;
}

.l-main {
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: var(--fontsize18);
  padding-bottom: min(160 / 1480 * 100vw, 160px);
  line-height: 1.85;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: none;
}
@media screen and (max-width: 1025px) {
  .l-main {
    padding-bottom: min(120 / 1024 * 100vw, 120px);
  }
}
@media screen and (max-width: 769px) {
  .l-main {
    padding-bottom: min(80 / 375 * 100vw, 80px);
    font-size: var(--fontsize16);
    font-weight: 400;
    line-height: 1.65;
  }
}

.top .l-main {
  padding-bottom: 0;
}

.l-main__inner {
  position: relative;
}
.l-pageHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 718px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .l-pageHead {
    height: 538px;
  }
}
@media screen and (max-width: 769px) {
  .l-pageHead {
    height: min(346 / 390 * 100vw, 346px);
    padding-top: min(80 / 390 * 100vw, 80px);
  }
}

.l-pageHead__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.l-pageHead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-pageHead__deco {
  position: absolute;
  width: 95.3125vw;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .l-pageHead__deco {
    width: 95%;
    bottom: -20px;
  }
}

.l-pageHead__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  gap: min(1.0135135135vw, 15px);
  z-index: 3;
}
@media screen and (max-width: 1025px) {
  .l-pageHead__body {
    gap: min(0.9765625vw, 10px);
  }
}
@media screen and (max-width: 769px) {
  .l-pageHead__body {
    gap: min(2.6666666667vw, 10px);
  }
}

.c-pageHead {
  font-size: min(56 / 1480 * 100vw, 56px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 1025px) {
  .c-pageHead {
    font-size: min(42 / 1024 * 100vw, 42px);
  }
}
@media screen and (max-width: 769px) {
  .c-pageHead {
    font-size: min(28 / 375 * 100vw, 28px);
  }
}
.c-pageHead--white {
  color: white;
}

.c-pageHead__eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(16 / 1480 * 100vw, 16px);
  line-height: 1;
  color: white;
}
.c-pageHead__eng::before {
  content: "";
  display: block;
  width: 1px;
  height: min(45 / 1480 * 100vw, 45px);
  background-color: white;
}
@media screen and (max-width: 1025px) {
  .c-pageHead__eng {
    gap: 10px;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .c-pageHead__eng::before {
    height: min(24 / 375 * 100vw, 24px);
  }
}
@media screen and (max-width: 769px) {
  .c-pageHead__eng {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .c-pageHead__eng::before {
    height: min(24 / 375 * 100vw, 24px);
  }
}

:root {
  --drawer-bg: #fff;
}

.l-drawerMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100dvh;
  margin-inline: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 101;
}

.l-drawerMenu__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(284 / 1600 * 100vw, 284px);
  padding-left: min(165 / 1600 * 100vw, 165px);
  padding-right: min(140 / 1600 * 100vw, 140px);
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: min(100 / 375 * 100vw, 100px);
  }
}

.l-drawerMenu__topLogo {
  width: min(311 / 1600 * 100vw, 311px);
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__topLogo {
    width: min(311 / 750 * 100vw, 311px);
  }
}

.l-drawerMenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(3.125vw, 50px);
}
@media screen and (max-width: 1025px) {
  .l-drawerMenu__list {
    gap: min(2.44140625vw, 25px);
  }
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__list {
    display: grid;
    grid-template-columns: repeat(5, auto);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: min(50 / 375 * 100vw, 50px);
    gap: min(10.6666666667vw, 40px) min(13.3333333333vw, 50px);
  }
}

.c-drawer__nav {
  position: relative;
  padding-top: 15px;
  font-size: var(--fontsize25);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.1em;
  color: #fcfcfc;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
}
.c-drawer__nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #fcfcfc;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.35, 1.75, 0.75, 1.5);
  transition: 0.5s cubic-bezier(0.35, 1.75, 0.75, 1.5);
}
.c-drawer__nav:hover {
  opacity: 0.75;
}
.c-drawer__nav:hover::before {
  height: 26px;
}
@media screen and (max-width: 1025px) {
  .c-drawer__nav {
    padding-top: 10px;
    font-size: var(--fontsize20);
  }
  .c-drawer__nav::before {
    height: 12px;
  }
  .c-drawer__nav:hover {
    opacity: 0.75;
  }
  .c-drawer__nav:hover::before {
    height: 20px;
  }
}
@media screen and (max-width: 769px) {
  .c-drawer__nav {
    padding-top: 10px;
    font-size: min(18 / 375 * 100vw, 18px);
    letter-spacing: 0.05em;
  }
  .c-drawer__nav::before {
    height: 12px;
  }
  .c-drawer__nav:hover {
    opacity: 0.75;
  }
  .c-drawer__nav:hover::before {
    height: 20px;
  }
}

:root {
  --fixed-btn-blue: #6487cd;
}

.l-fixedButton {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: white;
  padding-top: min(12 / 384 * 100vw, 12px);
  padding-bottom: min(12 / 384 * 100vw, 12px);
  padding-left: min(15 / 384 * 100vw, 15px);
  padding-right: min(15 / 384 * 100vw, 15px);
  z-index: 10;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation-name: fixedButton;
          animation-name: fixedButton;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.1, 1.25, 1, 1);
          animation-timing-function: cubic-bezier(0.1, 1.25, 1, 1);
}
@media screen and (min-width: 769px) {
  .l-fixedButton {
    display: none;
  }
}

@-webkit-keyframes fixedButton {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fixedButton {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.l-fixedButton__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.3854166667vw, 13px);
}

.l-fixedButton__item {
  width: 100%;
  height: min(55 / 384 * 100vw, 55px);
}

.l-fixedButton__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.125vw, 12px);
}

.l-fixedButton__item {
  width: 100%;
  height: min(55 / 384 * 100vw, 55px);
}

:root {
  --contact-font-color: #fcfcfc;
}

.l-contact {
  background-image: url(../images/common/contact/bg_img.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-contact__body {
  max-width: 1440px;
  width: 90%;
  margin-inline: auto;
  padding-top: min(120 / 1200 * 100vw, 120px);
  padding-bottom: min(95 / 1200 * 100vw, 95px);
}
@media screen and (max-width: 1025px) {
  .l-contact__body {
    padding-top: min(90 / 1024 * 100vw, 90px);
    padding-bottom: min(72 / 1024 * 100vw, 72px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__body {
    padding-top: min(60 / 375 * 100vw, 60px);
    padding-bottom: min(48 / 375 * 100vw, 48px);
  }
}

.l-contact__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  gap: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 769px) {
  .l-contact__head {
    gap: min(4vw, 15px);
  }
}

.c-title__contact {
  font-size: min(50 / 1440 * 100vw, 50px);
  font-weight: 600;
  line-height: 1.04;
  color: var(--contact-font-color);
}
.c-title__contact--eng {
  display: block;
  font-size: var(--fontsize16);
  font-weight: 400;
  line-height: 1;
  color: var(--contact-font-color);
}
.c-title__contact--eng::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: var(--contact-font-color);
  margin-inline: auto;
  margin-top: min(15 / 1200 * 100vw, 15px);
}
@media screen and (max-width: 1025px) {
  .c-title__contact {
    font-size: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contact {
    font-size: min(30 / 375 * 100vw, 30px);
  }
  .c-title__contact--eng::after {
    margin-top: min(10 / 375 * 100vw, 10px);
  }
}

.l-contact__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: min(60 / 1200 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .l-contact__list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: min(30 / 375 * 100vw, 30px);
  }
}

.l-contact__item {
  position: relative;
  padding-top: min(75 / 1200 * 100vw, 75px);
  padding-bottom: min(75 / 1200 * 100vw, 75px);
  background-image: url(../images/common/contact/line.svg);
  background-repeat: repeat-y;
  background-position: right top;
}
.l-contact__item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.l-contact__item:first-child {
  background-image: url(../images/common/contact/line.svg), url(../images/common/contact/line.svg);
  background-repeat: repeat-y;
  background-position: left top, right top;
}
@media screen and (max-width: 1025px) {
  .l-contact__item {
    padding-top: min(56 / 1024 * 100vw, 56px);
    padding-bottom: min(56 / 1200 * 100vw, 56px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__item {
    padding-top: min(38 / 375 * 100vw, 38px);
    padding-bottom: min(38 / 375 * 100vw, 38px);
    padding-left: min(20 / 375 * 100vw, 20px);
    padding-right: min(20 / 375 * 100vw, 20px);
    background-image: url(../images/common/contact/line02.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .l-contact__item:first-child {
    background-image: url(../images/common/contact/line02.svg), url(../images/common/contact/line02.svg);
    background-repeat: repeat-x;
    background-position: left top, left bottom;
  }
}

.l-contact__subHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 1025px) {
  .l-contact__subHead {
    gap: min(1.953125vw, 20px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__subHead {
    gap: min(5.3333333333vw, 20px);
  }
}

.c-title__contactSub {
  font-size: min(32 / 1440 * 100vw, 32px);
  font-weight: 600;
  line-height: 1;
  color: var(--contact-font-color);
}
.c-title__contactSub--eng {
  display: block;
  position: relative;
  font-size: var(--fontsize16);
  font-weight: 400;
  line-height: 1;
  color: var(--contact-font-color);
}
.c-title__contactSub--eng::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: var(--contact-font-color);
  margin-inline: auto;
  margin-top: min(15 / 1200 * 100vw, 15px);
}
@media screen and (max-width: 769px) {
  .c-title__contactSub {
    font-size: min(22 / 375 * 100vw, 22px);
  }
  .c-title__contactSub--eng::after {
    width: 30px;
    margin-top: min(10 / 375 * 100vw, 10px);
  }
}

.l-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(40 / 1200 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .l-contact__btn {
    padding-top: min(30 / 1024 * 100vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__btn {
    padding-top: min(20 / 375 * 100vw, 20px);
  }
}

.c-btn__contact {
  position: relative;
  max-width: 294px;
  width: 20.4166666667vw;
  height: 56px;
  border: solid 1px var(--contact-font-color);
  background-color: transparent;
  gap: 10px;
}
.c-btn__contact::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 9px;
  height: 10px;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background-color: var(--contact-font-color);
}
@media screen and (max-width: 1281px) {
  .c-btn__contact {
    width: 24.5vw;
    gap: 5px;
  }
}
@media screen and (max-width: 769px) {
  .c-btn__contact {
    width: 100%;
    gap: 10px;
  }
}

.c-btn__contactBtn01 {
  display: block;
  width: 16px;
}

.c-btn__contactText {
  font-size: var(--fontsize16);
  line-height: 1;
  color: var(--contact-font-color);
}
@media screen and (max-width: 1281px) {
  .c-btn__contactText {
    font-size: min(16 / 1200 * 100vw, 16px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__contactText {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}

.c-btn__contactBtn02 {
  display: block;
  width: 18px;
}

.c-btn__contactBtn03 {
  display: block;
  width: 16px;
}

.l-breadcrumb {
  position: absolute;
  top: min(11.4864864865vw, 170px);
  right: min(3.5416666667vw, 68px);
}
@media screen and (max-width: 1600px) {
  .l-breadcrumb {
    right: min(1.7708333333vw, 34px);
  }
}
@media screen and (max-width: 1025px) {
  .l-breadcrumb {
    position: relative;
    width: 90%;
    margin-inline: auto;
    top: auto;
    right: auto;
    padding-top: 35px;
  }
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .l-breadcrumb__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1025px) {
  .l-breadcrumb__list.u-verticalWriting {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.l-breadcrumb__item {
  font-size: 14px;
  line-height: 1.45;
  color: #606060;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: "｜";
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1025px) {
  .l-breadcrumb__item {
    font-size: 14px;
  }
  .l-breadcrumb__item:not(:last-child)::after {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 769px) {
  .l-breadcrumb__item {
    font-size: 12px;
  }
}

.c-link__breadcrumb {
  display: inline-block;
  border-left: 1px solid #606060;
}
@media screen and (max-width: 1025px) {
  .c-link__breadcrumb {
    border-left: none;
    border-bottom: 1px solid #606060;
  }
}

.l-pageTop {
  display: block;
  position: absolute;
  width: min(11 / 384 * 100vw, 11px);
  right: min(0vw, 0px);
  bottom: 0;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-pageTop {
    width: min(11 / 768 * 100vw, 11px);
    right: 0;
    bottom: 5px;
  }
}
.l-pageTop:hover {
  opacity: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

:root {
  --contents-width: 1370px;
}

.l-contents {
  max-width: var(--contents-width);
  width: 90%;
  margin-inline: auto;
}

.l-mainVisual {
  position: relative;
  width: 100%;
  height: 100svh;
}

.swiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.l-mainVisual__item {
  height: 100%;
}
.l-mainVisual__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  gap: min(1.0135135135vw, 15px);
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 3;
}
@media screen and (max-width: 1025px) {
  .p-contents__head {
    gap: min(0.9765625vw, 10px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__head {
    gap: min(2.6666666667vw, 10px);
  }
}

.p-contents__subHead {
  display: grid;
  gap: min(0.6756756757vw, 10px);
}
@media screen and (max-width: 1025px) {
  .p-contents__subHead {
    gap: min(2.24609375vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__subHead {
    gap: min(4vw, 15px);
  }
}

.p-contents__moreBtn {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(43 / 1480 * 100vw, 43px);
}
@media screen and (max-width: 1025px) {
  .p-contents__moreBtn {
    padding-top: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__moreBtn {
    padding-top: min(25 / 375 * 100vw, 25px);
  }
}

:root {
  --table-font-color: #161613;
  --table-border: 1px dotted #232322;
}

.p-product--list {
  background-color: #fcfcfc;
}

.p-product__body {
  padding-top: min(170 / 1480 * 100vw, 170px);
}
@media screen and (max-width: 1025px) {
  .p-product__body {
    padding-top: min(128 / 1024 * 100vw, 128px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__body {
    padding-top: min(80 / 390 * 100vw, 80px);
  }
}

.c-title__lowerContents {
  font-size: var(--fontsize42);
  line-height: 1.25;
  color: #333;
}
.c-title__lowerContents::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin-top: min(15 / 1480 * 100vw, 15px);
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-title__lowerContents {
    font-size: var(--fontsize32);
  }
  .c-title__lowerContents::after {
    margin-top: 15px;
  }
}

.p-product__eyeCatch {
  margin-top: min(80 / 1480 * 100vw, 80px);
}
@media screen and (max-width: 1025px) {
  .p-product__eyeCatch {
    margin-top: min(60 / 1024 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__eyeCatch {
    margin-top: min(40 / 375 * 100vw, 40px);
  }
}

.p-product__seriesDesc {
  padding-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-product__seriesDesc {
    padding-top: min(40 / 1024 * 100vw, 40px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__seriesDesc {
    padding-top: min(40 / 375 * 100vw, 40px);
  }
}

.c-catch__product {
  font-size: var(--fontsize32);
  line-height: 1.6;
  color: #000;
}
.c-catch__product + .c-text {
  margin-top: min(15 / 1480 * 100vw, 15px);
}
@media screen and (max-width: 1025px) {
  .c-catch__product {
    font-size: var(--fontsize24);
  }
  .c-catch__product + .c-text {
    margin-top: min(10 / 1024 * 100vw, 10px);
  }
}
@media screen and (max-width: 769px) {
  .c-catch__product + .c-text {
    margin-top: min(20 / 375 * 100vw, 20px);
  }
}

.p-product__shop {
  display: none;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: min(120 / 1480 * 100vw, 120px);
}
@media screen and (max-width: 1025px) {
  .p-product__shop {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-top: min(90 / 1024 * 100vw, 90px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__shop {
    margin-top: min(60 / 375 * 100vw, 60px);
  }
}
.p-product__shop.is-active {
  display: grid;
}

.p-product__catgory {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  width: min(350 / 1480 * 100vw, 350px);
  z-index: 15;
}
@media screen and (max-width: 1025px) {
  .p-product__catgory {
    width: 100%;
  }
}
.p-product__catgoryBlock {
  position: relative;
}

.c-btn__catgory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: min(30 / 1480 * 100vw, 30px);
  margin-top: min(20 / 1480 * 100vw, 20px);
  width: 100%;
  height: min(76 / 1200 * 100vw, 76px);
  background-color: #f9f9f8;
  border-bottom: 1px solid #bfbfbf;
  cursor: pointer;
}
.c-btn__catgory::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: min(2.027027027vw, 30px);
  margin: auto;
  background-image: url("../images/icon/icon_sankaku.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .c-btn__catgory {
    padding-left: min(30 / 1024 * 100vw, 30px);
    margin-top: min(20 / 1024 * 100vw, 20px);
    width: 100%;
    height: min(76 / 1024 * 100vw, 76px);
  }
  .c-btn__catgory::after {
    width: 15px;
    height: 14px;
    right: min(2.9296875vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__catgory {
    padding-left: min(30 / 375 * 100vw, 30px);
    margin-top: min(20 / 375 * 100vw, 20px);
    width: 100%;
    height: min(58 / 375 * 100vw, 58px);
  }
  .c-btn__catgory::after {
    width: 15px;
    height: 14px;
    right: min(8vw, 30px);
  }
}

.c-btn__catgoryText {
  font-size: var(--fontsize20);
  line-height: 1.8;
}
@media screen and (max-width: 1025px) {
  .c-btn__catgoryText {
    font-size: var(--fontsize24);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__catgoryText {
    font-size: var(--fontsize18);
  }
}

.p-product__catgoryList {
  display: none;
  position: absolute;
  width: 100%;
  top: min(6.3333333333vw, 76px);
  left: 0;
}
@media screen and (max-width: 1025px) {
  .p-product__catgoryList {
    top: min(7.421875vw, 76px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__catgoryList {
    top: min(15.4666666667vw, 58px);
  }
}

.p-product__catgoryItem {
  border-bottom: 1px solid #bfbfbf;
}

.c-link__productCat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: min(68 / 1200 * 100vw, 68px);
  padding-left: min(30 / 1480 * 100vw, 30px);
  background-color: #000;
  font-size: var(--fontsize20);
  line-height: 1.8;
  color: white;
  cursor: pointer;
}
.c-link__productCat:hover {
  opacity: 1;
  background-color: #f9f9f8;
  color: black;
}
@media screen and (max-width: 1025px) {
  .c-link__productCat {
    height: min(68 / 1024 * 100vw, 68px);
    padding-left: min(23 / 1024 * 100vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .c-link__productCat {
    height: min(68 / 375 * 100vw, 68px);
    padding-left: min(23 / 375 * 100vw, 23px);
    font-size: var(--fontsize18);
  }
}

.c-title__h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: var(--fontsize22);
  line-height: 2.33;
  color: #000;
}
.c-title__h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1025px) {
  .c-title__h3 {
    font-size: var(--fontsize24);
  }
}
@media screen and (max-width: 769px) {
  .c-title__h3 {
    font-size: var(--fontsize20);
  }
}

.c-text__shopProduct {
  font-size: var(--fontsize18);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .c-text__shopProduct {
    font-size: var(--fontsize20);
  }
}
@media screen and (max-width: 769px) {
  .c-text__shopProduct {
    font-size: var(--fontsize16);
  }
}

.p-product__color {
  width: min(350 / 1480 * 100vw, 350px);
  margin-top: min(60 / 1480 * 100vw, 60px);
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-product__color {
    width: 100%;
    margin-top: min(60 / 1024 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__color {
    width: 100%;
    margin-top: min(40 / 390 * 100vw, 40px);
  }
}

.p-product__colorThumb .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3378378378vw;
}
.p-product__colorThumb .swiper-slide {
  width: 23.4042553191%;
}
.p-product__colorThumb .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .p-product__colorThumb .swiper-wrapper {
    gap: 5px;
  }
  .p-product__colorThumb .swiper-slide {
    width: 64px;
  }
}
@media screen and (max-width: 769px) {
  .p-product__colorThumb {
    width: 100%;
  }
}

.p-product__colorBlock {
  width: min(350 / 1480 * 100vw, 350px);
  gap: 5px;
  padding-top: min(20 / 1480 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .p-product__colorBlock {
    padding-top: min(20 / 1024 * 100vw, 20px);
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .p-product__colorBlock {
    padding-top: min(30 / 390 * 100vw, 30px);
  }
}

.p-product__colorThumbItem {
  position: relative;
  cursor: pointer;
}
.p-product__colorThumbItem:hover {
  opacity: 0.75;
}
.p-product__colorThumbItem.swiper-slide-thumb-active {
  border: 3px solid #b91c24;
}

.p-product__colorName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(350 / 1480 * 100vw, 350px);
  height: min(76 / 1200 * 100vw, 76px);
  position: absolute;
  bottom: -38px;
  left: 0;
  background-color: #f9f9f8;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 1025px) {
  .p-product__colorName {
    width: 100%;
    height: min(76 / 1024 * 100vw, 76px);
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: min(40 / 1024 * 100vw, 40px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 769px) {
  .p-product__colorName {
    width: 100%;
    height: min(58 / 390 * 100vw, 58px);
    margin-bottom: min(40 / 390 * 100vw, 40px);
  }
}

.c-text__productText {
  font-size: var(--fontsize20);
  line-height: 1.25;
  color: #333;
}
@media screen and (max-width: 1025px) {
  .c-text__productText {
    font-size: var(--fontsize24);
  }
}
@media screen and (max-width: 769px) {
  .c-text__productText {
    font-size: var(--fontsize20);
  }
}

.p-product__mainBlock {
  position: relative;
  width: min(950 / 1480 * 100vw, 950px);
  grid-column: 2/3;
  grid-row: 1/3;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .p-product__mainBlock {
    width: 100%;
    margin-top: min(40 / 1024 * 100vw, 40px);
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-product__mainPic {
  padding-bottom: 50px !important;
  z-index: 10;
}
.p-product__mainPic.swiper {
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .p-product__mainPic {
    padding-bottom: 35px !important;
  }
}

.p-product__mainPicItem {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .p-product__mainPicItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0px;
  }
}

.p-product__mainImg {
  width: min(914 / 1480 * 100vw, 914px);
  aspect-ratio: 914/457;
}
.p-product__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1025px) {
  .p-product__mainImg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-product__mainBg {
  position: absolute;
  width: min(914 / 1480 * 100vw, 914px);
  top: 0;
  left: 0;
  aspect-ratio: 914/457;
  z-index: 1;
}
.p-product__mainBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1025px) {
  .p-product__mainBg {
    width: 100%;
    top: min(11.328125vw, 116px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__mainBg {
    top: min(25.1282051282vw, 98px);
  }
}

.p-product__mainPicPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0px;
  bottom: -38px;
  width: min(350 / 1200 * 100vw, 350px);
  height: min(76 / 1200 * 100vw, 76px);
  background-color: #151515;
  font-size: var(--fontsize28);
  line-height: 1.29;
  color: white;
  z-index: 10;
}
.p-product__mainPicPrice::after {
  content: attr(data-en);
  font-size: var(--fontsize20);
  margin-left: 5px;
}
@media screen and (max-width: 1025px) {
  .p-product__mainPicPrice {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: min(76 / 1024 * 100vw, 76px);
    margin-top: min(20 / 1024 * 100vw, 20px);
    margin-left: auto;
    font-size: var(--fontsize28);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-product__mainPicPrice::after {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 769px) {
  .p-product__mainPicPrice {
    height: min(58 / 390 * 100vw, 58px);
    margin-top: min(20 / 390 * 100vw, 20px);
    margin-left: auto;
    font-size: var(--fontsize24);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-product__mainPicPrice::after {
    font-size: var(--fontsize16);
  }
}

.p-product__block {
  padding-top: min(100 / 1480 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-product__block {
    padding-top: min(75 / 1024 * 100vw, 75px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__block {
    padding-top: min(50 / 390 * 100vw, 50px);
  }
}

.p-product__head {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: min(2.027027027vw, 30px) 5px;
}
.p-product__head::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #575757;
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-product__head::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #bfbfbf;
  grid-column: 2/3;
  grid-row: 1/2;
}

.c-title__h2 {
  width: 100%;
  position: relative;
  font-size: var(--fontsize32);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1025px) {
  .c-title__h2 {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 769px) {
  .c-title__h2 {
    font-size: var(--fontsize24);
  }
}

.p-product__desc {
  padding-top: min(50 / 1480 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .p-product__desc {
    padding-top: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__desc {
    padding-top: min(40 / 390 * 100vw, 40px);
  }
}

.p-contents__imgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-top: min(35 / 1480 * 100vw, 35px);
}
@media screen and (max-width: 1025px) {
  .p-contents__imgList {
    padding-top: min(26 / 1024 * 100vw, 26px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__imgList {
    grid-template-columns: 100%;
    padding-top: min(40 / 390 * 100vw, 40px);
  }
}

.p-contents__imgList + .c-text {
  padding-top: min(40 / 1480 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-contents__imgList + .c-text {
    padding-top: min(30 / 1024 * 100vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__imgList + .c-text {
    padding-top: min(30 / 390 * 100vw, 30px);
  }
}

.p-product__imgItem img {
  width: 100%;
  height: auto;
}

.p-product__lineup {
  width: 100%;
  background-color: #f9f9f8;
  margin-top: min(100 / 1480 * 100vw, 100px);
  padding-top: min(80 / 1480 * 100vw, 80px);
  padding-bottom: min(90 / 1480 * 100vw, 90px);
  padding-left: min(80 / 1480 * 100vw, 80px);
  padding-right: min(80 / 1480 * 100vw, 80px);
}
@media screen and (max-width: 1025px) {
  .p-product__lineup {
    margin-top: min(75 / 1024 * 100vw, 75px);
    padding-top: min(60 / 1024 * 100vw, 60px);
    padding-bottom: min(68 / 1024 * 100vw, 68px);
    padding-left: min(60 / 1024 * 100vw, 60px);
    padding-right: min(60 / 1024 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__lineup {
    margin-top: min(50 / 390 * 100vw, 50px);
    padding-top: min(30 / 390 * 100vw, 30px);
    padding-bottom: min(35 / 390 * 100vw, 35px);
    padding-left: min(30 / 390 * 100vw, 30px);
    padding-right: min(30 / 390 * 100vw, 30px);
  }
}

.c-title__lineup {
  font-size: var(--fontsize32);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .c-title__lineup {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 769px) {
  .c-title__lineup {
    font-size: var(--fontsize24);
  }
}

.p-product__lineupDetail {
  padding-top: min(30 / 1480 * 100vw, 30px);
}
@media screen and (max-width: 1025px) {
  .p-product__lineupDetail {
    padding-top: min(23 / 1024 * 100vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__lineupDetail {
    padding-top: min(10 / 390 * 100vw, 10px);
  }
}

.p-product__lineupBlock {
  display: grid;
  grid-template-columns: 20.5985915493% 1fr;
  border-bottom: var(--table-border);
  padding-top: min(25 / 1480 * 100vw, 25px);
  padding-bottom: min(25 / 1480 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-product__lineupBlock {
    grid-template-columns: 17.1875vw 1fr;
    padding-top: min(18 / 1024 * 100vw, 18px);
    padding-bottom: min(18 / 1024 * 100vw, 18px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__lineupBlock {
    grid-template-columns: 100%;
    gap: 5px;
    padding-top: min(15 / 390 * 100vw, 15px);
    padding-bottom: min(15 / 390 * 100vw, 15px);
  }
}

.p-product__lineupTitle {
  font-size: var(--fontsize22);
  font-weight: 400;
  line-height: 1.64;
  color: var(--table-font-color);
}
@media screen and (max-width: 1025px) {
  .p-product__lineupTitle {
    font-size: var(--fontsize22);
  }
}
@media screen and (max-width: 769px) {
  .p-product__lineupTitle {
    font-size: var(--fontsize18);
    font-weight: bold;
  }
}

.p-product__lineupContents {
  font-size: var(--fontsize22);
  font-weight: 400;
  line-height: 1.64;
  color: var(--table-font-color);
}
@media screen and (max-width: 1025px) {
  .p-product__lineupContents {
    font-size: var(--fontsize22);
  }
}
@media screen and (max-width: 769px) {
  .p-product__lineupContents {
    font-size: var(--fontsize16);
  }
}

.p-product__pic {
  margin-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-product__pic {
    margin-top: min(40 / 1024 * 100vw, 40px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__pic {
    margin-top: min(30 / 390 * 100vw, 30px);
  }
}

.p-product__table {
  padding-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-product__table {
    margin-top: min(40 / 1024 * 100vw, 40px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__table {
    margin-top: min(30 / 390 * 100vw, 30px);
  }
}

.c-table__product {
  width: 100%;
  table-layout: fixed;
}
.c-table__product .c-table__productThead .c-table__productTitle {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: var(--table-border);
  background-color: #f9f9f8;
}
.c-table__product .c-table__productThead .c-table__productGara {
  background-color: #f9f9f8;
  border-top: none;
  border-right: none;
  border-left: var(--table-border);
  border-bottom: var(--table-border);
}
.c-table__product .c-table__productThead .c-table__productPirce {
  background-color: #f9f9f8;
  border-top: none;
  border-left: none;
  border-right: none;
  border-left: var(--table-border);
  border-bottom: var(--table-border);
}

.c-table__productTbody {
  background-color: #fff;
}
.c-table__productTbody .c-table__productTitle {
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #fff;
  border-bottom: var(--table-border);
}
.c-table__productTbody .c-table__productGara {
  border-top: none;
  border-right: none;
  border-left: var(--table-border);
  border-bottom: var(--table-border);
}
.c-table__productTbody .c-table__productPirce {
  border-top: none;
  border-right: none;
  border-left: var(--table-border);
  border-bottom: var(--table-border);
}

.p-product .c-table__productTitle {
  width: 17.8885630499%;
  font-size: var(--fontsize22);
  font-weight: 500;
  line-height: 1.64;
  color: var(--table-font-color);
  border-bottom: var(--table-border);
  padding-top: min(25 / 1480 * 100vw, 25px);
  padding-bottom: min(25 / 1480 * 100vw, 25px);
  padding-left: min(25 / 1480 * 100vw, 25px);
  padding-right: min(25 / 1480 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-product .c-table__productTitle {
    width: 17.8885630499%;
    font-size: var(--fontsize20);
    padding-top: min(20 / 1024 * 100vw, 20px);
    padding-bottom: min(20 / 1024 * 100vw, 20px);
    padding-left: min(20 / 1024 * 100vw, 20px);
    padding-right: min(20 / 1024 * 100vw, 20px);
  }
}
@media screen and (max-width: 769px) {
  .p-product .c-table__productTitle {
    font-size: var(--fontsize16);
    padding-top: min(10 / 390 * 100vw, 10px);
    padding-bottom: min(10 / 390 * 100vw, 10px);
    padding-left: min(10 / 390 * 100vw, 10px);
    padding-right: min(10 / 390 * 100vw, 10px);
  }
}
.p-product .c-table__productGara {
  width: 56.2316715543%;
  font-size: var(--fontsize22);
  font-weight: 500;
  line-height: 1.64;
  color: var(--table-font-color);
  border-left: var(--table-border);
  border-bottom: var(--table-border);
  padding-top: min(25 / 1480 * 100vw, 25px);
  padding-bottom: min(25 / 1480 * 100vw, 25px);
  padding-left: min(100 / 1480 * 100vw, 100px);
  padding-right: min(25 / 1480 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-product .c-table__productGara {
    font-size: var(--fontsize20);
    padding-top: min(20 / 1024 * 100vw, 20px);
    padding-bottom: min(20 / 1024 * 100vw, 20px);
    padding-left: min(50 / 1024 * 100vw, 50px);
    padding-right: min(20 / 1024 * 100vw, 20px);
  }
}
@media screen and (max-width: 769px) {
  .p-product .c-table__productGara {
    font-size: var(--fontsize16);
    padding-top: min(10 / 390 * 100vw, 10px);
    padding-bottom: min(10 / 390 * 100vw, 10px);
    padding-left: min(10 / 390 * 100vw, 10px);
    padding-right: min(10 / 390 * 100vw, 10px);
  }
}
.p-product .c-table__productPirce {
  width: 25.8064516129%;
  font-size: var(--fontsize22);
  font-weight: 500;
  line-height: 1.64;
  color: var(--table-font-color);
  border-bottom: var(--table-border);
  border-left: var(--table-border);
  text-align: center;
  padding-top: min(25 / 1480 * 100vw, 25px);
  padding-bottom: min(25 / 1480 * 100vw, 25px);
  padding-left: min(25 / 1480 * 100vw, 25px);
  padding-right: min(25 / 1480 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-product .c-table__productPirce {
    font-size: var(--fontsize20);
    padding-top: min(20 / 1024 * 100vw, 20px);
    padding-bottom: min(20 / 1024 * 100vw, 20px);
    padding-left: min(20 / 1024 * 100vw, 20px);
    padding-right: min(20 / 1024 * 100vw, 20px);
  }
}
@media screen and (max-width: 769px) {
  .p-product .c-table__productPirce {
    font-size: var(--fontsize16);
    padding-top: min(10 / 390 * 100vw, 10px);
    padding-bottom: min(10 / 390 * 100vw, 10px);
    padding-left: min(10 / 390 * 100vw, 10px);
    padding-right: min(10 / 390 * 100vw, 10px);
  }
}

.p-product__standardPrice {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-top: min(30 / 1480 * 100vw, 30px);
}
@media screen and (max-width: 1025px) {
  .p-product__standardPrice {
    gap: 23px;
    margin-top: min(23 / 1024 * 100vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__standardPrice {
    grid-template-columns: auto;
    gap: 15px;
    margin-top: min(15 / 390 * 100vw, 15px);
  }
}

.p-product__standardPriceWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1025px) {
  .p-product__standardPriceWrap {
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .p-product__standardPriceWrap {
    gap: 10px;
  }
}

.p-product__standardPriceContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(15 / 1480 * 100vw, 15px);
  padding-left: min(50 / 1480 * 100vw, 50px);
  padding-right: min(50 / 1480 * 100vw, 50px);
  background-color: #f9f9f8;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 1025px) {
  .p-product__standardPriceContents {
    padding-top: min(10 / 1024 * 100vw, 10px);
    padding-bottom: min(10 / 1024 * 100vw, 10px);
    padding-left: min(38 / 1024 * 100vw, 38px);
    padding-right: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__standardPriceContents {
    padding-top: min(10 / 390 * 100vw, 10px);
    padding-bottom: min(10 / 390 * 100vw, 10px);
    padding-left: min(38 / 390 * 100vw, 38px);
    padding-right: min(38 / 390 * 100vw, 38px);
  }
}

.c-text__standardPriceTitle {
  font-size: var(--fontsize22);
  font-weight: 400;
  line-height: 1.64;
  color: #161613;
}
@media screen and (max-width: 1025px) {
  .c-text__standardPriceTitle {
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .c-text__standardPriceTitle {
    font-size: var(--fontsize16);
  }
}

.c-text__standardPriceContents {
  font-size: var(--fontsize22);
  font-weight: 400;
  line-height: 1.64;
  color: #161613;
}
.c-text__standardPriceContents::after {
  content: attr(data-en);
  font-size: var(--fontsize16);
}
@media screen and (max-width: 1025px) {
  .c-text__standardPriceContents {
    font-size: var(--fontsize18);
  }
  .c-text__standardPriceContents::after {
    font-size: var(--fontsize14);
  }
}
@media screen and (max-width: 769px) {
  .c-text__standardPriceContents {
    font-size: var(--fontsize16);
  }
  .c-text__standardPriceContents::after {
    font-size: var(--fontsize12);
  }
}

.p-product__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(150 / 1600 * 100vw, 150px);
}

.c-btn__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  border-bottom: 1px solid #4d545c;
}
.c-btn__back:hover .c-btn__backIcon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 1025px) {
  .c-btn__back {
    gap: 18px;
  }
}
@media screen and (max-width: 769px) {
  .c-btn__back {
    gap: 14px;
  }
}

.c-btn__backText {
  font-size: var(--fontsize20);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 769px) {
  .c-btn__backText {
    font-size: var(--fontsize16);
  }
}

.c-btn__backIcon {
  display: block;
  width: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .c-btn__backIcon {
    width: 34px;
  }
}
@media screen and (max-width: 769px) {
  .c-btn__backIcon {
    width: 26px;
  }
}

.p-product__cardList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: min(2.7027027027vw, 40px) min(2.027027027vw, 30px);
}
@media screen and (max-width: 1025px) {
  .p-product__cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.90625vw, 40px) min(2.9296875vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 30px) min(2.6666666667vw, 20px);
  }
}
@media screen and (max-width: 414px) {
  .p-product__cardList {
    grid-template-columns: repeat(1, 1fr);
    gap: min(7.6923076923vw, 30px) min(5.1282051282vw, 20px);
  }
}

.p-product__cardItem {
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  grid-row: span 4;
  position: relative;
  gap: 0px;
}
.p-product__cardLink {
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  grid-row: span 4;
  position: relative;
  gap: 0px;
  padding-top: min(30 / 1480 * 100vw, 30px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(25 / 1480 * 100vw, 25px);
  padding-right: min(25 / 1480 * 100vw, 25px);
}
.p-product__cardLink:hover {
  opacity: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.p-product__cardLink:hover img {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
  transition: 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
}
.p-product__cardLink:hover .p-product__cardImg--hasakiLeft img {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition: 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
  transition: 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
}
@media screen and (max-width: 769px) {
  .p-product__cardLink {
    padding-top: min(30 / 750 * 100vw, 30px);
    padding-bottom: min(30 / 750 * 100vw, 30px);
    padding-left: min(25 / 750 * 100vw, 25px);
    padding-right: min(25 / 750 * 100vw, 25px);
  }
}
@media screen and (max-width: 414px) {
  .p-product__cardLink {
    padding-top: min(30 / 390 * 100vw, 30px);
    padding-bottom: min(30 / 390 * 100vw, 30px);
    padding-left: min(25 / 390 * 100vw, 25px);
    padding-right: min(25 / 390 * 100vw, 25px);
  }
}

.p-product__cardImg {
  width: 100%;
  aspect-ratio: 424/295;
  overflow: hidden;
}
.p-product__cardImg img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s cubic-bezier(0.5, 1, 0.75, 1.5);
  transition: 0.5s cubic-bezier(0.5, 1, 0.75, 1.5);
  z-index: 5;
}

.p-product__cardName {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  text-align: center;
  font-size: var(--fontsize30);
  line-height: 1;
  color: black;
  z-index: 10;
}
.p-product__cardName::before {
  content: attr(data-eng);
  display: block;
  margin-top: auto;
  margin-bottom: min(10 / 1480 * 100vw, 10px);
  font-size: var(--fontsize16);
  font-weight: 400;
  line-height: 1;
  color: #9c9c9c;
}
@media screen and (max-width: 1025px) {
  .p-product__cardName {
    font-size: var(--fontsize23);
  }
  .p-product__cardName::before {
    margin-bottom: min(10 / 860 * 100vw, 10px);
    font-size: var(--fontsize16);
  }
}
@media screen and (max-width: 769px) {
  .p-product__cardName {
    font-size: var(--fontsize20);
  }
  .p-product__cardName::before {
    margin-bottom: min(10 / 390 * 100vw, 10px);
    font-size: var(--fontsize14);
  }
}
@media screen and (max-width: 414px) {
  .p-product__cardName {
    font-size: var(--fontsize28);
  }
}

.p-product__cardCat {
  display: inline-block;
  margin-top: min(15 / 1480 * 100vw, 15px);
  padding: 0px 10px;
  background-color: #dfdfdf;
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.68;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1025px) {
  .p-product__cardCat {
    margin-top: min(15 / 1024 * 100vw, 15px);
    font-size: var(--fontsize16);
  }
}
@media screen and (max-width: 769px) {
  .p-product__cardCat {
    margin-top: min(15 / 390 * 100vw, 15px);
    font-size: var(--fontsize14);
    line-height: 1.5;
  }
}
@media screen and (max-width: 414px) {
  .p-product__cardCat {
    margin-top: min(15 / 390 * 100vw, 15px);
    font-size: var(--fontsize14);
  }
}

.p-product__cardText {
  padding-top: min(15 / 1480 * 100vw, 15px);
  font-size: var(--fontsize18);
  line-height: 2;
  color: #4d545c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1025px) {
  .p-product__cardText {
    padding-top: min(15 / 1024 * 100vw, 15px);
    font-size: var(--fontsize16);
  }
}
@media screen and (max-width: 769px) {
  .p-product__cardText {
    padding-top: min(15 / 390 * 100vw, 15px);
    font-size: var(--fontsize14);
    line-height: 1.5;
  }
}
@media screen and (max-width: 414px) {
  .p-product__cardText {
    padding-top: min(15 / 390 * 100vw, 15px);
    font-size: var(--fontsize18);
  }
}

.p-product__catalog {
  display: grid;
  grid-template-columns: 1fr min(32.1621621622vw, 476px);
  gap: min(6.7567567568vw, 100px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1643 / 1920 * 100vw, 1643px);
  height: min(547 / 1480 * 100vw, 547px);
  margin-inline: auto;
  margin-top: min(150 / 1480 * 100vw, 150px);
  padding-top: min(60 / 1480 * 100vw, 60px);
  padding-bottom: min(120 / 1480 * 100vw, 120px);
  padding-left: min(140 / 1920 * 100vw, 140px);
  padding-right: min(140 / 1920 * 100vw, 140px);
  background-image: url("../images/page/product/list/bg_catalogo.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .p-product__catalog {
    grid-template-columns: 100%;
    justify-items: center;
    gap: min(12.8205128205vw, 50px);
    width: 90%;
    height: auto;
    margin-inline: auto;
    margin-top: min(75 / 390 * 100vw, 75px);
    padding-top: min(60 / 390 * 100vw, 60px);
    padding-bottom: min(60 / 390 * 100vw, 60px);
    padding-left: min(40 / 390 * 100vw, 40px);
    padding-right: min(40 / 390 * 100vw, 40px);
  }
}

.p-product__catalogHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: min(1.0135135135vw, 15px);
}
@media screen and (max-width: 769px) {
  .p-product__catalogHead {
    gap: min(3.8461538462vw, 15px);
  }
}

.p-product__catalogTitle {
  font-size: var(--fontsize50);
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .p-product__catalogTitle {
    font-size: var(--fontsize36);
  }
}
@media screen and (max-width: 769px) {
  .p-product__catalogTitle {
    font-size: var(--fontsize28);
  }
}

.p-product__catalogTitleEng {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #4d545c;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #4d545c;
}
@media screen and (max-width: 769px) {
  .p-product__catalogTitleEng {
    font-size: var(--fontsize16);
  }
}

.p-product__catalogDesc {
  padding-top: min(60 / 1480 * 100vw, 60px);
  font-size: var(--fontsize22);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .p-product__catalogDesc {
    padding-top: min(45 / 1024 * 100vw, 45px);
    font-size: var(--fontsize20);
  }
}
@media screen and (max-width: 769px) {
  .p-product__catalogDesc {
    padding-top: min(30 / 390 * 100vw, 30px);
    font-size: var(--fontsize18);
  }
}

.p-contents__moreBtn--catalog {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-contents__moreBtn--catalog {
    padding-top: min(45 / 1024 * 100vw, 45px);
  }
}

.p-product__freespace {
  padding-top: min(100 / 1480 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-product__freespace {
    padding-top: min(75 / 1024 * 100vw, 75px);
  }
}
@media screen and (max-width: 769px) {
  .p-product__freespace {
    padding-top: min(50 / 390 * 100vw, 50px);
  }
}

.p-product__freespace.article-body h2:first-child {
  margin-top: 0;
}
.p-product__freespace.article-body h3:first-child {
  margin-top: 0;
}

.p-concept {
  position: relative;
  background-image: url("../images/page/top/concept/bg_img03.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  margin-top: -10px;
}
.p-concept__body {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1364 / 1480 * 100vw, 1364px);
  height: 37.9166666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .p-concept__body {
    width: 85.3333333333vw;
    height: 60vw;
  }
}

.p-concept__wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: min(150 / 1480 * 100vw, 150px);
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .p-concept__wrap {
    margin-right: min(25 / 750 * 100vw, 25px);
  }
}
@media screen and (max-width: 569px) {
  .p-concept__wrap {
    margin-right: min(10 / 750 * 100vw, 10px);
  }
}

.p-concept__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.3648648649vw, 35px);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1025px) {
  .p-concept__list {
    gap: min(1.953125vw, 20px);
  }
}
@media screen and (max-width: 769px) {
  .p-concept__list {
    gap: min(2.6666666667vw, 20px);
  }
}

.p-concept__item {
  display: grid;
  gap: 8px;
  line-height: 1;
}

.p-concept__desc {
  padding-top: min(30 / 1920 * 100vw, 30px);
  padding-left: min(18 / 1920 * 100vw, 18px);
}
@media screen and (max-width: 769px) {
  .p-concept__desc {
    padding-top: min(10 / 390 * 100vw, 10px);
  }
}

.p-concept__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.5416666667vw;
}
.p-concept__deco img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .p-concept__deco {
    width: 37.3333333333vw;
    height: calc(100% + 20px);
  }
  .p-concept__deco img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.p-productInfo__body {
  position: relative;
  width: min(1500 / 1920 * 100vw, 1500px);
  padding-top: min(150 / 1500 * 100vw, 150px);
  padding-bottom: min(60 / 1500 * 100vw, 60px);
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {
  .p-productInfo__body {
    width: min(860 / 1024 * 100vw, 860px);
    padding-top: min(112 / 1024 * 100vw, 112px);
    padding-bottom: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .p-productInfo__body {
    width: min(640 / 750 * 100vw, 640px);
    padding-top: min(75 / 390 * 100vw, 75px);
    padding-bottom: min(0 / 390 * 100vw, 0px);
  }
}

.p-contents__head--productInfo {
  text-align: center;
}

.p-productInfo__post {
  padding-top: min(60 / 1920 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-productInfo__post {
    padding-top: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .p-productInfo__post {
    display: grid;
    padding-top: min(45 / 390 * 100vw, 45px);
  }
}

.p-productInfo__detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(414 / 1480 * 100vw, 414px);
  padding-top: min(60 / 1480 * 100vw, 60px);
  padding-bottom: min(52 / 1480 * 100vw, 52px);
  padding-left: min(60 / 1480 * 100vw, 60px);
  padding-right: min(60 / 1480 * 100vw, 60px);
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .p-productInfo__detail {
    width: min(414 / 1024 * 100vw, 414px);
    padding-top: min(45 / 1024 * 100vw, 45px);
    padding-bottom: min(39 / 1024 * 100vw, 39px);
    padding-left: min(45 / 1024 * 100vw, 45px);
    padding-right: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .p-productInfo__detail {
    position: relative;
    width: min(566 / 750 * 100vw, 566px);
    padding-top: min(30 / 390 * 100vw, 30px);
    padding-bottom: min(28 / 390 * 100vw, 28px);
    padding-left: min(30 / 390 * 100vw, 30px);
    padding-right: min(30 / 390 * 100vw, 30px);
    margin-left: auto;
    margin-top: min(-50 / 390 * 100vw, -50px);
    grid-row: 2/3;
  }
}

.p-productInfo__title {
  padding-top: min(8 / 1500 * 100vw, 8px);
}
@media screen and (max-width: 1025px) {
  .p-productInfo__title {
    padding-top: min(8 / 1024 * 100vw, 8px);
  }
}
@media screen and (max-width: 769px) {
  .p-productInfo__title {
    padding-top: min(8 / 390 * 100vw, 8px);
  }
}

.p-productInfo__postPic {
  width: 90.9333333333%;
}
@media screen and (max-width: 1025px) {
  .p-productInfo__postPic {
    width: 78.125vw;
  }
}
@media screen and (max-width: 769px) {
  .p-productInfo__postPic {
    width: 80vw;
    aspect-ratio: 1/1;
    grid-row: 1/2;
  }
  .p-productInfo__postPic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-topProduct__body {
  position: relative;
  width: min(1500 / 1920 * 100vw, 1500px);
  padding-top: min(80 / 1480 * 100vw, 80px);
  padding-bottom: min(50 / 1480 * 100vw, 50px);
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {
  .p-topProduct__body {
    width: min(860 / 1024 * 100vw, 860px);
    padding-top: min(60 / 1024 * 100vw, 60px);
    padding-bottom: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-topProduct__body {
    display: grid;
    width: min(640 / 750 * 100vw, 640px);
    padding-top: min(100 / 390 * 100vw, 100px);
    padding-bottom: min(0 / 390 * 100vw, 0px);
  }
}

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

@media screen and (max-width: 769px) {
  .p-contents__head--topProduct {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.c-title__contents {
  text-align: center;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, YuMincho medium, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 500 !important;
}

.c-title__contents--productInfo {
  padding-top: min(13 / 1480 * 100vw, 13px);
}
@media screen and (max-width: 1025px) {
  .c-title__contents--productInfo {
    padding-top: min(13 / 860 * 100vw, 13px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents--productInfo {
    padding-top: min(13 / 390 * 100vw, 13px);
  }
}

.c-title__contents--topProduct {
  padding-top: min(10 / 1480 * 100vw, 10px);
}
@media screen and (max-width: 1025px) {
  .c-title__contents--topProduct {
    padding-top: min(10 / 860 * 100vw, 10px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents--topProduct {
    padding-top: min(10 / 390 * 100vw, 10px);
  }
}

.p-topProduct__post {
  padding-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-topProduct__post {
    padding-top: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .p-topProduct__post {
    padding-top: min(45 / 390 * 100vw, 45px);
  }
}

.p-topProduct__detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(566 / 1480 * 100vw, 566px);
  padding-top: min(60 / 1480 * 100vw, 60px);
  padding-bottom: min(60 / 1480 * 100vw, 60px);
  padding-left: min(50 / 1480 * 100vw, 50px);
  padding-right: min(60 / 1480 * 100vw, 60px);
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .p-topProduct__detail {
    width: min(566 / 860 * 100vw, 566px);
    padding-top: min(60 / 860 * 100vw, 60px);
    padding-bottom: min(60 / 860 * 100vw, 60px);
    padding-left: min(50 / 860 * 100vw, 50px);
    padding-right: min(60 / 860 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-topProduct__detail {
    position: relative;
    width: min(566 / 750 * 100vw, 566px);
    padding-top: min(30 / 390 * 100vw, 30px);
    padding-bottom: min(30 / 390 * 100vw, 30px);
    padding-left: min(30 / 390 * 100vw, 30px);
    padding-right: min(30 / 390 * 100vw, 30px);
    margin-top: min(-50 / 390 * 100vw, -50px);
    margin-left: auto;
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

.p-topProduct__desc {
  padding-top: min(40 / 1480 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-topProduct__desc {
    padding-top: min(30 / 860 * 100vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-topProduct__desc {
    padding-top: min(20 / 390 * 100vw, 20px);
  }
}

.p-topProduct__pic {
  width: 90.9333333333%;
  margin-top: min(60 / 1480 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-topProduct__pic {
    width: 78.125vw;
    margin-top: min(45 / 860 * 100vw, 45px);
  }
}
@media screen and (max-width: 769px) {
  .p-topProduct__pic {
    width: 80vw;
    aspect-ratio: 1/1;
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-topProduct__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-topWrap {
  position: relative;
  background-image: url("../images/page/top/bg_wrap.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: min(200 / 1500 * 100vw, 200px);
}
@media screen and (max-width: 769px) {
  .p-topWrap {
    padding-bottom: 15.4296875vw;
  }
  .p-topWrap::after {
    height: calc(100% - 250px);
  }
}
@media screen and (max-width: 569px) {
  .p-topWrap {
    padding-bottom: 27.7333333333vw;
  }
  .p-topWrap::after {
    height: calc(100% - 220px);
  }
}

.p-topTechnology {
  position: relative;
  z-index: 10;
}

.p-topTechnology__body {
  width: min(1720 / 1920 * 100vw, 1720px);
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {
  .p-topTechnology__body {
    width: min(860 / 1024 * 100vw, 860px);
  }
}
@media screen and (max-width: 769px) {
  .p-topTechnology__body {
    width: min(640 / 750 * 100vw, 640px);
  }
}

.p-topTechnology__wrap {
  display: grid;
  grid-template-columns: 1fr 44.21875vw;
  padding-top: min(150 / 1480 * 100vw, 150px);
}
@media screen and (max-width: 1025px) {
  .p-topTechnology__wrap {
    grid-template-columns: 1fr;
    padding-top: min(112 / 860 * 100vw, 112px);
  }
}
@media screen and (max-width: 769px) {
  .p-topTechnology__wrap {
    grid-template-columns: 1fr;
    padding-top: min(60 / 390 * 100vw, 60px);
  }
}

.p-contents__head--topTechnology {
  text-align: left;
}
.c-title__contents--topTechnology {
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
}

.p-topTechnology__block {
  width: min(650 / 1720 * 100vw, 650px);
  padding-left: min(40 / 1920 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-topTechnology__block {
    width: 75%;
    margin-inline: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-topTechnology__block {
    width: 100%;
    margin-inline: 0;
  }
}

.p-contents__subHead--topTechnology {
  padding-top: min(50 / 1480 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .p-contents__subHead--topTechnology {
    padding-top: min(38 / 860 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__subHead--topTechnology {
    padding-top: min(38 / 390 * 100vw, 38px);
  }
}

.p-topTechnology__desc {
  padding-top: min(29 / 1480 * 100vw, 29px);
  font-size: var(--fontsize18);
  font-weight: 500;
  line-height: 1.85;
  color: #000;
}
.p-topTechnology__desc > * + * {
  padding-top: 2em;
}
@media screen and (max-width: 1025px) {
  .p-topTechnology__desc {
    padding-top: min(38 / 860 * 100vw, 38px);
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .p-topTechnology__desc {
    padding-top: min(25 / 375 * 100vw, 25px);
    font-size: var(--fontsize18);
  }
  .p-topTechnology__desc br {
    display: none;
  }
}

.p-topTechnology__img {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 1025px) {
  .p-topTechnology__img {
    width: 75%;
    margin-left: auto;
    margin-top: min(60 / 860 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-topTechnology__img {
    width: 100%;
    margin-left: auto;
    margin-top: min(60 / 390 * 100vw, 60px);
  }
}

.p-topDevelopment__body {
  width: min(1720 / 1920 * 100vw, 1720px);
  padding-bottom: min(150 / 1480 * 100vw, 150px);
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {
  .p-topDevelopment__body {
    width: min(860 / 1024 * 100vw, 860px);
    padding-bottom: min(112 / 860 * 100vw, 112px);
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__body {
    width: min(640 / 750 * 100vw, 640px);
    padding-bottom: min(60 / 390 * 100vw, 60px);
  }
}

.p-topDevelopment__wrap {
  display: grid;
  grid-template-columns: 1fr 44.21875%;
  padding-top: min(150 / 1480 * 100vw, 150px);
}
@media screen and (max-width: 1025px) {
  .p-topDevelopment__wrap {
    grid-template-columns: 1fr;
    padding-top: min(112 / 860 * 100vw, 112px);
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__wrap {
    padding-top: min(100 / 390 * 100vw, 100px);
  }
}

.c-title__contents--topDevelopment {
  text-align: left;
}

.p-topDevelopment__block {
  width: min(619 / 1720 * 100vw, 619px);
  padding-left: min(40 / 1720 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-topDevelopment__block {
    width: 75%;
    padding-left: min(0 / 860 * 100vw, 0px);
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__block {
    width: 100%;
  }
}

.p-contents__subHead--topDevelopment {
  padding-top: min(50 / 1480 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .p-contents__subHead--topDevelopment {
    padding-top: min(38 / 860 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__subHead--topDevelopment {
    padding-top: min(38 / 390 * 100vw, 38px);
  }
}

.p-topDevelopment__desc {
  padding-top: min(50 / 1480 * 100vw, 50px);
  font-size: var(--fontsize18);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #000;
}
.p-topDevelopment__desc > * + * {
  padding-top: 2em;
}
@media screen and (max-width: 1025px) {
  .p-topDevelopment__desc {
    padding-top: min(38 / 860 * 100vw, 38px);
    font-size: var(--fontsize18);
  }
  .p-topDevelopment__desc > * + * {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__desc {
    padding-top: min(25 / 375 * 100vw, 25px);
    font-size: var(--fontsize18);
  }
  .p-topDevelopment__desc br {
    display: none;
  }
}

.p-topDevelopment__deco {
  padding-top: min(50 / 1920 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .p-topDevelopment__deco {
    display: grid;
    justify-items: flex-end;
    padding-top: min(80 / 860 * 100vw, 80px);
    margin-left: min(0 / 1024 * 100vw, 0px);
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__deco {
    padding-left: min(25 / 375 * 100vw, 25px);
    padding-top: min(60 / 375 * 100vw, 60px);
  }
}

@media screen and (max-width: 1025px) {
  .p-topDevelopment__img {
    width: 75%;
    margin-left: auto;
    margin-top: min(60 / 860 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-topDevelopment__img {
    width: 100%;
    margin-top: min(60 / 390 * 100vw, 60px);
  }
}

.p-topInfo {
  padding-top: min(150 / 1920 * 100vw, 150px);
  padding-bottom: min(250 / 1920 * 100vw, 250px);
}
@media screen and (max-width: 1025px) {
  .p-topInfo {
    padding-top: min(112 / 1024 * 100vw, 112px);
    padding-bottom: min(188 / 1024 * 100vw, 188px);
  }
}
@media screen and (max-width: 769px) {
  .p-topInfo {
    padding-top: min(75 / 375 * 100vw, 75px);
    padding-bottom: min(125 / 375 * 100vw, 125px);
  }
}

.p-topInfo__body {
  display: grid;
  grid-template-columns: 14.4791666667% 71.09375%;
  gap: min(3.3783783784vw, 50px) 0;
  position: relative;
  padding-top: min(120 / 1920 * 100vw, 120px);
  padding-bottom: min(120 / 1920 * 100vw, 120px);
}
.p-topInfo__body::after {
  content: "";
  display: block;
  position: absolute;
  width: 78.4375%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/page/top/info/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .p-topInfo__body {
    grid-template-columns: auto;
    gap: min(3.7109375vw, 38px);
    padding-top: min(90 / 1024 * 100vw, 90px);
    padding-bottom: min(90 / 1024 * 100vw, 90px);
    padding-left: min(50 / 1024 * 100vw, 50px);
    padding-right: min(50 / 1024 * 100vw, 50px);
  }
  .p-topInfo__body::after {
    width: 78.4375%;
  }
}
@media screen and (max-width: 769px) {
  .p-topInfo__body {
    grid-template-columns: auto;
    gap: min(10.6666666667vw, 40px);
    padding-top: min(45 / 375 * 100vw, 45px);
    padding-bottom: min(45 / 375 * 100vw, 45px);
    padding-left: min(25 / 375 * 100vw, 25px);
    padding-right: min(25 / 375 * 100vw, 25px);
  }
}

.p-contents__head--topInfo {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: min(50 / 1920 * 100vw, 50px);
  grid-column: 1/2;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .p-contents__head--topInfo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/2;
  }
}

.p-topInfo__post {
  position: relative;
  grid-column: 2/3;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .p-topInfo__post {
    grid-column: 1/2;
  }
}

.p-contents__cardList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.1978021978%, 30px);
}
@media screen and (max-width: 1025px) {
  .p-contents__cardList {
    gap: min(2.9296875vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__cardList {
    grid-template-columns: repeat(1, 1fr);
    gap: min(8vw, 30px);
  }
}

.p-contents__cardLink {
  display: block;
  overflow: hidden;
  aspect-ratio: 435/272;
  border: solid 1px #4d545c;
}
.p-contents__cardLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s cubic-bezier(0.5, 1.5, 0.35, 1);
  transition: 0.5s cubic-bezier(0.5, 1.5, 0.35, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-contents__cardLink:hover {
  opacity: 1;
}
.p-contents__cardLink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-contents__cardDetail {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-contents__cardDetail {
    padding-top: min(15 / 1024 * 100vw, 15px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__cardDetail {
    padding-top: min(10 / 375 * 100vw, 10px);
  }
}

.c-post__dateTop {
  font-size: var(--fontsize18);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: black;
}
@media screen and (max-width: 1025px) {
  .c-post__dateTop {
    font-size: var(--fontsize16);
  }
}
@media screen and (max-width: 769px) {
  .c-post__dateTop {
    font-size: var(--fontsize16);
  }
}

.p-contents__cardTitle {
  padding-top: min(10 / 1480 * 100vw, 10px);
}
@media screen and (max-width: 1025px) {
  .p-contents__cardTitle {
    padding-top: min(10 / 1024 * 100vw, 10px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__cardTitle {
    padding-top: min(10 / 375 * 100vw, 10px);
  }
}

.c-post__titleTop {
  font-size: var(--fontsize22);
  font-weight: 600;
  line-height: 1.65;
  color: black;
}
@media screen and (max-width: 1025px) {
  .c-post__titleTop {
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .c-post__titleTop {
    font-size: var(--fontsize16);
  }
}

.p-contents__moreBtn--topInfo {
  padding-top: min(48 / 1480 * 100vw, 48px);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-topAbout__body {
  display: grid;
  grid-template-columns: 28.8541666667% 63.8541666667%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/page/top/about/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(80 / 1480 * 100vw, 80px);
  padding-bottom: min(80 / 1480 * 100vw, 80px);
}
@media screen and (max-width: 1025px) {
  .p-topAbout__body {
    grid-template-columns: auto;
    gap: min(7.8125vw, 80px);
    padding-top: min(80 / 1024 * 100vw, 80px);
    padding-bottom: min(80 / 1024 * 100vw, 80px);
    padding-left: min(60 / 1024 * 100vw, 60px);
    padding-right: min(60 / 1024 * 100vw, 60px);
  }
}
@media screen and (max-width: 769px) {
  .p-topAbout__body {
    justify-items: center;
    gap: min(14.6666666667vw, 55px);
    padding-top: min(60 / 375 * 100vw, 60px);
    padding-bottom: min(60 / 375 * 100vw, 60px);
    padding-left: min(25 / 375 * 100vw, 25px);
    padding-right: min(25 / 375 * 100vw, 25px);
  }
}

.p-contents__head--topAbout {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: min(187 / 1920 * 100vw, 187px);
  grid-column: 1/2;
}
@media screen and (max-width: 1025px) {
  .p-contents__head--topAbout {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.p-topAbout__pageNav {
  grid-column: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__pageNav {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.p-topAbout__pageNavList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.5540540541vw, 23px);
}
@media screen and (max-width: 1025px) {
  .p-topAbout__pageNavList {
    gap: min(1.46484375vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .p-topAbout__pageNavList {
    grid-template-columns: repeat(1, 1fr);
    gap: min(2.6666666667vw, 10px);
  }
}

.p-topAbout__pageNavItem {
  height: 100%;
}

.p-topAbout__pageNavLink {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: span 2;
  width: 100%;
  height: 100%;
  border: 1px solid #dee1e5;
  background-color: #fcfcfc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-topAbout__pageNavLink:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.55);
}
.p-topAbout__pageNavLink:hover .c-title__aboutTop {
  color: #fcfcfc;
}
.p-topAbout__pageNavLink:hover .c-title__aboutTop--eng {
  color: #fcfcfc;
}
.p-topAbout__pageNavLink:hover .c-title__aboutTop--eng::after {
  background-color: #fcfcfc;
}

.p-topAbout__pageNavImg {
  width: 100%;
  aspect-ratio: 394/210;
}
.p-topAbout__pageNavImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topAbout__pageNavDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: min(1.0135135135vw, 15px);
  padding-top: min(40 / 1480 * 100vw, 40px);
  padding-bottom: min(40 / 1480 * 100vw, 40px);
  padding-left: min(40 / 1480 * 100vw, 40px);
  padding-right: min(40 / 1480 * 100vw, 40px);
  border-top: 1px solid #dee1e5;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__pageNavDetail {
    gap: min(1.953125vw, 20px);
    padding-top: min(30 / 1024 * 100vw, 30px);
    padding-bottom: min(30 / 1024 * 100vw, 30px);
    padding-left: min(30 / 1024 * 100vw, 30px);
    padding-right: min(30 / 1024 * 100vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-topAbout__pageNavDetail {
    gap: min(2.6666666667vw, 10px);
    padding-top: min(20 / 750 * 100vw, 20px);
    padding-bottom: min(20 / 750 * 100vw, 20px);
    padding-left: min(20 / 750 * 100vw, 20px);
    padding-right: min(20 / 750 * 100vw, 20px);
  }
}
@media screen and (max-width: 569px) {
  .p-topAbout__pageNavDetail {
    gap: min(2.6666666667vw, 10px);
    padding-top: min(30 / 375 * 100vw, 30px);
    padding-bottom: min(30 / 375 * 100vw, 30px);
    padding-left: min(30 / 375 * 100vw, 30px);
    padding-right: min(30 / 375 * 100vw, 30px);
  }
}

.c-title__aboutTop {
  font-size: min(42 / 1920 * 100vw, 42px);
  font-weight: 600;
  line-height: 1.24;
}
@media screen and (max-width: 1025px) {
  .c-title__aboutTop {
    font-size: min(32 / 1024 * 100vw, 32px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__aboutTop {
    font-size: min(24 / 375 * 100vw, 24px);
  }
}

.c-title__aboutTop--eng {
  display: grid;
  gap: min(0.6756756757vw, 10px);
  position: relative;
  font-family: "Times New Roman", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(16 / 1480 * 100vw, 16px);
  line-height: 1;
  color: #4d545c;
}
.c-title__aboutTop--eng::after {
  content: "";
  display: block;
  width: min(1.6891891892vw, 25px);
  height: 1px;
  background-color: #4d545c;
}
@media screen and (max-width: 1025px) {
  .c-title__aboutTop--eng {
    gap: min(0.9765625vw, 10px);
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .c-title__aboutTop--eng::after {
    width: min(2.44140625vw, 25px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__aboutTop--eng {
    gap: min(2.6666666667vw, 10px);
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .c-title__aboutTop--eng::after {
    width: min(5.3333333333vw, 20px);
  }
}

.p-topNews {
  background-image: url("../images/page/top/news/bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-topNews__body {
  width: min(1364 / 1500 * 100vw, 1364px);
  margin-inline: auto;
  padding-top: min(100 / 1364 * 100vw, 100px);
  padding-bottom: min(70 / 1364 * 100vw, 70px);
}
@media screen and (max-width: 1025px) {
  .p-topNews__body {
    width: 85.3333333333vw;
    padding-top: min(100 / 860 * 100vw, 100px);
    padding-bottom: min(70 / 860 * 100vw, 70px);
  }
}
@media screen and (max-width: 769px) {
  .p-topNews__body {
    padding-top: min(60 / 390 * 100vw, 60px);
    padding-bottom: min(50 / 390 * 100vw, 50px);
  }
}

.p-topNews__wrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  .p-topNews__wrap {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 min(3.488372093vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .p-topNews__wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-contents__head--topNews {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: min(50 / 1920 * 100vw, 50px);
  grid-column: 1/2;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .p-contents__head--topNews {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 769px) {
  .p-contents__head--topNews {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/3;
  }
}

.c-title__contents--topNews {
  font-size: var(--fontsize56);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__contents--topNews {
    font-size: var(--fontsize48);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contents--topNews {
    font-size: var(--fontsize36);
  }
}

.p-topNews__post {
  width: min(1176 / 1500 * 100vw, 1176px);
  grid-column: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-topNews__post {
    width: auto;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 769px) {
  .p-topNews__post {
    width: 100%;
    grid-column: 1/3;
    margin-top: min(50 / 390 * 100vw, 50px);
  }
}

.p-topNews__item {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1.8666666667vw;
  position: relative;
  padding-top: min(34 / 1364 * 100vw, 34px);
  padding-bottom: min(11 / 1364 * 100vw, 11px);
  padding-right: min(50 / 1364 * 100vw, 50px);
  border-bottom: 1px solid #d4d4d4;
}
.p-topNews__item:first-child {
  border-top: 1px solid #d4d4d4;
}
.p-topNews__item::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(2vw, 30px);
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjMxOCIgaGVpZ2h0PSI3Ljg3MyIgdmlld0JveD0iMCAwIDUuMzE4IDcuODczIj4gPHBhdGggaWQ9IuODkeOCuV85IiBkYXRhLW5hbWU9IuODkeOCuSA5IiBkPSJNODUyLjA2Nyw3LjM5MWw0LjIxOCwzLjU5NEw4NTIuMDY3LDE0LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NTEuNzQzIC03LjAxMSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .p-topNews__item {
    grid-template-columns: 1fr;
    gap: min(1.1627906977vw, 10px) 0;
    position: relative;
    padding-top: min(20 / 860 * 100vw, 20px);
    padding-bottom: min(20 / 860 * 100vw, 20px);
    padding-right: min(38 / 860 * 100vw, 38px);
    border-bottom: 1px solid #d4d4d4;
  }
  .p-topNews__item:first-child {
    border-top: 1px solid #d4d4d4;
  }
}
@media screen and (max-width: 769px) {
  .p-topNews__item {
    gap: min(1.2820512821vw, 5px) 0;
    position: relative;
    padding-top: min(20 / 390 * 100vw, 20px);
    padding-bottom: min(20 / 390 * 100vw, 20px);
    padding-right: min(38 / 390 * 100vw, 38px);
  }
}

.c-post__topNewsTime {
  font-size: var(--fontsize18);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .c-post__topNewsTime {
    font-size: var(--fontsize16);
  }
}

.c-post__topNewsTitle {
  font-size: var(--fontsize22);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .c-post__topNewsTitle {
    font-size: var(--fontsize18);
  }
}

.p-contents__moreBtn--topNews {
  padding-top: min(60 / 1364 * 100vw, 60px);
  grid-column: 1/3;
}
@media screen and (max-width: 769px) {
  .p-contents__moreBtn--topNews {
    margin-left: auto;
    padding-top: min(50 / 390 * 100vw, 50px);
  }
}/*# sourceMappingURL=style.css.map */