/*
Theme Name: ARS（アルス）
*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video,address{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 3.0em;
  color: #231f20;
  height: 100%;
  font-family: "Noto Sans JP","sans-serif";
}


sup,sub {
  font-size: 70%;
}

/* IE8〜11はメイリオ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 16px;
    font-family:  "Noto Sans JP","sans-serif";
  }
}

@media only screen and ( max-width : 1279px ) {

}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #585655;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 991px ) {
  .container {
    padding: 0 4%;
  }
  .sp_inner {
    padding: 0 4%;
  }
  .sp_box {
    margin-bottom: 30px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: -100px;
    padding-top: 100px;
  }
  .section_top {
    padding-top: 30px;
  }
  .section_appraisal {
    padding-bottom: 8px;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
  .sp_none {
    display: none !important;
  }
  .mv_section {
    padding: 0 0 30px 0;
    margin-bottom: 0;
    margin-top: -100px;
    padding-top: 80px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .section_top {
    padding-top: 60px;
  }
  .section_appraisal {
    padding-bottom: 8px;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .sp {
    display: none !important;
  }
  .mv_section {
    padding: 0 0 60px 0;
  }
}

.maintenance-back {
  background-color: #e6e6e6;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  border-bottom: 1px solid #eee;
}


#h_logo {
	display: flex;
	align-items: center;
	padding-top: 4px;
}

#h_logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#h_logo svg {
  height: 68px;
  width: auto;
  display: block;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  #h_logo svg {
    height: 58px;
  }
}
#logo_title{
  font-size: 14px;
  padding-left: 60px;
  top: 24px;
  line-height: 1.5em;
  position: fixed;
}

.h_inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 8px 38px;
  .h_nowrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 40px;
  }
}

@media only screen and ( max-width : 991px ) {
  #header {
    height: 80px;
  }
  #h_logo {
    max-width: 35px;
    position: relative;
    z-index: 10;
  }
  .h_inner {
    width: 90%;
    margin-left: 20px;
    padding: 10px 0;
  }
  
  #logo_title{
    font-size: 10px;
    padding-left: 60px;
    top: 20px;
    line-height: 1.5em;
    position: fixed;
  }
}

@media only screen and ( max-width : 1000px ) {
  .h_inner {
    width: 90%;
    margin-left: 20px;
  }
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 992px ) {
  #header {
    height: 80px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-bottom: 1px solid #eee;
    padding: 2px 0;
  }
  .h_inner {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #h_logo {
    max-width: 45px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #header.is-animation {
    height: auto;
  }
  .is-animation .h_inner  {
    padding: 10px 0;
  }
  /* .is-animation #h_logo {
    width: 35px;
  } */
}

#h_service {
  font-family:"Inter, 'Noto Sans JP',sans-serif";
  font-weight: 800; 
  font-style:italic;
  font-size:72px;
  fill:#000;
}
#h_catch{
  font-family:"Inter, 'Noto Sans JP', sans-serif";
  font-size:34px; 
  font-weight:500; 
  fill:#000;
}

/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
@media print, screen and ( max-width : 991px ) {
	#nav{
	  margin: 0 0 0 auto;
	  padding-left: 180px;
	}

}
li img{
  width: 28px;
    height: auto;
}

@media print, screen and ( max-width : 991px ) {
    .overlay-pc {
		top: 80px;
    }
}

@media print, screen and ( min-width : 992px ) {
    .overlay-pc {
		top: 110px;
    }
}

