@charset "UTF-8";

/* Base Setting Css ----------------------- */
*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}
html {height: 100%; font-size: 62.5%;overflow-x: hidden;}
body {position: relative;font-family: 'Noto Sans JP', sans-serif;font-size: 1.6rem;line-height: 1.0em;letter-spacing: 0em;background: #ffffff;overflow-x: hidden;overflow-y: scroll;word-wrap: break-word; height: auto;}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,span,strong {line-height: 1.3em;letter-spacing: 0em;font-weight: 400;font-feature-settings : "palt";margin: 0;padding: 0;color:#0A0A0A;}
main {display: block;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
ul {list-style: none;}
a, a:visited {color:#0A0A0A;text-decoration: none;background-color: transparent;}
a:hover, a:active { color:#4c4c4c; }
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;width: auto;height: auto;max-width: 100%;max-height: 100%;}
button, input, optgroup, select,textarea {font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset { padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
details { display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}
section {width: 100%; padding: 0; margin: 0 auto; display: block;}



/* Color library----------------------- */
:root { --cl-bs-01:#E1251B; --cl-bs-02: ; --cl-wh-01:#ffffff; --bs-bc-01:#0A0A0A; --bs-bc-02:#4C4C4C; --bs-gl-01: #A7A8A9; --bs-gl-02: ; --bs-rd-01: ; --bs-bl-01: ; --bs-gr-01: ; }



/* Common Parts ----------------------- */
#contents{width: 100%;padding: 60px 0 0;margin: 0;z-index: 0;visibility: visible; overflow: hidden;}
.inbox{width: 100%;padding: 60px 20px;margin: 0;display: block;}
.inbox h2{font-size: 9vw;font-family: "Play", sans-serif;color:var(--cl-bs-01);font-weight: bold;text-align: center;margin-bottom: 20px;}
.inbox h2 + p {font-size: 1.6rem; text-align: center; margin-bottom: 60px;}
.sp-none {display: none;}.tb-none{display: block;}.tbl-none{display: block;}.pc-none{display: block;}.sp-tb-none{display: none;}.tbl-pc-none{display: block;}
p {line-height: 1.6em;}
@media screen and (min-width: 768px) {
  .inbox h2 {font-size: 6vw;}
  .sp-none {display: block;}.tb-none{display: none;}.sp-tb-none{display: none;}
}
@media screen and (min-width: 1024px) {
  #contents{padding: 0;}
  .inbox {padding: 90px 20px;}
  .inbox h2 {font-size: 5.4rem;}
  .inbox h2 + p {font-size: 2rem;}
  .sp-tb-none{display: block;}.tbl-pc-none{display: none;}
}
@media screen and (min-width: 1200px) {
  .inbox {width: 90%;max-width: 1200px;padding: 100px 0;margin: 0 auto;}
  .sp-none {display: block;}.tb-none{display: block;}.pc-none{display: none;}
  .inbox h2 {font-size: 6rem;}

}

/* Button */
.btn-base, .btn-base:visited {width: fit-content;display: inline-block;padding: 16px 70px 16px 30px;color: var(--cl-wh-01);background-color: var(--bs-bc-01); font-size: 1.8rem;font-weight: 400;text-decoration: none;transition: 1s; position: relative;}
.btn-base:active, .btn-base:hover {color: var(--cl-wh-01);}
.btn-base::after {content: '|'; position: absolute; top:.8em; right: 55px;}
.btn-base i { position: absolute; right: 25px; align-items: center; transition: .5s; padding-top: 3px;}
.btn-base:hover i {right: 20px;}
.btn-base-red, .btn-base-red:visited {width: fit-content;display: inline-block;padding: 12px 50px 12px 30px;color: var(--cl-wh-01);background-color: var(--cl-bs-01); font-size: 1.6rem;font-weight: 400;text-decoration: none;transition: 1s; position: relative;}
.btn-base-red:hover {color: var(--cl-wh-01);}
.btn-base-red i { position: absolute; right: 25px; align-items: center; transition: .5s; padding-top: 3px;}
.btn-base-red:hover i {right: 20px;}

.pctb-none {display: block;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .btn-base, .btn-base:visited {padding: 16px 70px 16px 30px;font-size: 2rem;}
  .btn-base::after {content: '|'; position: absolute; top:.65em; right: 55px;}

}
@media screen and (min-width: 1200px) {
}

.btn-wrap {display: block; width: fit-content; margin: 60px auto 0;}

/* Form */
input {padding: .5rem 1rem;}
button, input, optgroup, select, textarea {font-size: 1.6rem;}



@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}



/* Animation ----------------------- */
.mv-left-in-pt1, .mv-left-in-pt2 {opacity: 0;transform: translateX(-100px);}
.mv-right-in-pt1, .mv-right-in-pt2 {opacity: 0;transform: translateX(100px);}
.mv-bottom-pt1, .mv-bottom-pt2 {opacity: 0;transform: translateY(100px);}
.mv-scale-in {opacity: 0;transform: scale(0.8);}




/* ローディング画面 */
.loading-screen {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background-color: #ffffff;display: flex;justify-content: center;align-items: center;z-index: 9999;opacity: 1;transition: opacity 2s ease-out;}
.loading-screen.hidden {opacity: 0;pointer-events: none;}
.loading-screen.force-hidden {display: none;}
/* 文字アニメーション */
.company-name {display: flex;gap: 0px;align-items: center;}
.letter {opacity: 0;transform: translateY(30px);animation: fadeInUp 0.8s ease-out forwards;}
.mr-01 {margin-right: -2px;}
.mr-02 {margin-right: -4px;}
.mr-03 {margin-right: 8px;}
.mr-04 {margin-right: -2px;}
.mr-05 {margin-right: -4px;}
.mr-06 {margin-right: -4px;}
.mr-07 {margin-right: -2px;}
.letter svg {width: 40px;height: 50px;}
@media screen and (min-width: 1024px) {
  .letter svg {width: 80px;height: 100px;}
  .mr-01 {margin-right: -4px;}
  .mr-02 {margin-right: -7px;}
  .mr-03 {margin-right: 15px;}
  .mr-04 {margin-right: -4px;}
  .mr-05 {margin-right: -7px;}
  .mr-06 {margin-right: -7px;}
  .mr-07 {margin-right: -5px;}
}


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





/*---------------------------------------------
  Header
---------------------------------------------*/
.header {width: 100%; position: absolute; top: 0; z-index: 100;}
.fixed-header {width: 100%; position: fixed; top: 0; left: 0; z-index: 100; visibility: visible; transition: all 0.5s ease-in-out;}
.header-inner {width: 100%; height: 60px; padding: 0 10px; display: flex; align-items: center; overflow-x: hidden;}
.header-inner .header-title {line-height: 0.8em; padding-top: 5px;}
.header-inner .header-title img {width: 200px;}
.header-nav {margin-left: auto; position: fixed; top: 0; right: -100%; width: 80%; height: 100vh; background: var(--cl-wh-01); z-index: 1050; transition: right 0.4s ease; box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1); overflow-y: auto; opacity: 1;}
.header-nav.active {right: 0;}
.header-nav.is-hiding {right: 0; opacity: 0; transition: opacity 0.4s ease; pointer-events: none;}
.header-nav .link-block {padding: 60px 0 0 20px;}
.header-nav .link-block a {display: block; padding: 20px 0; border-bottom: 1px solid #D4E8E2; color: var(--bs-bc-01);}
.header-nav .link-block a:visited {color: var(--bs-bc-01);}
.header-nav .link-block a span {display: block; font-family: "Play", sans-serif; color: var(--cl-bs-01);}
.header-nav div .btn-base-red {width: fit-content; display: block; margin: 50px auto;}
.fixed-header {box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1); background: var(--cl-wh-01);}


/* ハンバーガーメニュー */
.hamburger {display: flex; flex-direction: column; justify-content: space-between; width: 35px; height: 25px; cursor: pointer; position: fixed; top: 20px; right: 20px; z-index: 1100; transition: all 0.3s;}
.hamburger span {display: block; width: 100%; height: 2px; background: var(--bs-bc-01); transition: all 0.3s;}
.hamburger.active span:nth-child(1) {transform: translateY(11.5px) rotate(45deg);}
.hamburger.active span:nth-child(2) {opacity: 0;}
.hamburger.active span:nth-child(3) {transform: translateY(-11.5px) rotate(-45deg);}

/* オーバーレイ */
.overlay {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 1000; opacity: 0; visibility: hidden; transition: all 0.3s;}
.overlay.active {opacity: 1; visibility: visible;}
.menu-open {overflow: hidden !important;}

/* Language Switcher */
.language-switcher {position: relative; display: inline-block; cursor: pointer;z-index: 2001;}
.language-switcher > .current-language {padding: 10px 20px; color: #ffffff; border: none; font-size: 16px; display: flex; align-items: center; gap: 10px;z-index: 2002;}
.language-switcher > .language-options {display: block; visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 0; background-color: white; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); z-index: 1000; transform: translateY(-10px); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}
.language-switcher > .language-options a {display: flex; align-items: center; gap: 10px; padding: 10px 20px; color: #333; text-decoration: none; font-size: 14px; transition: background-color 0.3s ease;}
.language-switcher > .language-options a:hover {background-color: #f1f1f1;}
.language-switcher.show-options > .language-options {visibility: visible; opacity: 1; transform: translateY(0);}
@media (hover: hover) {
  .language-switcher:hover > .language-options {visibility: visible; opacity: 1; transform: translateY(0);}
}
.flag {width: 20px; height: 20px; object-fit: cover;}
.sp-none {display: none;}
@media screen and (min-width: 768px) {
  .header-inner {height: 70px;}
  .header-inner .header-title img {width: 240px;}
}

@media screen and (min-width: 1024px) {
  .sp-none {display: block;}
  .header-inner .header-title {padding-top: 5px; margin-right: 100px;}
  .header-inner .header-title img {width: 280px;}
  .fixed-header {top: -80px; visibility: hidden; box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1); background: var(--cl-wh-01);}
  .fixed-header.is-show {top: 0; visibility: visible;}
  .header-inner {overflow-x: visible;}
  .header-nav {position: static; height: auto; box-shadow: none; background: none; transition: none; display: flex;overflow-y: visible; justify-content: space-between;}
  .header-nav .link-block {display: flex; justify-content: space-between; align-items: center; padding: 0;}
  .header-nav .link-block a {display: block; margin-right: 30px; padding: 0 20px 0 0; color: var(--bs-bc-01); border-bottom: none;}
  .hamburger, .overlay {display: none;}
  .link-block {display: flex;}
}

@media screen and (min-width: 1200px) {
  .header-inner {width: 96%; max-width: 1600px; margin: 0 auto; padding: 0 20px; position: relative;}
  .header-inner .header-title {margin-right: 120px;}

}

.nav-dropdown {position: relative;display: inline-block; width: 100%;}
.nav-dropdown .nav-title {display: block;padding: 20px 0;border-bottom: 1px solid #D4E8E2;color: var(--bs-bc-01);cursor: default;}
.nav-dropdown .nav-title i {display: inline-block; padding-left: 10px;}
.nav-dropdown .nav-title span {display: block; font-family: "Play", sans-serif; color: var(--cl-bs-01); width: fit-content; margin: 0;}
.nav-dropdown .dropdown-content {padding-left: 20px;}
.nav-dropdown .dropdown-content a {width: 100%; display: block;padding: 15px 0;border-bottom: none;color: var(--bs-bc-01);opacity: 0.8;}
.nav-dropdown .dropdown-content a:visited {color: #040000;}
.nav-dropdown .dropdown-content a:hover {opacity: 1;}
@media screen and (min-width: 1024px) {
  .nav-dropdown {position: relative;margin-right: 60px;width: auto;}
  .nav-dropdown .nav-title {padding: 0;border-bottom: none;cursor: pointer;transition: opacity 0.3s ease;}
  .nav-dropdown .nav-title:hover {opacity: 0.8;}
  .nav-dropdown .dropdown-content {display: block;visibility: hidden;opacity: 0;position: absolute;top: 100%;left: 0;padding: 0;background-color: #ffffff;border: 1px solid #ddd;border-radius: 5px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);z-index: 1000;min-width: 180px;transform: translateY(-10px);transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}
  .nav-dropdown .dropdown-content a {padding: 10px 20px;color: #040000;font-size: 14px;transition: background-color 0.3s ease;opacity: 1;}
  .nav-dropdown .dropdown-content a:hover {background-color: #f1f1f1;}
  .nav-dropdown:hover .dropdown-content {visibility: visible;opacity: 1;transform: translateY(0);}
}




/*---------------------------------------------
  Footer
---------------------------------------------*/
.footer {padding: 60px 20px; background: linear-gradient(0, #0A0A0A, #707070);}
.footer-container {max-width: 1400px;margin: 0 auto 50px;display: grid;grid-template-columns: 1fr;gap: 30px;}
.f-redmaker-logo {margin-bottom: 20px;}
.social-icons {width: fit-content;display: flex;justify-content: center;gap: 20px;margin: 0 0 20px 10px;}
.social-icon {width: 20px;}
.social-icon img {width: 100%;}
.footer-nav {margin-bottom: 20px;}
.footer-links {list-style: none;}
.footer-links li {margin-bottom: 10px;}
.footer-links a {color: var(--cl-wh-01);text-decoration: none;opacity: 0.8;transition: opacity 0.8s;}
.footer-links a:hover {opacity: 1;}
.copyright {border-top: var(--bs-bc-02) 1px solid; padding-top: 20px;}
.copyright p {color: var(--bs-bc-02); font-size: 1.2rem; text-align: left;}
.copyright .link-in a:link, .copyright .link-in a:visited {display: block; margin: 15px 0; color: var(--bs-bc-02); font-size: 1.6rem; transition: .8s;} 
.copyright .link-in a:hover {color: var(--cl-wh-01);}

@media (min-width: 1024px) {
  .footer-container {margin: 0 auto 60px;}
  .footer-under {display: flex; justify-content: space-between; align-items: flex-start; }
  .f-redmaker-logo {width: 300px;}
  .f-redmaker-logo img {width: 100%;}
  .social-icons {justify-content: flex-start;}
  .under-right {width: 500px;  display: flex; justify-content: space-between;}
  .footer-nav {width: 600px; display: flex; justify-content: space-around;}
  .copyright {max-width: 1400px; display: flex; justify-content: space-between; margin: 0 auto; padding-bottom: 30px; }
  .copyright .link-in {display: flex; gap: 30px;} 
  .copyright .link-in a:link, .copyright .link-in a:visited {margin:0;} 
}







/*---------------------------------------------
  Top page
---------------------------------------------*/
/* Main */
.main {width: 100%;height: auto; position: relative;}
.main .inbox {position: relative; padding-top: 100%; padding-bottom: 0; z-index: 10;}
.main.first-view {position: relative;width: 100%;height:calc(100vh - 60px );display: flex;justify-content: center;align-items: center;}
.main .inbox h2 {font-size: 9vw; font-weight: bold; color: var(--bs-bc-01); text-align: left;}
.main .inbox img {width: 100%;height: auto;}
.main .inbox p {font-size: 4.7vw; text-align: left; width: 20em;}
.triangle-gradient {position: absolute;top: 22%;left: 0;width: 250px;height: 280px;background: linear-gradient(90deg, #0A0A0A 0%, #3c3c3c 20%, #878787 50%, #c8c8c8 100%);clip-path: polygon(0 0, 50% 50%, 0 100%);transform: rotate(0deg);transform-origin: center;}
.main-img-wrap {width: 100%; height: 100%; position: relative; position: absolute; right: -33%; top: -30%; transform: rotate(-41deg);transform-origin: center; border-width: 200px 40px 40px 40px; border-style: solid; border-image: linear-gradient(to bottom, #E1251B, #7B140F) 1; background-color: #040000; }


/* プレースホルダー画像 */
.logo-placeholder {width: fit-content;height: auto;margin-bottom: 10px;}
@media screen and (min-width: 768px) {
  .main .inbox {padding-top: 70%;}
  .main .inbox h2 {font-size: 7vw;}
  .main .inbox img, .logo-placeholder {width: 70%;}
  .main .inbox p {font-size: 2.8vw; text-align: left; width: 20em;}
  .triangle-gradient {width: 350px;height: 380px;}
  .main-img-wrap {width: 100%; height: 130%; right: -40%; top: -40%; border-width: 300px 40px 100px 40px; }

}
@media screen and (min-width: 1024px) {
  .main .inbox {padding-top: 30%;}
  .main .inbox h2 {font-size: 6.2vw;}
  .main .inbox img, .logo-placeholder {width: 44%;}
  .main .inbox p {font-size: 2rem; text-align: left; width: 54%;}
  .main.first-view {height: 70vh;}
  .triangle-gradient {top: 0;left: -100px;width: 40vw;height: 230px;background: linear-gradient(180deg, #0A0A0A 0%, #3c3c3c 30%, #707070 60%, #c8c8c8 100%);clip-path: polygon(0 0, 100% 0, 70% 100%);}
  .main-img-wrap {width: 60%; height: 90%; right: -25%; top: -7%; transform: rotate(30deg); border: 40px solid; border-image: linear-gradient(to bottom, #7B140F, #E1251B) 1; }
  .main-img-wrap::after {position: absolute; content:''; right: -10%; bottom: -80px; width:90%; height: 80px; background: linear-gradient(to right, #A7A8A9, #E5E5E5); z-index: 2;}
}
@media screen and (min-width: 1200px) {
  .main .inbox {padding-top: 20%; max-width: none;}
  .main .inbox h2 {font-size: 4vw;}
  .main .inbox img, .logo-placeholder {width: 25vw;}
  .main .inbox p {font-size: 2.4rem; width: 23em;}
  .main.first-view {height: 100vh;}
  .triangle-gradient {top: 0;left: -100px;width: 30vw;height: 280px;}
  .main-img-wrap {width: 70%; height: 110%; }
}

/* アニメーション用の初期状態 */
.hero-logo {opacity: 0;transform: translateY(-50px) scale(0.8);}
.hero-title {}
.hero-title .char {display: inline-block;font-weight: bold; transform: translateY(100px) rotateX(90deg);transform-origin: bottom;opacity: 0;}
.hero-description {opacity: 0;transform: translateY(30px);}




.slide {position: absolute;width: 100%;height: 100%;background-size: cover;background-position: center;opacity: 0;animation: fadeSlide 15s infinite; }
.bg1 {background-image: url('../images/top-main-img-01-sp.jpg');animation-delay: 0s;}
.bg2 {background-image: url('../images/top-main-img-02-sp.jpg');animation-delay: 5s;}
.bg3 {background-image: url('../images/top-main-img-03-sp.jpg');animation-delay: 10s;}
@keyframes fadeSlide {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}
@media screen and (min-width: 1024px) {
  .bg1 {background-image: url('../images/top-main-img-01.jpg');animation-delay: 0s;}
  .bg2 {background-image: url('../images/top-main-img-02.jpg');animation-delay: 5s;}
  .bg3 {background-image: url('../images/top-main-img-03.jpg');animation-delay: 10s;}
}

















/* Top page common parts */
.sd-box {display: block; width: fit-content; box-shadow: 0px 0px 14px 4px #dedede; padding: 30px; background: var(--cl-wh-01);}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}


/* top purpose */
.tp-purpose {position: relative;}
.tp-purpose::before {content: ''; display: block; width: 30%; height: 60%; position: absolute; left: 0; top: -50%; background: url('../images/main-back01.svg') 0 0/cover no-repeat; z-index: 2;}
.tp-purpose .inbox .fl-wrap .img-box {width: 100%; height: auto; display: block; position: relative; margin-bottom: 10px;}
.tp-purpose .inbox .fl-wrap .img-box .pc-img-01, .tp-purpose .inbox .fl-wrap .img-box .pc-img-02, .tp-purpose .inbox .fl-wrap .img-box .pc-img-03 {display: none;}
.tp-purpose .inbox .fl-wrap .img-box .sp-img-01 {width: 48%; display: block; left: 28.5%; position: relative; }
.tp-purpose .inbox .fl-wrap .img-box .sp-img-02 {width: 46%; display: inline-block; margin-top: -8%; margin-left: 2.5%;}
.tp-purpose .inbox .fl-wrap .img-box .sp-img-03 {width: 51.5%; display: inline-block; margin-left: -3.5%;}
.tp-purpose .inbox .fl-wrap h2 {color: var(--bs-bc-01); text-align: left; width: fit-content; margin: 40px auto;}
.tx-back-red {font-size: 2.4rem; width: fit-content; margin: 0 auto; background: #E1251B; color: #fff; font-weight: bold; padding: 10px 50px; position: relative;}
.tx-back-red::before {content: ''; height:calc(100% + 2px); width: 40px; clip-path: polygon(0 0, 100% 0, 35% 100%, 0 100%); background-color: #fff; position: absolute; left: -10px; bottom: -1px;}
.tx-back-red::after {content: ''; height:calc(100% + 2px); width: 40px; clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%); background-color: #fff; position: absolute; right: -10px; bottom: -1px;}
.tp-purpose .inbox p {font-size: 1.8rem; text-align: center;}
.tp-purpose .inbox .pc-none {padding: 10px 0;}
.tp-purpose .inbox .pc-none .tx-back-red {width: 80%; min-width: 300px; font-size: 2rem;}
.tp-purpose .inbox .pc-none span {display: block; width: fit-content; margin: 5px auto; color: var(--cl-bs-01); font-weight: bold; font-size: 3.4rem;}
@media screen and (min-width: 768px) {
  .tp-purpose::before {width: 30%; height: 60%; position: absolute; top: -40%;}
}
@media screen and (min-width: 1024px) {
  .tp-purpose::before {width: 30%; height: 100%; top: -80%;}
  .tp-purpose .inbox p {font-size: 2rem;}
  .tp-purpose .inbox .tx-back-red {min-width: 700px; margin: 10px auto;}
  .tp-purpose .inbox .fl-wrap {display: flex; justify-content: space-around; align-items: center; margin-bottom: 60px;}
  .tp-purpose .inbox .fl-wrap .img-box {width: 50%; height: auto; display: block; position: relative; margin-bottom: 10px;}
  .tp-purpose .inbox .fl-wrap .img-box .pc-img-01 {width: 47.5%; display: block; left: 29.5%; position: relative; }
  .tp-purpose .inbox .fl-wrap .img-box .pc-img-02 {width: 46.5%; display: inline-block; margin-top: -8.5%; margin-left: 2.5%;}
  .tp-purpose .inbox .fl-wrap .img-box .pc-img-03 {width: 51.7%; display: inline-block; margin-left: -3.5%;}
  .tp-purpose .inbox .fl-wrap .img-box .sp-img-01, .tp-purpose .inbox .fl-wrap .img-box .sp-img-02, .tp-purpose .inbox .fl-wrap .img-box .sp-img-03 {display: none;}
  .tp-purpose .inbox .fl-wrap h2 {font-size: 4vw; width: 48%; margin: 0;}
}
@media screen and (min-width: 1200px) {
  .tp-purpose::before {width: 30%; height: 140%; top: -100%;}
}


/* top web3 */
.tp-web3 .inbox .fl-wrap {display: flex;  justify-content: space-between; flex-wrap: wrap; gap: 30px 0; }
.tp-web3 .inbox .fl-wrap .sd-box {width: 48%; padding: 20px 10px;}
.tp-web3 .inbox .fl-wrap .sd-box img { width: 100%;}
@media screen and (min-width: 1024px) {
  .tp-web3 .inbox .fl-wrap .sd-box {width: 31.5%; padding: 30px;}
}


/* top entertainment */
.tp-entertainment {position: relative;}
.tp-entertainment::before {content: "";position: absolute;top: -30%;right: 0;width: 70%;aspect-ratio: 9 / 12;background-image: url('../images/section-back01.svg');background-size: cover;background-repeat: no-repeat;z-index: -1;}
.tp-entertainment .inbox .fl-wrap {display: flex;  justify-content: space-between; flex-wrap: wrap; gap: 30px 0; }
.tp-entertainment .inbox .fl-wrap .sd-box {width: 48%; padding: 20px 10px;}
.tp-entertainment .inbox .fl-wrap .sd-box img { width: 100%;}
@media screen and (min-width: 1024px) {
  .tp-entertainment::before {top: -80%;right: 0;width: 50%;aspect-ratio: 9 / 12;}
  .tp-entertainment .inbox .fl-wrap .sd-box {width: 31.5%; padding: 30px;}
}


/* top rental space */
.tp-rental-space {margin-bottom: 60px; position: relative;}
.tp-rental-space::before {content: "";position: absolute;top: -40%;left: 0;width: 60%;aspect-ratio: 9 / 16;background-image: url('../images/section-back02.svg');background-size: cover;background-repeat: no-repeat;z-index: -1;}
.tp-rental-space .inbox .sd-box { width: 100%; margin: 0 auto; }
.tp-rental-space .inbox .sd-box img { width: 560px; display: block; margin: 20px auto 0;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .tp-rental-space {margin-bottom: 80px;}
  .tp-rental-space::before {top: -90%;left: 0;width: 50%;aspect-ratio: 9 / 16;}
}
@media screen and (min-width: 1200px) {
}


/* top track record */
.tp-track-record {background: url('../images/track-record-back.jpg') 70% 50%/cover no-repeat;}
.tp-track-record .inbox h2 { color: var(--cl-wh-01); text-align: left; line-height: 1em;}
.tp-track-record .inbox h2 + p {color: var(--cl-wh-01);}
.tp-track-record .inbox h3 {font-weight: bold; color: var(--bs-bc-01);}
.tp-track-record .inbox .number {color: var(--cl-bs-01); font-weight: bold; line-height: 1.4em;}
.tp-track-record .inbox .number span {font-size: 15vw;font-family: "Play", sans-serif; font-weight: bold; color: var(--cl-bs-01);}
.tp-track-record .inbox img.logo { width: 50%; margin: 5% auto; display: block;}
.bt-list {display: grid;grid-template-columns: repeat(9, 1fr);grid-template-rows: repeat(11, 1fr);gap: 30px;height: 1700px;width: 100%;margin: 0 auto;}
.bt-item { padding: 5%;}
.bt-item p.number {padding-left: 5%; margin-bottom: 30px;}
.bt-item.item-1 {grid-column: 1 / 10;grid-row: 1 / 2;}
.bt-item.item-2 {grid-column: 1 / 10;grid-row: 2 / 4; background: url('../images/bt-item-2-sp.jpg') 0 0/50% no-repeat ,var(--cl-wh-01);}
.bt-item.item-2 h3, .bt-item.item-2 p.number {padding-left: 50%;}
.bt-item.item-3 {grid-column: 1 / 10;grid-row: 4 / 6; background: url('../images/bt-item-3.jpg') 100% -0.3%/45% no-repeat ,var(--cl-wh-01);}
.bt-item.item-4 {grid-column: 1 / 10;grid-row: 6 / 7; padding: 20px;}
.bt-item.item-5 {grid-column: 1 / 10;grid-row: 7 / 9; background: url('../images/bt-item-5-sp.jpg') 100% -0.3%/50% no-repeat ,var(--cl-wh-01);}
.bt-item.item-6 {grid-column: 1 / 10;grid-row: 9 / 12; background: url('../images/bt-item-6.jpg') 0 100.3%/100% no-repeat ,var(--cl-wh-01);}
.bt-item.item-6 .number {margin-bottom: 0;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .tp-track-record {background: url('../images/track-record-back.jpg') 50% 50%/cover no-repeat;}
  .tp-track-record .inbox h2 { font-size: 3.8vw;}
  .tp-track-record .inbox .number span {font-size: 6rem;}
  .tp-track-record .inbox img.logo { width: 100%; margin: 20% auto;}
  .bt-list {gap: 40px;height: 800px;width: 900px;}
  .bt-item p.number {margin-bottom: 0;}
  .bt-item.item-1 {grid-column: 1 / 5;grid-row: 1 / 4;}
  .bt-item.item-2 {grid-column: 5 / 10;grid-row: 1 / 5; background: url('../images/bt-item-2.jpg') 0 0/40% no-repeat ,var(--cl-wh-01); padding-left: 40%;}
  .bt-item.item-2 h3, .bt-item.item-2 p.number {padding-left:0;}
  .bt-item.item-3 {grid-column: 1 / 5;grid-row: 4 / 8; background: url('../images/bt-item-3.jpg') 100% -0.3%/40% no-repeat ,var(--cl-wh-01);}
  .bt-item.item-4 {grid-column: 5 / 7;grid-row: 5 / 7; padding: 20px;}
  .bt-item.item-5 {grid-column: 1 / 7;grid-row: 8 / 12; background: url('../images/bt-item-5.jpg') 100% -0.3%/55% no-repeat ,var(--cl-wh-01);}
  .bt-item.item-6 {grid-column: 7 / 10;grid-row: 5 / 12; background: url('../images/bt-item-6.jpg') 0 100.3%/100% no-repeat ,var(--cl-wh-01);}
  .bt-item.item-2 h3 {text-align: right; padding-right: 20%;}
  .bt-item.item-2 p.number {text-align: right; padding-right: 20%;}
  .bt-item.item-3 p {padding-right: 17%;}
  .bt-item.item-5 p.number {margin-bottom: 10px;}
}
@media screen and (min-width: 1200px) {
    .bt-list {gap: 30px;height: 800px;width: auto; max-width: 1200px; }
    .tp-track-record .inbox .number span {font-size: 8rem;}
}


/* top news */
.tp-news {display: block;}
.tp-news .inbox h2 {color: var(--bs-bc-01);}
.tp-news .inbox .news-wrap {display: flex;overflow-x: auto;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;padding: 10px 0;gap: 20px;}
.tp-news .inbox .news-wrap .news-item {width: 280px; min-width: 280px;flex: 0 0 auto;scroll-snap-align: start; margin-bottom: 30px; box-sizing: border-box;}
.tp-news .inbox .news-wrap .news-item a {display: block;text-decoration: none;color: inherit;}
.tp-news .inbox .news-wrap .news-item a .thumbnail {width: 100%; display: block; margin-bottom: 20px; overflow: hidden; box-shadow: 0px 0px 14px 4px #dedede;}
.tp-news .inbox .news-wrap .news-item a .thumbnail img {width: 100%; width: 100%;height: auto;display: block; transition: .8s; object-fit: cover;object-position: center;}
.tp-news .inbox .news-wrap .news-item a:hover .thumbnail img {scale: 1.1;}
.tp-news .inbox .news-wrap .news-item a .news-meta {display: flex;justify-content: space-between;margin: 10px 0; align-items: center;}
.tp-news .inbox .news-wrap .news-item a .news-meta .date, .top-news .inbox .news-wrap .news-item a .news-meta .categoly {font-size: 1.4rem;}
.tp-news .inbox .news-wrap .news-item a .news-meta .categoly {font-size: 1.2rem; display: inline-block; padding: 5px 15px; border: 1px solid var(--bs-bc-01); border-radius: 20px;}
.tp-news .inbox .news-wrap .news-item a .title {font-size: 1.8rem;font-weight: bold;margin: 10px 0; line-height: 1.4em;}
.tp-news .inbox .news-wrap .news-item a .sub-title {color: var(--bs-gl-01); font-size: 1.4rem;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.tp-news .inbox .news-wrap .news-item a .sub-title span {font-size: 1.4rem; display: inline-block; color: var(--bs-gl-01); padding-right: 5px;}

/*スクロールバーのカスタマイズ（オプション） */
.tp-news .inbox .news-wrap::-webkit-scrollbar {height: 8px;}
.tp-news .inbox .news-wrap::-webkit-scrollbar-track {background: var(--bs-gl-01);border-radius: 4px;}
.tp-news .inbox .news-wrap::-webkit-scrollbar-thumb {background: var(--cl-bs-01);border-radius: 4px;}
.tp-news .inbox .news-wrap::-webkit-scrollbar-thumb:hover {background: #555;}

@media screen and (min-width: 1024px) {
  .tp-news .inbox h2 {margin-bottom: 50px;}
  .tp-news .inbox .news-wrap {display: flex;overflow-x: visible;flex-wrap: wrap;justify-content: space-between;gap: 20px;}
  .tp-news .inbox .news-wrap .news-item {flex: 1 1 calc(25% - 30px);max-width: calc(25% - 30px);min-width: auto;}
  .tp-news .inbox .news-navi {display: flex; justify-content: end; align-items: center;}
  .tp-news .inbox .news-navi .btn-wrap {margin: 0;}
  .tp-news .inbox .news-wrap::-webkit-scrollbar {display: none;}
}
 

/*
.tp-news .inbox .news-wrap {
    overflow-x: hidden;
    flex-wrap: nowrap;
    transition: transform 0.3s ease;
    scroll-snap-type: none;
}

.tp-news .inbox .news-wrap .news-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
}
*/











/* top future */
.tp-future {background: url('../images/tp-future-back.png') 0 0/cover no-repeat; padding-bottom: 80px;}
.tp-future .inbox h2 {text-align: left;}
.tp-future .inbox h2 + p {font-weight: bold; text-align: left;}
@media screen and (min-width: 1024px) {
  .tp-future {padding-bottom: 100px;}
  .tp-future .inbox h2 + p {font-size: 2.4rem; margin-bottom: 0;}
  .tp-future .inbox h2 + p + p {font-size: 2rem; line-height: 1.8em; padding-left: 40%;}
}
@media screen and (min-width: 1200px) {
}




















/* Low page ----------------------- */

/* Low common parts */
.low-title-wrap {display: block; position: relative;width: 100%;height:auto; min-height: 35vh; overflow: hidden; background: #ffffff; padding: 16vh 0 6vh; }
.low-title-wrap::after {position: absolute; top: 0; right: 0; content: ''; width: 70vw; height: 24vh; background: url('../images/low-title-bg-parts-sp.png') top right/100% no-repeat;}
.low-title-wrap.service {position: relative;width: 100%;height:auto;}
.low-title-wrap.service::before { display: block; content: ''; width: 12%; aspect-ratio: 1/1.8; background: url('../images/low-title-left-parts.svg') 0 0/100% no-repeat;  position: absolute; top: 6vh; z-index: 2;}

.mv-title video,.mv-title h2 {position: absolute;top: 14vh;left: 10%;width: 100%;height: 11vh; z-index: 0;}
.mv-title video {object-fit: cover;}
.mv-title h2 {background: #fff;font-size: clamp(80px, 14.4vw, 260px); font-family: "Play", sans-serif;font-weight: bold;text-align: left;margin: 0;mix-blend-mode: screen;white-space: nowrap;}
.mv-title h3 {margin-top: 1vh; font-size: 14vw; font-weight: 400; font-family: "Play", sans-serif; position: relative; z-index: 3; opacity: 0; visibility: hidden;}
.mv-title h3 .filled {color: var(--cl-bs-01); font-weight: bold;}
.mv-title h3 .outlined { color: transparent; -webkit-text-stroke: 1px var(--cl-bs-01); text-stroke: 1px var(--cl-bs-01); }
.loading-complete .mv-title h3 {visibility: visible;}
.low-title-wrap .title-under {display: block; width: 100%; position: relative; margin-top: 2vh; padding: 20px;} 
.low-title-wrap .title-under p {color: var(--bs-gl-01); font-size: 1.5rem;}
.low-title-wrap .title-under .title {font-size: 2.4rem; font-weight: bold; color: var(--bs-bc-01); margin-bottom: 10px;}
.low-title-wrap .title-under .title span {font-size: 2.4rem; color: var(--cl-bs-01); font-weight: bold; }
.low-title-wrap .sub-title {display: block; padding: 10px;}
.low-title-wrap .sub-title h3 {font-size: 8vw; color: var(--cl-bs-01); font-weight: bold; font-family: "Play", sans-serif;}
.low-title-wrap .sub-title h3 + p {font-size: 1.6rem; font-weight: bold; color: var(--bs-bc-01);}

.low-bg-parts-right {display: block; position: relative; width: 100%; height: auto;}
.low-bg-parts-right::before {content: "";position: absolute;top: -30%;right: 0;width: 70%;aspect-ratio: 9 / 12;background-image: url('../images/section-back01.svg');background-size: cover;background-repeat: no-repeat;z-index: -1;}
.low-bg-parts-left {display: block; position: relative; width: 100%; height: auto;}
.low-bg-parts-left::before {content: "";position: absolute;top: -40%;left: 0;width: 60%;aspect-ratio: 9 / 16;background-image: url('../images/section-back02.svg');background-size: cover;background-repeat: no-repeat;z-index: -1;}

p.line-gray { font-size: 1.4rem; line-height: 1.4em; font-weight: bold; position: relative; padding: 15px 10px; margin-bottom: 20px;}
p.line-gray:last-child {margin-bottom: 0;}
p.line-gray::before {content: ''; display: inline-block; width: 1.6rem; height: 1.2em; margin-bottom: -2px; margin-right: 10px; background: url('../images/check-icon.svg') 50% 50%/cover no-repeat; }
p.line-gray.pt-1 {background: linear-gradient(120deg, #F5F5F5 0%, #F5F5F5 80%, transparent 80%);}
p.line-gray.pt-2 {background: linear-gradient(60deg, #F5F5F5 0%, #F5F5F5 90%, transparent 90%);}
p.line-gray.pt-3 {background: linear-gradient(60deg, #F5F5F5 0%, #F5F5F5 85%, transparent 85%);}

h3.low-tl { font-size: 3.6rem; font-family: "Play", sans-serif; color: var(--cl-bs-01); font-weight: bold; text-align: left; margin-bottom: 5px; border-bottom: 1px solid var(--cl-bs-01);}
h3.low-tl + span {font-size: 1.4rem; display: block; color: var(--bs-bc-01); font-weight: bold; margin-bottom: 30px;}

.low-footer-upper {display: block; width: 100%; padding: 150px 0 40px; position: relative; }
.low-footer-upper .inbox h3 {font-size: 2.8rem; color: var(--bs-bc-01); font-weight: bold; line-height: 1.6em; margin-bottom: 20px}
.low-footer-upper .inbox h3.tx-left {text-align: left;}
.low-footer-upper .inbox h3.tx-right {text-align: right;}
.low-footer-upper .inbox h3 span {font-size: 2.8rem; font-weight: bold; color: var(--cl-bs-01);}
.low-footer-upper .inbox h3 + p {font-size: 1.6rem;}
.low-footer-upper .bg-parts-right { position: absolute;bottom: 0;right: 0;width: 30%; aspect-ratio: 1/1; background: linear-gradient(90deg, #7B140F 0%, #E1251B 100%);clip-path: polygon(0 100%, 100% 100%, 100% 0);transform: rotate(0deg);transform-origin: center; z-index: -1;}
.low-footer-upper .bg-parts-left { position: absolute;bottom: 0;left: 0;width: 30%; aspect-ratio: 1/1; background: linear-gradient(90deg, #7B140F 0%, #E1251B 100%);clip-path: polygon(0 0, 100% 100%, 0 100%);transform: rotate(0deg);transform-origin: center; z-index: -1;}
.low-footer-upper .inbox .btn-wrap {margin: 60px 0 0;}
.low-img-left {position: absolute; top: 0; left: 0; width: 40%; z-index: -1; }
.low-img-right {position: absolute; top: 0; right: 0; width: 40%; z-index: -1; object-fit: contain;}


/* モーダル用CSS */
.modal {display: none;position: fixed;z-index: 99998;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);cursor: pointer;}
.modal-content {position: relative;display: block;max-width: 90%;max-height: 90%;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: default;}
.modal-image {width: 100%;height: auto;display: block; margin: 0 auto;}
.close {position: absolute;top: 15px;right: 35px;color: #fff;font-size: 40px;font-weight: bold;cursor: pointer;z-index: 99999;}
.close:hover,
.close:focus {color: #ccc;text-decoration: none;}

@media screen and (min-width: 768px) {
  .low-title-wrap {padding: 12vh 0 6vh; }
  .low-title-wrap::after { height: 40vh; }
  .mv-title video,.mv-title h2 {position: absolute;top: 14vh;height: 17vh;}
  .mv-title h3 {margin-top: 5vh; font-size: 14vw; margin-left: 7%;}
  .low-title-wrap .title-under { width: 90%; margin-left: 5%; } 
  .low-title-wrap .sub-title h3 {font-size: 6vw;}

  .low-bg-parts-right::before {top: -80%;right: 0;width: 50%;aspect-ratio: 9 / 12;}
  .low-img-left {top: -50px; width: 25%;}
  .low-img-right {top: -50px; width: 25%;}
}
@media screen and (min-width: 1024px) {
  .low-title-wrap { min-height: 35vh; padding-top: 20vh; }
  .low-title-wrap::after {width: 60vw; height: 26vw; background: url('../images/low-title-bg-parts-pc.png') top right/100% no-repeat;}
  .low-title-wrap.service::before { position: relative; top: 0;}
  .mv-title video,.mv-title h2 {top: 22vh;left: 13%;height: 30vw;}
  .mv-title h3 {margin-top: -10vh; font-size: 10vw; margin-left: 7%;}
  .low-title-wrap .title-under p {font-size: 1.6rem; line-height: 1.8em;}
  .low-title-wrap .title-under .title {font-size: 3.2rem; }
  .low-title-wrap .title-under .title span {font-size: 3.2rem;}
  .low-title-wrap .sub-title { padding: 0 0 0 5vw;}
  .low-title-wrap .sub-title h3 {font-size: 4vw;}
  .low-title-wrap .sub-title h3 + p {font-size: 2.4rem;}

  .low-bg-parts-right::before {top: -70%;right: 0;width: 50%;aspect-ratio: 9 / 14;}
  .low-bg-parts-left::before {top: -50%;left: 0;width: 50%;aspect-ratio: 9 / 16;}
  p.line-gray { font-size: 1.6rem; line-height: 1.6em; padding: 15px;}
  p.line-gray::before { width: 24px; height: 24px; margin-bottom: -6px; }
  h3.low-tl { font-size: 4.8rem;}
  h3.low-tl + span {font-size: 1.6rem;}
  .low-footer-upper {padding: 100px 0 40px; }
  .low-footer-upper::after {width: 30%; }
  .low-footer-upper .inbox { max-width: 900px;}
  .low-footer-upper .inbox h3 {font-size: 3.4rem; line-height: 1.6em; text-align: left; margin-bottom: 20px}
  .low-footer-upper .inbox h3.tx-right {text-align: left;}
  .low-footer-upper .inbox h3 span {font-size: 3.4rem; }
  .low-footer-upper .inbox h3 + p {font-size: 1.8rem;}
  .low-footer-upper .bg-parts-right { width: 30vw; }
  .low-footer-upper .bg-parts-left { width: 25%; }
  .pd-left {padding-left: 300px;}
  .low-img-left { top: -170px; width: 284px; height: auto; }
  .low-img-right { top: -170px; width: 284px; height: auto; }
  .modal-image {width: 90%; max-width: 1200px; height: auto;display: block; margin: 0 auto;}
}
@media screen and (min-width: 1100px) {
    .low-title-wrap { min-height: 60vh; padding-top: 20vh; }
    .mv-title video,.mv-title h2 {top: 25vh;left: 13%;height: 30vw;}
    .mv-title h3 {margin-top: -24vh; font-size: 10vw; margin-left: 7%;}
    .low-title-wrap .title-under p:last-child { width: 36em;/* max-width: 600px;*/ }
    .low-title-wrap .sub-title { padding: 10vh 0 0 5vw;}
}
@media screen and (min-width: 1200px) {
    .low-footer-upper {padding: 100px 0 40px; }
    .low-footer-upper::after {width: 40%; max-width: 600px; }
    .low-img-left { top: -180px;}
    .low-img-right { top: -180px;}
    .pd-left {padding-left: 0;}
}

.breadcrumb {width: 96%; max-width: 1600px; display: none; padding: 0 20px; position: absolute; top: 80px; left: 0; right: 0; margin: auto; z-index: 3;}
.breadcrumb ol {list-style: none;display: flex;gap: 20px;}
.breadcrumb ol li {color: var(--bs-gl-01);}
.breadcrumb ol li::after {content: "›";padding: 0 1em;}
.breadcrumb ol li:last-child::after {display: none;}
.breadcrumb ol li a:link, .breadcrumb li a:visited {color: var(--bs-gl-01); color: var(--cl-bs-01);}
@media screen and (min-width: 1024px) {
  .breadcrumb {display:block;}
}





/* WEB3 page */
.web3-item-wrap {display: block; position: relative;}
.web3-item-wrap .inbox .subtitle {display: block; width: fit-content; font-weight: bold; font-size: 1.4rem; color: var(--bs-bc-01); margin: 0 auto;}
.web3-item-wrap .inbox h2 + p {margin-bottom: 30px;}
.web3-item-wrap .inbox .detail-box {display: block;}
.web3-item-wrap .inbox .detail-box .logo-img.sd-box { width: 100%; aspect-ratio: 6/4; display: flex; align-items: center; margin: 0 auto 30px; }
.web3-item-wrap .inbox .detail-box .logo-img img {display: block; margin: 0 auto; width: 70%;}
@media screen and (min-width: 768px) {
  .web3-item-wrap .inbox .detail-box .logo-img.sd-box { width: 70%; }
}
@media screen and (min-width: 1024px) {
  .web3-item-wrap .subtitle {font-size: 1.6rem;}
  .web3-item-wrap .inbox h2 + p {margin-bottom: 60px;}
  .web3-item-wrap .inbox .detail-box {width: 100%; display: flex; align-items: center; justify-content:center;}
  .web3-item-wrap .inbox .detail-box .logo-img.sd-box { width: 35%; height: auto; aspect-ratio: 6/4; display: flex; align-items: center; margin-bottom: 0;}
  .web3-item-wrap .inbox .detail-box .features {width: 50%; margin-left: 5%;}
}
@media screen and (min-width: 1200px) {
}



/* Entertainment page */
.ent-item-wrap {display: block; position: relative;}
.ent-item-wrap .inbox .fl-wrap img {width: 100%; display: block; margin-bottom: 30px;}
.ent-item-wrap .inbox .fl-wrap .detail-box > p {margin-bottom: 30px;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .ent-item-wrap .inbox .fl-wrap {width: 100%; display: flex; justify-content: space-between;}
  .ent-item-wrap .inbox .fl-wrap img {width: 48%; margin-bottom: 0;}
  .ent-item-wrap .inbox .fl-wrap .detail-box {width: 48%; height: auto; display: flex; flex-direction: column; justify-content: space-between; }
  .ent-item-wrap .inbox .fl-wrap .detail-box p {width: 100%;}
  .ent-item-wrap .inbox .fl-wrap .detail-box > p {margin-bottom: 0;}
}
@media screen and (min-width: 1200px) {
}



/* Rental space page */
.btn-wrap.rental-space { margin-top: 0;}
.btn-wrap.rental-space a {width: auto; min-width: 70%; margin: 0 auto 30px; display: block; }

.rental-movie iframe { width: 100%; aspect-ratio: 16/9; margin-bottom: 50px;}
.rental-movie .link-wrap {display: block;}
.rental-movie .link-wrap a {width: fit-content; display: flex; align-items:center; justify-content: center; padding: 10px 40px; color: var(--bs-bc-01); border: 1px solid #E1251B; position: relative; box-sizing: border-box; min-width: 250px; margin: 0 auto 30px;}
.rental-movie .link-wrap a:last-child {margin-bottom: 0;}
.rental-movie .link-wrap a:visited {color: var(--bs-bc-01); border: 1px solid #E1251B;}
.rental-movie .link-wrap a::after { content: ' '; width: 15px;height: 20px;background: var(--cl-bs-01);clip-path: polygon(0 0, 100% 0, 50% 50%); display:block; margin: 10px 0 0 5px;}

.rental-point {display: block; position: relative;}
.rental-point .inbox .fl-wrap .item {margin-bottom: 30px;}
.rental-point .inbox .fl-wrap .item:last-child {margin-bottom: 0;}
.rental-point .inbox .fl-wrap .item span { font-size: 6rem; font-weight: bold; font-family: "Play", sans-serif; color: var(--cl-bs-01); position: relative; z-index: 1;}
.rental-point .inbox .fl-wrap .item img {margin: -25px 0 10px;}
.rental-point .inbox .fl-wrap .item img + p {font-size: 1.6rem; color: var(--cl-bs-01); font-weight: bold; margin-bottom: 10px; }

.rental-spec {display: block; position: relative;}
.rental-spec .fl-wrap img {display: block; margin: 0 auto 30px; }
.rental-spec .fl-wrap .list {width: 100%; display: block; }
.rental-spec .fl-wrap .list ul {display: flex; border-bottom: 1px solid #EEEEEE;}
.rental-spec .fl-wrap .list ul li {font-size: 1.4rem; width: 70%; padding: 20px; display: inline-block; }
.rental-spec .fl-wrap .list ul li:first-child { width: 30%; font-weight: bold;}

.rental-equipment img {width: 100%; margin: 0 auto;}

.rental-gallery p {color: var(--cl-wh-01); font-size: 1.4rem; line-height: 1.4em; font-weight: bold; position: relative; padding: 15px 10px; margin-bottom: 20px; background: linear-gradient(60deg, #A7A8A9 0%, #A7A8A9 80%, transparent 80%);}
.rental-gallery .inbox .fl-wrap {display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 30px; gap: 1.3%;}
.rental-gallery .inbox .fl-wrap img {width: 48%;cursor: pointer;transition: opacity 0.3s ease; margin-bottom: 1%;}
.rental-gallery .inbox .fl-wrap img:hover {opacity: 0.8;}

.rental-usecase {display: block;}
.rental-usecase .fl-wrap { margin-bottom: 100px; }
.rental-usecase .fl-wrap .item { width: 100%; display: flex; align-items:flex-end; aspect-ratio: 16/9; flex-direction: column-reverse; margin-bottom: 30px; }
.rental-usecase .fl-wrap .item:last-child {margin-bottom: 0;}
.rental-usecase .fl-wrap .item.pt-01 {background: url('../images/rental-usecase-pt01.jpg') 50% 50%/100% no-repeat;}
.rental-usecase .fl-wrap .item.pt-02 {background: url('../images/rental-usecase-pt02.jpg') 50% 50%/100% no-repeat;}
.rental-usecase .fl-wrap .item.pt-03 {background: url('../images/rental-usecase-pt03.jpg') 50% 50%/100% no-repeat;}
.rental-usecase .fl-wrap .item.pt-04 {background: url('../images/rental-usecase-pt04.jpg') 50% 50%/100% no-repeat;}
.rental-usecase .fl-wrap .item p {color: var(--cl-wh-01); font-size: 1.4rem; text-align: left; display: block; width: 100%; padding-left: 10px; margin-bottom: 5px;}
.rental-usecase .fl-wrap .item p.under {padding: 10px; font-weight: bold; background: linear-gradient(60deg, #E1251B 0%, #E1251B 80%, transparent 80%); margin-bottom: 0;}
.rental-usecase .under-link {display: block;}
.rental-usecase .under-link a {width: 100%; display: flex; aspect-ratio: 16/4; flex-direction: column-reverse; margin-bottom: 30px; font-weight: bold; font-size: 1.4rem; position: relative; padding: 0 0 10px 20px;}
.rental-usecase .under-link a:link, .rental-usecase .under-link a:visited {color: var(--cl-wh-01);}
.rental-usecase .under-link a.pt-01 {background: url('../images/rental-usecase-underlink-01.jpg') 50% 50%/cover no-repeat;}
.rental-usecase .under-link a.pt-02 {background: url('../images/rental-usecase-underlink-02.jpg') 50% 50%/cover no-repeat;}
.rental-usecase .under-link a span {display: block; font-size: 2.4rem; color: var(--cl-bs-01); font-weight: bold; font-family: "Play", sans-serif;}
.rental-usecase .under-link a i {position: absolute; right: 25px; bottom: 30px;transition: .3s;}
.rental-usecase .under-link a:hover i {right: 20px;}

.rental-faq-inbox { display: block; margin: 30px 0;}
.rental-faq-inbox .qa-list dl {position: relative;display: block; padding: 15px 0 15px 10px;margin-bottom: 30px; background: var(--cl-wh-01);border-radius: 10px;}
.rental-faq-inbox .qa-list dl dt::before {font-size: 1.4rem;line-height: 1;content: 'Q';display: inline-block;font-weight: bold;color: #ffffff; background: #E1251B; padding: 6px 8px; margin-right: 10px; }
.rental-faq-inbox .qa-list dl dt {font-weight: bold; font-size: 1.4rem;}
.rental-faq-inbox .qa-list dl dd {position: relative;height: auto;margin: 10px 0 0;padding: 10px 10px 0 10px;font-size: 1.4rem; border-top: 1px solid #DDDDDD;}
.rental-faq-inbox .qa-list dl dd p {margin: 30px 0 0;}
.rental-faq-inbox .qa-list dl dd p:first-child{margin-top: 0;}

@media screen and (min-width: 768px) {
  .btn-wrap.rental-space {display: flex; gap: 50px; margin-top: 0;}
  .btn-wrap.rental-space a {width: auto; min-width: 40%; margin: 0 auto 30px; display: block; }

  .rental-movie .link-wrap a { min-width: 350px;}
  .rental-equipment img {width: 70%;}
}
@media screen and (min-width: 1024px) {
  .btn-wrap.rental-space {justify-content: flex-end;}
  .rental-movie .link-wrap {max-width: 800px; margin: 50px auto 0; display: flex; justify-content: space-between; align-items: center;}
  .rental-movie .link-wrap a { padding: 10px 40px; min-width: 30%; margin: 0;}

  .rental-point .inbox .fl-wrap {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;}
  .rental-point .inbox .fl-wrap .item {width: 48%; margin-bottom: 0;}
  .rental-point .inbox .fl-wrap .item span { font-size: 8rem; }
  .rental-point .inbox .fl-wrap .item img {margin: -40px 0 10px;}

  .rental-spec .fl-wrap {display: flex; justify-content: space-between; align-items: center; }
  .rental-spec .fl-wrap .list {order: 1; width: 50%; }
  .rental-spec .fl-wrap img {order: 2; width: 48%;}
  .rental-spec .fl-wrap .list ul li {width: 60%; padding: 20px; }
  .rental-spec .fl-wrap .list ul li:first-child { width: 40%; min-width: 10em; }

  .rental-equipment img {width: 100%;}

  .rental-gallery p { font-size: 1.6rem; line-height: 1.6em; padding: 15px; background: linear-gradient(60deg, #A7A8A9 0%, #A7A8A9 30%, transparent 30%);}
  .rental-gallery .inbox .fl-wrap img {width: 24%;}

  .rental-usecase .fl-wrap { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 120px; }
  .rental-usecase .fl-wrap .item { width: 48.8%; margin-bottom: 30px; }
  .rental-usecase .fl-wrap .item:last-child {margin-bottom: 30px;}
  .rental-usecase .fl-wrap .item p {color: var(--cl-wh-01); font-size: 1.6rem; }
  .rental-usecase .under-link {display: flex; justify-content: space-between; align-items: center;}
  .rental-usecase .under-link a {width: 48.8%; margin-bottom: 0; font-size: 1.4rem;}

  .rental-faq-inbox { max-width: 1000px; margin: 30px auto 50px;}
  .rental-faq-inbox .qa-list dl {padding: 30px;}
  .rental-faq-inbox .qa-list dl dt {padding: 0 0 0 50px;font-size: 1.6rem; line-height: 1.4em;}
  .rental-faq-inbox .qa-list dl dt::before {font-size: 1.6rem;left: 0;}
  .rental-faq-inbox .qa-list dl dd::before {font-size: 1.6rem;top: 3px;left: 2px;}
  .rental-faq-inbox .qa-list dl dd {font-size: 1.6; margin: 30px 0 0;padding: 30px 0 0 50px;}

}
@media screen and (min-width: 1200px) {
}



/* Rental space waiting room page */
.waiting-room-map {display: block;}
.waiting-room-map img {width: 100%;}
.waiting-room-gallery p {color: var(--cl-wh-01); font-size: 1.4rem; line-height: 1.4em; font-weight: bold; position: relative; padding: 15px 10px; margin-bottom: 20px; background: linear-gradient(60deg, #E1251B 0%, #E1251B 90%, transparent 90%); }
.waiting-room-gallery .inbox .fl-wrap {display: block; margin-bottom: 50px;}
.waiting-room-gallery .inbox .fl-wrap img {width: 100%;margin-bottom: 1%; display: block;}
@media screen and (min-width: 1024px) {
  .waiting-room-gallery .inbox {display: flex; justify-content: space-around;}
  .waiting-room-gallery .inbox .fl-wrap {width: 30%; margin-bottom: 0;}
  .waiting-room-gallery .inbox .fl-wrap img {margin-bottom: 4%;}
}


/* Rental signage page */
.signage-map {display: block;}
.signage-map .fl-wrap {display: block; width: 100%; margin-bottom: 50px;}
.signage-map .fl-wrap:last-child {margin-bottom: 0;}
.signage-map img {display: block; width: 100%; max-width: 900px; margin: 30px auto 0; }
.signage-gallery p {color: var(--cl-wh-01); font-size: 1.4rem; line-height: 1.4em; font-weight: bold; position: relative; padding: 15px 10px; margin-bottom: 20px; background: linear-gradient(60deg, #E1251B 0%, #E1251B 90%, transparent 90%); }
.signage-gallery .inbox .fl-wrap {display: block; margin-bottom: 50px;}
.signage-gallery .inbox .fl-wrap img {width: 100%;margin-bottom: 1%; display: block;}
@media screen and (min-width: 1024px) {
  .signage-map .inbox {display: flex; justify-content: space-between; }
  .signage-map .fl-wrap { width: 48%; }
  .signage-gallery .inbox {display: flex; justify-content: space-around;}
  .signage-gallery .inbox .fl-wrap {width: 23%; margin-bottom: 0;}
  .signage-gallery .inbox .fl-wrap img {margin-bottom: 4%;}
}


/* Support page */
.faq-link-box {display: block;}
.faq-link-box .inbox {padding-bottom: 0;}
.faq-link-box h3 {font-size: 1.8rem; font-weight: bold; color: var(--cl-bs-01); position: relative; margin-bottom: 30px;}
.faq-link-box h3::after {content: "";display: inline-block;margin-left: 0.7em;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid var(--cl-bs-01); vertical-align: middle;}
.faq-link-box .fl-wrap {display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 50px;}
.faq-link-box .fl-wrap a {font-size: 1.6rem; width: 50%; position: relative; color: var(--bs-bc-01); padding: 5px 0; display: block; margin-bottom: 5px;}
.faq-link-box .fl-wrap a:visited {color: var(--bs-bc-01);}
.faq-link-box .fl-wrap a::after {position: absolute; top: 11px;right: 14px;width: 8px;height: 8px;display: block;margin: auto;content: '';transform: rotate(135deg);border-top: 2px solid #A7A8A9;border-left: 2px solid #A7A8A9; z-index: 1; transition: .5s;}
.faq-link-box .fl-wrap a:hover::after {right: 6px;}

.faq-section {display: block; position: relative;}
.faq-section.low-bg-parts-right::before {top:-200px;}
.faq-section.low-bg-parts-left::before {top:-200px;}
.faq-section .inbox {}
.faq-wrap { display: block; margin: 0;}
.faq-wrap h3 {font-size:1.8rem; padding-bottom: 10px; font-weight: bold; border-bottom: 1px solid var(--bs-gl-01); margin-bottom: 30px;}
.qa-item dl {position: relative;display: block; padding: 15px 0 15px 0;margin-bottom: 15px; cursor: pointer;}
.qa-item dl::before {position: absolute; top: 38px;right: 20px;width: 8px;height: 8px;display: block;margin: auto;content: '';transform: rotate(135deg);border-top: 2px solid #ffffff;border-right: 2px solid #ffffff; z-index: 1;}
.qa-item .open::before {transform: rotate(-45deg); top: 40px;}
.qa-item dl dt {position: relative;padding: 15px 60px 15px 20px;margin: 0;font-size: 1.6rem;font-weight: bold; background: #E1251B; color: #ffffff;}
.qa-item dl dd {position: relative;display: none;height: auto;margin: 10px 0 0;padding: 10px 10px 0 10px;font-size: 1.4rem;}
.qa-item dl dd ul {display: block; padding: 10px 0 10px; border-bottom: 1px solid #EEEEEE;}
.qa-item dl dd ul li {display: block; width: 100%; position: relative; padding: 10px 0;}
.qa-item dl dd ul li:first-child { padding-left: 40px; font-weight: bold;}
.qa-item dl dd ul li:first-child::before {font-size: 1.6rem;line-height: 1;position: absolute;top: 8px;left: 0;content: 'Q';display: block;font-weight: bold;color: #ffffff; background: #E1251B; padding: 6px 8px;}
.qa-item dl dd ul li a:link, .qa-item dl dd ul li a:visited {color: var(--cl-bs-01); text-decoration: underline;}
.faq-under-wrap {display: block; margin: 50px auto 100px; width: fit-content; }
.faq-under-wrap p {text-align: center; font-weight: bold;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .faq-link-box .inbox { max-width: 1100px; padding-bottom: 0;}
  .faq-link-box h3 {font-size: 2rem; }
  .faq-link-box .fl-wrap {gap: 5%; margin-bottom: 50px;}
  .faq-link-box .fl-wrap a {width: 30%; position: relative;}
  .faq-link-box .fl-wrap a::after {top: 8px;right: 14px;}
  .faq-link-box .fl-wrap a:hover::after {right: 6px;}

  .faq-section.low-bg-parts-right::before {top:-200px;}
  .faq-section.low-bg-parts-left::before {top:-200px;}
  .faq-section .inbox { padding: 80px 0;}
  .faq-wrap { max-width: 1100px; margin: 30px auto 0;}
  .faq-wrap h3 {font-size: 2.4rem; margin-bottom: 50px;}
  .qa-item dl {padding: 0; margin-bottom: 50px;}
  .qa-item dl:last-child {margin-bottom: 0;}
  .qa-item dl::before {position: absolute; top: 24px;right: 40px;width: 12px;height: 12px;}
  .qa-item .open::before {transform: rotate(-45deg); top: 30px;}
  .qa-item dl dt {padding: 20px 0 20px 30px;font-size: 2rem; line-height: 1.4em;}
  .qa-item dl dd {margin: 0;padding: 30px;font-size: 1.6rem;}
  .qa-item dl dd ul {padding: 15px 0 15px;}
  .faq-under-wrap { margin: 100px auto 200px; }

}
@media screen and (min-width: 1200px) {
}


/* Company page */
.company-wrap {display: block;}
.company-wrap:last-child {margin-bottom: 80px;}
.company-wrap .company-item {display: block; padding: 20px 10px;}
.company-wrap .company-item ul {display: flex; border-bottom: 1px solid #EEEEEE; width: 100%; }
.company-wrap .company-item ul li {font-size: 1.4rem; width: 68%; padding: 20px 15px; display: inline-block; }
.company-wrap .company-item ul li:first-child { width: 32%;}
@media screen and (min-width: 1024px) {
  .company-wrap:last-child {margin-bottom: 100px;}
  .company-wrap .company-item {padding: 30px;}
  .company-wrap .company-item ul li {font-size: 1.6rem; width: 70%; padding: 20px; }
  .company-wrap .company-item ul li:first-child { width: 30%; min-width: 10em; }
}


/* Recruit page */
.recruit-wrap {display: block; margin-bottom: 80px;}
.recruit-wrap.low-bg-parts-left::before {top:13%;}
.recruit-wrap p {font-size: 1.6rem; color: var(--bs-bc-01); line-height: 1.6em; margin-bottom: 4%; text-align: center;}
.recruit-wrap .btn-wrap {display: flex; gap: 40px; flex-wrap: wrap;}
@media screen and (min-width: 1024px) {
  .recruit-wrap {display: block; margin-bottom: 100px;}
  .recruit-wrap.low-bg-parts-left::before {top:-10%;}
  .recruit-wrap p {font-size: 1.6rem; color: var(--bs-bc-01); line-height: 1.6em; margin-bottom: 50px;} 
}


/* PRIVACY POLICY & COPYRIGHT NOTICE page */
.policy-wrap {display: block; margin-bottom: 80px;}
.policy-wrap.low-bg-parts-right::before {top:20%;}
.policy-wrap p {font-size: 1.6rem; color: var(--bs-bc-01); line-height: 1.6em; margin-bottom: 4%;}
.policy-wrap p.bl {font-size: 1.6rem; font-weight: bold; color: var(--bs-bc-01); margin-bottom: 10px;}
@media screen and (min-width: 1024px) {
  .policy-wrap {display: block; margin-bottom: 100px;}
  .policy-wrap p {font-size: 1.6rem; color: var(--bs-bc-01); line-height: 1.6em; margin-bottom: 30px;}
  .policy-wrap p.bl {font-size: 1.6rem; font-weight: bold; color: var(--bs-bc-01); margin-bottom: 10px;}
}





/* Contact page */
.contact-top {}
.contact-top .inbox p {text-align: left;}
.form-container { max-width: 1000px; margin: 0 auto 80px; background-color: var(--cl-wh-01); padding: 30px;}
.form-group { margin-bottom: 25px; }
.form-label { display: inline-block; margin-bottom: 10px; font-weight: bold; color: var(--bs-bc-01); }
.required { color: var(--cl-bs-01); border: 1px solid var(--cl-bs-01); padding: 2px 6px; border-radius: 30px; font-size: 12px; margin-left: 5px; }
.radio-group { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 20px; }
.radio-item { display: flex; align-items: center; }
.radio-item input[type="radio"] { margin-right: 8px; transform: scale(1.2); accent-color: var(--cl-bs-01);}
.radio-item label { cursor: pointer; user-select: none; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; padding: 12px; border: 2px solid #ddd; border-radius: 4px; font-size: 14px; font-family: inherit; box-sizing: border-box; transition: border-color 0.3s ease; }
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { outline: none; border-color: var(--cl-bs-01); }
textarea { height: 120px; resize: vertical; }
.privacy-section {text-align: center; margin-top: 30px; padding: 20px; background-color: #f9f9f9; border-radius: 4px; font-size: 14px; line-height: 1.6; }
.privacy-link { color: var(--cl-bs-01); text-decoration: underline; cursor: pointer; }
.checkbox-container { display: flex; align-items: center; width: fit-content; margin: 15px auto 0; }
.checkbox-container input[type="checkbox"] { margin-right: 8px; transform: scale(1.2); }
.checkbox-container label { cursor: pointer; user-select: none; }
.radio-group { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 20px; }
.form-container .btn-base::after {top:.75em; right: 55px;}
.form-container .btn-base i { padding-top: 0;}

@media screen and (min-width: 768px) { 
  .contact-top .inbox p {text-align: center;}
  .radio-group { grid-template-columns: repeat(2, 1fr); }
  .form-container { padding: 30px; margin-bottom: 100px;} 
}



/* News list page */
.news-list {display: block;}
.news-list .inbox h2 {color: var(--bs-bc-01);}
.news-list .inbox .news-wrap {display: flex;padding: 10px 0;gap: 40px; flex-direction: column;}
.news-list .inbox .news-wrap .news-item {width: 100%; min-width: 280px; margin-bottom: 30px; box-sizing: border-box;}
.news-list .inbox .news-wrap .news-item a {display: block;text-decoration: none;color: inherit;}
.news-list .inbox .news-wrap .news-item a .thumbnail {width: 100%; display: block; margin-bottom: 20px; overflow: hidden; box-shadow: 0px 0px 14px 4px #dedede;}
.news-list .inbox .news-wrap .news-item a .thumbnail img {width: 100%; height: 200px; display: block; transition: .8s; object-fit: cover; object-position: center;}
.news-list .inbox .news-wrap .news-item a:hover .thumbnail img {scale: 1.1;}
.news-list .inbox .news-wrap .news-item a .news-meta {display: flex;justify-content: space-between;margin: 10px 0; align-items: center;}
.news-list .inbox .news-wrap .news-item a .news-meta .date, .top-news .inbox .news-wrap .news-item a .news-meta .categoly {font-size: 1.4rem;}
.news-list .inbox .news-wrap .news-item a .news-meta .categoly {font-size: 1.2rem; display: inline-block; padding: 5px 15px; border: 1px solid #040404; border-radius: 20px;}
.news-list .inbox .news-wrap .news-item a .news-meta .date {order: 1;}
.news-list .inbox .news-wrap .news-item a .news-meta .categoly {order: 2;}
.news-list .inbox .news-wrap .news-item a .title {font-size: 1.8rem;font-weight: bold;margin: 10px 0; line-height: 1.4em;}
.news-list .inbox .news-wrap .news-item a .sub-title {color: var(--bs-gl-01); font-size: 1.4rem;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.news-list .inbox .news-wrap .news-item a .sub-title span {font-size: 1.4rem; display: inline-block; color: var(--bs-gl-01); padding-right: 5px;}
/*スクロールバーのカスタマイズ（オプション） */
.news-list .inbox .news-wrap::-webkit-scrollbar {height: 8px;}
.news-list .inbox .news-wrap::-webkit-scrollbar-track {background: var(--bs-gl-01);border-radius: 4px;}
.news-list .inbox .news-wrap::-webkit-scrollbar-thumb {background: var(--cl-bs-01);border-radius: 4px;}
.news-list .inbox .news-wrap::-webkit-scrollbar-thumb:hover {background: #555;}

@media screen and (min-width: 768px) {
  .news-list .inbox .news-wrap {display: flex; padding: 10px 0;gap: 40px; flex-direction:inherit; flex-wrap: wrap; justify-content: space-between;}
  .news-list .inbox .news-wrap .news-item {width: 46%;  margin-bottom: 30px; }
}
@media screen and (min-width: 1024px) {
  .news-list .inbox .news-wrap {display: flex;overflow-x: visible;flex-wrap: wrap;justify-content: flex-start;gap: 3%;}
  .news-list .inbox .news-wrap .news-item {flex: 1 1 calc(25% - 30px);max-width: calc(25% - 30px);min-width: auto; margin-bottom: 50px;}
  .news-list .inbox .news-navi {display: flex; justify-content: center; align-items: center;}
  .news-list .inbox .news-navi .btn-wrap {margin: 0;}
  .news-list .inbox .news-wrap::-webkit-scrollbar {display: none;}
}



/* News detail page */
.news-detail-wrap { margin: 0;}
.news-detail-wrap.low-bg-parts-right::before {top: 0;}
.news-detail-wrap .inbox {max-width: 1000px; margin: 0 auto;}
.news-detail-wrap .inbox .item .news-meta {display: block;margin: 10px 0;}
.news-detail-wrap .inbox .item .news-meta .date, .news-detail-wrap .inbox .item .news-meta .categoly {font-size: 1.4rem;}
.news-detail-wrap .inbox .item .news-meta .categoly {font-size: 1.2rem; display: inline-block; padding: 5px 15px; border: 1px solid #040404; margin-right: 50px; border-radius: 20px;}
.news-detail-wrap .inbox .item .news-meta .keyword-tag {color: var(--bs-gl-01); font-size: 1.4rem; }
.news-detail-wrap .inbox .item .news-meta p.title {font-weight: bold; color: var(--bs-bc-01); font-size: 2rem; margin: 20px 0;}
.news-detail-wrap .inbox .item .thumbnail { width: 100%;}
.news-detail-wrap .inbox .item .thumbnail {width: 100%; display: block; margin: 50px auto; overflow: hidden; box-shadow: 0px 0px 14px 4px #dedede;}
.news-detail-wrap .inbox .item .thumbnail img {width: 100%; width: 100%;height: auto;display: block; margin: 0 auto; transition: .8s; object-fit: cover;object-position: center;}
.news-detail-wrap .inbox .item .tx-wrap p {font-size: 1.6rem; color: var(--bs-bc-02); line-height: 1.8em; margin-bottom: 30px;}
.btn-back, .btn-back:visited {width: fit-content;display: inline-block;padding: 16px 30px 16px 70px;color: var(--cl-wh-01);background-color: var(--bs-bc-01); font-size: 1.8rem;font-weight: 400;text-decoration: none;transition: 1s; position: relative;}
.btn-back:active, .btn-back:hover {color: var(--cl-wh-01);}
.btn-back::after {content: '|'; position: absolute; top:.8em; left: 55px;}
.btn-back i { position: absolute; left: 25px; align-items: center; transition: .5s; padding-top: 3px;}
.btn-back:hover i {left: 20px;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .news-detail-wrap { margin: 80px 0;}
  .news-detail-wrap .inbox .item .news-meta .date, .news-detail-wrap .inbox .item .news-meta .categoly {font-size: 1.6rem;}
  .news-detail-wrap .inbox .item .news-meta .keyword-tag {font-size: 1.6rem; }
  .news-detail-wrap .inbox .item .news-meta p.title {font-size: 2.4rem; margin: 20px 0;}
  .news-detail-wrap .inbox .item .tx-wrap p {font-size: 1.6rem; margin-bottom: 40px;}
}
@media screen and (min-width: 1200px) {
}





/* Download page */
.dl-document-wrap .inbox {padding-bottom: 30px;}
.dl-document-wrap h3 {font-size:1.8rem; padding-bottom: 10px; font-weight: bold; border-bottom: 1px solid var(--bs-gl-01); margin-bottom: 30px;}
.dl-document-wrap .fl-wrap {display: block;}
.dl-document-wrap .fl-wrap a {display: flex; width: 100%; padding: 10px 30px; margin: 0 auto 30px; border: 1px solid var(--cl-bs-01); position: relative; justify-content: center; align-items: center; color: var(--cl-bs-01); line-height: 2em;}
.dl-document-wrap .fl-wrap a::before {content: url('../images/pdf-icon.svg'); width: 22px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 10px;}
@media screen and (min-width: 768px) {
  .dl-document-wrap .fl-wrap a {width: 50%; }
}
@media screen and (min-width: 1024px) {
  .dl-document-wrap h3 {font-size: 2.4rem; margin-bottom: 50px;}
  .dl-document-wrap .fl-wrap {display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4%;}
  .dl-document-wrap .fl-wrap a {width: 48%; max-width: none; margin: 0 0 30px;}
}
@media screen and (min-width: 1200px) {
  .dl-document-wrap .inbox {padding-bottom: 0;}
  .dl-document-wrap .fl-wrap {gap: 5%;}
  .dl-document-wrap .fl-wrap a {width: 30%; }
}










@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}






