﻿html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 62.5%;
}

body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-weight:
        normal;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
}

main {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    font-weight:
        normal;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    line-height: 1.4;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}

th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

p {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    vertical-align: top;
}

#wrapper {
    width: 100%;
    margin: 0;
}

section {
    position: relative;
}


.yellow {
    color: #ffdd3d;
}

.red {
    color: #e60012;
}

.green {
    color: #54730c !important;
}

.pink {
    color: #ff0078;
}

.blue {
    color: #0079b0;
}

.skyblue {
    color: #00a0e9;
}

.medium {
    font-size: medium;
}

.smaller {
    font-size: smaller;
}

.small {
    font-size: small;
}

.x-small {
    font-size: x-small;
}

.txt-medium {
    font-size: 1.8rem;
}

.point-medium {
    font-size: 2.1rem;
    margin-bottom: 46px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

.text-right {
    text-align: right;
}


img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

img.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover {
    opacity: .7;
    text-decoration: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

.hover {
    cursor: pointer;
}

section {
    position: relative;
}

@media screen and (min-width: 768px) {

    html,
    body {
        -webkit-overflow-scrolling: touch !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (min-width:1025px) {
    .md {
        display: none !important;
    }
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}





/* -------------------------------------------------------------------
Layout
------------------------------------------------------------------- */
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.no_scroll {
    overflow: hidden;
}





/* -------------------------------------------------------------------
Pagetitle
------------------------------------------------------------------- */
.txt-popup {
    width: 100%;
    max-width: 944px;
    margin: 0 auto 20px;
    padding: 0 0 15px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    border-bottom: solid 2px #003364;
}

.txt-popup.style01:before,
.txt-popup.style01:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}

.txt-popup.style01:before {
    bottom: -23px;
    border-top: 23px solid #003364;
}

.txt-popup.style01:after {
    bottom: -20px;
    border-top: 23px solid #FFF;
}


/* -------------------------------------------------------------------
Layout(Common)
------------------------------------------------------------------- */
section {
    width: 100%;
    margin: auto;
}

.maxwidth-container {
    width: 100%;
    margin: auto;
}

/*768PX*/
@media screen and (min-width: 768px) {
    .maxwidth-container {
        max-width: 1120px;
    }
}

/* --------------------------------------------- SP end */

/*767PX*/
@media screen and (max-width: 767px) {
    .maxwidth-container {
        width: calc(100% - 40px);
    }
}

/* --------------------------------------------- SP end */





/* -------------------------------------------------------------------
Header
------------------------------------------------------------------- */
@-webkit-keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/* -------------------------------------------------------------------

------------------------------------------------------------------- */
body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    background:url(/service/koyashiya/images/bg.jpg) 0 0;
}

.header {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 14px;
    background:url(/service/koyashiya/images/kv_bg.png) 0 0 #FFF;
}

.header__inner {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
    text-align: center;
    color: #003364;
    font-weight: 600;
    background: #fff;
}

.header__logo-area {
    width: 74.39252336448598%;
    max-width: 796px;
    margin: 0 auto 15px;
    display: block;
}

.header__logo-img {
    width: 100%;
    height: auto;
    display: block;
}

.header__catchcopy {
    margin: 0 auto 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #003364;
    text-align: center;
}

.header__subtitle-wrap {
    width: 100%;
    max-width: 944px;
    margin: 32px auto 0;
    padding: 15px 0 0;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    border-top: solid 2px #003364;
}

.header__subtitle-wrap:before,
.header__subtitle-wrap:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
}

.header__subtitle-wrap:before {
    top: -32px;
    border-bottom: 32px solid #003364;
}

.header__subtitle-wrap:after {
    top: -28px;
    border-bottom: 32px solid #FFF;
}

.header__subtitle {
    padding: 0 35px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #003364;
    position: relative;
    display: inline-block;
}

.header__subtitle:before,
.header__subtitle:after {
    content: "";
    width: 2px;
    height: 42px;
    margin: auto;
    position: absolute;
    bottom: 1px;
    background: #003364;
    display: block;
}

.header__subtitle:before {
    content: "";
    left: 10px;
    transform: rotate(-35deg);
}

.header__subtitle:after {
    content: "";
    right: 10px;
    transform: rotate(35deg);
}

.about {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 0 80px;
    background: #003364;
    color: #fff;
}

.about__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about__header {
    width: 100%;
    max-width: 671px;
    min-height: 212px;
    margin: 0 auto 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about__photo-area {
    width: 42.026825633383005%;
    max-width: 282px;
    margin: 0;
}

.about__photo-img {}

.about__speech {
    width: 48.43517138599106%;
    max-width: 325px;
    height: 100%;
    min-height: 212px;
    margin: 0 0 0 63px;
    background: #fff;
    color: #003364;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.about__speech:before {
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    t;
    border-right: 48px solid #ffffff;
    border-left: 0;
    position: absolute;
    left: -48px;
    top: 0;
    bottom: 0;
}

h2.about__speech-text {
    color: #003364;
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
}

.about__desc {}

.about__desc p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.5;
    font-weight: 500;
}



/* ==========================
   .products セクション
   ========================== */
.products {
    background: #fff;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 35px;
}

.products__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products__list {
    margin-bottom: 15px;
}

.products__list.flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.products__item {
    width: 33.333333%;
    max-width: 300px;
    margin: 0 16px 50px;
    flex: 0 0 calc(33.333% - 32px);
    border: solid 2px #255079;
}

.products__item a {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin: 0;
    padding: 0 0 13px;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
    pointer-events: none;
}

.products__item-img {
    /* max-width: 100px; */
    width: 100%;
    height: auto;
    /* margin-bottom: 0.5rem; */
}

.products__item-title {
    width: 100%;
    margin: 0;
    padding: 13px 0 16px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background: #003364;
}

.products__item-title .font-size-22 {
    font-size: 2.2rem;
}

.products__item-title .font-size-16 {
    font-size: 1.6rem;
}

.products__item-desc {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1.4;
}

.products__note {
    margin: 1.5rem 0 1rem 0;
    font-size: 1rem;
    color: #15395c;
    font-weight: bold;
}

.products__feature {}

.products__section-ttl {
    margin: 0 auto 23px;
    display: block;
}

.products__section-ttl h3 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    color: #003364;
}