@media print, screen and ( min-width : 1001px ) {
  #menu_btn,.overlay {
    display: none;
  }
  .overlay-pc {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(0,0,0,.6);
  }
  .overlay-pc.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #nav{
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  #nav ul.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #nav ul.nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #nav ul.nav a {
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight:500;
	font-family:"Inter, 'Noto Sans JP',sans-serif";
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  #nav ul.nav a:hover {
    opacity: 0.6;
  }
  
  
  #nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  #nav .menu-item-has-children > a.open:first-of-type,#nav .current-menu-item a {
    color: #dad4ec;
  }
  #nav .current-menu-item li a {
    color: #fff;
  }
  #nav li ul.sub-menu {
    display: none !important;
  }
  .nav-service a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .nav-service a::after {
    content: "▼";
    font-size: 10px;
    transform: translateY(-0.5px);
  }
  .nav-xicon svg {
    width: 22px;
    height: 35px;
    fill: #111;
    stroke: none;
    vertical-align: middle;
    transition: opacity 0.2s;
  }
  .nav-xicon svg:hover {
    opacity: 0.5;
  }

  .menu-first{
    display: none;
  }
  .service-table {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  #header .hover-ui {
    font-size: 0;
    position: relative;
    z-index: 9999;
  }

  #header .hover-ui li {
	display: inline-block;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    margin: 10px 10px 0 10px;
    width: 200px;
    height: 56px;
    border-radius: 4px 4px 4px 4px;
  }
  
  #header .hover-ui li :hover {
	background-color: #dcdcdc;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    animation: animation-holder-button 1s;
  }
  
  @keyframes animation-holder-button {
    0% {
        box-shadow: 0 0 0 0 rgb(128 128 128 / 50%);
    }
    100% {
        box-shadow: 0 0 0 10px rgb(0 0 0 / 0%);
    }
  }

  #header .hover-ui {
	display: none;
	width: 100%;
	background: #ffffff;
	transition: 0.3s ease-in-out;
  }
  
  #header .hover-ui.selected {
	display: block;
	margin: auto;
    width: 95%;
    box-shadow: 0px 0px 2px 2px lightgray;
    border-radius: 4px 4px 4px 4px;
  }
  
  #header .hover-ui table {
    margin: auto;
    margin-bottom: 10px;
  }
  
  #header .hover-ui li a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
  }
  
  #header .hover-ui p {
     padding: 15px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }
  
  #header .hover-ui li a:hover {
	opacity: 0.7;
  }
  
  .accordion-sp{
    display: none;
  }
  
  .hover-horizontal {
    display: flex;
    justify-content: center;
  }
  
  .hover-vertical {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
  
  .hover-img {
    width: 16px;
    height: 16px;
    margin-top: 22px;
  }
  
  .hover-img:hover{
    cursor: pointer;
  }
  
  .hover-text {
    letter-spacing:0.5em;
  }
  
  .hover-text:hover{
    cursor: pointer;
  }
}

@media  (min-width : 1150px )and (max-width: 1400px) {
  #nav ul.nav {
    gap: 12px;
  }
  #nav ul.nav a {
    font-size: 14px;
  }
}

