﻿@media screen and (min-width:741px) {
  .p-searchstore {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1001;
  }
  .p-searchstore.is-bottom {
    position: absolute;
  }
  .p-searchstore.is-hide {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .p-searchstore__txt {
    text-align: center;
    font-size: 14px;
  }
  .p-searchstore__txt a {
    display: block;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
  }
  .p-searchstore__txt span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .p-searchstore__txt span::after {
    display: inline-block;
    margin-left: 30px;
    content: ">";
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
  }

  .p-hero {
    min-width: 1200px;
    margin: 0 0 33px;
  }
  .p-hero img {
    width: 100%;
    height: auto;
  }
  .p-intro {
    position: relative;
    min-width: 1200px;
    min-height: 603px;
    padding: 112px 0 20px 2px;
    margin: 0 auto 133px;
    background: url("../img/bg_grid.png") center calc(100% - 15px) repeat;
    border-top: 1px solid rgba(201, 201, 201, 0.52);
    border-bottom: 1px solid rgba(201, 201, 201, 0.52);
  }
  .p-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/bg_intro1.png") calc(50% - 0px) 100% no-repeat;
    mix-blend-mode: multiply;
  }
  .p-intro__tagline {
    margin: 0 auto 82px;
    width: -webkit-fit-content;
    width: fit-content;
    mix-blend-mode: multiply;
  }
  .p-intro__copy {
    font-size: 24px;
    line-height: 2.7;
    text-align: center;
    font-weight: 500;
  }
  .p-feature {
    border-width: 17px 1px 1px;
    border-color: #000;
    border-style: solid;
    width: 1200px;
    margin: 0 auto 113px;
  }
  .p-feature__blue {
    border-width: 1px 1px 1px;
    border-color: #000;
    border-style: solid;
    width: 1200px;
    margin: 0 auto 113px;
  }
  .p-feature__blue h2 {
    background-color: #9DD2E3;
    padding: 35px 0;
  }
  .p-feature__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .p-feature__no {
    width: 170px;
    height: 170px;
    padding: 0 0 10px;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-feature__title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.6;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .p-feature__title span {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-feature__flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 85px;
  }
  .pl-55 {
    padding-left: 55px;
  }
  .w595 {
    width: 595px;
  }
  .p-feature__movies {
    width: 800px;
    padding: 85px 0 100px;
    margin: 0 auto;
    text-align: center;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .p-feature__body {
    display: grid;
    grid-template: "intro image" auto "illustration image" 1fr / 1fr 1fr;
    gap: 18px 0;
  }
  .p-feature__image {
    grid-area: image;
  }
  .p-feature__intro {
    grid-area: intro;
    padding: 55px 25px 0 55px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.3;
  }
  .p-feature__illustration {
    grid-area: illustration;
    text-align: center;
    padding: 0 0 0 10px;
  }
  .p-productList {
    width: 1200px;
    margin: 0 auto 130px;
  }
  .p-productList__item {
    margin: 0 0 135px;
  }
  .p-productList__item:last-child {
    margin-bottom: 0;
  }
  .p-product {
    display: grid;
  }
  .p-product.media-left {
    grid-template: "image text" auto / 700px 1fr;
    gap: 0 88px;
  }
  .p-product.media-right {
    grid-template: "text image" auto / 1fr 700px;
    gap: 0 22px;
  }
  .p-product__image {
    grid-area: image;
    align-self: center;
    width: 609px;
    padding: 20px 0 0;
  }
  .p-product__text {
    grid-area: text;
  }
  .p-product.media-right .p-product__text {
    padding: 0 0 0 26px;
  }
  .p-product__name {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.8;
  }
  .p-product__price {
    margin: 0 0 16px;
    font-size: 25px;
    font-weight: 500;
  }
  .p-product__description {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
    min-height: 84px;
  }
  .p-product__color {
    margin: 0 0 30px;
  }
  .p-product__size {
    margin: 0 0 30px;
    padding: 0 0 0 5px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .p-product__button {
    padding: 0 0 0 6px;
  }
  .p-product__button a {
    width: 320px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    display: block;
    padding: 2.6rem 1rem 2.7rem;
    text-decoration: none;
    border: 1px solid #000;
    text-align: center;
  }
  .p-product__button a:hover {
    opacity: 0.8;
  }
  .p-lineup__button a {
    width: 460px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    display: block;
    margin: 15rem auto 0;
    padding: 2.6rem 1rem 2.7rem;
    text-decoration: none;
    border: 1px solid #000;
    text-align: center;
  }
  .p-lineup__button a:hover {
    opacity: 0.8;
  }
  .p-colors {
    display: -webkit-box;
    display: flex;
    gap: 10px 0;
  }
  .p-colors__color {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0 8px;
    width: 132px;
  }
  .p-colors__color::before {
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 100%;
  }
  .p-colors__color ._label {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .p-colors__color.br::before {
    background-color: #A27038;
  }
  .p-colors__color.grn::before {
    background-color: #36D227;
  }
  .p-colors__color.gr::before {
    background-color: #959595;
  }
  .p-colors__color.pu::before {
    background-color: #602084;
  }
  .p-colors__color.nv::before {
    background-color: #1A58E7;
  }
  .p-colors__color.bk::before {
    background-color: #000;
  }
  .p-colors__color.bkh::before {
    background-color: #000;
  }
  .p-colors__color.dmbr::before {
    background-color: #A27038;
  }
  .p-colors__color.ddmbr::before {
    background-color: #A27038;
  }
  .p-colors__color.bkgnm::before {
    background-color: #959595;
  }
  .p-colors__color.bkgr::before {
    background-color: #959595;
  }
  .p-colors__color.bratg::before {
    background-color: #A27038;
  }
  .p-colors__color.pk::before {
    background-color: #FC49AD;
  }
  .p-colors__color.wi::before {
    background-color: #E31C20;
  }
  .p-colors__color.kh::before {
    background-color: #36D227;
  }
  .p-colors__color.or::before {
    background-color: #F19927;
  }
  .p-colors__color.khh::before {
    background-color: #36D227;
  }
  .p-colors__color.be::before {
    background-color: #A27038;
  }
  .p-colors__color.be::before {
    background-color: #A27038;
  }
  .p-colors__color.grh::before {
    background-color: #959595;
  }
  .p-colors__color.hlgr::before {
    background-color: #959595;
  }
  .p-colors__color.mr::before {
    background-color: #a27038;
  }
  .p-colors__color.bkm::before {
    background-color: #000;
  }
  .p-colors__color.blu::before {
    background-color: #1a58e7;
  }
  .p-colors__color.nvm::before {
    background-color: #1a58e7;
  }
  .p-colors__color.dmb::before {
    background-color: #A27038;
  }
  .p-colors__color.s::before {
    background: -webkit-linear-gradient(45deg, #e6e6e6 0%, #8b8b8b 35.5%, #f4feff 69%, #808080 100%);
    background: linear-gradient(45deg, #e6e6e6 0%, #8b8b8b 35.5%, #f4feff 69%, #808080 100%);
  }
  .p-intro2 {
    position: relative;
    min-width: 1200px;
    min-height: 1093px;
    padding: 84px 0 0;
    margin: 0 auto 50px;
    background: url("../img/bg_grid.png") repeat 50% -15px;
    border: 1px solid rgba(201, 201, 201, 0.52);
  }
  .p-intro2::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/bg_intro2.png") 50% calc(100% - 23px) no-repeat;
    mix-blend-mode: multiply;
  }
  .p-intro2__image {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 57px;
  }
  .p-intro2__image img {
    mix-blend-mode: multiply;
  }
  .p-intro2__image::after {
    position: absolute;
    left: 60px;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    width: 821px;
    height: 233px;
    display: block;
    content: "";
    background: url("../img/glasses.png") center center no-repeat;
  }
  .p-intro2__tagline {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 65px;
    mix-blend-mode: multiply;
  }
  .p-intro2__copy {
    font-size: 24px;
    font-weight: 500;
    line-height: 2.7;
    text-align: center;
  }
  .p-balloon {
    width: 1200px;
    margin: 0 auto 19px;
  }
  .p-balloon__inner {
    width: 654px;
    height: 391px;
    margin: 0 auto;
    padding: 50px 0 0;
    background: url("../img/balloon.svg") no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 20px;
  }
  .p-balloon__inner p {
    margin: 0 0 30px;
  }
  .p-balloon__inner strong {
    font-size: 37px;
    font-weight: 500;
    line-height: 1.8;
  }
}
@media screen and (max-width:740px) {
  .p-searchstore {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .p-searchstore.is-bottom {
    position: absolute;
  }
  .p-searchstore.is-hide {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .p-searchstore__txt {
    text-align: center;
    font-size: 12px;
  }
  .p-searchstore__txt a {
    display: block;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
  }
  .p-searchstore__txt span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .p-searchstore__txt span::after {
    display: inline-block;
    margin-left: 30px;
    content: ">";
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
  }

  .p-hero {
    margin: 0 0 16px;
  }
  .p-hero img {
    width: 100%;
    height: auto;
  }
  .p-intro {
    position: relative;
    min-height: 250px;
    padding: 29px 0 28px 28.5px;
    margin: 0 0 46px;
    background: url("../img/grid.png") center center repeat;
    background-size: 712px 234px;
    border-width: 1px 0;
    border-color: rgba(201, 201, 201, 0.5);
    border-style: solid;
  }
  .p-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/bg_sq.png") top center no-repeat;
    background-size: 379px auto;
    mix-blend-mode: multiply;
  }
  .p-intro__tagline {
    margin: 0 0 23px;
    mix-blend-mode: multiply;
    text-align: center;
  }
  .p-intro__tagline img {
    width: auto;
    max-height: 73px;
  }
  .p-intro__copy {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .p-feature {
    margin: 0 23px 51px;
    border-width: 5px 1px 1px;
    border-style: solid;
    border-color: #000;
  }
  .p-feature__blue {
    border-width: 1px 1px 1px;
    border-color: #000;
    border-style: solid;
    margin: 0 23px 51px;
  }
  .p-feature__blue h2 {
    background-color: #9DD2E3;
    padding: 20px 0;
    margin-top: 0;
  }
  .p-feature__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .p-feature__no {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    border-right: 1px solid #000;
  }
  .p-feature__no img {
    width: 39px;
  }
  .p-feature__title {
    margin-top: 30px;
    padding: 5px 0 0 5px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.73;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .p-feature .p-feature__title {
    margin-top: 0;
    text-align: left;
  }
  .p-feature__title span {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .p-feature__flex._reverce {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-feature__flex._reverce .p-feature__title {
    margin-top: 0;
  }
  .p-feature__image.spAdjust {
    margin: auto;
    max-width: 126px;
  }
  .p-feature__img {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .p-feature__img img {
    width: 100%;
    height: auto;
  }
  .p-feature__img .circle {
    width: 126px;
    height: 123px;
    margin: -10px auto 40px;
  }
  .p-feature__movies {
    padding: 0 0 25px;
    margin: 40px auto 0;
    text-align: center;
    width: 90%;
    aspect-ratio: 16 / 9;
    position: relative;
  }
  .movies__ttl {
    padding-bottom: 15px;
  }
  .movies__ttl img {
    width: 194px;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .p-feature__illustration {
    width: 75%;
    margin: 0 auto 14px;
  }
  .p-feature__illustration img {
    max-width: 100%;
    height: auto;
  }
  .p-feature__intro {
    padding: 23px 19px;
    font-size: 14px;
    line-height: 1.785;
  }
  .p-feature__intro p {
    letter-spacing: 0.035em;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-productList {
    padding: 0 23px;
    margin: 0 0 45px;
  }
  .p-productList__item {
    margin: 0 0 51px;
  }
  .p-productList__item:last-child {
    margin: 0;
  }
  .p-product {
    padding: 0 21px 0 28px;
  }
  .p-product__image {
    margin: 0 -21px 0 -28px;
  }
  .p-product__name {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .p-product__price {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p-product__description {
    margin: 0 0 13px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .p-product__description br {
    display: none;
  }
  .p-product__color {
    margin: 0 0 16px;
  }
  .p-product__size {
    margin: 0 0 26px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .p-product__button {
    padding: 0 6px 0 0;
  }
  .p-product__button a {
    width: 178px;
    margin: 0 auto;
    padding: 13px;
    display: block;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
  }
  .p-lineup__button {
    padding-bottom: 15px;
  }
  .p-lineup__button a {
    width: 290px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    display: block;
    margin: 65px auto 0;
    padding: 13px;
    text-decoration: none;
    border: 1px solid #000;
    text-align: center;
  }
  .p-lineup__button a:hover {
    opacity: 0.8;
  }
  .p-colors {
    display: -webkit-box;
    display: flex;
    gap: 10px 0;
  }
  .p-colors__color {
    display: -webkit-box;
    display: flex;
    gap: 7px;
    width: 88px;
    -webkit-box-align: center;
    align-items: center;
  }
  .p-colors__color::before {
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    border-radius: 100%;
  }
  .p-colors__color ._label {
    text-transform: uppercase;
  }
  .p-colors__color.br::before {
    background-color: #A27038;
  }
  .p-colors__color.grn::before {
    background-color: #36D227;
  }
  .p-colors__color.gr::before {
    background-color: #959595;
  }
  .p-colors__color.pu::before {
    background-color: #602084;
  }
  .p-colors__color.nv::before {
    background-color: #1A58E7;
  }
  .p-colors__color.bk::before {
    background-color: #000;
  }
  .p-colors__color.bkh::before {
    background-color: #000;
  }
  .p-colors__color.dmbr::before {
    background-color: #A27038;
  }
  .p-colors__color.ddmbr::before {
    background-color: #A27038;
  }
  .p-colors__color.bkgnm::before {
    background-color: #959595;
  }
  .p-colors__color.bkgr::before {
    background-color: #959595;
  }
  .p-colors__color.bratg::before {
    background-color: #A27038;
  }
  .p-colors__color.pk::before {
    background-color: #FC49AD;
  }
  .p-colors__color.wi::before {
    background-color: #E31C20;
  }
  .p-colors__color.kh::before {
    background-color: #36D227;
  }
  .p-colors__color.or::before {
    background-color: #F19927;
  }
  .p-colors__color.khh::before {
    background-color: #36D227;
  }
  .p-colors__color.be::before {
    background-color: #A27038;
  }
  .p-colors__color.be::before {
    background-color: #A27038;
  }
  .p-colors__color.grh::before {
    background-color: #959595;
  }
  .p-colors__color.hlgr::before {
    background-color: #959595;
  }
  .p-colors__color.mr::before {
    background-color: #a27038;
  }
  .p-colors__color.bkm::before {
    background-color: #000;
  }
  .p-colors__color.blu::before {
    background-color: #1a58e7;
  }
  .p-colors__color.nvm::before {
    background-color: #1a58e7;
  }
  .p-colors__color.dmb::before {
    background-color: #A27038;
  }
  .p-colors__color.s::before {
    background: -webkit-linear-gradient(45deg, #e6e6e6 0%, #8b8b8b 35.5%, #f4feff 69%, #808080 100%);
    background: linear-gradient(45deg, #e6e6e6 0%, #8b8b8b 35.5%, #f4feff 69%, #808080 100%);
  }
  .p-intro2 {
    position: relative;
    margin: 0 0 25px;
    background: url("../img/grid.png") center center repeat;
    background-size: 708px 233px;
    padding: 27px 0;
    border-width: 1px 0;
    border-color: rgba(201, 201, 201, 0.5);
    border-style: solid;
    min-height: 479px;
  }
  .p-intro2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/bg_sq2.png") top center no-repeat;
    background-size: 375px auto;
    mix-blend-mode: multiply;
  }
  .p-intro2__image {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
  .p-intro2__image img {
    width: 293px;
    height: auto;
    mix-blend-mode: multiply;
  }
  .p-intro2__image::before {
    position: absolute;
    bottom: -10px;
    left: 20px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 245px;
    height: 70px;
    background: url("../img/glasses.png") top center no-repeat;
    background-size: 245px 70px;
  }
  .p-intro2__tagline {
    margin: 0 0 37px;
    mix-blend-mode: multiply;
  }
  .p-intro2__tagline img {
    height: 73px;
  }
  .p-intro2__copy {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2.15;
    font-weight: 500;
    text-align: center;
  }
  .p-balloon {
    margin: 0 auto 10px;
    padding: 18px 0 27px;
    width: 291px;
    height: 204px;
    background: url("../img/balloon_sp.svg") 0 0 no-repeat;
    background-size: contain;
    line-height: 1.66;
  }
  .p-balloon p {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .p-balloon strong {
    font-size: 17px;
    line-height: 1.82;
  }
  .p-balloon>*:last-child {
    margin: 0;
  }
  .p-totop {
    bottom: 72px;
  }
}
.visually-hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}