/* *{
    background-color: red;
} */



h1 {
  /* サイズを2.5倍の 'em' 単位で指定する例 */
  	font-size: 2.5em; 
	color: #000;
  	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	h1 {
		font-size: 1.2em; 
		}
}

/* =========================
   Hero
========================= */
.hero {
  position: relative;
  /*overflow: hidden;*/
}

.hero__bg {
  position: absolute;
  inset: 0; 
  z-index: -1;
}

.hero__bg picture,
.hero__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__inner {
    position: relative;
    max-width: 1616px;
    width: 96%;
    margin: 0 auto;
    padding-top: 5rem;
    text-align: center;
}
@media (max-width: 768px) {
    .hero__inner {
        width: 100%;
        padding: 3.8rem 2.1rem 0;
        text-align: left;
    }
}
.hero__content {
}
.hero__title {
    width: 74%;
    margin: 0 auto;
    padding-bottom: 6.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .hero__title {
        margin: 0;
        padding-bottom: 3.7rem;
    }
}
.hero__title-image-pc {
    display: block;
}
.hero__title-image-sp {
    display: none;
}
@media (max-width: 768px) {
    .hero__title-image-pc {
        display: none;
    }
    .hero__title-image-sp {
        display: block;
    }
}
.hero__chips {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__chips-sp {
    display: none;
}
@media (max-width: 768px) {
    .hero__chips {
        display: none;
    }
    .hero__chips-sp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.hero__chip {
    position: relative;
    font-weight: 700;
    line-height: calc( 2.6/ 2.5);
    padding: 1.7rem 3.4rem;
    border-radius: 0 4px 4px 0;
    font-size: clamp(1.1rem, 1.4vw, 2rem);
}
@media (max-width: 768px) {
    .hero__chip {
        line-height: 1;
        padding: 0.6rem 0.8rem;
    }
}
.hero__chip::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 25px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    background-color: #C14F23;
}
@media (max-width: 768px) {
    .hero__chip::before {
        left: -2px;
        width: 11px;
        height: 3px;
    }
}
.hero__chip::after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 25px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    background-color: #C14F23;
}
@media (max-width: 768px) {
    .hero__chip::after {
        left: -2px;
        width: 11px;
        height: 3px;
    }
}
.hero__chip-flex {
    display: flex;
    gap: 0.9rem;
}
@media (max-width: 768px) {
    .hero__chip-flex {
        gap: 0.3rem;
    }
}
.hero__button {
    position: absolute;
    top: calc(78% + 25px);
    right: 0;
    transform: translateY(-50%);
    width: clamp(120px, 11.9vw, 191px);
    height: clamp(120px, 11.9vw, 191px);
    display: flex;
    transition-duration: .4s;
}
.hero__button:hover {
    transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
    .hero__button {
       display: none;
    }
}
.hero__button-lineImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   catch
========================= */
.catch {
}
.catch__inner {
    max-width: 1620px;
    margin: 0 auto;
    width: 96%;
    padding: 4.4rem 0 0;
    text-align: center;
    position: relative;
}
@media (max-width: 768px) { 
    .catch__inner {
        padding: 2.6rem 2.5rem 2.4rem;
    }
}
.catch__title {
    font-size: clamp(1.7rem, 2.1vw, 4rem);
    margin-bottom: 2.9rem;
}
@media (max-width: 768px) { 
    .catch__title {
        margin-bottom: 0.6rem;
    }
}
.catch__content {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
}
.catch__content-text {
    width: 100%;
    padding-left: 1rem;

}
.catch__text {
    font-weight: 700;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    padding-bottom: 6rem;
	line-height: 1.6;
}
@media (max-width: 768px) { 
    .catch__text {
        line-height: calc( 2.3/ 1.4);
        padding-bottom: 0;
    }
}
.catch__text-span {
    font-weight: 400;
	font-size: clamp(1.4rem, 1vw, 1.8rem);
}
@media (max-width: 768px) { 
    .catch__text-span {
        line-height: calc( 2.1/ 1.4);
        display: block;
        text-align: left;
        margin-top: 0.6rem;
        letter-spacing: 0.5px;
    }
}
.catch__image {
    width: 100%;
}
@media (max-width: 768px) { 
    .catch__image {
        display: none;
    }
}
.catch__image-right {
    /* width: clamp(152px, 19vw, 352px); */
    width: 22%;
}
.catch__image-left {
    /* width: clamp(152px, 19vw, 290px); */
    width: 18%;
    /* margin-right: 5rem; */
}

.catch__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================
   results
