@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* border: 1px solid #ff1414; */
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

:root {
  --semi-fontsize: 0.77rem;
  --normal-fontsize: 0.83rem;
  --middle-fontsize: 0.95rem;
  --big-fontsize: 1.2rem;
  --line-height: 1.4;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.8rem;
    --normal-fontsize: 0.9rem;
    --middle-fontsize: 1.1rem;
    --big-fontsize: 1.4rem;
    --line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --semi-fontsize: 0.83rem;
    --normal-fontsize: 1.0rem;
    --middle-fontsize: 1.2rem;
    --big-fontsize: 1.7rem;
    --line-height: 1.6;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --semi-fontsize: 0.92rem;
    --normal-fontsize: 1.05rem;
    --middle-fontsize: 1.4rem;
    --big-fontsize: 1.9rem;
    --line-height: 1.7;
  }
}
@media screen and (min-width: 1900px) {
  :root {
    --semi-fontsize: 0.97rem;
    --normal-fontsize: 1.1rem;
    --middle-fontsize: 1.6rem;
    --big-fontsize: 2.0rem;
    --line-height: 1.8;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #f5f5f5;
  line-height: var(--line-height);
  letter-spacing: 0.04rem;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

p {
  word-break: break-word;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}
a {
  text-decoration: none;
  color: #000;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
}
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}
button{
  outline: none;
  border: 0;
}
a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}

.sp-only {
  display: block;
}
.tb-only{
  display: none;
}
.pc-only {
  display: none;
}

@media screen and (min-width: 599px) {
  .sp-only {
    display: none;
  }
  .tb-only {
    display: block;
  }
}

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

/*-- ここからHEADER --*/
.logo_group{
  display: flex;
  align-items: center;
}
header {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
}
.header {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.logo_group{
  display: flex;
  align-items: center;
}
.h_logo{
  width: 120px;
}
.h_logo img{
  padding: 2px 0;
}
.header {
  margin: 0;
  padding: 10px;
}
.header nav {
  margin: 0 0 0 auto;
}
.header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.pc-nav li {
  margin: 0 0 0.2em 2em;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color:#d9d9d9;
  position: relative;
}
.pc-nav a{
  text-decoration: none;
  font-size: 0.8rem;
  color: #FFF;
}
.pc-nav a::after {
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffd966;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
  
.pc-nav a:hover::after {
  visibility: visible;
  bottom: 12px;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .h_logo img{
    padding: 7px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .pc-nav {
      display: none;
  }
}

@media (max-width: 430px) {
  header{
    padding: 0;
  }
  .header {
    padding: 0 0.5em;
  }
  .h_logo {
  width: 100px;
  }
  .h_logo img {
    padding: 7px 0;
  }
}
/*-- ここまでHEADER --*/

/* ここから 共通 */
.l-inner{
  padding: 6% 10%;
}

@media screen and (min-width: 1024px) {
  .l-inner{
    padding: 4rem 0;
    width: 900px;
    margin: auto;
  }
}

@media screen and (min-width: 1680px) {
  .l-inner{
    padding: 6rem 0;
    width: 880px;
  }
}

/* ここまで 共通 */

/* ここからMAIN VISUAL */
.global-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

/* .kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
} */

.kv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.67);
  z-index: 2;
}
.kv .gold-line {
  position: absolute;
  height: 2px;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #f0c684, #ffd966, #f0c684);
  background-size: 300% 100%;
  box-shadow: 0 0 6px #ffd966;
  z-index: 3;
}
.kv .gold-line.top {
  top: 30%;
  left: 0;
  animation: drawRight 1s forwards, shineRight 6s linear infinite;
}
.kv .gold-line.bottom {
  top: 50%;
  right: 0;
  animation: drawLeft 1s 0.6s forwards, shineLeft 6s linear infinite;
}

@keyframes drawRight { from { width: 0; } to { width: 100%; } }
@keyframes drawLeft  { from { width: 0; } to { width: 100%; } }
@keyframes shineRight { 0% { background-position: 0 0; } 100% { background-position: 300% 0; } }
@keyframes shineLeft  { 0% { background-position: 300% 0; } 100% { background-position: 0 0; } }

.kv__header {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: var(--normal-fontsize);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.13rem;
  white-space: nowrap;
  z-index: 4;
}

.kv__header span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.5s forwards;
}