.products__feature-list {
    margin-bottom: 40px;
}

.products__feature-list.flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}

.products__feature-item {
    width: 25%;
    max-width: 169px;
    margin: 0 11px;
    flex: 0 0 calc(25% - 11px);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products__feature-img-hex {
    width: 169px;
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #fff;
    overflow: hidden;
}

.products__feature-img {
    width: 100%;
    height: auto;
    display: block;
}

.products__feature-text {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: #003364;
    text-align: center;
    margin: 0;
}

p.products__feature-dec {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}


.shop {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 0 55px;
    text-align: center;
    background: #fff;
}

.shop__section-ttl {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 40px;
}

.shop__section-ttl h2 {
    padding: 0 0 15px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #003364;
    border-bottom: 5px solid #003364;
    display: block;
}

.shop__btn-wrap {
    width: 448px;
    height: 91px;
    margin: 0 auto;
    border-radius: 2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #D80C24;
    background: linear-gradient(90deg, rgba(216, 12, 36, 1) 0%, rgba(216, 12, 36, 1) 20%, rgba(71, 114, 33, 1) 20%, rgba(71, 114, 33, 1) 40%, rgba(0, 51, 100, 1) 40%, rgba(0, 51, 100, 1) 60%, rgba(164, 155, 58, 1) 60%, rgba(164, 155, 58, 1) 80%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
}

.shop__btn {
    width: 423px;
    height: 71px;
    margin: 0 auto;
    background: #D80B24;
    border-radius: 2rem;
    padding: 0;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: none;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

a.shop__btn:link {
    text-decoration: none;
    color: #FFF;
}

a.shop__btn:visited {
    text-decoration: none;
    color: #FFF;
}

.shop__btn:hover {
    opacity: 1;
    background: #D80B24;
}

a.shop__btn:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 20px solid #ffffff;
    border-right: 0;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.shop__btn-wrap:hover {
    opacity: .85;
}

.reason {
    background: #fff;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 140px;
}

.reason__section-ttl {
    width: 100%;
    max-width: 1000px;
    height: 128px;
    margin: 0 auto 30px;
    padding: 17px 0;
    text-align: center;
    background: #D80C24;
    background: linear-gradient(90deg, rgba(216, 12, 36, 1) 0%, rgba(216, 12, 36, 1) 20%, rgba(71, 114, 33, 1) 20%, rgba(71, 114, 33, 1) 40%, rgba(0, 51, 100, 1) 40%, rgba(0, 51, 100, 1) 60%, rgba(164, 155, 58, 1) 60%, rgba(164, 155, 58, 1) 80%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason__section-ttl:after {
    content: "";
    width: 100%;
    height: 104px;
    height: calc(100% - 34px);
    background: #fff;
    position: absolute;
    top: 17px;
    display: block;
}

.reason__section-ttl h2 {
    margin: 0 auto;
    padding: 17px 0;
    font-size: 3.2rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 2;
}

.reason__section-ttl h2 span {
    width: 375px;
    height: 68px;
    margin-right: 30px;
    background:url(/service/koyashiya/images/logo_coyashiya.png) no-repeat 0 0;
    background-size: 375px;
    display: inline-block;
    font-size: 0;
    text-indent: 1000px;
    overflow: hidden;
}

.reason__title {
    font-size: 1.5rem;
    color: #15395c;
    text-align: center;
    margin-bottom: 1.5rem;
}


.promise {}

.promise__title {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}

.promise__list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.promise__item {
    width: 25%;
    max-width: 228px;
    min-height: 228px;
    margin: 0 8px;
    flex: 0 0 calc(25% - 8px);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #D80C24;
}

.promise__item:nth-of-type(1) {
    background: #D80C24;
}

.promise__item:nth-of-type(2) {
    background: #477221;
}

.promise__item:nth-of-type(3) {
    background: #003364;
}

.promise__item:nth-of-type(4) {
    background: #a49b3a;
}

.promise__item:after {
    content: "";
    width: 100%;
    margin: auto;
    display: block;
    background:url(/service/koyashiya/images/bg_logo.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.promise__item-title {
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.promise__item-desc {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.reason__note {
    margin: 0 auto 50px;
}

.reason__note p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.reason__footer {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

.reason__under {
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.reason__under-ttl {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.reason__under-ttl h3 {
    margin: 0 auto 40px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #003364;
    display: block;
}


.rule {
    margin: 0 auto 85px;
}

.rule__section-ttl {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 40px;
}

.rule__section-ttl h3 {
    padding: 0 0 15px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #003364;
    border-bottom: 5px solid #FBF810;
    display: block;
}

.rule__list.flex-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rule__item {
    width: 25%;
    max-width: 232px;
    min-height: 250px;
    margin: 0 4.5px;
    flex: 0 0 calc(25% - 4.5px);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background:url(/service/koyashiya/images/hex_out.svg) 0 0 no-repeat;
    background-size: 100%;
}

.rule__item-inner {
    width: 92.24137931034483%;
    max-width: 214px;
    min-height: 231px;
    margin: auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    background:url(/service/koyashiya/images/hex_in.svg) 0 0 no-repeat;
    background-size: 100%;
}

.rule__item-inner p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.rule__item-inner p span {
    font-size: 2.4rem;
    color: #FBF810;
    font-weight: 600;
    display: block;
}

.rule__item:nth-of-type(4) .rule__item-inner {
    padding: 0 10px 10px;
}

.rule__item:nth-of-type(4) .rule__item-inner p {
    margin: 0 auto 6px;
    font-size: 1.4rem;
}

.rule__item:nth-of-type(4) .rule__item-inner p span {
    margin: 0 auto 10px;
    line-height: 1.3;
}

.rule__item-inner p.small {
    font-size: 1rem !important;
    font-weight: 400;
    letter-spacing: -0.04em;
}


.necessary {}

.necessary__section-ttl {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 40px;
}

.necessary__section-ttl h3 {
    padding: 0 0 15px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #003364;
    border-bottom: 5px solid #003364;
    display: block;
}

.necessary ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.necessary ul li {
    font-size: 1.6rem;
    line-height: 2;
    color: #000;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .header__inner {
        padding: 32px 16px;
    }

    .header__logo-area {
        width: calc(100% - 16px);
    }

    .header__catchcopy {
        margin: 0 auto 15px;
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .header__subtitle {
        font-size: 2.4rem;
        letter-spacing: -0.02em;
    }

    .header__subtitle-wrap {
        width: 100%;
        /* max-width: 944px; */
        margin: 20px auto 0;
        padding: 10px 0 0;
        letter-spacing: 0;
        text-align: center;
        position: relative;
        display: inline-block;
        border-top: solid 2px #003364;
    }

    .header__subtitle-wrap:before,
    .header__subtitle-wrap:after {
        content: "";
        width: 0;
        height: 0;
        margin: 0 auto;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
    }

    .header__subtitle-wrap:before {
        top: -20px;
        border-bottom: 20px solid #003364;
    }

    .header__subtitle-wrap:after {
        top: -16px;
        border-bottom: 20px solid #FFF;
    }

    .header__subtitle:before,
    .header__subtitle:after {
        content: "";
        width: 2px;
        height: 42px;
        margin: auto;
        position: absolute;
        bottom: 1px;
        background: #003364;
        display: block;
    }

    .about {
        padding: 55px 16px 40px;
    }

    .about__desc p {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .products {
        padding: 60px 0 20px;
    }

    .products__list,
    .reason__list {
        flex-direction: column;
        align-items: center;
    }

    .products__item,
    .reason__item {
        width: calc(100%);
        /* max-width: 100%; */
        margin: 0 auto 25px;
    }

    .products__item-title {
        padding: 10px 0 13px;
        font-size: 2rem;
    }

    .products__feature {
        padding: 25px 0 40px;
    }

    .products__section-ttl {
        margin: 0 auto 12px;
        padding: 0 16px;
    }

    .products__section-ttl h3 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .products__feature-list {
        margin-bottom: 15px;
    }

    .products__feature-item {
        width: calc(50%);
        flex: 0 0 calc(50% - 22px);
        margin: 0 11px 15px;
    }

    .products__feature-img-hex {
        width: 100%;
        height: 107.6923076923077%;
        margin-bottom: 12px;
    }

    p.products__feature-dec {
        padding: 0 16px;
    }

    .shop {
        padding: 30px 16px 40px;
    }

    .shop__section-ttl {
        margin: 0 auto 40px;
    }

    .shop__section-ttl h2 {
        padding: 0 0 20px;
        font-size: 2.1rem;
    }

    .shop__btn-wrap {
        width: calc(100%);
        max-width: 448px;
        height: 91px;
        margin: 0 auto;
    }

    .shop__btn {
        width: calc(100% - 25px);
        max-width: 423px;
        max-height: 71px;
        font-size: 1.8rem;
    }

    .reason {
        padding: 30px 16px 70px;
    }


    .reason__section-ttl {
        height: auto;
        margin: 0 auto 30px;
        padding: 17px 0;
        text-align: center;
        position: relative;
    }

    .reason__section-ttl:after {
        content: "";
        width: 100%;
        height: 104px;
        height: calc(100% - 34px);
        background: #fff;
        position: absolute;
        top: 17px;
        display: block;
    }

    .reason__section-ttl h2 {
        font-size: 2.4rem;
        display: block;
    }

    .reason__section-ttl h2 span {
        width: 79.29411764705883vw;
        max-width: 337px;
        height: 0;
        padding-top: 18.133333333333333vw;
        margin: 0 auto 0;
        background:url(/service/koyashiya/images/logo_coyashiya.png) no-repeat center center;
        background-size: 100%;
        display: block;
    }

    .promise__title {
        font-size: 2.8rem;
        line-height: 1.3;
    }


    .promise__list {
        width: calc(100% + 16px);
        margin: 0 -8px 45px;
        gap: unset;
    }

    .promise__item {
        width: 50%;
        max-width: 228px;
        min-height: 228px;
        padding: 0 5px;
        margin: 0 8px 15px;
        flex: 0 0 calc(50% - 16px);
    }

    .promise__item-title {
        margin: 0 auto 15px;
        font-size: 2rem;
    }

    .promise__item-desc {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .reason__under-ttl h3 {
        margin: 0 auto 30px;
        font-size: 2rem;
        line-height: 1.4;
    }

    .reason__note {
        margin: 0 auto 40px;
    }

    .rule {
        margin: 0 auto 40px;
    }

    .rule__section-ttl {
        margin: 0 auto 30px;
    }

    .rule__section-ttl h3 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .rule__list.flex-list {
        width: calc(100% + 20px);
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .rule__item {
        width: 50%;
        max-width: 176px;
        min-height: 190px;
        height: 107.75862068965519%;
        margin: 0 4.5px 15px;
        flex: 0 0 calc(50% - 9px);
        display: block;
        position: relative;
        background:url(/service/koyashiya/images/hex_out.svg) 0 0 no-repeat;
        background-size: 100%;
    }

    .rule__item-inner {
        width: 92.24137931034483%;
        /* height: 0; */
        height: 92.4%;
        max-width: 214px;
        min-height: 171px;
        margin: auto;
        padding: 0 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #FFFFFF;
        background:url(/service/koyashiya/images/hex_in.svg) 0 0 no-repeat;
        background-size: 100%;
    }

    .rule__item-inner p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
    }

    .rule__item-inner p span {
        font-size: 2.0rem;
        color: #FBF810;
        font-weight: 600;
        display: block;
    }

    .rule__item:nth-of-type(4) .rule__item-inner {
        padding: 0 5px 10px;
    }

    .rule__item:nth-of-type(4) .rule__item-inner p {
        margin: 0 auto 5px;
        font-size: 1.2rem;
    }

    .rule__item:nth-of-type(4) .rule__item-inner p span {
        margin: 0 auto 5px;
        line-height: 1.2;
    }

    .rule__item-inner p.small {
        font-size: .9rem !important;
    }

    .necessary__section-ttl {
        margin: 0 auto 30px;
    }

    .necessary__section-ttl h3 {
        padding: 0 0 15px;
        margin: 0 auto;
        font-size: 2rem;
    }

    .necessary ul {
        padding: 0;
    }

    .necessary ul li {
        margin: 0 0 10px;
        font-size: 1.4rem;
        line-height: 1.4;
        text-indent: -1em;
        padding-left: 1em;
    }
}


/* レスポンシブ対応 */
@media (max-width:671px) {
    .about__header {
        width: 100%;
        margin: 0 auto 48px;
        display: block;
    }

    .about__photo-area {
        width: 100%;
        max-width: 282px;
        margin: 0 auto;
    }

    .about__speech {
        width: 100%;
        max-width: unset;
        min-height: unset;
        padding: 15px;
        margin: 29px auto 0;
        display: block;
        text-align: center;
        position: relative;
    }

    .about__speech:before {
        content: "";
        width: 0;
        height: 0;
        margin: 0 auto;
        border-style: solid;
        border-top: 0;
        border-bottom: 24px solid #fff;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: -24px;
    }

    h2.about__speech-text {
        color: #003364;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/* レスポンシブ対応 */
@media (max-width: 424px) {
    .header__subtitle {
        padding: 0 30px;
        font-size: 2rem;
    }
}

.shop__section-ttl h2,
h2.about__speech-text,
.reason__section-ttl h2 {
    background:transparent;
}


nav#wMM {
    display: none!important;
}

header+nav {
    display: none;
}

footer {
    max-width: 1070px;
    margin: 0 auto;
    background: #fff;
}

footer p#txt {
    margin-top: 0;
}




/*20250714*/
.shop__inner p {
    margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: center;
    color: #003364;
    font-weight: 500;
    position:relative;
    display: inline-block;
}
.shop__inner p::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #003364 2px solid;
  border-left: #003364 2px solid;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -30px;
  display: block;
  transform: rotate(225deg);
  z-index: 1;
}
ul#shopList {
    max-width: 876px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-flow: row wrap;
}

ul#shopList li {
    width: 50%;
    max-width: 425px;
    height: 100%;
    min-height: 347px;
    margin: 0 0 25px;
    padding: 40px 52px 30px;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
    text-align: left;
    display: block;
    position: relative;
    border: solid 1px #003364;
}
ul#shopList li ul{
    margin: 15px 0 0 0;
    padding: 0;
}
ul#shopList li li{
    width:unset;
    max-width: unset;
    height: auto;
    min-height: unset;
    margin: 0 0 15px;
    padding: 0 0 0 51px;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    position: relative;
    border: none;
}

ul#shopList li li i{
    position:absolute;
    left:0;
    top:0;
}

ul#shopList li a{
    color: #000;
    text-decoration:none;
}
ul#shopList li strong{
    margin: 0 0 5px;
    font-size:2rem;
    font-weight: 600;
    color:#003364;
    display: inline-block;
}

ul#shopList i.tel {
    width: 24px;
    height: 24px;
    margin: 0;
    display: inline-block;
    background: url(/service/koyashiya/images/ic-phone.svg) 0 0 no-repeat;
    background-size: 24px;
}

ul#shopList i.date {
    width: 31px;
    height: 31px;
    margin: 0;
    display: inline-block;
    background: url(/service/koyashiya/images/ic-clock.svg) 0 0 no-repeat;
    background-size: 31px;
}

ul#shopList i.cal {
    width: 29px;
    height: 31px;
    margin: 0;
    display: inline-block;
    background: url(/service/koyashiya/images/ic-cal.svg) 0 0 no-repeat;
    background-size: 29px;
}

.prefectureSelect-wrap {
    width: 100%;
    max-width: 876px;
    margin: 0 auto 80px;
    padding: 32px 48px;
    border: solid 1px #003364;
    display: block;
    position: relative;
}

div#prefectureSelect {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
}

div#prefectureSelect input[type="button"] {
    width: 25%;
    max-width: 170px;
    height: 41px;
    margin: 10px 12px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #003364;
    border: solid 1px #003364;
    display:block;
    background: url(/service/koyashiya/images/arrow.png) right 18px center no-repeat #fff;
    background-size: 9px;
    position: relative;
    cursor: pointer;
    transition:.3s;
}

div#prefectureSelect input[type="button"]:hover {
    color: #fff;
    background: url(/service/koyashiya/images/arrow02.png) right 18px center no-repeat #003364;
    background-size: 9px;
}