========================= */
.results {
    background-size: 56%;
    background-position: center;
    background-repeat: repeat;
}
.results__inner {
    padding: 3.5rem 0 6.3rem;
}
@media (max-width: 768px) { 
    .results__inner {
        /* padding: 2.2rem 2.1rem 3.2rem; */
    }
}
.results__header .section__header-parts2 {
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: -0.5rem;
    transform: translateY(100%);
}
@media (max-width: 768px) { 
    .results__header .section__header-parts2 {
        width: 110%;
        left: -5%;
    }
}
/* =========================
   section__header　共通
========================= */
.section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
}
@media (max-width: 768px) { 
    .section__header {
        margin-bottom: 2.5rem;
    }
}
.section__header-parts1  {
    width: 55px;
    margin-bottom: 1rem;
}
.section__header-parts1 img {
    width: 100%;
    height: 100%;
}
.section__text {
    font-size: clamp(1.8rem, 1.9vw, 2rem);
    letter-spacing: 0.1em;
}
@media (max-width: 768px) { 
    .section__text {
        margin-bottom: 0.1rem;
    }
}
.section__title {
    font-size: clamp(2.8rem, 3.6vw, 4rem);
    margin-bottom: 1.3rem;
    position: relative;
    width: fit-content;
}
@media (max-width: 768px) { 
    .section__title {
        margin-bottom: 0.4rem;
    }
}

.results__inner .section__header-parts2 img {
    width: 100%;
    height: 100%;
}

.results__slider{
    overflow: hidden;
    padding-left: 2.1rem;
}
.results__slider-inner {
    max-width: 1616px;
    width: 96%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .results__slider-inner {
        width: 100%;
    }
}
/* =========================
   slick
========================= */
.slick-list,
.slick-track {
    overflow: visible;
}
.slick-slider {
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .slick-slider {
        margin-bottom: 2.3rem;
    }
}
.results__item.slick-slide {
    width: 398px;
}
@media (max-width: 768px) {
    .results__item.slick-slide {
        width: 214px;
        margin-right: 1rem;
    }
}
.card {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;

}
.r__card:hover > .r__card-body {
    background-color: #E26900;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.r__card:hover > .r__card-body > .r__card-body-inner > .r__card-price {   
    border: 1px solid #fff;
}
@media (max-width: 768px) {
    .r__card:hover > .r__card-body {
        background-color: initial;
        color: initial;
        box-shadow: initial;
    }
    .r__card:hover > .r__card-body > .r__card-body-inner > .r__card-price {   
        border: 1px solid initial;
    }
}
.r__card-tag {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 54px;
    height: 24px;
    padding: 0 0.6rem 0.1rem 0.8rem;
    border-radius: 12px;
    text-align: center;
}
@media (max-width: 768px) { 
    .r__card-tag {
        width: 51px;
        height: 23px;
        padding: 0;
        transform: translate(-35%, -50%);
    }
}
.r__card-inner {
    padding: 1.2rem 6rem 0 6rem;
    margin-bottom: -3.4rem;
}
@media (max-width: 768px) {
    .r__card-inner {
        padding: 1.2rem 0 0 1.9rem;
        margin-bottom: 0rem;
    }
}
.r__card-image {
    z-index: 10;
    position: relative;
    width: 277px;
    aspect-ratio: 1 / 1;
    overflow: visible;
}
@media (max-width: 768px) {
    .r__card-image {
        width: 135px;
        position: relative;
    }
}
.r__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover;
	background: white;
}
.r__card-body {
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
}
.r__card-body-inner {
    padding: 6rem 6rem 4.6rem;
}
@media (max-width: 768px) { 
    .r__card-body-inner {
        color: #4A4A4A;
        padding: 1.2rem 0 0 1.9rem;
    }
}
.r__card-date {
    display: block;
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
}
@media (max-width: 768px) {
    .r__card-date {
        margin-bottom: 0.4rem;
    }
}
.r__card-title {
    font-size: clamp(1.8rem, 1.2vw, 2.3rem);
    line-height: calc( 3/ 2.3);
    margin-bottom: 1rem;
}
@media (max-width: 768px) { 
    .r__card-title {
        line-height: 1.5;
    }
}
.r__card-text {
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
    letter-spacing: 0.2em;
    margin-bottom: 1.8rem;
}
@media (max-width: 768px) { 
    .r__card-text {
        margin-bottom: 0;
    }
}
.r__card-text-span {
    letter-spacing: 0;
}
.r__card-price {
    font-size: clamp(1.4rem, 1.1vw, 2rem);
    padding: 0 1.2rem;
    text-align: center;
    width: fit-content;
    border: 1px solid #E26900;
    transition: all 0.5s ease;
}
.r__card-price-sp {
    display: none;
}
@media (max-width: 768px) { 
    .r__card-price {
        padding: 0.15rem 0.75rem
    }
    .r__card-price-pc { 
        display: none;
    }
    .r__card-price-sp {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 0.96rem;
    }
}
.r__card-price-number {
    font-size: clamp(1.5rem, 1.4vw, 2.6rem);
}
@media (max-width: 768px) {
    .r__card-price-number {
        padding: 0 0.5rem;
    }
}
.cta__results-link {
    padding: 1.6rem 2rem;
    width: 300px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .cta__results-link {
        width: calc(100% - 2.1rem - 2.1rem);
        padding: 0.9rem 0;
        margin: 0 2.1rem;
    }
}
.cta__results-main {
    font-size: clamp(1.7rem, 1.6vw, 2rem);
}
.results__banner-aria {
}
.results__banner-aria-inner {
    max-width: 1620px;
    width: 96%;
    margin: 0 auto;
    padding: 9.3rem 16.8rem;
}
@media (max-width: 768px) {
    .results__banner-aria-inner {
        width: 100%;
        padding: 3rem 0 0 0;
    }
}
.results__banner-aria-link {
    display: block;
    max-width: 1285px;
    width: 96%;
    margin: 0 auto;
	text-decoration: none;
	transition: transform 0.3s ease;
}
.results__banner-aria-link:hover {
    transform: translate(5px, 5px);
}
@media (max-width: 768px) {
    .results__banner-aria-link {
        width: 100%;
    }
}
.results__banner-aria-text {
    font-size: clamp(1.5rem, 1.9vw, 3.6rem);
    text-align: center;
}

