@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

body.overflow-hidden {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a[href *="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.wrapper {
  position: relative;
}

/*----------------------------------------
	common
-----------------------------------------*/

a.link {
  text-decoration: underline;
  transition: 0.3s;
}

a.link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ind01 {
  text-indent: -1em;
  padding-left: 1em;
}

.ind02 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-clear {
  text-indent: inherit;
  padding-left: 1em;
}

.list-attention {
  font-size: 14px;
  line-height: 1.6;
}

.attention {
  font-size: 11px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .list-attention {
    font-size: 18px;
  }

  .attention {
    font-size: 12px;
    line-height: 1.6;
  }
}

.mw1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mw1480 {
  max-width: 1480px;
  margin: 0 auto;
}

.mw1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.mw1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.mw1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.mw1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.mw1160 {
  max-width: 1160px;
  margin: 0 auto;
}

.mw1176 {
  max-width: 1176px;
  margin: 0 auto;
}

.mw1096 {
  max-width: 1096px;
  margin: 0 auto;
}

.mw1040 {
  max-width: 1040px;
  margin: 0 auto;
}

.mw960 {
  max-width: 960px;
  margin: 0 auto;
}

.mw880 {
  max-width: 880px;
  margin: 0 auto;
}

.mw800 {
  max-width: 800px;
  margin: 0 auto;
}

.mw720 {
  max-width: 720px;
  margin: 0 auto;
}

.mw600 {
  max-width: 600px;
  margin: 0 auto;
}

.mw248 {
  max-width: 248px;
  margin: 0 auto;
}

.ttl-lv2 span:nth-of-type(1) {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
}

.ttl-lv2 span:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
}

.ttl-lv3 {
  font-size: 24px;
}

.ttl-lv4 {
  font-size: 20px;
}

.ttl-lv5 {
  font-size: 20px;
}

.ttl-lv6 {
  font-size: 18px;
}

.ttl-lv7 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .ttl-lv2 {
    font-size: 56px;
  }

  .ttl-lv2 span:nth-of-type(1) {
    font-size: 60px;
  }

  .ttl-lv2 span:nth-of-type(2) {
    font-size: 20px;
  }

  .ttl-lv3 {
    font-size: 48px;
  }

  .ttl-lv4 {
    font-size: 40px;
  }

  .ttl-lv5 {
    font-size: 32px;
  }

  .ttl-lv6 {
    font-size: 24px;
  }

  .ttl-lv7 {
    font-size: 20px;
  }
}


.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #F53F7E !important;
}

/*link_txt*/
.link_txt {
  font-size: 20px;
}

.link_txt .arrow_r {
  position: relative;
  display: inline-block;
}

.link_txt .arrow_r:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -0.6em;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .link_txt {
    font-size: 32px;
  }

  .link_txt .arrow_r {
    position: relative;
    display: inline-block;
  }

  .link_txt .arrow_r:before {
    content: '';
    width: 16px;
    height: 16px;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
  }

  .link_txt a {
    transition: 0.3s;
  }

  .link_txt a:hover {
    opacity: 0.7;
  }
}


.link_txt_s {
  font-size: 14px;
}

.link_txt_s .arrow_r:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}

.link_txt_s .arrow_r:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}

.link_txt_s.fc-red a {
  color: #F53F7E;
}

.link_txt_s .arrow_r:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #F53F7E;
  border-right: solid 1px #F53F7E;
}

.link_txt_m {
  font-size: 16px;
}

.link_txt_m .arrow_r:before {
  width: 12px;
  height: 12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}


/*user page*/
.link_btn.link_btn__user {
  font-size: 18px;
}

.link_btn.link_btn__user button,
.link_btn.link_btn__user a {
  max-width: 528px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.link_btn.link_btn__user.fsize_m {
  font-size: 16px;
}

.agree-label {
  padding-left: 0.3em;
}

.sec-user__ttl01 {
  font-size: 24px;
  line-height: 1.5;
}

.sec-user__ttl02 {
  font-size: 18px;
}

.sec-user-col2__btn {
  width: 100%;
}

.sec-user-col2__btn span {
  padding: 3% 2%;
  font-size: 16px;
  border-radius: 8px;
  display: block;
  line-height: 1.6;
  border: 1px solid #323C38;
  cursor: pointer;
}

.sec-user-col2__btn.active span {
  background: #323C38;
  color: #ffffff;
}

.sec-user-col2__item:nth-of-type(2) {
  margin-top: 1em;
}

.sec-profile__search-check__btn {
  margin-top: 0.5em;
}

.sec-profile__search-check__btn label {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 8px;
}

.sec-profile__col {
  padding-top: 2em;
}

.sec-profile__col p {
  line-height: 1.6;
}

.sec-user-col2 .sec-user-col2__item:nth-of-type(2) .sec-profile__col {
  padding-top: 0.4em;
}

.sec-profile__monthprice span {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .sec-user__ttl01 {
    font-size: 56px;
  }

  .sec-user__ttl02 {
    font-size: 32px;
  }

  .sec-user__ttl03 {
    font-size: 24px;
  }

  .sec-user__ttl04 {
    font-size: 20px;
  }

  .sec-user__ex {
    display: flex;
    justify-content: space-between;
  }

  .link_txt_s {
    font-size: 16px;
  }

  .link_txt_m {
    font-size: 20px;
  }

  .link_btn.link_btn__user {
    font-size: 28px;
  }

  .link_btn.link_btn__user button,
  .link_btn.link_btn__user a {
    padding: 0.5em 0.5em;
  }

  .link_btn.link_btn__user.fsize_m {
    font-size: 24px;
  }

  .sec-user-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec-user-col2 {
    margin: 0 -0.5em;
  }

  .sec-user-col2__item {
    width: calc(50% - 0.5em);
    margin: 0 0.5em;
  }

  .sec-user-col2__item:nth-of-type(2) {
    margin-top: 0;
  }

  .sec-user-col2__btn span {
    padding: 5% 1%;
    font-size: 28px;
  }

  .sec-profile__search-check {
    display: flex;
  }

  .sec-profile__col {
    padding-top: 2em;
  }

  .sec-profile__search-check__btn {
    margin-top: 2em;
  }

  .sec-user-col2 .sec-user-col2__item:nth-of-type(2) .sec-profile__col {
    padding-top: 2em;
  }
}

@media only screen and (min-width: 992px) {
  .sec-profile__colWrapper {
    display: flex;
    justify-content: space-between;
  }

  .sec-profile__col__item {
    width: 48%;
  }

  .sec-profile__col p {
    line-height: 1.8;
  }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sec-user__ttl01 {
    font-size: 40px;
  }

  .sec-user-col2__btn a {
    font-size: 20px;
  }
}


.link_btn {
  font-size: 16px;
}

.link_btn a,
.link_btn button {
  position: relative;
  color: #ffffff;
  padding: 0.5em 2em 0.5em;
  border-radius: 6px;
  width: 100%;
  z-index: 1;
}

.link_btn button {
  cursor: pointer;
}

.link_btn a:before,
.link_btn button:before {
  content: '';
  position: absolute;
  background: linear-gradient(to right, #F53F7E 0%, #F53F7E 51%, #c4245b 100%);
  background-size: 200% auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -2;
  transition: 0.3s;
}

.link_btn .arrow_r {
  display: inline-block;
}

.link_btn .arrow_r:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.link_btn.fsize_s a {
  padding: 0.5em 2em 0.5em;
  border-radius: 6px;
}

.link_btn.fsize_m {
  font-size: 16px;
}

.link_btn a.bg_dark:before {
  content: '';
  position: absolute;
  background: linear-gradient(to right, #323C38 0%, #323C38 51%, #4f5552 100%);
  background-size: 200% auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .link_btn {
    font-size: 40px;
  }

  .link_btn a,
  .link_btn button {
    position: relative;
    width: inherit;
    padding: 0 2em 0.2em;
  }

  .link_btn a:hover:before,
  .link_btn button:hover:before {
    background-position: right top;
  }

  .link_btn .arrow_r:after {
    content: '';
    width: 16px;
    height: 16px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
  }

  .link_btn.fsize_s {
    font-size: 16px;
    letter-spacing: -0.05em;
  }

  .link_btn.fsize_m {
    font-size: 32px;
  }

  .link_btn.fsize_s a,
  .link_btn.fsize_s button {
    padding: 0.55em 1.8em 0.55em 0.8em;
    border-radius: 8px;
    line-height: 1.4;
  }

  .link_btn.fsize_s .arrow_r:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0.8em;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .link_btn {
    font-size: 3vw;
  }

  .link_btn a,
  .link_btn button {
    padding: 0 1.6em 0.2em;
  }

  .link_btn.fsize_m {
    font-size: 2.3vw;
  }

  .link_btn .arrow_r:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
  }
}

/*----------------------------------------
	cmn-header
-----------------------------------------*/

.cmn-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  height: 40px;
  z-index: 1000;
  background: rgba(255, 255, 255, 1);
}

.lv2 .cmn-header {
  background: rgba(255, 255, 255, 1);
}

.cmn-header__logoIcon {
  width: auto;
  height: 24px;
  z-index: 100;
}

/*cmn-header__other-nav*/
.cmn-header__other-nav ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 1em;
  transition: 0.3s;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to right, #F53F7E 0%, #F53F7E 51%, #c4245b 100%);
  background-size: 200% auto;
  font-weight: bold;
}

.cmn-header__other-nav ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: 0.3s;
}

.cmn-header__other-nav ul li a:hover {
  background-position: right top;
}

.cmn-header__other-nav ul li + li {
  margin-left: 0.5em;
}

/*fixed*/
.cmn-header.fixed {
  background: rgba(255, 255, 255, 0.9);
}

.cmn-header.fixed .cmn-header__logoIcon {
  transition: 0.3s;
}

@media screen and (min-width: 1024px) {
  .cmn-header {
    height: 80px;
  }

  .cmn-header__logoImg {
    height: 32px;
  }

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

  .cmn-header__ttl a {
    transition: 0.3s;
  }

  .cmn-header__ttl a:hover {
    opacity: 0.6;
  }

  .cmn-header__logoIcon {
    height: 32px;
  }
}

@media screen and (min-width: 1199px) {
  .cmn-header__logoIcon {
    height: 36px;
  }
}