#shopList {
    opacity: 1;
    transition: opacity 0.5s;
  }
  #shopList.fade-out {
    opacity: 0;
  }

/* レスポンシブ対応 */
@media (max-width:767px) {
.shop__inner p {
    margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: center;
    color: #003364;
    font-weight: 500;
    position:relative;
    display: inline-block;
}
.shop__inner p::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #003364 2px solid;
  border-left: #003364 2px solid;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -30px;
  display: block;
  transform: rotate(225deg);
  z-index: 1;
}
ul#shopList {
    margin: 0 auto;
    display: block;
}

ul#shopList li {
    width: 100%;
    max-width: unset;
    height: auto;
    min-height: auto;
    margin: 0 auto 25px;
    padding: 20px 24px;
}
ul#shopList li ul{
    margin: 15px 0 0 0;
    padding: 0;
}
ul#shopList li li{
    width:unset;
    max-width: unset;
    height: auto;
    min-height: unset;
    margin: 0 0 15px;
    padding: 0 0 0 51px;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    position: relative;
    border: none;
}

ul#shopList li li i{
}

ul#shopList li a{

}
ul#shopList li strong{
}

ul#shopList i.tel {
}

ul#shopList i.date {
}

ul#shopList i.cal {
}

div.prefectureSelect-wrap {
    width: 100%;
    margin: 0 auto 40px;
    padding: 16px;
    text-align:center;
}
div#prefectureSelect {
    justify-content: flex-start;
}

div#prefectureSelect input[type="button"] {
    width: calc(50% - 24px);
    max-width: unset;
    height: 41px;
    margin: 10px 12px;
    font-size: 1.4rem;
}
｝
div#prefectureSelect input[type="button"]  {
-webkit-appearance: none;
-moz-appearance: none;
  appearance: none;
    border-radius: 0;
}