/* =========================
   aria
========================= */
.aria {
}
.aria__inner {
    display: flex;
    gap: min(0, 0);
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 5rem 0 5rem;
}
@media (max-width: 768px) {
    .aria__inner {
        flex-direction: column;
        width: 100%;
        padding: 4rem 1.5rem 5rem;
    }
}
.aria__image-pc {
    display: block;
    width: 37%;
    height: 100%;
}
.aria__image-pc img {
	width: 67%;
}
.aria__image-sp {
    display: none;

}
@media (max-width: 768px) {
    .aria__image-pc {
        display: none;
    }
    .aria__image-sp {
        display: block;
        width: 64%;
        max-width: 300px;
        margin: 0 auto;
    }
}
.aria__content {
    width: 62%;
    padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
    .aria__content {
        width: 100%;
        padding-bottom: 0;
    }
}
.aria__title {
    font-size: clamp(2rem, 2.1vw, 4rem);
    padding-top: 0.3rem;
}
@media (max-width: 768px) {
    .aria__title {
        padding-top: 0;
        text-align: center;
        margin-bottom: -3.9rem;
        z-index: 100;
        position: relative;
    }
}
.aria__category-wrapper {
    padding: 3rem 0 0 2.6rem;
}
@media (max-width: 768px) {
    .aria__category-wrapper {
        padding: 0;
        margin-top: -4rem;
        z-index: 100;
        position: relative;
    }
}
.aria__category {
    font-size: clamp(1.3rem, 1.3vw, 2.4rem);
    padding: 0.4rem 1.3rem;
    width: fit-content;
    text-align: center;
    margin-bottom: 1.7rem;
}
@media (max-width: 768px) {
    .aria__category {
        padding: 0.17rem 0.75rem;
        margin-bottom: 1.5rem;
    }
}
/* .aria__text {
    margin-bottom: 2.8rem;
    font-size: clamp(1rem, 0.9vw, 1.6rem);
}
@media (max-width: 768px) {
    .aria__text {
        margin-bottom: 1.9rem;
    }
} */
.aria__other {
    padding: 2rem 1rem 2.5rem 2.5rem;
}
@media (max-width: 768px) {
    .aria__other {
        padding: 1.6rem 2rem;
    }
}
.aria__other-text {
    font-size: clamp(1.3rem, 1vw, 1.8rem);
    line-height: calc( 2.9/ 1.8);
    margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
    .aria__other-text {
       line-height: 1;
       margin-bottom: 0.9rem;
    }
}
.aria__other-list {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
@media (max-width: 768px) {
    .aria__other-list {
        gap: 0.3rem;
    }
}
.aria__other-item {
    padding: 0 0.3rem;
    text-align: center;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
    width: fit-content;
}
@media (max-width: 768px) {
    .aria__other-item {
        padding: 0 0.6rem;
    }
}
/* =========================
   features
========================= */
.features {
}
.features__inner {
    max-width: 1239px;
    width: 96%;
    padding: 8.1rem 0 7rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    .features__inner {
        width: 100%;
        padding: 0 2.1rem 3.9rem;
    }
}
.features__image {
    width: 230px;
    margin-top: -159px;
    margin-bottom: 3rem;
}
.features__image img {
    width: 70%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .features__image {
        width: 179px;
        margin-top: -2.5rem;
        margin-bottom: 0.4rem;
    }
}
.features__title {
    font-size: clamp(2.4rem, 3.4vw, 4rem);
    margin-bottom: 3rem;
}
@media (max-width: 768px) {
    .features__title {
        margin-bottom: 2.4rem;
    }
}
.features__cards {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 90%;
}
@media (max-width: 768px) {
    .features__cards {
        flex-direction: column;
        gap: 1rem;
    }
}
.f__card {
    display: flex;
	width: clamp(220px, 25vw, 393px);
    aspect-ratio: 1 / 1;
    border-radius: 30px;
}
@media (max-width: 768px) {
    .f__card {
        width: 100%;
        aspect-ratio: auto;
		border-radius: 15px;
    }
}
.f__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.2rem 3.5rem;
}
@media (max-width: 768px) {
    .f__card .f__card-inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1.3rem;
        padding: 2.05rem 2rem;
    }
}
.f__card-inner .f__card-image-buy {
        padding-top: 1.8rem;
        padding-bottom: 1rem;
    }