@media  (min-width : 1001px )and (max-width: 1149px) {
  #nav ul.nav {
    gap: 12px;
  }
  #nav ul.nav a {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 1000px ) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(0,0,0,.6);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    z-index: 9999;
    width: 80px;
    height: 80px;
    background: #383534;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_btn:after {
    content: "menu";
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
  }
  #menu_btn.active:after {
    content: "close";
  }
  .menu-trigger {
    width: 25px;
    height: 20px;
    position: relative;
    top: -5px;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  
  #nav {
    width: 180px;
    height: 100%;
    overflow: auto;
    padding:  90px 16px 0 16px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(350px);
    font-size: 16px;
    color: #fff;
  }
  #nav.open {
    transform: translateZ(0);
    width: 100%;
	transition: all .5s;
  }
  #nav ul {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #nav li {
    /* padding: 0 20px; */
    border-bottom: rgb(0 0 0) solid 1px;
    background-color: #fff;
    margin: 0 20px;
  }
  
  #nav li a {
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
  
  #nav li.menu_last {
  border-bottom: rgb(0 0 0) solid 1px;
  }
  #nav li:last-child {
  border-bottom : #fff solid 1px;
    background-color: #fff;
    height: 130px;
    padding-top: 38px;
  }
  #nav li :last-child a{
    text-align: center;
  }
  #nav li a,.menu-item-has-children_ttl {
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 12px !important;
  }
  #nav li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;   /* arrow size */
    height: 0.4em;  /* arrow size */
    border-top: 1px solid;  /* thickness, color */
    border-right: 1px solid;
    transform: rotate(45deg);
  }
  #nav li :last-child a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;   /* arrow size */
    height: 0.4em;  /* arrow size */
    border-top: #FFF 1px solid;  /* thickness, color */
    border-right: #FFF 1px solid;
    transform: rotate(45deg);
  }
  
  .menu-btn-kantei{
    opacity: 1;
    top: 0;
    width: 100%;
  }
    
  .menu-btn-kantei a {
    display: block;
    color: #222324;
    background: rgb(192, 192, 192);
    font-size: 20px !important; 
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    color: rgb(0, 0, 0)!important;
    text-decoration: none;
    width: 96%;
    margin :0 auto;
    margin-bottom: 10px;
    padding: 20px 0 20px 0 ;
  }
    
  .menu-tw{
    display: block;
    position: relative;
    text-align: center;
    margin :0 auto;
  }
  
  #nav {
    width: 165px;
    transform: translate(280px);
  }
  
  .menu-first{
    background-color: #FFFFFF;
    height: 80px;
    display: flex !important;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .accordion-sp li{
    border-bottom: rgb(0 0 0) solid 1px;
    background-color: #fff;
    margin: 0 20px;
  }

  .accordion-sp li:last-child {
    border-bottom : #fff solid 1px;
    background-color: #fff;
    height: 130px;
    padding-top: 38px;
  }
  
  .accordion-sp li :last-child a{
    text-align: center;
  }
  
  .accordion-sp li a,.menu-item-has-children_ttl {
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 12px !important;
  }
  
  .accordion-sp li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
  
  .accordion-sp li :last-child a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: #FFF 1px solid;
    border-right: #FFF 1px solid;
    transform: rotate(45deg);
  }
  
  .boder-none{
    border-bottom: none !important;
  }
  
  .accordion-pc{
    display: none;
  }
  
  .hover-ui{
	display: none;
  }
  
  .accordion-sp {
	margin: 0 20px;
  }
  
  .accordion-toggle {
    display: none;
  }
  
  .accordion-li {
    padding-top: 0px!important;
    height:30px!important;
  }
  
  .accordion-option {
    position: relative;
  }
  
  .accordion-label,
  .accordion-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  
  .accordion-label {
    border-bottom: 1px solid #000000;
    padding: 10px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 12px
  }
  
  .accordion-label::after,
  .accordion-label::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
  }
  
  .accordion-label::after {
    transform: rotate(90deg);
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
  }
  
  .accordion-content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  .accordion-toggle:checked + .accordion-label + .accordion-content {
    max-height: 500px;
    transition: all 1.5s;
  }
  
  .accordion-toggle:checked + .accordion-label::before {
    transform: rotate(90deg) !important;
  }
  
  .nav-xicon svg {
    width: 22px;
    height: 35px;
    fill: #111;
    stroke: none;
    vertical-align: middle;
    transition: opacity 0.2s;
  }

  .nav-xicon svg:hover {
    opacity: 0.5;
  }
}

@media only screen and ( max-width : 1290px ) {
  .nav-xicon{
    display: none;
  }
}