@media screen and (min-width: 1399px) {
  .cmn-header__logoIcon {
    height: 40px;
  }

  .cmn-header.fixed .cmn-header__logo {
    padding-top: 0 !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .cmn-header__logoImg {
    /*height: 60px !important;*/
    padding-top: 0.4em;
  }

  .cmn-header__ttl-txt {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px) {
  .cmn-header .cmn-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    margin: 0 0 0 2%;
  }
}

/*----------------------------------------
	gnav
-----------------------------------------*/

@media screen and (min-width: 1024px) {
  #gnav {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /*#gnav {*/
  /*	display: none;*/
  /*}*/
  #gnav.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }

  .gnav__inner {
    position: relative;
    height: 100%;
  }

  #gnav .cmn-gmenu-link__inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    -webkit-overflow-scrolling: auto;
  }

  #gnav .cmn-gmenu-link__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  .gnav__logo {
    display: block;
    margin-top: 1.5rem;
    margin-left: 1rem;
  }

  .gnav__logo a {
    display: inline-block;
  }

  .gnav__logo a img {
    height: 20px;
    width: auto;
  }

  .gnav__logo a:hover {
    opacity: 0.6;
  }

  .gnav_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .gnav__box {
    padding: 3% 0 5%;
  }

  .gnav__box ul li a {
    position: relative;
  }

  .gnav__box ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    border-bottom: 1px dotted #444444;
    font-weight: bold;
    padding: 5% 0 5% 7%;
  }

  .gnav__box ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #014e39;
    border-right: solid 1px #014e39;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin-top: -0.2%;
  }

  .cmn-header ul li a span.copy {
    display: none;
  }

  #gnavBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 3000;
    transition: 0.3s;
    background: #000000;
    cursor: pointer;
  }

  #gnavBtn.is-active {
    background: #000000;
  }

  #gnavBtn > div {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 0.3em;
  }

  #gnavBtn > div > div {
    position: relative;
    width: 24px;
    height: 24px;
  }

  #gnavBtn span {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    text-decoration: none;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
  }

  #gnavBtn.is-active span {
    background-color: #ffffff;
  }

  #gnavBtn span:first-child {
    left: 0;
    width: 24px;
    transform: translateY(-6px);
  }

  #gnavBtn span:nth-child(2) {
    left: 0;
    width: 24px;
  }

  #gnavBtn span:nth-child(3) {
    left: 0;
    width: 24px;
    transform: translateY(6px);
  }

  #gnavBtn.is-close span:first-child {
    transform: translateY(-6px);

    animation-name: menuBarOut;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #gnavBtn.is-close span:first-child,
  #gnavBtn.is-close span:nth-child(2) {
    left: 0;
    width: 24px;
    animation-duration: 0.5s;
    animation-delay: 0s;
  }

  #gnavBtn.is-close span:nth-child(2) {
    animation-name: menuBar2Out;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #gnavBtn.is-close span:nth-child(3) {
    transform: translateY(6px);
    animation-name: menuBar3Out;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #gnavBtn.is-close span:nth-child(3),
  #gnavBtn.is-active span:first-child {
    left: 0;
    width: 24px;
    animation-duration: 0.5s;
    animation-delay: 0s;
  }

  #gnavBtn.is-active span:first-child {
    transform: translateY(0) rotate(45deg);
    animation-name: menuBar;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #gnavBtn.is-active span:nth-child(2) {
    left: 12px;
    width: 0;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-name: menuBar2;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #gnavBtn.is-active span:nth-child(3) {
    left: 0;
    width: 24px;
    transform: translateY(0) rotate(-45deg);
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-name: menuBar3;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .cmn-header__gnav {
    padding: 4em 1.5em;
  }

  .cmn-header__gnav li a {
    position: relative;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    color: #333333;
  }

  .cmn-header__gnav > ul > li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #333333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 1.4em;
  }

  .cmn-header__gnav li {
    border-top: 1px dotted #333333;
    transform: translateY(-10px);
    opacity: 0;
    transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .cmn-header__gnav li:last-child {
    border-bottom: 1px dotted #333333;
  }

  /*cmn-header__other-nav*/
  #gnav.is-active .cmn-header__other-nav {
    padding: 0 1.5em;
  }

  #gnav.is-active .cmn-header__other-nav ul li + li {
    margin-left: 0;
    margin-top: 1em;
  }

  #gnav .cmn-header__other-nav ul li a {
    opacity: 0;
    padding: 0.5em 0;
    transition-delay: 0.6s;
  }

  #gnav.is-active .cmn-header__other-nav ul li a {
    opacity: 1;
  }

  #gnav.is-active .cmn-header__gnav li {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(1) {
    transition-delay: 0.3s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(2) {
    transition-delay: 0.4s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(3) {
    transition-delay: 0.5s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(4) {
    transition-delay: 0.6s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(5) {
    transition-delay: 0.7s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(6) {
    transition-delay: 0.8s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(7) {
    transition-delay: 0.9s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(8) {
    transition-delay: 1s;
  }

  .l-drawer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1000;
  }

  .l-drawer__bg span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  #gnav.is-active .l-drawer__bg span::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1),
    opacity 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1),
    opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
  }

  .l-drawer__bg span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dddddd;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
    transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
    transition: transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s,
    opacity 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s,
    opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
}

@media screen and (min-width: 1024px) {
  .cmn-gmenu-link-col-wrapper {
    position: relative;
    width: 100%;
  }

  .cmn-header__gnav {
    background-color: rgba(255, 255, 255, 0);
  }

  .cmn-gmenu-link__inner {
    padding: 1em 0 1em 0;
  }

  .cmn-header__gnav > ul > li {
    position: relative;
    overflow: hidden;
    line-height: 1.6;
    padding-left: 1rem;
  }

  .cmn-header__gnav > ul > li:not(:first-child):before {
    content: '|';
    position: absolute;
    left: 0;
  }

  .cmn-header__gnav > ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    transform: translateY(0);
    font-weight: 500;
    font-size: 14px;
  }

  .cmn-header__gnav > ul > li:nth-of-type(n + 2) {
    margin-left: 0.6em;
  }

  .cmn-header ul li a span {
    display: block;
  }

  .cmn-header__gnav > ul > li a span.copy {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0;
  }

  .cmn-header__gnav > ul > li:not(:hover) a {
    transform: translateY(0);
  }

  .cmn-header__gnav > ul > li:hover a {
    transform: translateY(-100%);
    transition: transform 0.5s;
  }

  .cmn-header__gnav > ul > li:hover a span.copy {
    top: 50%;
    left: 0%;
    transform: translateY(50%);
    z-index: 100;
    transition: transform 0.2s;
  }
}

@media screen and (min-width: 1499px) {
  .cmn-header__gnav > ul li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1399px) {

  .cmn-header__gnav > ul > li {
    font-size: 1.2vw;
  }

}


/*----------------------------------------
	sec-top-intro
-----------------------------------------*/

/* ▼ 親タイトル（特別な処理不要） */
.sec-top-intro__ttl {
  position: relative;
  overflow: hidden;
}

/* ▼ after要素：右→左へマスク移動 */
.sec-top-intro__ttl__after {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../../images/top/mask.webp);
  mask-image: url(../../images/top/mask.webp);
  -webkit-mask-position: 100% center;
  mask-position: 100% center;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  animation: maskSlideAfter 1.2s ease forwards;
  animation-delay: 0.2s;
}

.sec-top-intro__ttl__after img {
  display: block;
}

/* ▼ before要素：右→左へマスク移動（少し遅延） */
.sec-top-intro__ttl__before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../../images/top/mask.webp);
  mask-image: url(../../images/top/mask.webp);
  -webkit-mask-position: 100% center;
  mask-position: 100% center;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  animation: maskSlideBefore 1.5s ease forwards;
  animation-delay: 0.4s;
}

.sec-top-intro__ttl__before img {
  display: block;
}

/* ▼ アニメーション定義 */
@keyframes maskSlideAfter {
  0% {
    -webkit-mask-position: 100% center;
    mask-position: 100% center;
  }

  100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
  }
}

@keyframes maskSlideBefore {
  0% {
    -webkit-mask-position: 100% center;
    mask-position: 100% center;
  }

  100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
  }
}

.sec-top-intro {
  padding: 20% 0 0;
  transition: 0.3s;
  overflow: hidden;
}

.sec-top-intro__ttl {
  position: relative
}

.sec-top-intro__txt {
  position: relative;
  font-size: 20px;
}

.sec-top-intro__txt {
  position: relative;
  display: inline-block;
}

.sec-top-intro__ttl__before,
.sec-top-intro__ttl__after {
  aspect-ratio: 418/ 370;
}

/* ▼ グレーライン（下層） */
.sec-top-intro__txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #cccccc;
}

/* ▼ 濃いグリーンライン（上層） */
.sec-top-intro__txt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #323C38;
  animation: darkLine 0.8s ease 0.4s forwards;
}

/* ▼ 濃いラインのアニメーション */
@keyframes darkLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.sec-top-intro__portfolio__outer {
  position: relative;
}

.sec-top-intro__portfolio__outer2 {
  position: relative;
}

.sec-top-intro__portfolio__inner {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* スマホ滑らかスクロール */
  -ms-overflow-style: none;
  scrollbar-width: none;

  /* 初期状態 */
  opacity: 0;

  /* アニメーション設定 */
  animation: slideInRight 1.2s cubic-bezier(0.09, 0.46, 0.32, 1) forwards;
}

.sec-top-intro__portfolio__inner::-webkit-scrollbar {
  display: none;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sec-top-intro__portfolio__inner:nth-of-type(2) {
  transition-delay: 0.2s;
}

.sec-top-intro .sec-portfolio-col {
  width: 75vw;
  margin: 0 0 1em;
}

.sec-top-intro .sec-portfolio-col:nth-of-type(n+2) {
  margin-top: 0;
  margin-left: 1.5em;
}

.sec-top-intro .sec-portfolio-col:nth-of-type(n+4) {
  margin-top: 0;
}

.sec-top-intro__portfolio__inner {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
}

.sec-top-intro__portfolio-colWrapper {
  width: auto;
}

.sec-portfolio-col__btn a {
  position: relative;
  background: #FFFFFF;
  font-size: 14px;
  color: #323C38;
  border-radius: 8px;
  font-weight: bold;
  padding: 0.25em 0.1em;
}

.sec-portfolio-col__btn + .sec-portfolio-col__btn {
  margin-left: 0.5em;
}

.sec-portfolio-col__btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #323C38;
  border-right: solid 2px #323C38;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0.8em;
  bottom: 0;
  margin: auto;
}

.sec-portfolio-col__backbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #323C38;
  z-index: 1;
  background-image: url(../../images/portfolio_detail/wide_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
  border-radius: 16px 0 0 0;
  opacity: 0;
  transition: 0.3s;
}

.sec-portfolio-col.wide .sec-portfolio-col__backbtn {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sec-top-intro {
    padding-top: 80px;
  }

  .sec-top-intro__txt {
    font-size: 20px;
  }

  .sec-top-intro__ttlwrapper {
    width: 40%;
  }

  .sec-top-intro__portfolio {
    width: 60%;
  }

  .sec-top-intro .sec-portfolio-col {
    width: 30vw;
  }

  .sec-top-intro .link_btn.fsize_m {
    font-size: 2vw;
  }

  .sec-top-intro .link_btn.fsize_m a {
    padding: 0 1.6em 0.2em 1em;
  }
}