.kv__header span:nth-child(1)  { animation-delay: 0s; }
.kv__header span:nth-child(2)  { animation-delay: 0.05s; }
.kv__header span:nth-child(3)  { animation-delay: 0.10s; }
.kv__header span:nth-child(4)  { animation-delay: 0.15s; }
.kv__header span:nth-child(5)  { animation-delay: 0.20s; }
.kv__header span:nth-child(6)  { animation-delay: 0.25s; }
.kv__header span:nth-child(7)  { animation-delay: 0.30s; }
.kv__header span:nth-child(8)  { animation-delay: 0.35s; }
.kv__header span:nth-child(9)  { animation-delay: 0.40s; }
.kv__header span:nth-child(10) { animation-delay: 0.45s; }
.kv__header span:nth-child(11) { animation-delay: 0.50s; }
.kv__header span:nth-child(12) { animation-delay: 0.55s; }
.kv__header span:nth-child(13) { animation-delay: 0.60s; }
.kv__header span:nth-child(14) { animation-delay: 0.65s; }
.kv__header span:nth-child(15) { animation-delay: 0.70s; }
.kv__header span:nth-child(16) { animation-delay: 0.75s; }
.kv__header span:nth-child(17) { animation-delay: 0.80s; }
.kv__header span:nth-child(18) { animation-delay: 0.85s; }
.kv__header span:nth-child(19) { animation-delay: 0.90s; }
.kv__header span:nth-child(20) { animation-delay: 0.95s; }
.kv__header span:nth-child(21) { animation-delay: 1.00s; }
.kv__header span:nth-child(22) { animation-delay: 1.05s; }
.kv__header span:nth-child(23) { animation-delay: 1.10s; }
.kv__header span:nth-child(24) { animation-delay: 1.15s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kv-title {
  position: absolute;
  top: 36%;
  width: 100%;
  text-align: center;
  z-index: 6;
  line-height: 0;
}

.kv-title img {
  max-width: 80%;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.kv.loaded .kv-title img {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.5s;
}

.kv__bottom{
  position: absolute;
  bottom: 8%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16%;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s forwards;
  animation-delay: 1.8s;
  z-index: 6;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kv-computer {
  position: absolute;
  width: 65%;
  max-width: 220px;
  left: 0;
  top: 60%;
  z-index: 2; 
  object-fit: contain;
  pointer-events: none;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  z-index: 1;
}

.kv.loaded .kv-computer {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

@media (min-width: 600px) {
  .kv {
    overflow: visible;
  }
  .kv__header {
    top: 23%;
    font-size: var(--big-fontsize);
  }
  .kv-title{
    top: 35%;
  }
  .kv-title img {
    max-width: 78%;
  }
  .kv-computer {
    width: 50%;
    max-width: 260px;
    left: auto;
    right: 3%;
    top: 46%;
  }
  .kv__bottom{
    bottom: 38%;
    padding: 0 4%;
  }
}

@media (min-width: 1024px) {
  .kv .gold-line.top {
    top: 30%;
  }
  .kv .gold-line.bottom {
    top: 60%;
  }
  .kv__header {
    top: 18%;
  }
  .kv-title {
    top: 37%;
  }
  .kv-title img {
    max-width: 65%;
  }
  .kv-computer {
    max-width: 240px;
    right: 3%;
    top: auto;
    bottom: 8%;
    z-index: 5;
  }
  .kv__bottom{
    bottom: 15%;
    padding: 0 8%;
  }
}

@media (min-width: 1280px) {
  .kv .gold-line.top {
    top: 28%;
  }
  .kv .gold-line.bottom {
    top: 65%;
  }
  .kv-title {
    top: 36%;
  }
  .kv-title img {
    max-width: 60%;
  }
  .kv-computer {
    max-width: 240px;
    right: 3%;
    top: auto;
    bottom: 3%;
    z-index: 5;
  }
  .kv__bottom{
    bottom: 8%;
  }
}

@media (min-width: 1440px) {
  .kv .gold-line.top {
    top: 25%;
  }
  .kv .gold-line.bottom {
    top: 60%;
  }
  .kv__header {
    top: 14%;
  }
  .kv-title {
    top: 34%;
  }
  .kv-title img {
    max-width: 57%;
  }
  .kv-computer {
    width: 23%;
    max-width: 370px;
    right: 3%;
    top: 50%;
  }
  .kv__bottom{
    bottom: 15%;
  }
}

@media (min-width: 1536px) {
  .kv-title img {
    max-width: 50%;
  }
  .kv-computer {
    top: 45%;
  }
}

@media (min-width: 1900px) {
  .kv .gold-line.top {
    top: 27%;
  }
  .kv .gold-line.bottom {
    top: 65%;
  }
  .kv__header {
    top: 14%;
  }
  .kv-title {
    top: 36%;
  }
  .kv-computer {
    max-width: 380px;
    right: 5%;
    top: 48%;
  }
  .kv__bottom{
    padding: 0 2%;
    bottom: 8%;
  }
}

/* scroll */
.scroll_down{
  display: none;
}

@media screen and (min-width: 990px) {
  .scroll_down{
    display: block;
    position: absolute;
    top: 100vh;
    left: 2%;
    z-index: 99;
  }
  .scroll_down.hidden {
    display: none;
  }
  .scroll_down a{
    position: absolute;
    left: 10px;
    bottom: 110px;
    color: #F2F2F2;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
  }

  .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background:#F2F2F2;
    animation:
      circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
  }

  @keyframes circlemove{
    0%{bottom:180px;}
    100%{bottom:0px;}
  }

  @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
  }

  .scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 1px;
    height: 180px;
    background:#FFF;
  }
}
/* scroll */

/* ここまでMAIN VISUAL */

/* ここから FIRST */
.first__contents{
  background-color: #000;
  background-image: url(../images/bg_first.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.first__wrapper{
  padding: 8%;
}
.first__ttl{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #ffd966;
}
.first__contents h2{
  max-width: 240px;
  margin: auto;
  padding: 0.6rem 0 0;
}
.first__text{
  padding: 1.5rem;
}
.first__image{
  width: 70%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .first__wrapper{
    padding: 8% 12%;
  }
  .first__contents h2{
    max-width: 60%;
  }
  .first__text{
    padding: 1.5rem 0 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .first__wrapper{
    padding: 8%;
  }
  .first__ttl{
    margin: 0 0 0.8rem;
    font-size: var(--middle-fontsize);
  }
  .first__contents h2{
    max-width: 100%;
    width: 38vw;
  }
  .first__group{
    display: flex;
    gap: 6vw;
    padding: 4rem 0 0;
    align-items: flex-start;
  }
  .first__image{
    width: 24vw;
    flex-shrink: 0;
  }
  .first__text {
    flex: 1;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .first__contents h2 {
    max-width: 580px;
    padding: 1rem 0 0;
  }
  .first__group{
    padding: 5rem 0 0;
  }
  .first__text {
    padding-right: 4vw;
  }
}

@media screen and (min-width: 1900px) {
  .first__wrapper{
    padding: 6% 18%;
  }
  .first__text {
    padding-right: 0;
  }
  .first__image{
    width: 380px;
  }
}
/* ここまで FIRST */

/* ここから midashi */
.main__title {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-size: 6.8vw;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  background: linear-gradient(
    100deg,
    #f6e7b1 0%,
    #e7a5b0 50%,
    #3c4b6e 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.4;
}

.main__subtitle{
  font-family: "Noto Serif JP", serif;
  font-size: var(--semi-fontsize);
  background: linear-gradient(
    100deg,
    #f6e7b1 0%,
    #e7a5b0 70%,
    #3c4b6e 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}

.main__title span,
.main__subtitle span{
  display: inline-block;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards ease-out;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1024px) {
.main__title {
  font-size: 5.2vw;
}
}

.title {
  font-optical-sizing: auto;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(
    110deg,
    #FFEDB8 0%,
    #FFD966 60%,
    #b9834b 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.4;
}

.title span{
  display: inline-block;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards ease-out;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .title{
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8vw;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 1.5rem 0 0;
  background: linear-gradient(
  100deg,
  #f6e7b1 0%,
  #e7a5b0 50%,
  #3c4b6e 100%
);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}

.title span {
  display: inline-block;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (min-width: 1440px) {
  .title {
    font-size: 7.2rem;
  }
} */
/* ここまで midashi */

/* ここから CONCEPT */
.concept__contents{
  background: #384047;
  background: linear-gradient(130deg,rgba(56, 64, 71, 1) 0%, rgba(62, 61, 74, 1) 35%, rgba(60, 53, 64, 1) 100%);
}
.concept__wrapper{
  padding: 8%;
}
.concept__text{
  padding: 1.5rem 4%;
}
.concept__text {
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.concept__text__header{
  line-height: 1.6;
}
.concept__text p {
  margin-bottom: 1.6em;
}
.concept__text p:first-child {
  font-weight: 500;
  font-size: var(--middle-fontsize);
}
.concept__text br {
  line-height: 2;
}
.concept__image{
  width: 70%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .concept__wrapper{
    padding: 8% 12%;
  }
  .concept__text{
    padding: 1.5rem 0 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .concept__wrapper{
    padding: 8%;
  }
  .concept__wrapper .main__title,
  .concept__wrapper .main__subtitle{
    text-align: left;
  }
  .concept__group{
    display: flex;
    gap: 6vw;
    padding: 4rem 0 0;
    align-items: flex-start;
  }
  .concept__image{
    width: 24vw;
    flex-shrink: 0;
  }
  .concept__text {
    flex: 1;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .concept__group{
    padding: 5rem 0 0;
  }
  .concept__text {
    padding-right: 4vw;
  }
}

@media screen and (min-width: 1900px) {
  .concept__wrapper{
    padding: 6% 0 8%;
    width: 1220px;
    margin: auto;
  }
  .concept__text {
    padding-right: 0;
  }
  .concept__image{
    width: 380px;
  }
}
/* ここまで CONCEPT */

/* ここから INTRODUCTION */
.intro__contents{
background: linear-gradient(135deg, #2b3e55 0%, #1b2330 50%, #0b0f17 100%);
}
.intro__wrapper{
  padding: 8%;
}
.intro__group{
  padding: 8% 4%;
}
.intro__image{
  width: 70%;
  margin: auto;
  display: block;
}
.intro__text__wrapper {
  line-height: 1.9;
  letter-spacing: 0.02rem;
}
.intro__text__title {
  font-size: var(--big-fontsize);
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 1.4rem;
  color: #efc671;
}
.intro__text__header {
  font-size: var(--middle-fontsize);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.intro__text {
  margin-bottom: 1.8rem;
}
.intro__text br {
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .intro__wrapper{
    padding: 8% 12%;
  }
  .intro__group {
    padding: 8% 0;
  }
  .intro__text{
    padding: 0.5rem 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .intro__wrapper{
    padding: 8%;
  }
  .intro__group{
    display: flex;
    gap: 8vw;
    padding: 4rem 0;
    align-items: flex-start;
  }
  .intro__group:nth-child(2n){
    flex-direction: row-reverse;
  }
  .intro__image{
    width: 24vw;
    flex-shrink: 0;
  }
  .intro__text {
    flex: 1;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .intro__group{
    padding: 8rem 0 3rem;
  }
  .intro__text {
    padding: 0;
  }
  .intro__text__title {
    margin-bottom: 2.4rem;
  }
  .intro__text__header {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1900px) {
  .intro__wrapper{
    padding: 6% 18%;
  }
  .intro__image{
    width: 420px;
  }
}

/* ケース テーブル */
.case-base-container {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.6;
  background: transparent;
  border: none;
  padding: 8% 16% 4%; 
}
.case-base-title{
  text-align: center;
  font-size: var(--middle-fontsize);
  padding: 0 0 3vw;
}

@media screen and (max-width: 1023px) {
  .case-base-container {
    padding: 8% 4%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 599px) {
  .case-base-container {
    padding: 8% 6%;
    font-size: 0.68rem;
  }
}

.case-base-container table{
  margin: auto;
}

.case-base-container th,
.case-base-container td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
  word-break: break-word;
}

.case-base-container th {
  width: 30%;
  font-weight: 600;
  white-space: normal;
  color: #FFD966;
}

.case-base-container tr:last-child th,
.case-base-container tr:last-child td {
  border-bottom: none;
}

@media (max-width: 599px) {
  .case-base-container th,
  .case-base-container td {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
  }

  .case-base-container th {
    color: #FFD966;
  }

  .case-base-container td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0;
  }

  .case-base-container tr {
    display: block;
  }
}

/* ケース テーブル */

/* ここまで INTRODUCTION */

/* ここから LINEUP */
.lineup__contents{
background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
 background-blend-mode: multiply;
}
.lineup__wrapper{
  padding: 8% 6%;
}

@media screen and (min-width: 1900px) {
  .lineup__wrapper{
    padding: 4% 4% 0;
  }
}

/* テーブル */
.model-table-container {
  overflow-x: auto;
  min-width: 320px;
  margin: 6rem 0 0;
  font-size: 0.82rem;
}

.model-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  border: none;
  table-layout: fixed;
}

.model-table th,
.model-table td {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  text-align: center;
}

.model-table th:last-child,
.model-table td:last-child {
  border-right: none;
}

.model-table th {
  color: #FFD966;
  border-bottom: 1px solid #FFD966;
  text-align: center;
  background-color: #242424;
  width: calc(100% / 7);
}

.model-table td {
  background-color: #111;
  color: #eee;
}

.model-table tbody tr:nth-child(even) td {
  background-color: #242424;
}

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

@media (max-width: 1536px) {
  .model-table-container {
    font-size: 0.72rem;
    margin: 4rem 0 0;
  }
}

@media (max-width: 1023px) {
  .model-table-container {
    font-size: 0.68rem;
    margin: 2rem 0;
  }
  .model-table th,
  .model-table td {
    padding: 0.8em;
    text-align: left;
  }
}
/* テーブル */

.lineup__pop__contents{
  padding: 2rem 0;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

@media (min-width: 1024px) {
  .lineup__pop__contents{
    padding: 4rem 0 2rem;
  }
}

@media (min-width: 1900px) {
  .lineup__pop__contents{
    padding: 8rem 0 2rem;
  }
}

.lineup__pop{
  padding: 6vw 0;
}

.lineup__pop__image{
  padding: 3vw 0 0;
}

@media (min-width: 1024px) {
  .lineup__pop{
    padding: 3rem 0 0;
  }
}

.lineup__pop .title{
  font-size: var(--middle-fontsize);
}

/* テーブル for spec */
.spec-container {
  margin: 4rem auto;
  font-size: 0.85rem;
  padding: 0 8%;
}

@media (max-width: 1900px) {
.spec-container {
  margin: 2rem auto;
  font-size: 0.8rem;
  padding: 0 4%;
}
}

@media (max-width: 1023px) {
.spec-container {
  margin: 3vw auto 4vw;
  font-size: 0.68rem;
}
}

.spec-container table {
  width: 100%;
  border-collapse: collapse;
}

.spec-container th,
.spec-container td {
  text-align: left;
  padding: 10px 14px;
  vertical-align: top;
  border-bottom: 1px solid #cdcbcb;
  line-height: 1.5;
  word-break: break-word;
}

.spec-container th {
  width: 25%;
  font-weight: 600;
  white-space: nowrap;
}

.spec-container tr:last-child th,
.spec-container tr:last-child td {
  border-bottom: none;
}

.spec-container .spec-gold th,
.spec-container .spec-gold td {
  color: #FFD966 !important;
}

@media (max-width: 768px) {
  .spec-container table {
    width: 100%;
    border-collapse: collapse;
  }

  .spec-container tr {
    display: flex;
    flex-wrap: wrap;
  }

  .spec-container th,
  .spec-container td {
    padding: 6px 8px;
    border-bottom: 1px solid #c2c0c0;
    line-height: 1.4;
    min-width: 0;
    word-break: break-word;
  }

  .spec-container th {
    flex: 0 0 30%;
    font-weight: 500;
  }

  .spec-container td {
    flex: 1 1 70%;
  }

  .spec-container tr:last-child th,
  .spec-container tr:last-child td {
    border-bottom: none;
  }
}

/* テーブル for spec */

/* もっと見る */
.spec-container {
  position: relative;
}

/* テーブルの基本 */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  transition: max-height 0.5s ease;
}

.spec-table th,
.spec-table td {
  padding: 0.8em 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #f4f4f4;
}

.spec-table tr {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: none;
}

.spec-table tr.visible {
  opacity: 1;
  transform: translateY(0);
  display: table-row;
}

@media (min-width: 769px) {
  .btn-more {
    display: none;
  }
  .spec-table tr {
    display: table-row;
  }
}

@media (max-width: 768px) {
  .spec-table tr {
    display: none;
  }
  .spec-table tr.visible {
    display: table-row;
  }
  .btn-more {
    display: inline-block;
    width: fit-content;
    margin: 1rem auto;
    padding: 10px 4rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
  }
  .btn-more:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.03);
  }
}
/* もっと見る */

/* button animation */
.btn_anime_wrap{
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2rem auto 0;
}
#btn_animation p {
  color: #FFF;
  text-align: center;
}
#btn_animation .btn {
  display: block;
  position: relative;
  border: 2px solid #efc671;
  width: fit-content;
  margin: 0.3rem auto 0;
  padding: 0 2rem;
  line-height: 40px;
  font-size: var(--middle-fontsize);
  font-weight: 700;
  text-decoration: none;
  color: #efc671;
  text-align: center;
  overflow: hidden;
}

#btn_animation .btn:hover {
  text-decoration: none;
  color: #f1d498;
}

#btn_animation .btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (min-width: 600px) {
  .btn_anime_wrap {
    margin: 4rem auto;
  }
  #btn_animation .btn {
    padding: 0.3rem 3rem;
  }
  #btn_animation p {
    font-size: var(--middle-fontsize);
    font-weight: bold;
  }
}

@media screen and (min-width: 1024px) {
  #btn_animation .btn {
    padding: 0.3rem 3rem;
    margin: 4rem auto;
  }
}

@media screen and (min-width: 1440px) {
  .btn_anime_wrap{
    max-width: 700px;
    margin: 6rem auto 0;
  }
  #btn_animation .btn {
    padding: 1rem 5rem;
  }
}

@media screen and (min-width: 1900px) {
  #btn_animation .btn {
    margin: 4rem auto 8rem;
  }
}
/* button animation */

/* ここまで LINEUP */


/* ここから fadein */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 600px) {
  .fade-in {
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
/* ここまで fadein */

/* ここから KODAWARI */
.feature-contents {
  position: relative;
  background:
    linear-gradient(135deg, rgba(245, 245, 245, 0.6) 0%, rgba(220, 220, 220, 0.7) 100%),
    url("../images/bg_graygold.jpg") center/cover no-repeat;
  background-blend-mode: lighten;
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 0;
  background-blend-mode: overlay;
  filter: brightness(0.9) contrast(1.1);
  /* opacity: 0.9; */
}

.feature-contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 245, 245, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: -1;
  border-radius: inherit;
}
.feature-section {
  width: 100%;
  padding: 3rem 2rem;
  line-height: 1.8;
}
.feature-section .main__title {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-size: 6.8vw;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  background: linear-gradient(
    100deg,
    #b6d0f2 0%,
    #4a7acb 45%,
    #0f1e3f 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.4;
}

.feature-section .main__subtitle{
  font-family: "Noto Serif JP", serif;
  font-size: var(--semi-fontsize);
    background: linear-gradient(
    100deg,
    #b6d0f2 0%,
    #4a7acb 15%,
    #0f1e3f 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}

.feature-section .main__title span,
.feature-section .main__subtitle span{
  display: inline-block;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards ease-out;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1024px) {
  .feature-section .main__title span {
    font-size: 5.2vw;
  }
}

.feature-header {
  position: relative;
  display: inline-block;
  font-size: 4.6vw;
  font-weight: 700;
  color: #1b2b4f;
  text-align: center;
  padding: 2rem 0;
  letter-spacing: 0.05em;
}
.feature-header-wrap {
  text-align: center;
}
.feature-header::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(100deg, #1b2b4f 0%, #6ca0dc 70%, transparent 100%);
  border-radius: 3px;
  opacity: 0;
  box-shadow: 0 0 8px rgba(108,160,220,0.25);
  transition:
    width 1.4s cubic-bezier(0.25, 1, 0.3, 1),
    opacity 0.6s ease;
}
.feature-header.active::after {
  width: 100%;
  opacity: 1;
}
.feature {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: radial-gradient(circle at center, rgba(255, 217, 102, 0.05) 0%, transparent 70%);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 0 60px rgba(255, 217, 102, 0.05);
}
.feature.visible {
  opacity: 1;
  transform: translateY(0);
}
.feature:nth-child(odd) { padding-left: 10%; }
.feature:nth-child(even) { padding-right: 10%; }
.feature.reverse { flex-direction: row-reverse; }

.feature-text {
  flex: 1;
}
.feature-label{
  color: #1b2b4f;
  font-family: "Noto Serif JP", serif;
  font-size: var(--semi-fontsize);
}
.feature-title {
  font-size: 4.6vw;
  font-weight: 600;
  color: #1b2b4f;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  padding: 0 0 0.5rem;
}
.feature-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1b2b4f 0%, #6ca0dc 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 1.2s ease;
}
.feature.visible .feature-title::after {
  transform: translateX(0);
}
.feature-title span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature.visible .feature-title span {
  transform: translateY(0);
}
.feature-text p {
  margin: 0.5rem 0 1rem;
  color: #111;
}
.feature-background {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), inset 0 0 40px rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.feature-background strong{
  font-size: 3.6vw;
  color: #e70e0e;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
.feature-background p {
  color: #1a1a1a;
}
.feature-background::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.03) 0,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
  pointer-events: none;
  border-radius: 1rem;
}
.feature-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 0;
}
.feature-image img{
  border-radius: 10px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 0 40px rgba(255, 255, 255, 0.25);
}

@media (min-width: 600px) {
  .feature-header {
    font-size: 1.8rem;
    padding: 3rem 0;
  }
  .feature-header::after {
    bottom: 2rem;
  }
  .feature-title {
    font-size: 1.6rem;
  }
  .feature-background{
    padding: 1.5rem;
  }
  .feature-background strong {
    font-size: 1.1rem;
  }
  .feature-text p{
    margin: 1rem 0 1.5rem;
  }
}

@media (min-width: 1280px) {
  .feature-section {
    width: 100%;
    min-width: 1200px;
    padding: 6rem 2rem;
  }
  .feature-header {
    font-size: 2.2rem;
    padding: 5rem 0 2rem;
  }
  .feature-header::after {
    bottom: 1rem;
    height: 4px;
  }
  .feature {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
    margin-bottom: 2rem;
    padding: 6rem 3rem 0;
  }
  .feature-background strong {
    font-size: 1.4rem;
    line-height: 3.0;
  }
  .feature-background {
    padding: 1rem 2.5rem 2.2rem;
    border-radius: 20px;
  }
  .feature-text {
    max-width: 600px;
  }
  .feature-text p {
    margin: 1.5rem 0 2rem;
  }
  .feature-image {
    padding: 6rem 0 0;
  }
  .feature-image img {
    border-radius: 1rem;
  }
  .feature-title {
    font-size: var(--big-fontsize);
  }
}

@media (min-width: 1900px) {
  .feature-section {
    padding: 6rem 2rem 3rem;
  }
  .feature-header {
    font-size: 2.6rem;
    padding: 6rem 0;
  }
  .feature-header::after {
    bottom: 5rem;
    height: 4px;
  }
  .feature {
    margin-bottom: 10rem;
    align-items: center;
  }
  .feature-image {
    padding: 0;
  }
}
/* ここまで KODAWARI */


/* 対策用 */
.main__title span,
.main__subtitle span,
.feature-section .main__title span,
.feature-section .main__subtitle span {
  display: inline-block;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 1;
  transform: none;
  animation: none;
}

/* 対策用 */


/* ここから shop info */
.shop__infowrap {
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #242222;
  color: #dbc053;
}

.shop__list__title {
  font-size: var(--big-fontsize);
  text-align: center;
  margin-bottom: 0.7rem;
  border-bottom: 2px solid #dbc053;
  padding-bottom: 10px;
}

.shop__list_title span {
  background: linear-gradient(90deg, #f0d878 0%, #ffcc00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.shop__open {
  text-align: center;
  font-size: var(--semi-fontsize);
  margin-bottom: 30px;
}

.shop__adress__contents{
    max-width: 580px;
    margin: auto;
}
.shop__adress_wrap {
  margin-bottom: 40px;
  font-size: var(--semi-fontsize);
}

.shop__adress_wrap h3 {
  font-size: var(--middle-fontsize);
  border-left: 5px solid #dbc053;
  padding-left: 10px;
  margin-bottom: 15px;
  color: #dbc053;
}

.shop__adress_wrap h3 span{
  color: #FF2323;
}

.shop__table {
  width: 100%;
  border-collapse: collapse;
}

.shop__table th,
.shop__table td {
  padding: 7px 15px;
  border-bottom: 1px solid #555;
  text-align: left;
}

.shop_table tbody tr:last-child th,
.shop_table tbody tr:last-child td {
  border-bottom: none;
}

.shop__table th.tenpo {
  color: #ffd966;
  font-weight: bold;
  white-space: nowrap;
  width: 20%;
}

.shop__table td.adress {
  color: #ddd;
  width: 75%;
}

.shop__table td.detail{
  width: 15%;
}

.shop__table td.detail a {
  color: #ffd966;
  text-decoration: none;
  border-bottom: 1px dashed #ffd966;
  transition: all 0.3s ease;
  font-size: var(--semi-fontsize);
}

.shop__table td.detail a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .shop__infowrap {
    padding: 6rem 2%;
  }
  .shop__list__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .shop__adress__contents {
    max-width: 900px;
    margin: 4rem auto 0;
  }
  .shop__table tbody{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
  }
  .shop__table th.tenpo {
    width: 20%;
  }
  .shop__adress_wrap h3 {
    font-size: var(--normal-fontsize);
  }
}

@media screen and (min-width: 1536px) {
  .shop__adress__contents {
    max-width: 1000px;
  }
  .shop__table tbody{
    gap: 0 4rem;
  }
}
/* ここまで shop info */

/* ここから PR CONTENTS */
.pr__contents{
  background-color: #000;
  background-image: url(../images/bg_backdrop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.pr__wrapper{
  padding: 8% 12%;
}
.pr__title{
  color: #FFD966;
  font-size: var(--normal-fontsize);
}
.pr__link{
  color: #F5F5F5;
  font-size: var(--semi-fontsize);
  padding: 1rem 0 1.3rem;
}
.pr__wrapper img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.25), 
              0 2px 6px rgba(255, 255, 255, 0.05) inset;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.pr__wrapper:hover img {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.5), 
              0 0 8px rgba(255, 255, 255, 0.08) inset;
}
.pr__rogress{
  padding: 8vw 0 4vw;
}

@media screen and (min-width: 1024px) {
  .pr__wrapper{
    width: 800px;
    margin: auto;
    padding: 6% 0 4%;
  }
  .pr__title{
    font-size: var(--middle-fontsize);
  }
  .pr__link{
    font-size: var(--normal-fontsize);
  }
}

@media screen and (min-width: 1440px) {
  .pr__link {
    padding: 1rem 0 1.8rem;
  }
}
/* ここまで PR CONTENTS */

/* ここから お問い合わせ */
.inquery__contents {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inquery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: -1;
  backdrop-filter: blur(2px);
}
.inquery__wrapper {
  margin: 12% 8%;
  padding: 6% 8% 3%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
}
.inquery__ttl {
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}
.inquery__box {
  background: #FFF;
  padding: 1.5em 1rem;
  margin: 1.5rem 0;
  text-align: center;
  color: #111;
  border-radius: 8px;
}
.inquery__sttl {
  font-size: var(--middle-fontsize);
  font-weight: bold;
  color: #8f6c16;
  text-align: center;
  padding: 0 0 0.5rem;
}
.inquery__tel {
  font-size: var(--big-fontsize);
  font-weight: bold;
}
.inquery__text {
  padding: 0.5rem 0 0.7rem;
}
.inquery__btn {
  background: #8f6c16;
  padding: 0.8rem 2rem;
  line-height: 0;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
}
.inquery__btn a {
  color: #FFF;
}
.inquery__btn:hover {
	background: #b48a1e;
}

@media screen and (min-width: 600px) {
  .inquery__wrapper {
    padding: 4%;
  }
  .inquery__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .inquery__wrapper {
    width: 900px;
    margin: 10% auto;
    padding: 4rem 6rem;
  }
  .inquery__wrap {
    gap: 3rem;
    padding: 1.5rem 0 0;
  }
  .inquery__btn {
    margin: 0.5rem auto;
  }
}

@media screen and (min-width: 1440px) {
  .inquery__wrapper {
    width: 1100px;
    margin: 8% auto;
  }
}

@media screen and (min-width: 1900px) {
  .inquery__wrapper {
    width: 1200px;
  }
}

.lineup__contents .inquery__wrapper{
  margin: 14% auto 0;
}

@media screen and (min-width: 1024px) {
.lineup__contents .inquery__wrapper{
  margin: 10% auto 0;
}
}
/* ここまで お問い合わせ */

/* ここから フッター */
.p-footer {
  padding: 20px 60px 10px;
  background-color: #3D3E4A;
}
.p-footer__inner {
  display: block;
}
.p-footer__nav {
  font-size: 0.65rem;
}
.p-footer__navList {
  max-width: 280px;
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-footer__navItem {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #75706f;
}
.p-footer__navItem:nth-child(3n) {
  border-right: transparent;
  margin-right: 0;
  padding-right: 0;
}
.p-footer__logo {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
}
.p-footer__navItem a {
  color: #FFF;
  font-size: 0.8rem;
}
.p-footer__copyLight {
  text-align: center;
  display: block;
  margin-top: 30px;
  font-size: 0.7rem;
}

@media screen and (min-width: 599px) {
  .p-footer__navList {
    max-width: 100%;
}
.p-footer__navItem:nth-child(3n) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #75706f;
}
.p-footer__navItem:last-child {
  border-right: transparent;
  margin-right: 0;
  padding-right: 0;
}
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ここまで フッター */


/* go to TOP */
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#ffd966;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #000;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #f1d498;
  color: #232323;
}
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top a{
    opacity: 0.5;
  }
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.pagetop:hover {
  opacity: .8;
}
/* go to TOP */