@media (max-width: 768px) {
    .f__card-inner-buy {
        padding: 2.1rem 2rem 2.6rem;
    }
}
@media (max-width: 768px) {
    .f__card-inner-buy .f__card-image {
        padding: 0 0 0 1.1rem;
    }
}
@media (max-width: 768px) {
    .f__card-inner-line .f__card-image {
        padding: 1rem;
    }
    .f__card .f__card-inner-line {
        padding: 1.56rem 2rem;
    }
    .f__card .f__card-text {
        letter-spacing: 0.04em;
    }
}
.f__card .f__card-inner-barcode {
    padding: 3.2rem 2.8rem;
}
/*.f__card-inner-barcode .f__card-text  {
    letter-spacing: 0.14em;
}*/
.f__card-inner .f__card-image-barcode {
    padding-top: 1.8rem;
    padding-bottom: 2.2rem;
}
@media (max-width: 768px) {
    .f__card .f__card-inner-barcode {
        padding: 1.8rem 2rem;
    }
}
.f__card-image {
    width: 30%;
    margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
    .f__card-image {
        width: 26%;
    }
}

.f__card-content {
}
@media (max-width: 768px) {
    .f__card-content {
        width: 69%;
    }
}
.f__card-title {
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    text-align: center;
    margin-bottom: 1rem;
}   
@media (max-width: 768px) {
    .f__card-title {
        text-align: left;
        margin-bottom: 0.7rem;
    }
}
.f__card-title-line {
    margin-bottom: 0.8rem;
}
.f__card-text {
    font-size: clamp(1.3rem, 1vw, 1.8rem);
    min-height: 4.2rem;
}
/* =========================
   pickup
========================= */
.pickup {
    overflow: hidden;
}
.pickup__inner {
    padding-top: 7rem;
}
@media (max-width: 768px) {
    .pickup__inner {
        padding-top: 2.2rem;
    }
}
.pickup__header {
    margin-bottom: 20.5rem;
}
@media (max-width: 768px) {
    .pickup__header {
        margin-bottom: 14.5rem;
    }
}
.pickup__header .section__header-parts2 {
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: -0.5rem;
    transform: translateY(100%);
}
@media (max-width: 768px) {
    .pickup__header .section__header-parts2 {
        width: 110%;
        left: -5%;
    }
}
.pickup__header .section__header-parts2 img {
    width: 100%;
    height: 100%;
}
.pickup__slider {
    padding-bottom: 9.3rem;
    overflow: visible;
}
@media (max-width: 768px) {
    .pickup__slider {
        padding: 5rem 2.1rem 3.3rem;
    }
}
.pickup__slider-inner {
    max-width: 1472px;
    width: 96%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .pickup__slider-inner {
        width: 100%;
    }
    .pickup__slider-list {
        width: 70.8%;
    }
}