@media screen and (min-width: 992px) {
  .sec-top-intro {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1099px) {
  .sec-portfolio-col__btn a {
    padding: 0.25em 1.6em;
    font-size: 16px;
  }

  .sec-portfolio-col__backbtn {
    width: 72px;
    height: 72px;
  }
}

@media screen and (min-width: 1399px) {
  .sec-top-intro {
    padding: 160px 0 0;
  }

  .sec-top-intro__ttl {
    max-width: 23vw;
  }

  .sec-top-intro__txt {
    font-size: 1.2vw;
  }

  .sec-top-intro__inner {
    max-width: calc(100% - (50% - (1320px / 2)));
    margin-left: auto;
  }

  .sec-top-intro__ttlwrapper {
    width: 32%;
  }

  .sec-top-intro__portfolio {
    width: 68%;
  }

  .sec-top-intro .sec-portfolio-col {
    width: 20vw;
  }

  .sec-top-intro .sec-portfolio-col {
    margin: 0 0 1em;
  }

  .sec-top-intro .sec-portfolio-col:nth-of-type(n+2) {
    margin-left: 1.5em;
  }

  .sec-top-intro > div {
    padding-left: 0 !important;
  }

  .sec-top-intro .link_btn.fsize_m {
    font-size: 1.4vw;
  }

  .sec-top-intro .link_btn a {
    padding: 0 1.8em 0.2em 1em;
  }

  .sec-top-intro .link_btn .arrow_r:after {
    right: 0.7em;
  }
}

@media screen and (min-width: 1799px) {
  .sec-top-intro .link_btn.fsize_m {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sec-top-intro__ttlwrapper {
    width: 50%;
  }

  .sec-top-intro__portfolio {
    width: 50%;
  }
}

/*----------------------------------------
	custom-scrollbar
-----------------------------------------*/

.custom-scrollbar {
  position: relative;
  height: 6px;
  background: #eee;
  /* トラック */
  border-radius: 3px;
  margin-top: 8px;
  overflow: hidden;
}

.custom-scrollbar-thumb {
  height: 100%;
  width: 50px;
  /* JSで計算して反映 */
  background: #cccccc;
  border-radius: 3px;
  transform: translateX(0);
  transition: transform 0.1s linear;
}

@media (max-width: 768px) {
  .custom-scrollbar-thumb {
    height: 4px;
  }

  .custom-scrollbar {
    height: 4px;
  }
}

/*----------------------------------------
	sec-top-ttl-sub-wrapper
-----------------------------------------*/

.sec-top-ttl-sub-wrapper {
  position: relative;
}

.sec-top-ttl-sub {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sec-top-ttl-sub {
    position: relative;
    font-size: 14px;
    color: #333;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .sec-top-ttl-sub::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
  }

  .sec-top-ttl-sub:after {
    margin-left: 1em;
  }

  .sec-top-ttl-sub .jp {
    position: relative;
    font-weight: bold;
    line-height: 1;
  }

  .sec-top-ttl-sub .en {
    display: inline-block;
    font-size: 13px;
  }

  .sec-top-ttl-sub .en::before {
    content: '▶▶▶';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 4em;
    height: 100%;
    color: #666;
    font-size: 12px;
    background: #F5F5F5;
    padding: 0 0.5em;
  }

  .animated-text .sec-top-ttl-sub .en span {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease, opacity 1s ease;
  }

  .animated-text.is-animated .sec-top-ttl-sub .en span {
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (min-width: 768px) {
  .sec-top-ttl-sub-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }

  .sec-top-ttl-sub-wrapper .line {
    position: absolute;
    top: 0;
    /*left: 0;*/
    display: block;
    width: 2px;
    height: 90%;
    background: #ccc;
    z-index: -2;
  }

  .sec-top-ttl-sub-wrapper .line2 {
    position: absolute;
    top: 0;
    /*left: 0;*/
    display: block;
    width: 2px;
    height: 0;
    background: #555;
    z-index: -1;
    transition: 1s;
  }

  .sec-top-ttl-sub {
    position: relative;
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #333;
    /* 縦線と文字の余白 */
    background: #F5F5F5;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: translateY(-140%);
    letter-spacing: 0.2em;
  }

  .sec-top-ttl-sub:before {
    content: '';
    position: absolute;
    background: #F5F5F5;
    width: 100%;
    height: 400%;
    top: 0;
    z-index: -1;
  }

  .animated-text.is-animated .sec-top-ttl-sub-wrapper .line2 {
    height: 90%;
  }

  .animated-text .sec-top-ttl-sub .en {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1s ease, opacity 1s ease;
    transition-delay: 0.4s;
    position: absolute;
    top: 100%;
    background: #F5F5F5;
    white-space: nowrap;
  }

  .animated-text.is-animated .sec-top-ttl-sub .en {
    clip-path: inset(0 0 0 0);
  }

  .sec-top-ttl-sub .jp {
    position: relative;
    font-weight: bold;
    line-height: 1.5;
  }

  .animated-text.is-animated .sec-top-ttl-sub .jp::after {
    /*clip-path: inset(0 0 0 0);*/
  }
}

/*----------------------------------------
	sec-top-about
-----------------------------------------*/

.sec-top-about {
  position: relative;
  padding: 15% 0 0;
}

.sec-top-about__txtInner {
  position: relative;
  /*z-index: -1;*/
}

.sec-top-about__pic {
  width: 50%;
  float: right;
}

.sec-top-about .link_btnWrapper {
  width: 100%;
  display: inline-block;
  margin-top: -2%;
}

@media screen and (min-width: 768px) {
  .sec-top-about {
    padding: 5% 0 0;
  }

  .sec-top-about__ttl {
    width: 60%;
  }

  .sec-top-about__txt {
    width: 50%;
    margin-top: 2.5em;
    font-size: 24px;
  }

  .sec-top-about__txtInner {
    margin-top: -1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-about__txt {
    font-size: 18px;
  }

  .sec-top-about__ttl {
    width: 85%;
  }
}

/*----------------------------------------
	sec-top-portfolio
-----------------------------------------*/

.sec-top-portfolio {
  position: relative;
  padding: 15% 0 0;
}

.sec-top-portfolio-head {
  position: relative;
}

.sec-top-portfolio-head__ttl {
  font-size: 28px;
}

.sec-top-portfolio__label a {
  background: rgba(50, 60, 56, 0.1);
  border-radius: 9999px 0 0 9999px;
  font-size: 12px;
  padding: 0.3em 0.8em;
}

.sec-top-portfolio__label span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0.3em;
}

.sec-portfolio-col {
  position: relative;
  transition: 0.3s;
}

.sec-portfolio-col:hover {
  opacity: 0.7;
}

.sec-portfolio-col.wide:hover {
  opacity: inherit;
}

.sec-portfolio-col__inner {
  /*position: relative;*/
  border-radius: 16px 16px 0 0;
  background: #323C38;
  color: #ffffff;
  padding: 0.5em 0.5em 0.8em;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.sec-portfolio-col__pic {
  position: relative;
  z-index: 1;
  order: 1;
}

.sec-portfolio-col__pic a {
  position: relative;
  z-index: 1;
}

.sec-portfolio-col__pic__inner {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow-y: hidden;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
}

.sec-portfolio-col.wide .sec-portfolio-col__pic__inner {
  aspect-ratio: 404 / 404;
}

.sec-portfolio-col__pic__inner > img {
  width: 100%;
  height: auto;
}

.sec-portfolio-col.wide .sec-portfolio-col__pic__inner {
  overflow-y: auto;
}

.sec-portfolio-col__exInner02 {
  opacity: 0;
  transition: 0.3s;
  display: none;
}

.sec-portfolio-col.wide .sec-portfolio-col__exInner02 {
  opacity: 1;
  display: block;
}

.sec-portfolio-col__ttl {
  order: 2;
  padding-top: 0.5em;
}

.sec-portfolio-col__ttl a {
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
}

.sec-portfolio-col__ttl a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.sec-portfolio-col__ex {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.sec-portfolio-col__ex p {
  position: relative;
  z-index: 20;
  padding-right: 0.5em;
  display: inline-block;
}

.sec-portfolio-col__ex p:nth-of-type(n+2) {
  position: relative;
  padding-left: 0.5em;

}

.sec-portfolio-col__ex p:nth-of-type(n+2):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 1px;
  height: 1em;
}

.sec-portfolio-col__exWrapper {
  font-size: 12px;
  order: 3;
}

.sec-portfolio-col__exWrapper a {
  position: relative;
  z-index: 1;
}

.sec-portfolio-col:nth-of-type(n+2) {
  margin-top: 5%;
}

.sec-portfolio-col__number span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-portfolio-col__number span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  left: -1.6em;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url(../images/icon_watch.svg);
}

.sec-portfolio-col__exInner01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec-portfolio-col__exInner01 a {
  color: #ffffff;
}

.sec-portfolio-col.wide .sec-portfolio-col__exInner02 {
  display: flex;
  justify-content: center;
  padding-top: 1.5em;
}

.sec-portfolio-col.wide .sec-portfolio-col__inner {
  cursor: auto;
}

.sec-portfolio-col__btn {
  width: 50%;
}

.sec-portfolio-col__btn a {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec-portfolio-colWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    grid-auto-flow: dense;
  }

  .sec-top-portfolio {
    padding: 10% 0 0;
  }

  .sec-top-portfolio-head__ttl {
    font-size: 56px;
  }

  .sec-top-portfolio__label span {
    margin-bottom: 0.8em;
  }

  .sec-top-portfolio__label a {
    font-size: 20px;
    padding: 0.3em 0.8em;
    border-radius: 9999px;
    transition: 0.3s;
  }

  .sec-top-portfolio__label a:hover {
    opacity: 0.7;
  }

  .sec-portfolio-col.wide {
    grid-column: span 2;
  }

  .sec-portfolio-col__inner {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.8s ease;
  }

  .sec-portfolio-col.wide .sec-portfolio-col__inner {
    max-height: 2000px;
  }

  .sec-portfolio-col:nth-of-type(n+2) {
    margin-top: 0;
  }

  .sec-portfolio-col:nth-of-type(n+4) {
    margin-top: 2.5%;
    margin-top: 0;
  }

  .sec-top-portfolio .sec-top-ttl-sub {
    background: #F5F5F5;
    transform: translateY(-200%);
  }

  .sec-portfolio-col.wide .sec-portfolio-col__pic__inner {
    aspect-ratio: 404 / 292;
  }
}

@media screen and (min-width: 1099px) {
  .sec-portfolio-colWrapper {
    gap: 32px;
  }

  .sec-portfolio-col.wide .sec-portfolio-col__exWrapper {
    display: flex;
    align-items: center;
  }

  .sec-portfolio-col.wide .sec-portfolio-col__exInner01 {
    width: 45%;
  }

  .sec-portfolio-col.wide .sec-portfolio-col__exInner02 {
    width: 55%;
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-portfolio-colWrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-top-portfolio-head__ttl {
    font-size: 40px;
  }

  .sec-top-portfolio__label a {
    font-size: 16px;
  }

  .sec-portfolio-col.wide .sec-portfolio-col__exInner02 {
    padding-top: 2em;
  }
}


/*----------------------------------------
	sec-list-agent
-----------------------------------------*/

.sec-list-agent {
  position: relative;
  padding: 15% 0 0;
}

.sec-list-agent .sec-portfolio-col__exInner01 {
  padding-top: 0.5em;
}

.sec-list-agent .sec-portfolio-col__ttl {
  line-height: 1.3;
}

.sec-list-agent .sec-portfolio-col__ttl a {
  display: flex;
  justify-content: center;
  color: #000000;
}

.sec-list-agent .sec-portfolio-col__pic__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F5F5;
}

.sec-list-agent.sec-list-agent_creator .sec-portfolio-col__pic02 {
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.sec-list-agent.sec-list-agent_creator .sec-portfolio-col__pic02 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-list-agent .sec-portfolio-col__pic,
.sec-list-agent .sec-portfolio-col__pic a,
.sec-list-agent .sec-portfolio-col__pic__inner {
  position: inherit;
}

@media screen and (min-width: 768px) {
  .sec-agentlist-colWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    grid-auto-flow: dense;
  }
}

@media screen and (min-width: 1099px) {
  .sec-list-agent {
    padding: 100px 0 0;
  }

  .sec-agentlist-colWrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1099px) {
  .sec-list-agent .sec-portfolio-col__ttl {
    font-size: 16px;
  }
}

/*sec-list-agent_work*/
.sec-list-agent.sec-list-agent_work .sec-portfolio-col__ttl {
  text-align: left;
  line-height: 1.3;
}

.sec-list-agent.sec-list-agent_work .sec-portfolio-col__ttl a {
  color: #ffffff;
}

.sec-list-agent.sec-list-agent_work .sec-portfolio-col__pic02 img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 3 / 2;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.sec-list-agent.sec-list-agent_work .sec-portfolio-col.no-photo .sec-portfolio-col__pic02 img {
  position: inherit;
  aspect-ratio: inherit;
  width: 50%;
  max-width: 180px;
}

.sec-list-agent.sec-list-agent_work .sec-portfolio-col__exWrapper a {
  position: inherit;
}

.sec-list-agent.sec-list-agent_work .sec-portfolio-col__pic__inner {
  aspect-ratio: 3 / 1.95;
}


/*.sec-list-agent_creator*/
.sec-list-agent.sec-list-agent_creator .sec-portfolio-col__pic__inner {
  aspect-ratio: inherit;
  min-height: 220px;
}

.sec-list-agent.sec-list-agent_creator .sec-portfolio-col__pic__inner02 {
  padding: 5%;
}

/*----------------------------------------
search-bar
-----------------------------------------*/

.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 1320px;
}

.search-bar__txt {
  position: relative;
  width: 85%;
}

.search-bar__txt input[type="text"] {
  width: 100%;
  padding: 0.4em;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #ffffff;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

/* 親コンテナ */
.search-bar__btn {
  position: relative;
  display: inline-block;
  width: 14%;
  /* 必要に応じて調整 */
  cursor: pointer;
  overflow: hidden;
}

/* ホバー用のグラデーション背景 */
.search-bar__btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #323C38 0%, #323C38 51%, #4f5552 100%);
  background-size: 200% auto;
  border-radius: 4px;
  transition: background-position 0.3s;
  z-index: 0;
}

.search-bar__btn input[type="submit"] {
  width: 100%;
  padding: 0.6em 0.2em;
  border-radius: 4px;
  border: 1px solid #333333;
  background: url('../images/icon_search.svg') no-repeat center center;
  background-size: 20px auto;
  color: #fff;
  background-color: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
}

.search-bar__btn:hover::before {
  background-position: right top;
}

.search-bar__btn:hover input[type="submit"] {
  color: #fff;
}


.search-bar__txt input[type="text"]:focus::placeholder {
  color: transparent;
}

@media screen and (min-width: 993px) {
  .search-bar__txt input[type="text"] {
    padding: 0.8em;
    font-size: 20px;
  }

  /* フォーカス時のスタイル */
  .search-bar__txt input[type="text"]:focus {
    border: 1px solid #da3c41;
  }

  .search-bar__txt input[type="text"] {
    width: 100%;
    padding: 0.8em;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
  }

  .search-bar__btn {
    width: 10%;
  }

  .search-bar__btn input[type="submit"] {
    padding: 0.8em 0.4em;
    background-size: 32px auto;
  }
}


/*----------------------------------------
search-bar-small
-----------------------------------------*/

.search-bar-smallWrapper {
  display: flex;
}

.search-bar-small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 1320px;
  width: 100%;
  padding: 0.2em 0 0.2em 0.2em;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #ffffff;
  font-size: 12px;
  outline: none;
  transition: 0.3s;
}