@media only screen and ( max-width : 1000px ) {
  .nav-xicon{
    display: block;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 20px 0;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#fot_logo {
  max-width: 45px;
  margin: 0 auto 1rem;
}
.copy {
  text-align: center;
}

@media only screen and ( max-width : 767px ) {
}
@media only screen and ( max-width : 575px ) {
  #fot_logo {
    max-width: 35px;
  }
  .copy {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 991px ) {
  .footer-margin {
    margin-top: 40px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .footer-margin {
    margin-top: 80px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 60px;
  height: 60px;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #231815;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
h1,h2,h3,h4 {
  font-weight: 700;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 575px ) {
}

@media print, screen and ( min-width : 992px ) {
}

.bl {
  margin-bottom: 6px;
}

.req-sub {
  font-size: 20px;
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 575px ) {
}

@media print, screen and ( min-width : 992px ) {

}
/* ---------------------------------------------------------------------------------------------

    ANIMATION

--------------------------------------------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity, transform;
}
.fade-in:nth-child(2) {
  transition-duration: 600ms;
}
.fade-in:nth-child(3) {
  transition-duration: 900ms;
}
.fade-in:nth-child(4) {
  transition-duration: 1200ms;
}
.fade-in:nth-child(5) {
  transition-duration: 1500ms;
}
.fade-in:nth-child(6) {
  transition-duration: 1800ms;
}
.fade-in:nth-child(7) {
  transition-duration: 2100ms;
}
.fade-in:nth-child(8) {
  transition-duration: 2400ms;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.user-html {
  height: 100%;
  margin: 0;
}

.user-body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.user-main {
  flex: 1;
}


/* ---------------------------------------------------------------------------------------------

　   NEW HEADER,FOOTER

--------------------------------------------------------------------------------------------- */
.common-html {
  --common-primary: #1a1a1c;
  --common-accent: #b39359;
  --common-text-main: #1a1a1c;
  --common-text-muted: #606067;
  --common-bg-light: #f8f8f9;
  --common-border: #eaeaec;
  --common-font-base: 'Inter', 'Noto Sans JP', -apple-system, sans-serif;
  --common-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --official-link-color-border: rgba(255, 255, 255, 0.34);
  --official-link-color-black: #111;
  --official-link-color-white: #fff;
  --official-link-transition: 0.2s ease;
}

.common-html *, 
.common-html *::before, 
.common-html *::after { 
	box-sizing: border-box; 
}
.common-html {
  margin: 0; background: #fff;
  font-family: var(--common-font-base);
  color: var(--common-text-main); 
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  &, & * {
    line-height: 1.7;
  }
}

.common-html a { 
	text-decoration: none; 
	color: inherit; 
	transition: var(--common-transition); 
}


/* --- Header & Navigation --- */
.common-header {
  position: sticky; 
  top: 0; 
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--common-border);
}
.common-header .header-inner { 
	display: flex; 
	align-items: center; 
	height: 72px; 
	justify-content: space-between; 
	position: relative; 
}
.common-header .logo { 
	display: flex; 
	align-items: center; 
	gap: 8px; 
	font-weight: 700; 
	font-size: 14px; 
	letter-spacing: 0.05em; 
	z-index: 2001; 
	flex-shrink: 0; 
	width: auto;
	height: 60%;
}
.common-header .logo-box { width: 18px; height: 18px; background: var(--common-primary); border-radius: 4px; }
.common-header .logo img { 
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
 }

.common-header .nav-main { display: flex; gap: 24px; }
.common-header .nav-main a { font-size: 13px; font-weight: 500; color: var(--common-text-muted); position: relative; }
.common-header .nav-main a:hover, .nav-main a.active { color: var(--common-primary); font-weight: 700; }

.common-header .header-actions { display: flex; align-items: center; gap: 14px; z-index: 2001; }
.common-header .btn-store-head { display: flex; flex-direction: column; align-items: center; color: var(--common-text-muted); }
.common-header .btn-store-head span { font-size: 8px; font-weight: 800; margin-top: 2px; }

.common-header .btn-search { display: flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--common-border); border-radius: 8px; font-size: 12px; font-weight: 600; background: #fff; }
.common-header .btn-apply { 
	background: var(--common-primary); color: #fff; 
	padding: 10px 20px; 
	border-radius: 8px; 
	font-size: 12px; 
	font-weight: 700; 
	white-space: nowrap; 
}
.common-header .container { 
	max-width: 1120px; 
	margin: 0 auto; 
	padding: 0 20px; 
}

.common-header .sp-official-area {
	display: none;
}

/* --- Footer --- */
footer.common-footer { 
	background: #1a1a1c; 
	color: #fff; 
	padding: 60px 0 30px;
	&, & * {
		margin: revert;
	}
}
.common-footer .f-grid {
	display: grid; 
	grid-template-columns: 2.5fr repeat(3, 1fr); 
	gap: 68px; 
	margin-bottom: 40px;
}
.common-footer .f-logo { font-weight: 700; font-size: 15px; margin-bottom: 16px; display: block; }
.common-footer .f-tagline { font-size: 12px; color: #888; text-align:left}
.common-footer .f-nav h4 { 
	font-size: 10px;
	color: var(--common-accent);

	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.common-footer .f-nav a { display: block; color: #a0a0a5; font-size: 12px; margin-bottom: 12px; }
.common-footer .f-nav a:hover { color: #fff; }
.common-footer .f-bottom { 
	border-top: 1px solid #2a2a2c; 
	padding-top: 20px; 
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap; 
	gap: 10px; 
	font-size: 10px; 
	color: #555;
}
.common-footer .f-bottom p{ 
	font-size: 10px; 
}
.common-footer .container { 
	max-width: 1120px; 
	margin: 0 auto; 
	padding: 0 20px; 
}
.common-footer .footer-official-area {
	margin-top: 28px;
}
.common-footer .official-link-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.common-footer .official-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--official-link-color-border);
	border-radius: 4px;
	background: transparent;
	color: var(--official-link-color-white);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition:
		color var(--official-link-transition),
		background var(--official-link-transition),
		border-color var(--official-link-transition),
		transform var(--official-link-transition);
}

.common-footer .official-link-button:hover {
	transform: translateY(-1px);
}

.common-footer .official-link-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	min-width: 16px;
	height: 16px;
	line-height: 1;
}

.common-footer .official-link-button--x,
.common-footer .official-link-button--instagram,
.common-footer .official-link-button--store {
 	border-color: rgba(255, 255, 255, 0.55);
	background: transparent;
	color: var(--official-link-color-white);
}

.common-footer .official-link-button--x:hover,
.common-footer .official-link-button--instagram:hover,
.common-footer .official-link-button--store:hover {
	border-color: var(--official-link-color-white);
	background: rgba(255, 255, 255, 0.08);
	color: var(--official-link-color-white);
}

@media (max-width: 560px) {
	.footer-official-area .official-link-buttons {
		display: grid;
		grid-template-columns: 1fr;
	}
	
	.footer-official-area .official-link-button {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.common-footer .f-grid { grid-template-columns: 1fr 1fr; }
	.common-footer .f-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 480px) {
	.common-footer .f-grid { grid-template-columns: 1fr; }
	.common-footer .f-grid > div:first-child { grid-column: span 1; }
	.common-footer .f-grid {
		gap: 20px; 
	}
	
}

/* --- Hamburger Menu --- */
.common-header #menu-toggle { display: none; }
.common-header .menu-btn {
  display: none; width: 40px; height: 40px; justify-content: center; align-items: center;
  cursor: pointer; position: relative; z-index: 2001; margin-right: -8px;
}
.common-header .hamburger-icon { width: 20px; height: 14px; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.common-header .hamburger-icon span { display: block; width: 100%; height: 2px; background: var(--common-primary); border-radius: 2px; transition: 0.3s var(--common-transition); }
.common-header .hamburger-icon span:nth-child(2) { width: 14px; align-self: flex-end; }

.common-header .overlay {
  position: fixed; inset: 0; background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: 0.4s; z-index: 1500;
}




/* --- Responsive SP (992px) --- */
@media (max-width: 992px) {
	.common-header {
	overflow-x:clip
	}
  .common-header .menu-btn { display: flex; }
  .common-header .nav-main {
    position: fixed; 
	top: 0; 
	right: -100%; 
	width: 85%; 
	max-width: 320px; 
	height: 100vh;
	background: #fff; 
	flex-direction: column; 
	padding: 100px 40px;
	box-shadow: -15px 0 30px rgba(0,0,0,0.05); 
	transition: 0.4s var(--common-transition); 
	z-index: 2000; 
	gap: 0;
  }
  .common-header .nav-main a { font-size: 18px; padding: 20px 0; border-bottom: 1px solid var(--common-border); width: 100%; display: block; }
  
  .common-header #menu-toggle:checked ~ .nav-main { 
	right: 0; 
	}
  .common-header #menu-toggle:checked ~ .overlay {
	opacity: 1;
	visibility: visible; 
	width: revert;
    height: revert;
   }

  .common-header #menu-toggle:checked ~ .header-inner .menu-btn .hamburger-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .common-header #menu-toggle:checked ~ .header-inner .menu-btn .hamburger-icon span:nth-child(2) { opacity: 0; transform: translateX(-10px); }
  .common-header #menu-toggle:checked ~ .header-inner .menu-btn .hamburger-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  
  .common-header .official-link-buttons {
    flex-wrap: wrap;
  }
  
  .common-header .nav-main a.official-link-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0 16px;
	border: 1px solid var(--official-link-color-border);
	border-radius: 4px;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition:
	  color var(--official-link-transition),
	  background var(--official-link-transition),
	  border-color var(--official-link-transition),
	  transform var(--official-link-transition);
  }
  
  .common-header .official-link-button:hover {
    transform: translateY(-1px);
  }

  .common-header .official-link-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    line-height: 1;
  }

  .common-header a.official-link-button--x,
  .common-header a.official-link-button--instagram,
  .common-header a.official-link-button--store {
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
    color: var(--official-link-color-white);
  }

  .common-header a.official-link-button--x:hover,
  .common-header a.official-link-button--instagram:hover,
  .common-header a.official-link-button--store:hover {
    border-color: var(--official-link-color-white);
    background: rgba(255, 255, 255, 0.08);
    color: var(--official-link-color-white);
  }

  .common-header .sp-official-area {
    display: block;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  .common-header .sp-official-title {
    margin: 0 0 14px;
    color: rgba(0, 0, 0, 0.46);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }

  .common-header .sp-official-area .official-link-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .common-header .sp-official-area a.official-link-button {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
  }

  .common-header .sp-official-area a.official-link-button--x,
  .common-header .sp-official-area a.official-link-button--instagram,
  .common-header .sp-official-area a.official-link-button--store {
    border-color: rgba(0, 0, 0, 0.22);
    background: var(--official-link-color-white);
    color: var(--official-link-color-black);
  }

  .common-header .sp-official-area a.official-link-button--x:hover,
  .common-header .sp-official-area a.official-link-button--instagram:hover,
  .common-header .sp-official-area a.official-link-button--store:hover {
    border-color: var(--official-link-color-black);
    background: #f4f4f2;
    color: var(--official-link-color-black);
  }
  
}

/* --- Responsive SP (640px) --- */
@media (max-width: 640px) {
  .common-header .header-inner { height: 64px; }
  .common-header .header-actions { gap: 8px; }
  .common-header .btn-store-head { display: none; }
  .common-header .btn-search { width: 36px; height: 36px; justify-content: center; border-radius: 50%; padding: 0; border: none; background: var(--common-bg-light); }
  .common-header .btn-search span { display: none; }
  .common-header .btn-apply { padding: 8px 14px; font-size: 11px; }
  .common-header .logo { font-size: 11px; gap: 6px; }
}



/* --- Responsive SP (375px) --- */
@media (max-width: 375px) {
	.common-header .container {
		padding: 0 12px; 
	}
	.common-footer .container {
		padding: 0 12px; 
	}
  .common-header .header-actions { gap: 6px; }
  .common-header .logo { font-size: 10px; gap: 4px; letter-spacing: 0.02em; }
  .common-header .logo-box { width: 14px; height: 14px; border-radius: 3px; }
  .common-header .btn-apply { padding: 8px 10px; font-size: 10px; }
  .common-header .menu-btn { margin-right: -12px; }
}