.pickup__item {
    width: 456px;
    margin-right: 5.2rem;
    margin-top: -12.5rem;
}
@media (max-width: 768px) {
    .pickup__item {
        width: 215px;
        margin-right: 2.1rem;
        margin-top: -16rem;
    }
}
.pickup__item.slick-slide:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
    .pickup__item.slick-slide:last-child {
        margin-right: 0;
    }
}
.p__card {
    transition: all 0.5s ease;
}
/*.p__card:hover > .p__card-inner {
    border: 8px solid #E9925D;
}*/
@media (max-width: 768px) {
    .p__card:hover > .p__card-inner {
        border: 8px solid #fff;
    }
}
.p__card-inner {
    border: 8px solid #ffffff;
    padding: 4rem 3.15rem 3rem;
    transition: all 0.5s ease;
}
@media (max-width: 768px) {
    .p__card-inner {
        padding: 1.61rem 1.8rem;
    }
}
.p__card-image {
    margin-bottom: 1.5rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.p__card-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.p__card-body {
}
.p__card-body-inner {
}
.p__card-title {
    font-size: clamp(1.5rem, 1.8vw, 2.4rem);
    line-height: calc( 3/ 1.8);
    /*min-height: 6rem;*/
    margin-bottom: 1rem;
}
@media (max-width: 768px) { 
    .p__card-title {
        /*min-height: 4rem;*/
        line-height: 1.6;
        margin-bottom: 1.3rem;
    }
}
.p__card-price {
    display: flex;
    /*flex-direction: column;*/
    align-items: end;
	justify-content: center;
    padding: 1.4rem 3rem;
	border: solid 1px #C14F23;
}
@media (max-width: 768px) {
    .p__card-price {
        padding: 0.62rem 0;
		display: none;
    }
}
.p__card-price-text {
    font-size: clamp(1.8rem, 1.2vw, 2.0rem);
    line-height: 1.7;
}
.p__card-price-number {
    font-size: clamp(2.5rem, 1.8vw, 3.5rem);
    line-height: 1;
	padding: 0 0.5rem 0 0.3rem;
}
.cta__pickup-link {
    padding: 1.6rem 2rem;
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .cta__pickup-link {
        width: 100%;
        padding: 0.9rem 0;
    }
}
.cta__pickup-main {
    font-size: clamp(1.7rem, 1.6vw, 2rem);
}

/* =========================
   genre
========================= */
.genre {
}
.genre__inner {
    max-width: 1188px;
    width: 96%;
    margin: 0 auto;
    padding: 10.3rem 0 0.5rem;
}
@media (max-width: 768px) {
    .genre__inner {
        width: 100%;
        padding: 2.9rem 2.1rem 5.1rem;
    }
}
.genre__header {
    margin-bottom: 3rem;
}
@media (max-width: 768px) {
    .genre__header {
        margin-bottom: 2.7rem;
    }
}

.genre__cards {
}
.genre__cards-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.genre__cards-item {
    width: 28%;
    margin-bottom: 5rem;
}

@media (max-width: 768px) {
    .genre__cards-item {
        width: 47%;
        margin-bottom: 2rem;
        background-color: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .genre__cards-item:last-of-type {
        margin-bottom: 0;
    }
}
.g__card {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.g__card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
}
@media (max-width: 768px) {
    .g__card-image {
        width: 100%;
    }
}
.g__card:hover > .g__card-image {
    scale: 1.166;
    transition: all 0.5s ease;
	border: 4px solid #23466F;
}
@media (max-width: 768px) {
    .g__card:hover > .g__card-image {
        scale: initial;
    }
}   
.g__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g__card-title {
    min-height: 7rem;
	padding-top: 2.2rem;
    text-align: center;
    font-size: clamp(1.1rem, 1vw, 2.6rem);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
}
@media (max-width: 768px) {
    .g__card-title {
        min-height: 4.5rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        letter-spacing: 0.8px;
    }
}
.g__card-title-icon {
    padding-top: 0.3rem;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-15%);
}
@media (max-width: 768px) {
    .g__card-title-icon {
        display: none;
    }
}
.g__card:hover > .g__card-title > .g__card-title-icon {
    opacity: 1;
}
.genre__contact {
    position: absolute;
    right: 17rem;
    bottom: 14rem;
    width: clamp(310px, 21vw, 400px);
    border:  2px solid #23466F;
}
@media (max-width: 1150px) {
    .genre__contact {
        right: clamp(120px, 16vw, 243px);
    }
}
@media (max-width: 768px) {
    .genre__contact {
        position: static;
        width: 100%;
        margin-top: 4.5rem;
    }
}
.genre__contact-inner {
    width: 100%;
    height: 100%;
    padding: 3.48rem clamp(1rem, 1.5vw, 3rem) 2.8rem;
    position: relative;
}
@media (max-width: 768px) {
    .genre__contact-inner {
        position: relative;
        z-index: 10;
        padding: 1.8rem;
    }
}
.genre__contact-text {
    text-align: center;
    font-size: clamp(1.3rem, 1.1vw, 2rem);
    margin-bottom: 1.1rem;
}
@media (max-width: 768px) {
    .genre__contact-text {
        text-align: left;
    }
}
.genre__cta {
    display: block;
    border-radius: 44.5px;
    width: 71%;
    padding: 0.95rem 0;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .genre__cta {
        width: 100%;
        padding: 0.65rem 0;
    }
}
.genre__cta-main {
    font-size: 1.7rem;
}
.genre__contact-image-pc {
    width: clamp(120px, 16vw, 243px);
    position: absolute;
    top: 0;
    right: 2.5rem;
    transform: translateX(100%);
    z-index: 10;
}
.genre__contact-image-pc img {
    width: 67%;
}
@media (max-width: 768px) {
    .genre__contact-image-pc {
        display: none;
    }
}
.genre__contact-image-sp {
    display: none;
}
@media (max-width: 768px) {
    .genre__contact-image-sp {
        display: block;
        position: absolute;
        bottom: 52px;
        right: 20px;
        width: 115px;
    }
}
.genre__contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================
   column
========================= */
.column {
    background-size: 56%;
    background-position: center;
    background-repeat: repeat;
}
.column__inner {
    max-width: 1460px;
    width: 96%;
    margin: 0 auto;
    padding: 7.6rem 0 6.8rem;
}
@media (max-width: 768px) {
    .column__inner {
        width: 100%;
        padding: 1.8rem 2.1rem 4.6rem;
    }
}
.column__header {
    margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
    .column__header {
        margin-bottom: 2.1rem;
    }
}
.column__cards {
    margin-bottom: 8rem;
}
@media (max-width: 768px) {
    .column__cards {
        margin-bottom: 4.1rem;
    }
}
.column__cards-list {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .column__cards-list {
        flex-direction: column;
        gap: 2rem;
    }
}
.column__cards-item {
    width: 31%;
    border: 1px solid #4A4A4A;
}
@media (max-width: 768px) {
    .column__cards-item {
        width: 100%;
    }
}
.c__card {
    display: flex;
}
.c__card-inner {
    padding: clamp(2rem, 2.5vw, 3.7rem) clamp(2rem, 2.5vw, 4.3rem);
    width: 100%;
}
@media (max-width: 768px) {
    .c__card-inner {
        padding: 3rem 2.6rem;
    }
}
.c__card:hover > .c__card-inner {
    background-color: #436388;
}
.c__card:hover > .c__card-inner > .c__card-header > .c__card-category {
    background-color: #ffffff;
    color: #23466F;
}
.c__card:hover > .c__card-inner > .c__card-header > .c__card-header-date {
    color: #ffffff;
}
.c__card:hover > .c__card-inner > .c__card-body > .c__card-text {
    color: #ffffff;
}
.c__card-header {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 1.9rem;
}
@media (max-width: 768px) {
    .c__card-header {
        margin-bottom: 1.3rem;
    }
}
.c__card-category {
    font-size: clamp(0.6rem, 1.5vw, 1.8rem);
    width: fit-content;
    text-align: center;
    padding: min(1vw, 0.5rem) min(1.5vw, 2.2rem);
}
@media (max-width: 768px) { 
    .c__card-category {
        font-size: 1.3rem;
        padding: 0.15rem 0.9rem;
    }
}
.c__card-header-date {
    font-size: min(1.4vw, 1.6rem);
}
@media (max-width: 768px) { 
    .c__card-header-date {
        font-size: 1.3rem;
    }
}
.c__card-body {
}
.c__card-text {
    font-size: min(1.5vw, 1.8rem);
    min-height: 5.9rem;
    margin-bottom: 1.6rem;
}
@media (max-width: 768px) { 
    .c__card-text {
        font-size: 1.5rem;
        min-height: 4.3rem;
    }
}
.c__card-image {
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
}
.c__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta__more-link {
    display: block;
    width: 300px;
    padding: 1.6rem 2rem;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .cta__more-link {
        width: 100%;
        padding: 0.9rem 0;
    }
}
.cta__more-main {
    font-size: clamp(1.7rem, 1.6vw, 2rem);
}
/* =========================
   flow
========================= */
.flow {
}
.flow__inner {
    padding: 10.3rem 0 13rem;
}
@media (max-width: 768px) {
    .flow__inner {
        padding: 3.8rem 2.1rem 4.5rem;
    }
}
.flow__title {
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 4.8rem);
    margin-bottom: 10rem;
}
@media (max-width: 768px) {
    .flow__title {
        margin-bottom: 2.3rem;
    }
}
.flow__list {
    max-width: 1420px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .flow__list {
        width: 100%;
        flex-direction: column;
    }
}
.flow__item {
    width: 22%;
}
@media (max-width: 768px) {
    .flow__item {
        width: 100%;
    }
}
.flow__item-inner {
    border: 4px solid #C8C8C8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2.5rem 2.2rem;
}
@media (max-width: 768px) {
    .flow__item-inner {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1.3rem;
        padding: 1.6rem 2rem 1.6rem 1.6rem;
		border-radius: 15px;
    }
}
.flow__item-circle {
    /*width: 100px;*/
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    margin-top: -6.5rem;
    margin-bottom: 0.9rem;
    z-index: 10;
}
@media (max-width: 768px) {
    .flow__item-circle {
        width: fit-content;
        padding: 0.1rem 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.flow__item-step {
    font-size: clamp(1rem, 1.1vw, 2rem);
    line-height: calc(3.7 / 2);
    margin-bottom: 0.3rem;
	margin-top: 13px;
}
@media (max-width: 768px) {
    .flow__item-step {
        line-height: 1;
        margin-bottom: 0;
    }
}
.flow__item-number {
    font-size: clamp(2.5rem, 2.5vw, 4.8rem);
    line-height: calc(3.7 / 4.8);
	margin-top: 1px;
    margin-bottom: 11px;
}
@media (max-width: 768px) {
    .flow__item-number {
        line-height: 1;
    }
}
.flow__item-content {
    text-align: center;
}
@media (max-width: 768px) {
    .flow__item-content {
        text-align: left;
    }
}
.flow__item-content-title {
    font-size: clamp(1.6rem, 1.7vw, 2.8rem);
    min-height: 5rem;
    margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
    .flow__item-content-title {
        min-height: 2.3rem;
        margin-bottom: 0.5rem;
    }
}
.flow__item-content-text {
    font-size: clamp(1.3rem, 1vw, 1.8rem);
    text-align: left;
}
.flow__item-line {
    width: 2%;
}
@media (max-width: 768px) {
    .flow__item-line {
        width: 5.5%;
        transform: rotate(90deg);
    }
}
.flow__item-line svg {
    width: 100%;
}
/* =========================
   question
========================= */
.faq {
    padding-bottom: 10.5rem;
}
@media (max-width: 768px) {
    .faq {
        padding-bottom: 0;
        background-color: #fff;
    }
}
.faq__inner {
    max-width: 1620px;
    width: 96%;
    margin: 0 auto;
    padding: 4rem 0 10rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 150px;
}
@media (max-width: 768px) {
    .faq__inner {
        width: 100%;
        padding: 2.3rem 0 5.1rem;
        border-radius: 0;
    }
}
.faq__header {
    margin-bottom: 4.7rem;
}
@media (max-width: 768px) {
    .faq__header {
        margin-bottom: 2rem;
    }
}
.faq__header-image {
    width: 300px;
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    .faq__header-image {
        width: 213px;
        margin-bottom: 0.9rem;
    }
}
.faq__header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq__title {
    font-size: clamp(2rem, 2.5vw, 4.8rem);
}
.faq__list {
    max-width: 1090px;
    width: 68%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 10rem;
}
@media (max-width: 768px) {
    .faq__list {
        width: 100%;
        margin-bottom: 3.2rem;
    }
}
.faq__item {
    margin-bottom: 4rem;
}
@media (max-width: 768px) {
    .faq__item {
        margin-bottom: 1.1rem;
    }
    .faq__item:last-child {
        margin-bottom: 0;
    }
}
.faq__bar {
    display: flex;
    align-items: center;
    gap: 3.8rem;
    margin-bottom: 1.6rem;
    border-radius: 10px;
    padding: 0.15rem 0 0.15rem 2.8rem;
    width: 100%;
}
@media (max-width: 768px) {
    .faq__bar {
        gap: 1.2rem;
        margin-bottom: 0.9rem;
        padding: 0.4rem 0 0.4rem 3.4rem;
        border-radius: 0;
    }
}
.faq__badge {
    font-size: clamp(3.2rem, 2.1vw, 4rem);
}
@media (max-width: 768px) {
    .faq__badge {
        line-height: 1;
    }
}
.faq__question {
    font-size: clamp(1.3rem, 1.3vw, 2.4rem);
}
@media (max-width: 768px) {
    .faq__question {
        font-weight: 500;
    }
}
.faq__a {
    padding: 0 9.8rem;
    font-size: clamp(1.3rem, 1vw, 1.8rem);
}
@media (max-width: 768px) {
    .faq__a {
        padding: 0 2.1rem ;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .faq__inner .cta__more-link {
        width: calc(100% - 2.1rem - 2.1rem);
    }
}
/* =========================
   news
========================= */
.news {
    padding: 10.7rem 0 10.6rem;
}
@media (max-width: 768px) {
    .news {
        padding: 4rem 2.1rem 3rem;
    }
}
.news__inner {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .news__inner {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.news__header {
}
.news__title {
    font-size: clamp(2rem, 2.5vw, 4.8rem);
    margin-bottom: 2.1rem;
}
@media (max-width: 768px) {
    .news__title {
        margin-bottom: 4.6rem;
    }
}
.news__access {
    
}
.news__access-link-pc {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #4A4A4A;
    padding-right: 1.1rem;
    padding-bottom: 0.9rem;
    width: fit-content;
}
@media (max-width: 768px) {
    .news__access-link-pc {
        display: none;
    }
}
.news__access-link-sp {
    display: none;
}
@media (max-width: 768px) {
    .news__access-link-sp {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.8rem 0;
        border: 1px solid #7C7C7C;
        border-radius: 42px;
        font-size: 1.7rem;
    }
}
.news__access-text {
    font-size: clamp(1.7rem, 1.1vw, 2rem);
}
.news__access-text-icon {
    font-size: 1.7rem;
    margin-left: 0.9rem;
}
.news__list {
    padding-top: 4.5rem;
    max-width: 1098px;
    width: 68%;
}
@media (max-width: 768px) {
    .news__list {
        width: 100%;
        padding-top: 0;
        margin-bottom: 3.2rem;
    }
}
.news__item {
    margin-bottom: 3rem;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 3.1rem;
}
@media (max-width: 768px) {
    .news__item {
        margin-bottom: 1.8rem;
        padding-bottom: 1.6rem;
    }
    .news__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
.news__item:last-child {
    margin-bottom: 0;
}
.news__link {
    display: flex;
    align-items: center;
    /* padding-bottom: 3.1rem; */
}
@media (max-width: 768px) {
    .news__link {
        flex-direction: column;
        align-items: flex-start;
        /* padding-bottom: 1.6rem; */
    }
}
.news__link:hover >.news__item-title {
    color: #23466F;
    text-decoration: underline;
    text-decoration-color: #C8C8C8;
    transition: all 0.5s ease;
}
.news__link-header {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .news__link-header {
        margin-bottom: 0.8rem;
    }
}
.news__date {
    font-size: clamp(1.3rem, 1vw, 1.8rem);
    margin-right: 1.8rem;
}
@media (max-width: 768px) {
    .news__date {
        margin-right: 0.8rem;
    }
}
.news__badge {
    font-size: clamp(1.1rem, 0.9vw, 1.7rem);
    margin-right: 1.5rem;
    padding: 0 0.6rem;
}
@media (max-width: 768px) {
    .news__badge {
        margin-right: 0;
        line-height: 1.4;
    }
}
.news__item-title {
    font-size: clamp(1.3rem, 1vw, 1.8rem);
}
@media (max-width: 768px) {
    .news__item-title {
        font-weight: 400;
        letter-spacing: 0.001em;
    }
}
.store {
}
.store__inner {
    padding: 9.2rem 0 21.7rem;
    max-width: 1318px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .store__inner {
        width: 100%;
        padding: 3rem 2.1rem 11rem;
        flex-direction: column;
        gap: 2.3rem;
    }
}
.store__link {
    width: 47.1%;
    aspect-ratio: 621 / 392;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .store__link {
        width: 100%;
        aspect-ratio: 332 / 209;
    }
}
.store__text {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl; 
    text-orientation: upright;
    font-size: clamp(1.5rem, 1.9vw, 3.6rem);
    line-height: calc(3.8 / 3.6);
    padding: min(2.5vw, 4.2rem) min(1.5vw, 2.1rem);
}
@media (max-width: 768px) {
    .store__text {
        line-height: calc( 1.8/ 1.5);
        padding: 1.63rem 1.06rem;
        letter-spacing: 0.15em;
    }
}
.store__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================
   about-us
========================= */
.abut-us {
}
.about-us__inner {
    border-radius: 120px 120px 0 0;
    padding-bottom: 10rem;
}
@media (max-width: 768px) {
    .about-us__inner {
        border-radius: 54px 54px 0 0;
        padding: 0 2.1rem 1rem;
    }
}
.about-us__content {
    max-width: 1030px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    .about-us__content {
        width: 100%;
    }
}
.about-us__header {
    margin-top: -14.5rem;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .about-us__header {
        margin-top: -7.5rem;
    }
}
.about-us__header .section__header-parts1 {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .about-us__header .section__header-parts1 {
        /* width: 29px;
        height: 9px; */
        margin-bottom: 0.5rem;
    }
}
.about-us__header-title {
    font-size: clamp(2.4rem, 2.4vw, 4.6rem);
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .about-us__header-title {
        font-weight: 600;
    }
}
.f-large {
    font-size: clamp(2.4rem, 2.7vw, 5rem);
}
.about-us__image {
    width: 452px;
    margin-top: -3rem;
}
@media (max-width: 768px) {
    .about-us__image {
        width: 187px;
        margin-top: -1rem;
    }
}
.about-us__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us__catch {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: -2rem;
    margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
    .about-us__catch {
        gap: 0.6rem;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0.6rem;
    }
}
.about-us__text {
    font-size: clamp(1.3rem, 1.3vw, 2.4rem);
    padding: 0.3rem 1.3rem;
}
@media (max-width: 768px) {
    .about-us__text {
        padding: 0.65rem 0.46rem;
        line-height: 0.5;
    }
}
.about-us__title {
    position: relative;
}
@media (max-width: 768px) {
    .about-us__title {
        padding-bottom: 1.1rem;
    }
}
.about-us__title-text {
    font-size: clamp(2.2rem, 2.4vw, 4rem);
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .about-us__title-text {
        padding-bottom: 0.8rem;
    }
}
.about-us__content .section__header-parts2 {
    width: 107%;
    position: absolute;
    left: -4%;
    bottom: -1rem;
    transform: translateY(100%);
}
@media (max-width: 768px) {
    .about-us__content .section__header-parts2 {
        bottom: 1.5rem;
    }
}
.about-us__content .section__header-parts2 img {
    width: 100%;
    height: 100%;
}
