@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Buttons
 *   1.5 Other Elements
 *        1.5.1 sns icon
 *        1.5.2 page top
 * 2. HEADER
 * 3. CONTENTS
 * 4. FOOTER
 * 5. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	background: #fff;
	color: #444444;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #2b55a8;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #2b55a8;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}
.b60 {
    font-weight: 600;
}
.b70 {
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #333 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #b11d3f !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #153072 !important;
}
.txt-blue-light,
.txt-blue-light a,
.txt-blue-light a:hover {
    color: #2b55a8 !important;
}
.txt-green,
.txt-green a,
.txt-green a:hover {
    color: #3f6f54 !important;
}
.txt-orange,
.txt-orange a,
.txt-orange a:hover {
    color: #e88300 !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #ffc900 !important;
}
.txt-yellow-light,
.txt-yellow-light a,
.txt-yellow-light a:hover {
    color: #fff09f !important;
}
.txt-gold,
.txt-gold a,
.txt-gold a:hover {
    color: #a89200 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

/* 1.4 Buttons
 * ------------------------------*/
.btn-pre,
.btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 510px;
    height: 90px;
    margin: 6rem auto 0;
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0 0.5rem 0.2rem;
    box-sizing: border-box;
    color: #fff;
    background: #ba6377;
    outline: none;
    transition: all .3s;
    overflow: hidden;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}
.btn {
    background: #b11d3f;
    cursor: pointer;
}
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}
.btn:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .btn-pre,
    .btn {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
     .btn-pre,
     .btn {
        margin-top: 3rem;
        height: 66px;
        padding: 0 0.5rem 0.1rem;
    }
}

.btn-link {
    display: block;
    max-width: 320px;
    margin: 2.5rem 0 0;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.5rem 1rem 0.7rem;
    box-sizing: border-box;
    border: 2px solid #dadada;
    outline: none;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #444444;
    background: #f5f5f5 url(../img/icon-arrow.png) 6px center no-repeat;
    background-size: 20px 20px;
}
.btn-link:hover {
    color: #444444;
    text-decoration: none;
    background-color: #fff;
}
.btn-link:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .btn-link {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn-link {
        max-width: 280px;
        margin: 1.5rem auto 0;
        padding: 0.8rem 1rem 1rem;
    }
}

/* 1.5 Other Elements
 * ------------------------------*/
/* 1.5.1 sns Icon ------------*/
#sns-list {
    width: 50px;
    height: 150px;
    padding: 1rem;
    position: fixed;
    top: 28%;
    transform: translateY(-28%);
    right: 0;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 10010 !important;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#sns-list .sub {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Noto Sans JP',sans-serif;
}
#sns-list .icon-fb,
#sns-list .icon-x {
    margin-top: 2.2rem;
    display: block;
}
#sns-list .icon-fb:hover,
#sns-list .icon-x:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    #sns-list {
        top: 15%;
        transform: translateY(-15%);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #sns-list {
        top: 60%;
        transform: translateY(-60%);
    }
}
@media only screen and (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px;
}
.knt_general-set .icon_social .line img {
    vertical-align: top;
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important;
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important;
}