.search-bar-small__txt {
  position: relative;
  width: 85%;
}

.search-bar-small__txt input[type="text"] {
  width: 100%;
  font-size: 12px;
  outline: none;
  transition: 0.3s;
}

/* 親コンテナ */
.search-bar-small__btn {
  position: relative;
  display: inline-block;
  width: 11%;
  cursor: pointer;
  overflow: hidden;
}

/* ホバー用のグラデーション背景 */
.search-bar-small__btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #323C38 0%, #323C38 51%, #4f5552 100%);
  background-size: 200% auto;
  border-radius: 4px;
  transition: background-position 0.3s;
  z-index: 0;
}

.search-bar-small__btn input[type="submit"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #333333;
  background: url('../images/icon_search.svg') no-repeat center center;
  background-size: 14px auto;
  background-position: center 7px;
  color: #fff;
  background-color: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
}

.search-bar-small__btn:hover::before {
  background-position: right top;
}

.search-bar-small__btn:hover input[type="submit"] {
  color: #fff;
}

.search-bar-small__txt input[type="text"]:focus::placeholder {
  color: transparent;
}

@media screen and (min-width: 993px) {
  .search-bar-small {
    min-width: 304px;
    padding: 0.2em 0.2em 0.2em 0.4em;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .search-bar-small__txt input[type="text"] {
    font-size: 20px;
  }

  /* フォーカス時のスタイル */
  .search-bar-small:has(.search-bar-small__txt input[type="text"]:focus) {
    border: 1px solid #da3c41;
  }

  .search-bar-small__txt input[type="text"] {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
  }

  .search-bar-small__btn {
    width: 15%;
  }

  .search-bar-small__btn input[type="submit"] {
    background-size: 20px auto;
    background-position: center;
  }
}


/*----------------------------------------
	sec-top-news
-----------------------------------------*/

/*sec-news*/
.sec-top-news {
  position: relative;
  font-size: 14px;
  padding-top: 16%;
}

.sec-top-news__list {
  position: relative;
  padding: 1em 2em 1em 0;
  border-top: 1px dotted #000000;
  display: block;
}

.sec-top-news__list:before {
  content: "▶︎";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.sec-top-news__list .label {
  font-size: 15px;
  white-space: nowrap;
  display: block;
}

.sec-top-news__list .label span {
  padding: 0 0.8em;
  color: #ffffff;
  background: rgba(50, 60, 56, 0.6);
  display: inline-block;
  white-space: normal;
  /* 折り返しを許可 */
  word-break: break-word;
}

.sec-top-news__list .txt {
  font-size: 14px;
}

.sec-top-news__list .txt a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sec-top-news__inner02 {
  background: rgba(50, 60, 56, 0.04);
  width: 100%;
  padding: 5% 5% 5%;
}

.sec-top-news__ttl {
  font-size: 24px;
  padding-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .sec-top-news {
    padding: 10% 0 0;
  }

  .sec-top-news__wrapper {
    display: grid;
    grid-template-columns: max-content 1fr;
    /*grid-template-columns: 20% 1fr;*/
    gap: 8px;
  }

  .sec-top-news__list {
    display: grid;
    grid-template-columns: subgrid;

    /* サブグリッドを使える場合 */
    grid-column: 1 / -1;
    border-top: 1px dotted #000;
  }

  .sec-top-news__list .date {
    padding: 0;
  }

  .sec-top-news__list .label,
  .sec-top-news__list .txt {
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  }

  .sec-top-news__list:hover .label,
  .sec-top-news__list:hover .txt {
    transform: translateX(10px);
    cursor: pointer;
  }

  .sec-top-news__list:before {
    opacity: 0;
    transform: translateX(-10px) translateY(-50%);
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  }

  .sec-top-news__list:hover:before {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }

  .sec-top-news__ttl {
    font-size: 48px;
    margin-top: -2.2em;
  }

  .sec-top-news__list .label {
    font-size: 16px;
  }

  .sec-top-news__list .txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-news__ttl {
    font-size: 40px;
    margin-top: -2.5em;
  }
}

/*----------------------------------------
	sec-top-flow
-----------------------------------------*/

.sec-top-flow {
  position: relative;
  font-size: 14px;
  width: 100%;
  padding-top: 15%;
}

.sec-top-flow__ttl {
  font-size: 24px;
}

.sec-top-flow__ttl-sub {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.6em;
  border: 2px solid #000000;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.sec-top-flow__ttl-sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 34%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.sec-top-flow__ttl-sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 34%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

.sec-top-flow__stepCol__ttl {
  font-size: 20px;
  background: #323C38;
  color: #ffffff;
  padding: 0.1em 0.4em;
}

.sec-top-flow__stepCol__number {
  width: calc(40% / 2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #323B38;
  background: #ffffff;
  text-align: center;
  float: left;
}

.sec-top-flow__stepCol__number:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.sec-top-flow__stepCol__number__inner {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.sec-top-flow__stepCol__number__inner span:nth-of-type(1) {
  font-size: 14px;
}

.sec-top-flow__stepCol__number__inner span:nth-of-type(2) {
  font-size: 28px;
}

.sec-top-flow__stepColtxtWrapper {
  float: right;
  width: 80%;
}

.sec-top-flow__stepCol__ttl-sub {
  font-size: 18px;
}

.sec-top-flow__stepCol__txt {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .sec-top-flow {
    font-size: 18px;
    width: 100%;
    padding-top: 16%;
  }

  .sec-top-flow__ttl {
    font-size: 48px;
    margin-top: -4.7em;
  }

  .sec-top-flow__ttl-sub {
    font-size: 32px;
  }

  .sec-top-flow__stepColSection {
    display: flex;
    justify-content: space-between;
  }

  .sec-top-flow__stepColWrapper {
    width: 48%;
  }

  .sec-top-flow__txtWrapper {
    background: rgba(50, 60, 56, 0.04);
    width: 100%;
    padding: 8% 5% 5%;
  }

  .sec-top-flow__stepCol__ttl {
    font-size: 29px;
    padding: 0.4em 0.2em;
  }

  .sec-top-flow__stepCol__number {
    width: calc(40% / 2);
    border: 4px solid #323B38;
  }

  .sec-top-flow__stepColtxtWrapper {
    width: 80%;
  }

  .sec-top-flow__stepCol__ttl-sub {
    font-size: 28px;
  }

  .sec-top-flow__stepCol__number__inner span:nth-of-type(1) {
    font-size: 1.5vw;
  }

  .sec-top-flow__stepCol__number__inner span:nth-of-type(2) {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 1399px) {
  .sec-top-flow__stepCol__number__inner span:nth-of-type(1) {
    font-size: 24px;
  }

  .sec-top-flow__stepCol__number__inner span:nth-of-type(2) {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-flow__ttl {
    font-size: 40px;
  }

  .sec-top-flow__ttl-sub {
    font-size: 24px;
  }

  .sec-top-flow__stepCol__ttl {
    font-size: 22px;
  }

  .sec-top-flow__stepCol__ttl-sub {
    font-size: 24px;
    line-height: 1.4;
  }
}


/*----------------------------------------
	sec-top-which
-----------------------------------------*/

.sec-top-which {
  position: relative;
  font-size: 14px;
  width: 100%;
  padding-top: 15%;
}

.sec-top-which__ttl {
  font-size: 24px;
}

.sec-top-which__colWrapper__ttl {
  font-size: 20px;
  background: #323C38;
  color: #ffffff;
  padding: 0.1em 0.4em;
}

.sec-top-which__colWrapper__ttl-sub {
  font-size: 18px;
}

.sec-top-which__list {
  font-size: 16px;
}

.sec-top-which__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec-top-which__colWrapper__txt {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .sec-top-which {
    font-size: 18px;
    width: 100%;
    padding-top: 16%;
  }

  .sec-top-which__ttl {
    font-size: 48px;
    margin-top: -4.7em;
  }

  .sec-top-which__ttl-sub {
    font-size: 32px;
  }

  .sec-top-which__inner03 {
    display: flex;
    justify-content: space-between;
  }

  .sec-top-which__colWrapper {
    width: 48%;
  }

  .sec-top-which__inner02 {
    background: rgba(50, 60, 56, 0.04);
    width: 100%;
    padding: 8% 5% 5%;
  }

  .sec-top-which__colWrapper__ttl {
    font-size: 30px;
    padding: 0.1em 0.4em;
  }

  .sec-top-which__colWrapper__ttl-sub {
    font-size: 28px;
  }

  .sec-top-which__list {
    font-size: 20px;
  }

  .sec-top-which__colWrapper__txt {
    font-size: 20px;
  }

  .sec-top-which .sec-top-ttl-sub {
    transform: translateY(-300%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-which__ttl {
    font-size: 40px;
    margin-top: -4.7em;
  }

  .sec-top-which__colWrapper__ttl {
    font-size: 22px;
  }

  .sec-top-which__ttl-sub {
    font-size: 20px;
  }

  .sec-top-which__colWrapper__ttl-sub {
    font-size: 20px;
  }

  .sec-top-which__list {
    font-size: 16px;
  }

  .sec-top-which__colWrapper__txt {
    font-size: 16px;
  }
}

/*----------------------------------------
	sec-top-faq
-----------------------------------------*/

.sec-top-faq {
  position: relative;
  padding: 24% 0 0;
}

.sec-top-faq__ttl {
  position: relative;
  font-size: 24px;
}

.sec-top-faq__ttl span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-top-faq__ttl span::before {
  content: '▲▲▲';
  position: absolute;
  bottom: 1.5em;
  left: -5.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-faq__ttl span::after {
  content: '▲▲▲';
  position: absolute;
  top: 0.5em;
  right: -6.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-faq dl {
  width: 100%;
}

.sec-top-faq dl > dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #323C38;
  padding: 0.5em 1.5em 0.5em 0;
  background: #ffffff;
  font-weight: bold;
}

.sec-top-faq dl > dt:before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  content: "Q.";
  font-size: 24px;
  color: #2A3D65;
  padding-left: 0.5em;
}

.sec-top-faq dl > dt span {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 2em;
}

.sec-top-faq dl > dt:nth-of-type(n + 2) {
  margin-top: 1em;
}

.sec-top-faq dl > dd {
  position: relative;
  display: none;
  font-size: 20px;
}

.sec-top-faq__inner {
  padding: 2% 0;
}

.sec-top-faq dl > dd a {
  color: #2A3D65;
  text-decoration: underline;
}

.sec-top-faq dl > dd a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sec-top-faq {
    padding: 6em 0 0;
  }

  .sec-top-faq__ttl {
    font-size: 48px;
  }

  .sec-top-faq__ttl span::before {
    font-size: 20px;
    left: -8.5em;
    bottom: 1em;
  }

  .sec-top-faq__ttl span::after {
    font-size: 20px;
    right: -9.5em;
  }
}

@media screen and (max-width: 768px) {
  .sec-top-faq dl > dt {
    padding: 0.5em 1em 0.5em 0;
  }

  .sec-top-faq dl > dt:before {
    font-size: 16px;
  }

  .sec-top-faq dl > dt span {
    font-size: 16px;
  }

  .sec-top-faq dl > dd {
    font-size: 14px;
  }

  .sec-top-faq dl > dt .icon-wrap {
    width: 40px;
    height: 40px;
  }

  .sec-top-faq dl > dt .icon {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-faq__ttl {
    font-size: 40px;
  }

  .sec-top-faq dl > dt span {
    font-size: 20px;
  }

  .sec-top-faq dl > dd {
    font-size: 16px;
  }
}

/* ------------------------------
	sec-top-colum
------------------------------ */

.sec-top-colum {
  position: relative;
  padding: 24% 0 0;
}

.sec-top-colum__ttl {
  position: relative;
  font-size: 24px;
}

.sec-top-colum__ttl span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-top-colum__ttl span::before {
  content: '▲▲▲';
  position: absolute;
  bottom: 1.5em;
  left: -5.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-colum__ttl span::after {
  content: '▲▲▲';
  position: absolute;
  top: 0.5em;
  right: -6.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-colum__content-col {
  width: 48%;
}

.sec-top-colum__content-col:nth-of-type(n+3) {
  margin-top: 4%;
}

.sec-top-colum__tab {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sec-top-colum__tab-list {
  display: flex;
}

.sec-top-colum__tab-menu {
  align-items: center;
  background-color: rgba(50, 60, 56, 0.1);
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  border-radius: 16px 16px 0 0;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0.3em 0.1em;
  width: 50%;
  transition: 0.4s;

}

.sec-top-colum__tab-menu.current {
  background-color: #ffffff;
  width: 55%;
}

.sec-top-colum__content-box {
  background-color: #ffffff;
  /*display: none;*/
  width: 100%;
  padding: 5% 5% 2%;
}

.sec-top-colum__content-box img {
  display: block;
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sec-top-colum {
    padding: 6em 0 0;
  }

  .sec-top-colum__ttl {
    font-size: 48px;
  }

  .sec-top-colum__ttl span::before {
    font-size: 20px;
    left: -8.5em;
    bottom: 1em;
  }

  .sec-top-colum__ttl span::after {
    font-size: 20px;
    right: -9.5em;
  }


  .sec-top-colum__tab-menu {
    font-size: 32px;
  }

  .sec-top-colum__content-col a {
    transition: 0.3s;
  }

  .sec-top-colum__content-col a:hover {
    opacity: 0.7;
  }

}

@media only screen and (min-width: 1199px) {
  .sec-top-colum__content-col {
    width: 23%;
  }

  .sec-top-colum__content-col:nth-of-type(n+3) {
    margin-top: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-colum__ttl {
    font-size: 40px;
  }

  .sec-top-colum__tab-menu {
    font-size: 24px;
  }
}

/* ------------------------------
	sec-top-contact
------------------------------ */

.sec-top-contact {
  position: relative;
  padding: 24% 0 0;
}

.sec-top-contact__ttl {
  position: relative;
  font-size: 24px;
}

.sec-top-contact__ttl span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-top-contact__ttl span::before {
  content: '▲▲▲';
  position: absolute;
  bottom: 1.5em;
  left: -7.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-contact__ttl span::after {
  content: '▲▲▲';
  position: absolute;
  top: 0.5em;
  right: -8.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .sec-top-contact {
    padding: 6em 0 0;
  }

  .sec-top-contact__ttl {
    font-size: 48px;
  }

  .sec-top-contact__ttl span::before {
    font-size: 20px;
    left: -16.5em;
    bottom: 1em;
  }

  .sec-top-contact__ttl span::after {
    font-size: 20px;
    right: -17.5em;
  }

  .sec-top-contact__content-col {
    width: 23%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-contact__ttl {
    font-size: 40px;
  }
}

/*----------------------------------------
	sec-top-order
-----------------------------------------*/

.sec-top-order {
  font-size: 14px;
  width: 100%;
  padding: 24% 0 10%;
}

.sec-top-order__ttl {
  position: relative;
  font-size: 24px;
}

.sec-top-order__ttl span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-top-order__ttl span::before {
  content: '▲▲▲';
  position: absolute;
  bottom: 1.5em;
  left: -7.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-order__ttl span::after {
  content: '▲▲▲';
  position: absolute;
  top: 0.5em;
  right: -8.5em;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #323C38;
  writing-mode: vertical-rl;
  font-size: 16px;
  z-index: -1;
}

.sec-top-order__colWrapper__ttl {
  font-size: 20px;
  background: #323C38;
  color: #ffffff;
  padding: 0.1em 0.4em;
}

.sec-top-order__colWrapper__ttl-sub {
  font-size: 20px;
}

.sec-top-order__list {
  font-size: 16px;
}

.sec-top-order__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec-top-order__colWrapper__txt {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .sec-top-order {
    font-size: 18px;
    width: 100%;
    padding-top: 8%;
  }

  .sec-top-order__ttl {
    font-size: 48px;
  }

  .sec-top-order__ttl span::before {
    font-size: 20px;
    left: -16.5em;
    bottom: 1em;
  }

  .sec-top-order__ttl span::after {
    font-size: 20px;
    right: -17.5em;
  }

  .sec-top-order__ttl-sub {
    font-size: 32px;
  }

  .sec-top-order__inner {
    display: flex;
    justify-content: space-between;
  }

  .sec-top-order__colWrapper {
    width: 48%;
  }

  .sec-top-order__colWrapper__ttl {
    font-size: 30px;
    padding: 0.1em 0.4em;
  }

  .sec-top-order__colWrapper__ttl-sub {
    font-size: 28px;
  }

  .sec-top-order__list {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-top-order__ttl {
    font-size: 40px;
  }

  .sec-top-order__colWrapper__ttl {
    font-size: 24px;
  }

  .sec-top-order__colWrapper__ttl-sub {
    font-size: 20px;
  }

  .sec-top-order__list {
    font-size: 18px;
  }
}


/* ------------------------------
   sec-list-portfolio
------------------------------ */

.sec-list-portfolio {
  position: relative;
  padding: 15% 0 0;
}

@media screen and (min-width: 768px) {
  .sec-list-portfolio {
    padding: 100px 0 0;
  }
}


/* ------------------------------
   sec-portfolio-detail
------------------------------ */

.sec-portfolio-detail {
  padding: 60px 0 16%;
}

.sec-portfolio-detail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-portfolio-detail__head__inner {
  display: flex;
  align-items: center;
}

.sec-portfolio-detail__head__logo img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.sec-portfolio-detail__head__ttl {
  font-weight: bold;
  font-size: 20px;
}

.sec-portfolio-detail__contents__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-portfolio-detail__contents__ttl {
  font-size: 14px;
}

.sec-portfolio-detail__contents__inner__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.sec-portfolio-detail__contents__label {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
}

.sec-portfolio-detail__contents__label a {
  display: inline-block;
  background: #323C38;
  border: 1px solid #323C38;
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.1em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 12px;
  transition: 0.3s;
}

.sec-portfolio-detail__contents__label a:hover {
  background: #ffffff;
  color: #323C38;
}

.sec-portfolio-detail__contents__color {
  display: flex;
  flex-wrap: wrap;
}

.sec-portfolio-detail__contents__color a {
  width: 32px;
  transition: 0.3s;
}

.sec-portfolio-detail__contents__color a:hover {
  opacity: 0.6;
}

.sec-portfolio-detail__contents__color span + span {
  margin-left: 4px;
}

.sec-portfolio-detail__contents__pointCol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec-portfolio-detail__contents__point {
  border: 1px solid #323C38;
  padding: 0 1.2em;
  font-weight: bold;
}

.sec-portfolio-detail__contents-ex {
  border-top: 1px solid #323C38;
}

.star {
  width: 28px;
  height: 28px;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: background-image 0.2s ease;
}

.star.active {
  background-image: url(../images/star_ov.svg);
}

.star2 {
  width: 28px;
  height: 28px;
  background-image: url(../images/star2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-image 0.2s ease;
}

.star2.active {
  background-image: url(../images/star2_ov.svg);
}

.star2:nth-of-type(n+2) {
  margin-left: 0.3em;
}

.sec-portfolio-detail-colWrapper02 {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .sec-portfolio-detail {
    padding-top: 76px;
  }

  .sec-portfolio-detail-colWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    grid-auto-flow: dense;
  }

  .sec-portfolio-detail-colWrapper02_2__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    grid-auto-flow: dense;
  }

  .sec-portfolio-detail-colWrapper02_2__inner .sec-portfolio-col {
    grid-column: span 1;
  }

  .sec-portfolio-detail-colWrapper02_2__inner .sec-portfolio-col.wide {
    grid-column: span 2;
  }

  .sec-portfolio-detail .link_btn a,
  .sec-portfolio-detail .link_btn button {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .sec-portfolio-detail-colWrapper02 .sec-portfolio-detail__txtcol {
    padding-top: 3%;
  }
}

@media screen and (min-width: 1099px) {
  .sec-portfolio-detail {
    padding: 152px 0 10%;
  }

  .sec-portfolio-detail__txtcol__inner {
    position: sticky;
    top: 100px;
  }

  .sec-portfolio-detail-colWrapper02 {
    display: block;
  }

  .sec-portfolio-detail-colWrapper02:after {
    content: "";
    display: block;
    clear: both;
  }

  .sec-portfolio-detail-colWrapper02 .sec-portfolio-detail__txtcol__inner {
    margin-top: 0;
  }

  .sec-portfolio-detail-colWrapper02_2 {
    float: right;
    width: 66%;
  }

  .sec-portfolio-detail__head__ttl {
    font-size: 24px;
  }

  .sec-portfolio-detail__contents__inner__ttl {
    font-size: 20px;
  }

  .sec-portfolio-detail__contents__label a {
    font-size: 14px;
  }

  .sec-portfolio-detail__designer .sec-portfolio-detail__txtcol {
    float: right;
    width: 34%;
    padding-right: 32px;
  }

  .sec-portfolio-detail-colWrapper02 .sec-portfolio-detail__txtcol {
    padding-top: 0;
  }

  .sec-portfolio-detail.sec-portfolio-detail__designer {
    padding: 120px 0 10%;
  }
}

/* ------------------------------
   sec-user
------------------------------ */

.sec-user {
  padding: 80px 0;
}

.sec-user__inner {
  position: relative;
  background: #ffffff;
  max-width: 1040px;
  margin: 0 auto;
  padding: 6% 4% 10.5%;
}

.sec-user__label {
  position: relative;
  width: 100%;
}

/* テキストとメール入力に適用 */
.sec-user__label input[type="text"],
.sec-user__label input[type="email"],
.sec-user__label input[type="password"],
.sec-user__label textarea,
.sec-user__label select {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  border: 1px solid #333333;
  border-radius: 6px;
  outline: none;
  color: #333333;
}

.sec-user__label input[type="text"],
.sec-user__label input[type="email"],
.sec-user__label input[type="password"],
.sec-user__label textarea {
  padding: 0.6em;
}

.sec-user__label select {
  padding: 0.6em;
}

/* フォーカス時のスタイル */
.sec-user__label input[type="text"]:focus,
.sec-user__label input[type="email"]:focus,
.sec-user__label input[type="password"]:focus,
.sec-user__label textarea:focus,
.sec-user__label select:focus {
  border-color: #da3c41;
}

.sec-user__label input:focus::-webkit-input-placeholder,
.sec-user__label textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.sec-user__label input:focus::-moz-placeholder,
.sec-user__label textarea:focus::-moz-placeholder {
  color: transparent;
}

.sec-user__label input:focus::-ms-input-placeholder,
.sec-user__label textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.sec-user__label input:focus::placeholder,
.sec-user__label textarea:focus::placeholder {
  color: transparent;
}

.sec-user__logo {
  max-width: 140px;
  margin: 0 auto;
}

.sec-user__txt {
  font-size: 15px;
  line-height: 1.6;
}

.sec-profile__pic__img {
  max-width: 126px;
  width: 100%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.sec-profile__pic__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
  box-sizing: border-box;
}

.sec-profile__pref label + label {
  margin-left: 1em;
}

.sec-profile__pref label span {
  margin-left: 0.3em;
}

.sec-profile__titleimage__col {
  position: relative;
  background: #F5F5F5;
  border-radius: 8px;
  text-align: center;
  padding: 3em 0.6em;
  cursor: pointer;
  transition: 0.3s;
}

.sec-profile__titleimage__col:hover {
  opacity: 0.6;
}

.sec-profile__titleimage__col__ttl {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.sec-profile__titleimage__col__ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  margin: -0.7em 0 0 -2em;
  background: url("../images/icon_upload.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.sec-profile__monthprice .sec-user__label input[type="text"] {
  width: 80%;
}

.sec-profile__monthprice .sec-user__label {
  display: flex;
  align-items: flex-end;
}

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

  .sec-user__label input[type="text"],
  .sec-user__label input[type="email"],
  .sec-user__label input[type="password"] {
    font-size: 18px;
  }

  .sec-user__label input[type="text"],
  .sec-user__label input[type="email"] {
    padding: 0.6em;
  }

  .sec-user__label input[type="password"] {
    padding: 0.6em;
  }

  .sec-user__logo {
    max-width: 200px;
  }

  .sec-user__txt {
    font-size: 20px;
    line-height: 1.8;
  }

  .sec-profile__portfolio .link_btn a {
    width: 100%;
  }

  .sec-profile__titleimage__col__ttl {
    font-size: 24px;
  }

  .sec-profile__titleimage__col__ttl:before {
    margin: -0.7em 0 0 -1.8em;
    width: 36px;
    height: 36px;
  }

}

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

  .sec-user__inner {
    margin: 80px auto 0;
  }

  .sec-user__inner {
    padding: 3.5% 4% 6.5%;
  }

  .sec-profile__monthprice .sec-user__label input[type="text"] {
    width: 50%;
  }

}


/* ------------------------------
   sec-offer-detail
------------------------------ */

.sec-offer-detail {
  padding: 60px 0 16%;
}

.sec-offer-pdf {
  display: flex;
}

.sec-offer-pdf__col {
  background: #F5F5F5;
  border-radius: 8px;
  min-width: 104px;
  max-width: 104px;
  min-height: 104px;
  max-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-offer-pdf__col:nth-of-type(n+2) {
  margin-left: 1em;
}

.sec-offer-pdf a {
  display: block;
  padding: 0 0.3em;

}

.sec-offer-pdf__img {
  max-width: 40px;
  margin: 0 auto;
}

.sec-offer-pdf__txt {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 1em;
}

.sec-offer-col__number {
  display: flex;
}

.sec-offer-col__number span {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.sec-offer-col__number span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  left: -1.2em;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url(../images/icon_watch_black.svg);
}

.sec-offer-col .sec-user__inner {
  margin-top: 1em;
}

.sec-offer-col__inner {
  border-top: 2px solid #ACACAC;
}

.sec-offer-col__inner02 {
  background: #F5F5F5;
  padding: 4%;
}

.sec-offer-col__inner02 .sec-profile__col {
  padding-top: inherit;
}

.sec-offer-col__inner02_2 {
  display: flex;
  align-items: center;
}

.sec-offer-col__inner02_2 .sec-user__label:nth-of-type(1) {
  width: 72%;
}

.sec-offer-col__inner02_2 .sec-user__label:nth-of-type(2) {
  width: 28%;
  padding-left: 3%;
}

.sec-offer-col__btn, a.sec-offer-col__btn {
  background: #323C38;
  border-radius: 8px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}

.sec-offer-detail .link_btn {
  font-size: 18px;
}

.sec-offer__closebtn {
  width: 72px;
  height: 72px;
  background: #323C38;
  position: relative;
  cursor: pointer;
}

.sec-offer__closebtn_s {
  width: 18px;
  height: 18px;
  background: #F53F7E;
  margin-bottom: auto;
  margin-left: -0.4em;
  margin-top: -0.2em;
}

.sec-offer__closebtn::before,
.sec-offer__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 4px;
  background: #fff;
  transform-origin: center;
}

.sec-offer__closebtn_s::before,
.sec-offer__closebtn_s::after {
  height: 2px;
}

.sec-offer__closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sec-offer__closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .sec-offer-detail {
    padding-top: 76px;
  }

  .sec-offer-col__inner02 {
    padding: 3% 2%;
  }

  .sec-offer-detail-colWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    grid-auto-flow: dense;
  }

  .sec-offer-col {
    grid-column: span 2;
  }

  .sec-offer-detail .link_btn {
    font-size: 24px;
  }
}

@media screen and (min-width: 1099px) {
  .sec-offer-detail {
    padding: 152px 0 10%;
  }
}

@media screen and (min-width: 1099px) {
  .sec-offer-detail {
    padding: 152px 0 10%;
  }
}


/* ------------------------------
   filter-scroll
------------------------------ */

.filter-scroll {
  width: 100%;
}

.filter-scroll__inner {
  overflow-x: auto;
}

.search-navWrapper__inner {
  background: #E1E2E2;
  border-radius: 8px;
  padding: 0.8em 0.5em 0;
  position: relative;
  /*z-index: 1;*/
}

/* ▼ ラッパー：横スクロール許可 */
.filter-groupWrapper {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-width: 0;
}

.filter-group {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
}

.filter-btn,
.reset-btn {
  flex: 0 0 auto;
}

.filter-btn {
  padding: 8px 0 10px;
}

.filter-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 1px 2em 1px 1em;
  border: 1px solid #323C38;
  border-radius: 9999px;
  background-color: #f9f9f9;
  font-size: 11px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.filter-btn span::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: 0.3s;
}

.filter-btn span:focus {
  outline: none;
  box-shadow: 0 0 0 2px #d0d0d0;
}


/* ▼ open 状態 */
.filter-btn.open span {
  background-color: #323C38;
  color: #ffffff;
}

.filter-btn.open span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #363d3a;
}

/* ▼ has-value 状態（選択あり） */
.filter-btn.has-value span {
  padding: 1px 3.2em 1px 1em;
  background-color: #323C38;
  color: #fff;
  border-color: #323C38;
}

.filter-btn.has-value span::after {
  right: 2.2em;
}

.filter-btn.open span::after,
.filter-btn.has-value span::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* ▼ Resetボタン */
.reset-btn span {
  position: relative;
  border: 1px solid rgba(50, 60, 56, 0.2);
  border-radius: 9999px;
  background-color: rgba(50, 60, 56, 0.1);
  color: #111;
  padding: 4px 16px 4px 32px;
  margin-left: auto;
  opacity: 0.4;
  font-size: 11px;
  pointer-events: none;
}

.reset-btn.active span {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.reset-btn span:hover {
  background-color: #dfe2e2;
}

.reset-btn span:focus {
  box-shadow: 0 0 0 2px #c8cccc;
}

/* ▼ リセットアイコン（縦位置固定のまま回転） */
.reset-btn span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform-origin: center center;
  translate: 0 -50%;
  background: url("../images/icon_reset.svg") no-repeat center;
  background-size: contain;
  will-change: transform;
}

.reset-btn.active span:hover::before {
  animation: spin 0.8s linear infinite;
}

/* ▼ ×ボタン（chip-clear） */
.chip-clear {
  position: absolute;
  right: 0.6em;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  font-size: 11px;
  font-weight: 500;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.chip-clear:hover {
  opacity: 0.7;
}

.filter-btn.has-value .chip-clear {
  display: flex;
}

/* ▼ アニメーション */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ▼ 992px以上：位置固定は必要に応じて */
@media screen and (min-width: 992px) {
  .search-navWrapper {
    position: sticky;
    right: 0;
    top: 80px;
    z-index: 999;
  }

  .filter-btn {
    padding: 8px 0 20px;
  }

  .filter-btn span {
    padding: 4px 2em 4px 1em;
    font-size: 13px;
  }

  .reset-btn {
    padding: 8px 0;
  }

  .reset-btn span {
    padding: 4px 16px 4px 32px;
    font-size: 13px;
  }

  .filter-btn.has-value span::after {
    right: 2.6em;
  }

  .search-navWrapper__inner {
    display: flex;
    align-items: center;
    padding: 12px 20px 0;
  }

  .filter-group {
    width: 100%;
  }

  .filter-btn.has-value span {
    padding: 4px 3.1em 4px 1em;
  }

  .chip-clear {
    right: 0.8em;
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}


/* --------------------------------
  filter-nav-child
-------------------------------- */

.filter-nav-child {
  width: 100%;
  position: absolute;
  top: 87px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 12000;
  transition: opacity 0.3s ease,
  visibility 0s linear 0.3s;
}

.filter-nav-child__inner {
  position: relative;
  padding: 3% 2em 3% 3%;
  z-index: 1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease,
  transform 0.25s ease;
}

.filter-nav-child__closebtn {
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  background: url("../images/icon_close.svg") no-repeat center;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  cursor: pointer;
}

.filter-nav-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #323C38;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 0 0;
  transition: height 0.3s ease;
}

.filter-nav-child .sub-menu {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-5px);
  transition: 0.3s;
  transition-delay: 0.2s;
}

.filter-nav-child .sub-menu li {
  margin-right: 1.5em;
  margin-bottom: 0.1em;
  font-size: 12px;
}

.filter-nav-child .sub-menu li label {
  padding-left: 4px;
}

/* -----------------------------
   通常（閉じている）状態
----------------------------- */
.filter-btn .filter-nav-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease,
  visibility 0s linear 0.3s;
}

.filter-btn .filter-nav-child__inner {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease,
  transform 0.25s ease;
}

.filter-btn .filter-nav-child::after {
  height: 0%;
  transition: height 0.3s ease;
}

/* -----------------------------
   open時（開いている）状態
----------------------------- */

.filter-btn.open .filter-nav-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.3s ease,
  visibility 0s;
  /* 即表示 */
}

.filter-btn.open .filter-nav-child__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease,
  transform 0.25s ease 0.1s;
}

.filter-btn.open .filter-nav-child::after {
  height: 100%;
  transition: height 0.3s ease,
  opacity 0.3s ease;
}

.filter-btn.open .filter-nav-child .sub-menu {
  opacity: 1;
  transform: translateY(0);
}

.filter-btn.open .filter-nav-child .sub-menu.color-list li {
  margin-bottom: 0.7em;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list label {
  display: flex;
  align-items: center;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list label span:before,
.filter-btn.open .filter-nav-child .sub-menu.color-list label span:after {
  content: none;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list label span {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  margin: 0 0.3em;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-0 + label span,
.bg-white {
  background: #ffffff;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-1 + label span,
.bg-black {
  background: #000000;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-2 + label span,
.bg-grey {
  background: #8E8E8E;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-3 + label span,
.bg-tan {
  background: #F2E8D3;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-4 + label span,
.bg-brown {
  background: #725310;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-5 + label span,
.bg-red {
  background: #FF0000;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-6 + label span,
.bg-blue {
  background: #0000FF;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-7 + label span,
.bg-yellow {
  background: #FFFF00;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-8 + label span,
.bg-green {
  background: #00FF00;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-9 + label span,
.bg-purple {
  background: #FF00FF;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-10 + label span,
.bg-pink {
  background: #FFAFCE;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-11 + label span,
.bg-orange {
  background: #FF7600;
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-12 + label span,
.bg-gold {
  background: linear-gradient(to right, #FFB100 0%, #F2EEDE 100%);
}

.filter-btn.open .filter-nav-child .sub-menu.color-list #color-13 + label span,
.bg-rainbow {
  background: linear-gradient(to right, #FB3B3B 0%, #F840FF 20%, #6753FF 40%, #4CDBFC 60%, #48F04E 80%, #FFE200 100%);
}


@media only screen and (min-width: 768px) {
  .filter-nav-child {
    top: 62px;
  }

  .filter-nav-child .sub-menu li {
    font-size: 16px;
  }

  .filter-nav-child__closebtn {
    right: 1em;
    top: 1em;
    width: 1.2em;
    height: 1.2em;
  }
}


/* ------------------------------
   accordion-link
------------------------------ */

.accordion-link {
  cursor: pointer;
  position: relative;
}

.icon-wrap {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  border-top: none;
  display: inline-block;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #2a3d65;
  right: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}

.icon:before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-link.active .icon:before {
  transform: translateY(-50%) rotate(0deg);
}


/*----------------------------------------
	page nation
	-----------------------------------------*/


/*----------------------------------------
	page nation
-----------------------------------------*/

.pnavi {
  padding: 8% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnavi .page-numbers {
  font-size: 12px;
  color: #1e1e1e;
  padding: 0.5em 1.1em;
  margin: 0 7px;
  background: #eeefec;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  /*easeInOutSine*/
}

.pnavi .page-numbers:hover {
  opacity: 0.6;
}

.pnavi .page-numbers.current:hover {
  opacity: 1;
}

.pnavi .page-numbers.current {
  background: #2a3d65;
  color: #ffffff;
}

.pnavi .page-numbers.dots,
.pnavi .page-numbers.next,
.pnavi .page-numbers.prev {
  background: #ffffff;
}

.pnavi .page-numbers.next span,
.pnavi .page-numbers.prev span {
  position: relative;
}

.pnavi .page-numbers.next span:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: -6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pnavi .page-numbers.prev span:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  right: -6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.pnavi span {
  position: relative;
}

.pnavi span a {
  position: relative;
  padding: 1em 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  /*easeInOutSine*/
  font-size: 14px;
}

/*前へ*/
.pnavi-previous a {
  margin: 0 10px 0 0;
}

.pnavi-previous:before {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0;
  margin: 0;
  width: 80px;
  height: 6px;
  color: #333333;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) skewX(-45deg);
  -ms-transform: translateY(-50%) skewX(-45deg);
  transform: translateY(-50%) skewX(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

/*次へ*/
.pnavi-next a {
  margin: 0 0 0 10px;
}

.pnavi-next:before {
  content: "";
  position: absolute;
  left: 0.5em;
  bottom: 0;
  width: 80px;
  height: 6px;
  color: #2a3d65;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) skewX(45deg);
  -ms-transform: translateY(-50%) skewX(45deg);
  transform: translateY(-50%) skewX(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

@media only screen and (min-width: 768px) {
  .pnavi {
    padding: 10% 0 0;
  }

  .pnavi .page-numbers {
    font-size: 16px;
  }

  .pnavi .page-numbers.next {
    margin-left: 8%;
  }

  .pnavi .page-numbers.prev {
    margin-right: 8%;
  }

  .pnavi span {
    display: inline-block;
    width: inherit;
  }

  .pnavi span a {
    min-width: 118px;
    font-size: 18px;
  }

  /*前へ*/
  .pnavi-previous {
    margin-right: 20px;
  }

  .pnavi-previous a {
    margin: 0;
  }

  .pnavi-previous:before {
    right: 0;
    width: 118px;
  }

  .pnavi-previous:hover:before {
    width: 128px;
  }

  /*次へ*/
  .pnavi-next {
    margin-left: 20px;
  }

  .pnavi-next a {
    margin: 0;
  }

  .pnavi-next:before {
    left: 0;
    width: 118px;
  }

  .pnavi-next:hover:before {
    width: 128px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pnavi span a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .pnavi span a {
    font-size: 12px;
  }
}


/*----------------------------------------
	animation
-----------------------------------------*/

.fade_gray {
  opacity: 0.4;
  transition: 1s;
  transition-delay: 0.5s;
}

.fade_t.fade_in .fade_gray {
  opacity: 1;
}

@keyframes slideAnime1 {
  0% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes slideAnime2 {
  0% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes menuBar {
  0% {
    width: 24px;
    left: 0;
    transform: translateY(-6px);
  }

  60% {
    width: 24px;
    left: 0;
    transform: translateY(0);
  }

  79% {
    width: 0;
    left: 12px;
    transform: translateY(0);
  }

  80% {
    width: 0;
    left: 12px;
    transform: rotate(45deg);
  }

  to {
    width: 24px;
    left: 0;
    transform: rotate(45deg);
  }
}

@keyframes menuBarOut {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes menuBar2 {
  0% {
    left: 0;
    width: 24px;
  }

  60% {
    left: 0;
    width: 24px;
  }

  79% {
    left: 12px;
    width: 0;
  }

  80% {
    left: 12px;
    width: 0;
  }

  to {
    left: 12px;
    width: 0;
  }
}

@keyframes menuBar2Out {
  0% {
    width: 0;
  }

  49% {
    width: 24px;
  }

  50% {
    width: 24px;
  }

  to {
    width: 24px;
  }
}

@keyframes menuBar3 {
  0% {
    left: 0;
    width: 24px;
    transform: translateY(6px);
  }

  60% {
    left: 0;
    width: 24px;
    transform: translateY(0);
  }

  79% {
    left: 12px;
    width: 0;
    transform: translateY(0);
  }

  80% {
    left: 12px;
    width: 0;
    transform: rotate(-45deg);
  }

  to {
    left: 0;
    width: 18px;
    transform: rotate(-45deg);
  }
}

@keyframes menuBar3Out {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(6px) rotate(0);
  }
}

@keyframes rotation1 {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes slide-up01 {
  0% {
    transform: translate(0, 70%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes slide-up01_s {
  0% {
    transform: translate(0, 200%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate-shape {
  from {
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}


/*ttl_fade*/
.fade_t .fade_rotate {
  /*opacity: 0;*/
  transition: 1.6s;
  scale: 0.97;
  /*transform: translate3d(0, 0px, 0px) rotateY(20deg);*/
}

.fade_t.fade_in .fade_rotate {
  /*opacity: 1;*/
  scale: 1;
  /*transform: translate3d(0px, 0px, 0px) rotateY(0);*/
}

/*fade*/
.fade_t .fade_opacity {
  opacity: 0;
  transition: 0.6s ease;
}

.fade_t.fade_in .fade_opacity {
  opacity: 1;
}

.clip_txt {
  clip-path: inset(100% 0 0 0%);
  transition: clip-path 0.8s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_txt {
  clip-path: inset(0% 0% 0% 0%);
}

.clip_circle {
  transform: translateY(50px);
  clip-path: circle(0% at 50% 10%);
  opacity: 0;
  transition: clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1), transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  transform: translateY(0);
}

.fade_t .fade_slide {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/*fade_slide_right*/
.fade_t .fade_slide2 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide2 {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/*clip_circle2*/
.clip_circle2 {
  transform: translateY(50px);
  clip-path: circle(50% at 50% 50%);
  opacity: 0;
  transition: clip-path 1s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle2 {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  transform: translateY(0);
}

/*fade*/
.fade_t .fade_big {
  scale: 0.9;
  transition: 0.6s ease;
}

.fade_t.fade_in .fade_big {
  scale: 1;
}


/*fade_scale*/
.fade_t .fade_scale {
  overflow: hidden;
}

.fade_t .fade_scale img {
  transform: scale(1);
  transition: transform 2s cubic-bezier(.22, 1, .36, 1);
}

.fade_t.fade_in .fade_scale img {
  transform: scale(1.1);
}


/*----------------------------------------
	cmn-footer
-----------------------------------------*/

.cmn-footer {
  position: relative;
  background: rgba(50, 60, 56, 0.04);
}

.cmn-footer__inner {
  padding: 12% 0 10%;
}

.cmn-footer__ttl {
  width: 35%;
}

.cmn-footer__nav__ttl {
  padding: 0 0 1em;
}

.cmn-footer__nav:nth-of-type(2) .cmn-footer__nav__ttl {
  padding-top: 2em;
}

.cmn-footer__nav li {
  border-top: 1px dotted #323C38;
}

.cmn-footer__nav li:last-child {
  border-bottom: 1px dotted #323C38;
}

.cmn-footer__nav li a {
  position: relative;
  padding: 1em 2em 1em 0;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

.cmn-footer__nav li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #323C38;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 1.4em;
}

.cmn-footer__ttl {
  font-size: 14px;
}

.cmn-footer__copyright {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .cmn-footer__inner {
    padding: 6% 0;
    max-width: 1055px;
    margin: 0 auto;
  }

  .cmn-footer__nav__ttl {
    font-size: 24px;
    padding: 0 0 0.5em;
  }

  .cmn-footer__nav:nth-of-type(2) .cmn-footer__nav__ttl {
    padding-top: 0;
  }

  .cmn-footer__nav li {
    border-top: none;
  }

  .cmn-footer__nav li:last-child {
    border-bottom: none;
  }

  .cmn-footer__nav li a {
    font-size: 24px;
    padding: 0;
    width: 100%;
    transition: 0.3s;
  }

  .cmn-footer__nav li a:hover {
    opacity: 0.7;
  }

  .cmn-footer__nav li:nth-of-type(n+2) a {
    padding-top: 0.5em;
  }

  .cmn-footer__nav:nth-of-type(2) {
    margin: 0 0 0 4em;
  }

  .cmn-footer__nav li a:before {
    content: none;
  }

  .cmn-footer__ttl {
    width: 100%;
    max-width: 200px;
  }

  .cmn-footer__copyright {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cmn-footer__nav li a {
    font-size: 16px;
  }

  .cmn-footer__copyright {
    font-size: 12px;
  }
}


/*----------------------------------------
	pageTop
-----------------------------------------*/

#pageTop {
  position: fixed;
  right: 20px;
  bottom: -120px;
  display: table;
  z-index: 500;
  transition: 0.3s;
}

#pageTop.fixed {
  bottom: 60px;
}

#pageTop.keep {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 500;
  transition: 0.1s;
  margin-top: 12px;
}

#pageTop a {
  position: relative;
  width: 40px;
  height: 40px;
  display: table-cell;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/pagetop_arrow.svg);
}

@media screen and (min-width: 768px) {
  #pageTop {
    right: 60px;
    bottom: -100px;
  }

  #pageTop.fixed {
    bottom: 20px;
  }

  #pageTop.keep {
    right: 60px;
    margin-top: 24px;
  }

  #pageTop a {
    width: 80px;
    height: 80px;
  }

  #pageTop a:after {
    width: 7px;
    height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pageTop {
    right: 40px;
  }

  #pageTop.fixed {
    bottom: 80px;
  }

  #pageTop.keep {
    right: 40px;
  }

  #pageTop a {
    width: 50px;
    height: 50px;
  }

  #pageTop a:after {
    width: 5px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #pageTop.fixed {
    bottom: 90px;
  }
}


@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.spinner-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.circle-border {
  width: 50px;
  height: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(3, 3, 3) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 50%;
}


@media (min-width: 768px) {

  /*fade*/
  .fade_t .fade_blur {
    filter: blur(5px);
    opacity: 0;
    transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
  }

  .fade_t.fade_in .fade_blur {
    filter: blur(0);
    opacity: 1;
  }
}

/* ==== HERO：カード群のフェードイン（初回描画時） ==== */
.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col {
  opacity: 0;
  transform: translateY(12px);
  animation: hero-fade-in 0.55s ease forwards;
}

/* ステップ表示（必要な分だけ延長してください） */
.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(1) {
  animation-delay: 0.06s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(2) {
  animation-delay: 0.12s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(3) {
  animation-delay: 0.18s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(4) {
  animation-delay: 0.24s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(5) {
  animation-delay: 0.30s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(6) {
  animation-delay: 0.36s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(7) {
  animation-delay: 0.42s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(8) {
  animation-delay: 0.48s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(9) {
  animation-delay: 0.54s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(10) {
  animation-delay: 0.60s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(11) {
  animation-delay: 0.66s;
}

.sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col:nth-child(12) {
  animation-delay: 0.72s;
}

/* キーフレーム */
@keyframes hero-fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 動きに弱い人向け配慮（OS設定を尊重） */
@media (prefers-reduced-motion: reduce) {
  .sec-top-intro .sec-top-intro__portfolio__inner .sec-portfolio-col {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* フェードインフェードアウト */
/* 一覧全体フェード（out-inで自然な交代） */
.fade-list-enter-active,
.fade-list-leave-active {
  transition: opacity 0.5s ease;
}

.fade-list-enter,
.fade-list-leave-to {
  opacity: 0;
}

/* 個々のカードのふわっと入る動き */
.fade-item-enter-active,
.fade-item-leave-active {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fade-item-enter,
.fade-item-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

.bg-sitepink {
  background-color: #F53F7E;
  color: #ffffff;
}

.border-b-gray-custom {
  border-bottom: 2px solid #F5F5F5;
}

.post-in-dashboard {
  aspect-ratio: 3 / 1.95;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F5F5;
}

.post-in-dashboard img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 3 / 2;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.desc-card-in-dashboard {
  background-color: #FAFAFA;
}

.desc-card-in-dashboard.bg-white {
  background-color: #FFFFFF;
}

.desc-card-in-dashboard .card-tag {
  background-color: #323C38;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
}

.scroll-dashboard {
  position: relative;
}

.scroll-dashboard:after {
  position: absolute;
  top: 50%;
  content: "";
  border-bottom: 2px solid #323C38;
  height: 2px;
  width: 72vw;
  left: 20vw;
  overflow: hidden;
}

.scroll-dashboard img {
  width: 16vw;
}

@media screen and (max-width: 767px) {
  .scroll-dashboard:after {
    width: 70vw;
    left: 160px;
  }

  .scroll-dashboard img {
    width: 120px;
  }
}