.social {
    margin: 0 auto;
    max-width: 400px;
}
.social .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
}
.knt_general-set,
.knt_general-set .icon_social .socialBoxON {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.knt_general-set .icon_social .socialBoxON {
	margin-bottom:30px;
}
.knt_general-set .icon_social .socialBoxON > iframe {
	margin:0 5px;
}

/* 1.5.2 page top ------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 91px;
    height: 91px;
    z-index: 1000;
    background: url(../img/pagetop.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 960px) {
    #pagetop {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 767px) {
    #pagetop {
        right: 10px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    background-size: cover !important;
    -webkit-animation: fadeIn 0.8s linear both;
    animation: fadeIn 0.8s linear both;
}
header .gentei {
    width: 194px;
    margin: 0;
    position: absolute;
    bottom: -97px;
    right: 10%;
    transform: translateX(-10%);
    -webkit-animation: fadeIn 0.8s linear both;
    animation: fadeIn 0.8s linear both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    z-index: 10;
}
@media (max-width: 1024px) {
    header .gentei {
        right: 5%;
        transform: translateX(-5%);
    }
}
@media (max-width: 960px) {
    header .gentei {
        width: 150px;
    }
}
@media (max-width: 767px) {
    header .gentei {
        width: 130px;
        bottom: -70px;
    }
}
@media (max-width: 480px) {
    header .gentei {
        right: 5px;
        transform: translateX(0);
        width: 125px;
        bottom: -50px;
    }
}

/*-------------------------------
 * 3. CONTENTS
 * ----------------------------*/
main {
    margin: 0 auto;
    padding: 0;
}
.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 0;
    padding: 0;
}
@media (max-width: 1120px) {
    .wrap {
        max-width: 92vw;
    }
}
@media (max-width: 767px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

.obi.gold {
    display: block;
    width: 100%;
    height: 50px;
    background: url(../img/obi-gold.jpg) 0 0 repeat-x;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -50px;
}
@media (max-width: 767px) {
    .obi.gold {
        height: 30px;
        bottom: -30px;
    }
}

.bg-gold {
    background: #c2b465;
}
.bg-pattern01 {
    background: url(../img/bg01.png) top center no-repeat;
    background-size: cover;
}
.bg-pattern02 {
    background: url(../img/bg02.png) top center no-repeat;
    background-size: cover;
}

/*----- Info -----*/
.info-wrap {
    padding: 9rem 0 4.5rem;
	text-align: center;
	position: relative;
}
.info-wrap .sub {
    margin: 0 0 4.5rem;
}
.info-wrap .subsub {
    font-size: 2.4rem;
    margin: 0 0 3rem;
}
.info-wrap .txt {
    font-size: 2rem;
    line-height: 1.9;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .info-wrap .subsub {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .info-wrap .txt {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap .sub img {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .info-wrap {
        padding: 6rem 0 1.5rem;
    }
    .info-wrap .sub {
        margin-bottom: 2rem;
    }
    .info-wrap .subsub {
        margin-bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .info-wrap .sub img {
        max-width: 100%;
    }
}
@media (max-width: 380px) {
    .info-wrap .txt {
        font-size: calc(13px + 1 * (100vw - 320px) / 60);
    }
}

/*----- products -----*/
.products-wrap {
    padding: 10rem 0 6rem;
    background: rgb(233, 234, 238, 1);
    background: linear-gradient(90deg, rgba(233, 234, 238, 1) 0%,  rgba(234, 235, 237, 1) 35%, rgba(238, 239, 244, 1) 100%);
}
.products-wrap .sub {
    margin: 0 0 5rem;
    position: relative;
    z-index: 1;
}
.products-wrap .sub img {
    margin: 0;
}
@media (max-width: 767px) {
    .products-wrap {
        padding: 1rem 0 3rem;
    }
    .products-wrap .sub {
        margin-bottom: 2rem;
    }
    .products-wrap .sub img {
        margin: -2rem auto 0;
        max-width: 70%;
    }
}

.products-wrap ul {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    font-weight: 500;
}
.products-wrap ul li {
    margin: 0 0 1rem;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 1024px) {
    .products-wrap ul {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .products-wrap ul {
        max-width: 90vw;
        margin: 0 auto;
    }
}

.products-wrap .price {
    font-size: 2rem;
    font-weight: 500;
}
.products-wrap .price .num {
    font-size: 2.7rem;
}
.products-wrap .price .yen {
    font-size: 2.4rem;
}
@media (max-width: 1024px) {
    .products-wrap .price {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .products-wrap .price .num {
        font-size: calc(20px + 7 * (100vw - 320px) / 704);
    }
    .products-wrap .price .yen {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .products-wrap .price {
        max-width: 85vw;
        margin: 0 auto;
    }
}

.products-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 0 60px;
}
.products-wrap .box .col {
    width: calc(100% / 2 - 30px );
    position: relative;
}
.products-wrap .box.img-wide {
    margin-top: 8rem;
}
@media (max-width: 1024px) {
    .products-wrap .box {
        gap: 0 40px;
    }
    .products-wrap .box .col {
        width: calc(100% / 2 - 20px );
    }
    .products-wrap .box.img-wide {
        margin-top: 5rem;
    }
}
@media (max-width: 960px) {
    .products-wrap .box {
        gap: 0 60px;
    }
    .products-wrap .box .col {
        width: calc(100% / 2 - 30px );
    }
}
@media (max-width: 767px) {
    .products-wrap .box {
        gap: 15px 0;
    }
    .products-wrap .box .col {
        width: 100%;
    }
    .products-wrap .box.img-wide {
        margin-top: 2rem;
    }
}

.products-wrap .img-products01 {
    max-width: 600px;
    position: absolute;
    top: -60px;
    left: 35px;
    z-index: 0;
}
.products-wrap .img-products03 {
    max-width: 80%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 65px;
}
@media (max-width: 1200px) {
    .products-wrap .img-products01 {
        max-width: 500px;
        top: -30px;
        left: 0;
    }
    .products-wrap .img-products03 {
        max-width: 90%;
        right: 0;
    }
}
@media (max-width: 960px) {
    .products-wrap .img-products01 {
        max-width: 400px;
        top: -10px;
        left: -30px;
    }
    .products-wrap .img-products03 {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .products-wrap .img-products01 {
        position: relative;
        max-width: 85%;
        left: 8vw;
        top: 0;
    }
    .products-wrap .img-products03 {
        position: relative;
    }
}


/*----- Member -----*/
.member-wrap {
    padding: 5rem 0 6rem;
}
.member-wrap .inner {
    max-width: 1050px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .member-wrap .inner {
        max-width: 930px;
    }
}
@media (max-width: 960px) {
    .member-wrap .inner {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .member-wrap {
        padding: 2.5rem 0 3rem;
    }
}

.member-wrap .sub {
    margin: 0 auto 3rem;
}
.member-wrap .sub img {
    display: inline-block;
    margin: 0;
}
.member-wrap .sub strong {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: 12%;
    font-size: 3rem;
    font-family: 'Noto Sans JP',sans-serif;
     text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
           -2px 2px 0px #fff,  2px -2px 0px #fff,
            2px 0px 0px #fff, -2px -0px 0px #fff,
            0px 2px 0px #fff,  0px -2px 0px #fff;
}
@media (max-width: 1024px) {
    .member-wrap .sub strong {
        font-size: calc(19px + 11 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .member-wrap .sub img {
        display: block;
        margin: 0 auto;
    }
    .member-wrap .sub strong {
        display: block;
        margin: 0.5rem 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .member-wrap .sub {
        margin-bottom: 2rem;
    }
    .member-wrap .sub img {
        max-width: 100%;
    }
}

.member-wrap .comment-box {
    max-width: 1000px;
    margin: 0 auto;
}
.member-wrap .comment-box .sub-comment {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    margin: 0 0 3.5rem;
}
.member-wrap .comment-box .sub-comment .txt-large {
    font-size: 3.6rem;
}
.member-wrap .comment-box .subsub {
    font-size: 2rem;
    margin: 0 0 1rem;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .member-wrap .comment-box {
        max-width: 890px;
    }
    .member-wrap .comment-box .sub-comment {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
    .member-wrap .comment-box .sub-comment .txt-large {
        font-size: calc(19px + 17 * (100vw - 320px) / 704);
    }
    .member-wrap .comment-box .subsub {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .member-wrap .comment-box {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .member-wrap .comment-box .sub-comment {
        margin-bottom: 1.5rem;
    }
     .member-wrap .comment-box .txt {
         text-align: left;
         text-align: justify;
        text-justify: inter-ideograph;
      }
}

.member-wrap .comment-box .w-box {
    border-radius: 40px;
    padding: 2rem 2rem 1rem;
    background: #fff;
    text-align: center;
    margin: 3rem auto 0;
    position: relative;
}
.member-wrap .comment-box .w-box .ten-left {
    width: 27px;
    position: absolute;
    margin: 0;
    top: 30px;
    left: 30px;
}
.member-wrap .comment-box .w-box .ten-right {
    width: 29px;
    position: absolute;
    margin: 0;
    top: 30px;
    right: 30px;
}
@media (max-width: 767px) {
    .member-wrap .comment-box .w-box {
        border-radius: 20px;
        padding: 1.5rem 1.5rem 0.5rem;
        margin-top: 1.5rem;
    }
    .member-wrap .comment-box .w-box .ten-left {
        width: 15px;
        top: 20px;
        left: 12px;
    }
    .member-wrap .comment-box .w-box .ten-right {
        width: 17px;
        top: 20px;
        right: 12px;
    }
}

.member-wrap .comment-box .company-box {
    background: #eceef2;
    border-radius: 40px;
    padding: 0 5rem 2.7rem;
    background: #eceef2;
    margin: 3rem auto 0;
}
.member-wrap .comment-box .company-box .subsub {
    text-align: left;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 1.5rem;
    margin: 2rem 0;
}
.member-wrap .comment-box .company-box .subsub span {
    display: inline-block;
    padding-top: 1.7rem;
}
@media (max-width: 1024px) {
    .member-wrap .comment-box .company-box .subsub {
        font-size: calc(15px + 1 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .member-wrap .comment-box .company-box {
        border-radius: 20px;
        padding: 0 1.5rem 1.5rem;
        margin-top: -0.5rem;
    }
    .member-wrap .comment-box .company-box .subsub {
        margin-bottom: 1.5rem;
    }
}

.member-wrap .comment-box .company-box .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.member-wrap .comment-box .company-box .img-area {
    width: 18%;
    box-sizing: border-box;
}
.member-wrap .comment-box .company-box .txt-area {
    width: 82%;
    padding-left: 4.5rem;
    box-sizing: border-box;
}
.member-wrap .comment-box .company-box .txt {
    margin: 0;
}
@media (max-width: 767px) {
    .member-wrap .comment-box .company-box .txt-area {
        padding-left: 2rem;
    }
}
@media (max-width: 480px) {
    .member-wrap .comment-box .company-box .img-area {
        width: 55%;
        margin: 0 auto;
    }
    .member-wrap .comment-box .company-box .txt-area {
        width: 100%;
        padding-left: 0;
        padding-top: 1.5rem;
    }
}

.member-wrap .member-top {
    max-width: 70%;
    margin: 0 auto 3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 50px;
}
.member-wrap .member-top .col {
    width: calc(100% / 2 - 25px );
    box-sizing: border-box;
}
.member-wrap .member-top .subsub {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
    font-weight: 400;
    text-align: center;
    line-height: 1.7;
}
.member-wrap .member-top .subsub span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .member-wrap .member-top .subsub {
        font-size: calc(11px + 5 * (100vw - 320px) / 704);
    }
    .member-wrap .member-top .subsub span {
        font-size: calc(12px + 8 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
     .member-wrap .member-top {
        max-width: 80%;
        gap: 0 30px;
    }
    .member-wrap .member-top .col {
        width: calc(100% / 2 - 15px );
    }
}
@media (max-width: 767px) {
    .member-wrap .member-top {
        max-width: 100%;
        gap: 0;
        margin-bottom: 2rem;
    }
    .member-wrap .member-top .col {
        width: calc(100% / 2);
    }
    .member-wrap .member-top .subsub {
        margin-top: 1rem;
    }
}

ul.member-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    text-align: center;
    gap: 30px 50px;
}
ul.member-list li {
    width: calc(100% / 4 - 38px );
    box-sizing: border-box;
}
ul.member-list li .subsub {
    font-size: 1.6rem;
    margin: 1.2rem 0 0;
    line-height: 1.7;
    font-weight: 400;
}
ul.member-list li .subsub span {
    font-size: 2rem;
}
ul.member-list li .txt {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
}
ul.member-list li img {
    max-width: 80%;
}
@media (max-width: 1024px) {
    ul.member-list li .subsub {
        font-size: calc(11px + 5 * (100vw - 320px) / 704);
    }
    ul.member-list li .subsub span {
        font-size: calc(12px + 8 * (100vw - 320px) / 704);
    }
    ul.member-list li .txt {
        font-size: calc(11px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
     ul.member-list {
        gap: 30px 30px;
    }
    ul.member-list li {
        width: calc(100% / 4 - 23px );
    }
}
@media (max-width: 767px) {
    ul.member-list {
        gap: 20px 10px;
    }
    ul.member-list li {
        width: calc(100% / 3 - 7px );
    }
    ul.member-list li .subsub {
        margin-top: 1rem;
    }
    ul.member-list li img {
        max-width: 100%;
    }
}

.member-wrap .link-box {
    max-width: 1000px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto 5rem;
}
.member-wrap .link-box:last-of-type {
    margin-bottom: 3rem;
}
.member-wrap .link-box .img-area {
    width: 23%;
    box-sizing: border-box;
}
.member-wrap .link-box .txt-area {
    width: 77%;
    padding-left: 4rem;
    box-sizing: border-box;
}
.member-wrap .link-box .subsub {
    margin: 0 0 0.5rem;
    font-size: 2rem;
}
@media (max-width: 1024px) {
    .member-wrap .link-box {
        max-width: 890px;
    }
    .member-wrap .link-box .subsub {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .member-wrap .link-box {
        max-width: 100%;
    }
    .member-wrap .link-box .txt-area {
        padding-left: 1.5rem;
    }
}
@media (max-width: 767px) {
    .member-wrap .link-box {
        margin: 0.5rem auto 3rem;
    }
}
@media (max-width: 480px) {
    .member-wrap .link-box .subsub {
        text-align: center;
        margin: 1.5rem 0 1rem;
    }
    .member-wrap .link-box .img-area {
        width: 60%;
        margin: 0 auto;
    }
    .member-wrap .link-box .txt-area {
        width: 100%;
        padding-left: 0;
    }
}

/*----- Jigyou -----*/
.jigyou-wrap {
    margin: 0 0 3rem;
    padding: 3.2rem 0 3.4rem;
    text-align: center;
    background: #b11d3f;
    color: #fff;
    font-size: 1.8rem;
}
.jigyou-wrap p {
    margin: 0;
}
.jigyou-wrap a,
.jigyou-wrap a:link,
.jigyou-wrap a:visited  {
    color: #ffc900;
}
.jigyou-wrap a:hover,
.jigyou-wrap a:active  {
    color: #ffc900;
}
@media (max-width: 1024px) {
    .jigyou-wrap {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .jigyou-wrap {
        padding: 1.2rem 0 1.5rem;
    }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 3rem 0 1.5rem;
}
footer .copy {
    font-size: 1.6rem;
    text-align: center;
    margin: 1rem 0 0;
    font-family: 'Noto Sans JP',sans-serif;
    color: #5d5d5d;
    font-weight: 500;
}
@media (max-width: 1024px) {
    footer .copy {
        font-size: calc(12px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 1.5rem;
    }
    footer .copy {
        margin-top: 0;
    }
}

/*-------------------------------
 * 5. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
