/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&display=swap');
body{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #000;
}
@media screen and (max-width:767px){
  .pc{
    display: none;
  }
}
@media screen and (min-width:768px){
  .sp{
    display: none;
  }
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}

/* ヘッダー調整 */

@media screen and (min-width: 768px){
    .ec-headerNaviRole .ec-headerNaviRole__left {
         display: none; 
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: 100%;
    }
}

/*ついてくるボタン*/
.footer_fix_btn {
    /*display: none;*/
    position: fixed;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    opacity: 0.8;
}
.footer_fix_btn > a {
    display: block;
    padding: 10px 1em;
    color: #FFFFFF;
    background-color: #3484f0;
}
.ec-blockTopBtn.pagetop {
    display: none !important;
}

/* リンク付きのタグ表示 */
.ec-taglistRole .ec-taglistRole__tags {
    margin-top: 16px;
    padding: 0;
    padding-bottom: 16px;
}
.ec-taglistRole .ec-taglistRole__tag{
  display: inline-block;
  list-style: none;
  font-size: 80%;
}
.ec-taglistRole .ec-taglistRole__tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
}


/* 特定商取引法に基づく表記 */

.ec-role_teams p {
    line-height: 200%;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.ec-role_teams .ec-borderedDefs {
    margin-bottom: 4em;
}


/*------- 追加CSS -------*/
.gg-font {
    font-family: 'Noto Serif JP', serif;
}
.front_page img {
    max-width: 100%;
    height: auto
}
.container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
/*ヘッダー*/
.ec-layoutRole__header {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 6px 15px 10px 15px;
}
.ec-headerTitle__title {
    max-width: 130px;
    padding-left: 15px;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin: 0;
}
.ec-headerNaviRole,
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    padding: 0;
}
body:not(.front_page) .ec-layoutRole__contents {
    padding-top: 40px;
    /*border-top: solid 4px #eee;*/
}
/*ナビ*/
.shugo-icon {
    width: 20px;
}
/*メインビジュアル*/
#main-visual {
    position: relative;
    background: url(/html/user_data/assets/img/top-page/main-bg.jpg);
    padding: 50px 0 0 0;
}
.main-visual__box {
    display: flex;
}
.main-visual__left {
    max-width: 40%;
    display: flex;
}
.main-visual__right {
    flex: 1;
    padding: 40px 10px 0 20px;
}
.main-visual__label {
    max-width: 64px;
}
.main-visual__cabinet {
    padding: 0 40px;
}
.main-visual__cabinet > img {
    margin-bottom: -80px;
}
.main-copy h2,
.main-copy p {
    color: #fff;
}
.main-copy > h2 {
    font-size: 4.4rem;
    line-height: 1.2;
}
.main-copy > p {
    font-size: 2.8rem;
    margin: 20px 0;
}
.purchase-box {
    display: flex;
    /*justify-content: flex-end;*/
}
.purchase-box .price {
    color: #fff;
    font-size: 3.4rem;
}
.purchase-box .price > span {
    font-size: 2.2rem;
}
.purchase-box .price > p {
    font-size: 1.2rem;
}
.purchase-btn {
    flex: 1;
    max-width: 290px;
    text-align: center;
    /*padding-left: 20px;*/
}
.purchase-btn > a {
    display: block;
    width: 100%;
    background: #3484f0;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 100px;
    padding: 15px 0;
}

/*お知らせ*/
.ec-newsRole {
    padding-top: 120px;
}
.ec-newsRole > .ec-secHeading > h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 40px;
}
.ec-news__box {
    max-width: 600px;
    margin: 0 auto;
}
.news-list__item {
    padding-bottom: 2em;
}
.news-list__item > .date {
    display: block;
    color: #999999;
    margin-bottom: 5px;
    font-size: 0.88em;
}
.news-list__item > a {
    color: #000;
    border-bottom: solid 1px #333;
    padding-bottom: 1px;
    line-height: 1.8;
}
.news-list__item > a:hover {
    text-decoration: none;
    border-bottom: 0;
}
.news_description {
    display: block;
    font-size: 0.88em;
    padding: 10px;
    margin: 5px 0;
    background: #f5f5f5;
}

/*Section1*/
.ec-section1 {
    padding: 40px 0 0 0;
}
.ec-section1__in {
    position: relative;
    margin-bottom: 260px;
}
.ec-section1__photo__b {
    display: flex;
    justify-content: flex-end;
}
.ec-section1__text {
    background: url(/html/user_data/assets/img/top-page/bg01.jpg);
    background-size: cover;
    max-width: 700px;
    width: 100%;
    max-height: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ec-section1__text__a {
    position: absolute;
    top: 40%;
    right: 0;
}
.ec-section1__text__b {
    position: absolute;
    top: 40%;
    left: 0;
}
.ec-section1__text__in > p {
    font-size: 2.6rem;
    line-height: 2;
}
.ec-section1__text__in > p span {
    letter-spacing: 1px;
}
.ec-section1__text__in > h3 {
    font-size: 3.6rem;
}
.ec-section1__link {
    display: inline-block;
    color: #000;
    padding: 15px 2em;
    margin-top: 20px;
    border: solid 1px #000;
    font-size: 1.6rem;
    border-radius: 0;
    background: none;
    appearance: none;
}
.ec-section1__link:hover {
    opacity: .8;
}

/*Section2*/
.ec-section2 {
    background: url(/html/user_data/assets/img/top-page/bg02.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0 60px 0;
}
.ec-section2__in > h2 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
}
.ec-section2__logo {
    max-width: 440px;
    margin: 40px auto;
}
.ec-section2__text {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.ec-section2__text > p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.ec-section2__img {
    text-align: center;
    padding-bottom: 20px;
}
.ec-section2__img + .note {
    text-align: right;
}

/*Section3*/
.ec-section3 {
    background: url(/html/user_data/assets/img/top-page/bg03.jpg), url(/html/user_data/assets/img/top-page/bg04.jpg);
    background-repeat: repeat-y, repeat;
    background-size: auto;
    padding: 60px 0 60px 0;
}
.ec-section3__in > h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.6;
    padding: 0 0 20px 0;
}
.ec-point__item {
    display: flex;
}
.ec-point__list > li:nth-of-type(even) {
    flex-direction: row-reverse;
}
.ec-point__item > div {
    width: 50%;
}
.point-img {
    text-align: center;
}
.point-content {
    padding: 40px 30px 20px 30px;
}
.point-num {
    text-align: center;
}
.point-content > h3 {
    text-align: center;
    color: #22487a;
    font-weight: 600;
    padding-bottom: 10px;
}
.point-content > p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.text-line {
    background:linear-gradient(transparent 40%, #e4cfe8 60%);
    font-weight: 600;
}

/*Section4*/
.ec-section4 {
    background: url(/html/user_data/assets/img/top-page/bg01.jpg);
    background-size: 100%;
    padding: 60px 0;
}
.ec-section4__in > h2 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.6;
    padding: 0 0 20px 0;
}
.results-list {
    display: flex;
    justify-content: space-between;
}
.results-list > li {
    width: 48%;
}
.results-img {
    padding: 20px 0 40px 0;
}
.results-content > h3 {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 2.0rem;
}
.results-content > p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.media {
    padding: 40px 0;
}
.media > h4 {
    color: #22487a;
    font-weight: 600;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
}
.media-coverage {
    background: #fff;
    padding: 25px 0;
    border-radius: 10px;
}
.media-list {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.media-logo {
    padding: 5px 15px;
    text-align: center;
}

/*メッセージ*/
.ec-message {
    padding: 60px 0 0 0;
}
.ec-message__in > h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.6;
    padding: 0 0 20px 0;
}
.message-item {
    /*background: #f1f1f1;*/
    padding: 150px 15px;
    color: #fff;
}
.message-1 {
    background: url(/html/user_data/assets/img/top-page/message01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.message-2 {
    background: url(/html/user_data/assets/img/top-page/message02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.message-3 {
    background: url(/html/user_data/assets/img/top-page/message03.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.message-item__in {
    max-width: 600px;
    margin: 0 auto;
}
.main-message {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8;
}
.message-link {
    text-align: center;
    display: block;
    color: #fff;
    border: solid 1px #fff;
    font-size: 1.6rem;
    padding: 10px 2em;
    margin: 25px auto;
    background: none;
    appearance: none;
}
.message-link:hover {
    opacity: .8;
}
.message-note {
    text-align: right;
}

/*ギャラリー*/
.ec-section {
    padding: 40px 0 0 0;
}
.ec-section h2 {
    text-align: center;
    margin-bottom: 40px;
}
.gallery-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-list > li {
    width: 33%;
    height: 180px;
    margin-bottom: 5px;
    background-size: cover;
    /*padding-bottom: 20px;*/
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-list__photo:hover {
    opacity: .8;
    cursor: pointer;
}
.gallery-list::after {
    content: "";
    display: inline-block;
    width: 33%;
}
.modal-open .modal.gallery {
    padding: 10% 0;
    text-align: center;
}
.modal-open .modal.gallery > .large-photo {
    position: relative;
    max-width: 600px;
    /*width: 100%;*/
    text-align: center;
    display: inline-block;
}
.large-photo .close-photo {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
    background: none;
    border: 0;
    appearance: none;
}
.large-photo .close-photo > span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.large-photo .close-photo span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*展示店舗一覧*/
.store-box__text {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
}
.store-map {
    text-align: center;
    padding: 40px 0 0 0;
}

/*機能・仕様*/
.spec-table {
    width: 100%;
    border: solid 1px #999999;
}
.spec-table > tbody > tr:not(:last-of-type) {
    border-bottom: solid 1px #999999;
}
.spec-table th {
    background: #efefef;
    width: 24%;
    text-align: center;
}
.spec-table th,
.spec-table td {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 1.8;
}

/*サポート*/
.support-table {
    width: 100%;
}
.support-table th {
    width: 24%;
    color: #22487a;
}
.support-table th,
.support-table td {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 1.8;
    vertical-align: top;
}

/*モーダル*/
.modal-body {
    padding: 20px 20px 40px 20px;
}
.modal-body > p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1em;
}
.btn.close-btn {
    appearance: none;
    margin: 0 auto;
    display: block;
    padding: .6em 2em;
    background: #e1eef5;
}


/*展示店舗一覧ページ*/
.shoplist-subtitle {
    font-weight: 600;
}
.shoplist-title {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.shoplist-contents .section-heading {
    font-size: 2.4rem;
    margin-top: 30px;
}
.shop-category__list {
    display: flex;
    flex-wrap: wrap;
}
.shop-category {
    padding: 10px 0;
}
.shop-category__list > li {
    margin: 0 2em 1em 0;
}
.shop-category__list > li > a {
    display: inline-block;
    background: #F4F4F6;
    color: #000;
    padding: 15px 1.5em;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.8rem;
    box-shadow: 0 5px 10px #d6d6d6;
}
.shop-box {
    padding-bottom: 40px;
}
.shop-box__list {
    box-shadow: 0 10px 20px #d6d6d6;
    padding: 25px 0;
}
.shop-box__list > li {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: solid 1px #d6d6d6;
}
.shop-box__item > .shop-name {
    font-size: 2.0rem;
    margin-top: 0;
}
.shop-box__item > p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.shoplist-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.shoplist-box > div {
    width: 49%;
}

/*バナーエリア*/
.banner {
    border-top: solid 1px #e0e0e0;
    margin: 40px 0 0 0;
    padding: 20px 0 0 0;
}
.banner-box {
    text-align: center;
}
.banner-box__title {
    color: #0163b2;
    font-size: 2.0rem;
    font-weight: 600;
}
.banner-box a:hover {
    opacity: .8;
}

@media(max-width:991px) {
    .main-visual__right {
        padding-left: 0;
        padding-bottom: 40px;
    }
    .main-copy > h2 {
        font-size: 3.6vw;
    }
    .main-copy > p {
        font-size: 2.4vw;
    }
    .ec-section1__text {
        width: 66%;
    }
}
@media(max-width:767px) {
    /*ハンバーガーメニュー*/
    .toggle-btn {
      display: block;
      position: absolute;
      top: 20px;
      right: 15px;
      width: 40px;
      height: 30px;
      transition: all .5s;
      cursor: pointer;
      z-index: 3;
      background: none;
    }
    .front_page .toggle-btn {
        top: 90px;
    }
    .toggle-btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 40px;
      height: 2px;
      background-color: #000;
      border-radius: 4px;
      transition: all .5s;
    }
    .front_page .toggle-btn span {
        background-color: #fff;
    }
    .open.toggle-btn span {
      background-color: #fff;
    }
    .toggle-btn span:nth-child(1) {
      top: 4px;
    }
    .toggle-btn span:nth-child(2) {
      top: 14px;
    }
    .toggle-btn span:nth-child(3) {
      bottom: 4px;
      width: 60%;
    }
    .open.toggle-btn span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(-315deg);
      transform: translateY(10px) rotate(-315deg);
    }
    .open.toggle-btn span:nth-child(2) {
      opacity: 0;
    }
    .open.toggle-btn span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(315deg);
      transform: translateY(-10px) rotate(315deg);
      width: 100%;
    }
    .ec-drawerRoleClose.is_active {
        display: none;
    }
    
    .ec-layoutRole__header {
        padding: 0;
    }
    .front_page .ec-headerRole__title,
    .ec-headerNaviRole .ec-headerNaviRole__right {
        display: none;
    }
    body:not(.front_page) .ec-headerTitle__title {
        padding: 10px 0 10px 15px;
    }
    .ec-headerNavSP {
        left: auto;
        right: 15px;
    }
    .main-visual__label {
        position: absolute;
        top: 0;
    }
    .main-visual__cabinet {
        position: absolute;
        max-width: 240px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .main-visual__cabinet > img {
        margin: 0;
    }
    .main-visual__right {
        z-index: 1;
        padding: 100px 0 0 0;
    }
    .main-logo {
        max-width: 320px;
        margin: 0 auto;
    }
    .main-copy > h2 {
        font-size: 6vw;
        line-height: 1.6;
        text-align: center;
    }
    .main-copy > p {
        text-align: center;
        font-size: 4vw;
    }
    .purchase-box {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 0 30px 0;
    }
    .purchase-btn {
        max-width: 100%;
        padding: 0;
    }
    .purchase-btn > a {
        padding: 5px;
        margin: 0 auto;
        max-width: 240px;
    }
    .purchase-box .price {
        font-size: 1.8rem;
        padding-top: 10px;
    }
    .purchase-box .price > span {
        font-size: 1.6rem;
    }
    .ec-newsRole {
        padding-top: 40px;
    }
    .ec-section1__in {
        margin: 0 -15px;
    }
    .ec-section1__photo__b {
        display: block;
    }
    .ec-section1__text {
        width: 100%;
        padding: 60px 20px;
    }
    .ec-section1__text__a,
    .ec-section1__text__b {
        position: static;
    }
    .ec-section3 {
        background-size: 33%;
        padding: 20px 0 0 0;
    }
    .ec-point__list {
        margin: 0 -15px;
    }
    .ec-point__item {
        flex-direction: column;
    }
    .ec-point__list > li:nth-of-type(even) {
        flex-direction: column;
    }
    .ec-point__item > div {
        width: 100%;
    }
    .point-content {
        position: relative;
        padding-bottom: 40px;
    }
    .point-num {
        max-width: 160px;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .ec-section4 {
        padding: 30px 0 60px 0;
    }
    .ec-section4__in > h2 {
        margin: 0;
        padding: 0;
    }
    .media-list > li {
        width: 66%;
        padding: 8px 15px;
    }
    .media-list > li:nth-of-type(3),
    .media-list > li:nth-of-type(4) {
        width: 50%;
    }
}
@media(max-width: 599px) {
    .main-visual__right {
        padding: 40vw 0 0 0;
    }
    .ec-section1__text__in > p {
        font-size: 1.8rem;
    }
    .ec-section1__text__in > h3 {
        font-size: 7.6vw;
    }
    .ec-section1__link {
        padding: 15px 1em;
        font-size: 1.4rem;
    }
    .ec-section2 {
        padding: 40px 0 60px 0;
    }
    .ec-section2__in > h2 {
        font-size: 4.6vw;
    }
    .ec-section2__logo {
        margin: 20px auto;
        padding: 0 20px;
    }
    .section2__img {
        margin: 0 -15px;
    }
    .ec-section2__img + .note {
        text-align: left;
    }
    .ec-section3__in > h2 {
        line-height: 1.2;
    }
    .ec-section3__in > h2 > span {
        display: block;
    }
    .results-list {
        flex-direction: column;
    }
    .results-list > li {
        width: 100%;
    }
    .results-list > li:first-of-type {
        padding-bottom: 20px;
    }
    .results-img {
        padding: 20px 0 20px 0;
    }
    .ec-message {
        padding: 20px 0 0 0;
    }
    .ec-message__in > h2 {
        font-size: 6vw;
    }
    .ec-section {
        padding: 20px 0 0 0;
    }
    .ec-section h2 {
        margin-bottom: 20px;
    }
    .gallery-list > li {
        width: 48%;
    }
    .gallery-list::after {
        content: none;
    }
    .store-map {
        padding: 20px 0 0 0;
        margin: 0 -15px;
    }
    .spec-table > tbody > tr:not(:last-of-type) {
        border-bottom: 0;
    }
    .spec-table th,
    .spec-table td {
        display: block;
        width: 100%;
    }
    .support-table td {
        padding-top: 0;
    }
    .support-table th,
    .support-table td {
        display: block;
        width: 100%;
    }
    .shop-category__list > li {
        margin: 0 1em 1em 0;
    }
    .shop-category__list > li > a {
        font-size: 1.4rem;
        padding: 10px 1em;
        border-radius: 6px;
    }
    .shoplist-box {
        flex-direction: column;
    }
    .shoplist-box > div  {
        width: 100%;
    }
    .banner-box__title {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .banner-box__title > span {
        display: block;
    }
}
@media(min-width:768px) {
    .ec-layoutRole__header {
        display: flex;
        align-items: center;
    }
    .ec-headerRole__navSP {
        display: none;
    }
    .ec-headerTitle__title {
        max-width: 130px;
        padding-left: 15px;
    }
    .ec-headerTitle .ec-headerTitle__title a {
        margin: 0;
    }
}

/* .ec-mypageRole */
.ec-mypageRole{
    max-width: 1130px;
}

/* 210422 Add */
.header-info {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}
.slick-dots li {
    width: 8px;
}
.ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
    padding: 14px 0;
}
.ec-price .ec-price__price {
    font-size: 28px;
}
.ec-priceNote {
    font-size: 14px;
    margin: 5px 0 0 1em;
    color: #505050;
}
@media(max-width: 599px) {
    .header-info {
        font-size: 14px;
    }
}

/*トップレビュー記事*/
.blog-list {
    padding: 20px 0 60px 0;
}
.review-article {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}
.review-article__link {
    display: flex;
    height: 100%;
}
.review-article__picture {
    min-width: 210px;
    width: 210px;
}
.review-article .review-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.review-article__content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}
.review-tag {
    background: #23B3ED;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px 2px 8px;
    width: 6em;
    text-align: center;
}
.review-article__title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin: 8px 0;
    line-height: 1.4;
}
.review-site__logo {
    width: 100px;
    margin: auto 0 0 auto;
}
@media(max-width: 991px) {
    .review-article__picture {
        min-width: 160px;
        width: 160px;
    }
}
@media(max-width: 767px) {
    .review-article {
        margin: 0 0 20px 0;
    }
}
@media(max-width: 599px) {
    .blog-list {
        padding: 20px 0 20px 0;
    }
    .review-article__link {
        flex-direction: column;
    }
    .review-article__picture {
        min-width: 100%;
    }
    .review-article__content {
        padding: 15px 10px;
    }
    .review-tag {
        font-size: 10px;
    }
    .review-article__title {
        font-size: 14px;
    }
}
@media(min-width: 768px) {
    .blog-list {
        display: flex;
        justify-content: space-between;
    }
    .review-article {
        width: 49%;
    }
}

/*210812 add*/
.pay-logo {
    color: #fff;
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(6, auto);
    max-width: 400px;
    gap: 8px 5px;
}
.amazonPay-logo {
    display: inline-block;
    max-width: 120px;
    margin: 6px 0 0 0;
    vertical-align: middle;
}
.logo-img:not(.amazonPay-logo) {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.logo-img.bank-logo {
    background: #23ab39;
}
.logo-img img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}
@media(max-width: 767px) {
    .pay-logo {
        text-align: center;
        padding: 0 0 25px 0;
        margin: 0 auto;
    }
    .amazonPay-logo .logo-img {
        display: block;
        margin: 0 auto .5em  auto;
    }
}
@media(max-width: 599px) {
    .logo-img:not(.amazonPay-logo) {
        padding: 2px 10px;
    }
}

/* 20220707 ADD */
.qa-box {
    background: #eeeeee94;
    border-radius: 4px;
    padding: 5px 15px 15px 15px;
    margin: 0 0 15px 0;
}
.qa-box .q {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: baseline;
}
.qa-box .q-icon {
    color: #0162b1;
    font-size: 22px;
    margin-right: 10px;
}
.qa-box .ans {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.qa-box .ans p:not(:last-of-type) {
    margin: 0 0 1em 0;
}
@media(max-width:599px) {
    .qa-box .q {
        font-size: 16px;
    }
    .qa-box .ans {
        font-size: 14px;
    }
}

.ec-headerNav .ec-headerNav__itemLink {
    margin-left: 5px;
}

/* paidyplus */
.page-paidyplus .container {
    max-width: 680px;
}
.paidyplus-header {
    margin: 35px 0 65px;
}
.paidyplus-title {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.paidyplus-header-text {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
}
.paidyplus-header-point-text {
    color: #c23d3a;
    font-weight: 600;
}
.paidyplus-contents .section-heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}
.paidyplus-app-img-box,
.paidyplus-reference-img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
.paidyplus-notice-img-box {
    margin-bottom: 35px;
    text-align: center;
}
.paidyplus-app-img-box a {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
}
.paidyplus-app-img-box a:nth-child(1) {
    margin-right: 3%;
}
.paidyplus-app-img-box a:nth-child(2) {
    margin-left: 3%;
}
.paidyplus-app-img-box a img {
    width: 100%;
}
.paidyplus-reference-img-box img {
    width: 33.33%;
    padding-right: 2.5%;
}
.paidyplus-reference-img-box img:last-child {
    padding: 0;
}
.paidyplus-notice-img-box img {
    max-width: 40%;
}
.page-paidyplus .purchase-btn {
    flex: initial;
    max-width: initial;
    text-align: center;
}
.page-paidyplus .purchase-btn > a {
    background: #3484f0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    width: 100%;
    max-width: 290px;
    padding: 25px 0;
}

@media(max-width:599px) {
    .paidyplus-header {
        margin: 25px 0 65px;
    }
    .paidyplus-title {
        font-size: 2.4rem;
    }
    .paidyplus-header-text,
    .paidyplus-header-point-text {
        font-size: 1.4rem;
    }
    .paidyplus-contents .section-heading {
        font-size: 1.6rem;
    }
    .page-paidyplus .purchase-btn > a {
        font-size: 1.8rem;
        max-width: 255px;
        padding: 22px 0;
    }
}

/* minki cp */
/* 300;400;600 */
/* font-family: 'Noto Serif JP', serif; */
/*.ec-layoutRole__contents:has(#minaki-cp) {*/
/*    padding: 0;*/
/*}*/
#minaki-cp {
    font-family: 'Noto Serif JP', serif;
    background: #000;
    color: #fff;
    padding: 45px 0 80px 0;
}
.minaki-cp-title {
    font-size: max(22px, min(4vw,28px) );
    font-weight: 600;
    color: #c4ba98;
    text-align: center;
}
.minaki-cp-main__visual {
    max-width: 533px;
    padding: 30px 0 0 0;
    margin: 0 auto;
}
@media(max-width:599px) {
    .minaki-cp-main__inner {
        background: url(../img/minaki-cp/main-bg.png) no-repeat center top -60px / cover;
        padding: 0 20px;
    }
}
@media(min-width:600px) {
    .minaki-cp-main {
        position: relative;
        background: url(../img/minaki-cp/main-line-bg.png) repeat-x center top / 1px 616px;
    }
    .minaki-cp-main__inner {
        background: url(../img/minaki-cp/main-bg.png) no-repeat center top / auto 616px;
    }
}

.minaki-cp-body__inner {
    padding: 0 20px;
}
.minaki-cp-body {
    margin: -40px 0 0 0;
}
.minaki-cp-lead__title {
    max-width: 640px;
    margin: 0 auto;
}
.minaki-cp-lead__text {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .1em;
    margin: 1em 0;
}
.minaki-cp-textlink {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #fff;
    width: 8em;
    margin: 0 auto;
}
.minaki-cp-textlink:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.minaki-cp-textlink .arrow-icon {
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
@media(max-width:599px) {
    .minaki-cp-body {
        margin: -20px 0 0 0;
    }
    .minaki-cp-lead__text {
        font-size: 3.2vw;
    }
}

.minaki-cp-price {
    max-width: 580px;
    margin: 0 auto;
    padding: 76px 0 0 0;
}
.minaki-cp-order__box {
    display: flex;
    justify-content: center;
    gap: 20px 20px;
    padding: 20px 0 18px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.minaki-cp-price__num {
    font-size: max(46px, min(8vw,52px) );
    line-height: .8;
}
.minaki-cp-price__yen {
    font-size: max(30px, min(3vw,40px) );
    margin: 0 6px 0 0;
}
.minaki-cp-price__tax {
    font-size: max(20px, min(3vw,26px) );
    margin: 0 0 0 6px;
}
.minaki-cp-price__note {
    font-size: 14px;
    margin: 16px 0 0 0;
}
.minaki-cp-btn__link {
    flex: 1;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient( -140deg, rgb(196,186,152) 0%, rgb(255,255,255) 100%);
    color: #000;
    padding: 20px 10px;
    text-align: center;
    transition: .8s;
}
.minaki-cp-btn__link:hover {
    text-decoration: none;
    color: #000;
    opacity: .8;
}
.minaki-cp-price__remark {
    font-size: 14px;
    margin: 10px 0 0 0;
}
@media(max-width:599px) {
    .minaki-cp-price__num,
    .minaki-cp-price__note {
        text-align: center;
    }
    .minaki-cp-order__box {
        flex-direction: column;
    }
}

.minaki-cp-sakecabinet {
    padding: 120px 0 0 0;
    background: url(../img/minaki-cp/bg-r.jpg) no-repeat right top 60px / 38%;
}
.minaki-cp-sakecabinet__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 25px;
}
.minaki-cp-sakecabinet__logo {
    max-width: 280px;
}
.minaki-cp-sakecabinet__desc {
    font-size: 20px;
    font-weight: 600;
}
@media(max-width:599px) {
    .minaki-cp-sakecabinet {
        padding: 120px 0 0 0;
        background: url(../img/minaki-cp/bg-r.jpg) no-repeat right top 60px / 58%;
    }
    .minaki-cp-sakecabinet__logo {
        max-width: 200px;
    }
    .minaki-cp-sakecabinet__desc {
        font-size: 16px;
    }
    .minaki-cp-sakecabinet__desc br {
        display: none;
    }
}
@media(min-width:1260px) {
    .minaki-cp-sakecabinet {
        background: url(../img/minaki-cp/bg-r.jpg) no-repeat right top 60px / contain;
    }
}

.anniversary-logo {
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 0;
}
.minaki-cp-sakecabinet__introduction p {
    font-size: max(14px, min(3vw,16px) );
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1em;
}
@media(max-width:599px) {
    .minaki-cp-sakecabinet__introduction p {
        text-align: left;
    }
    .minaki-cp-sakecabinet__introduction p br {
        display: none;
    }
}

.minaki-cp-item {
    padding: 60px 0 280px 0;
    background: url(../img/minaki-cp/bg-l.jpg) no-repeat left bottom 60px / 68%;
}
.minaki-cp-section__heading {
    padding-bottom: 25px;
}
.minaki-cp-section__heading::before {
    content: "";
    display: block;
    width: 103px;
    height: 32px;
    background: url(../img/minaki-cp/star.png) no-repeat center / contain;
    margin: 0 auto 5px auto;
}
.minaki-cp-section__title {
    font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
    font-size: max(20px, min(4vw,26px) );
    font-weight: 600;
    color: #c4ba98;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.minaki-cp-section__title::after,
.minaki-cp-section__title::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #c4ba98;
}
.cp-minaki-logo {
    max-width: 447px;
    margin: 15px auto 0 auto;
}
.minaki-cp-section__text {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.minaki-cp-item__introduction {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 50px;
}
.minaki-cp-item__photo {
    max-width: 380px;
    margin: 0 auto;
}
.minaki-cp-item__box {
    flex: 1;
}
.minaki-cp-item__title {
    font-size: max(24px, min(3.2vw,38px) );
    font-weight: 600;
    margin: 0;
}
.minaki-cp-item__subtitle {
    font-size: max(18px, min(2.4vw,26px) );
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.minaki-cp-item__tag {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 600;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
}
.minaki-cp-item__textbox {
    border-top: solid 1px rgb(255 255 255 / 60%);
    margin-top: 15px;
    padding: 20px 0;
}
.minaki-cp-item__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}
.cp-btn-more {
    display: block;
    max-width: 230px;
    font-size: 16px;
    color: #fff;
    border: solid 1px #fff;
    padding: 20px 10px;
    margin: 0 0 0 auto;
    text-align: center;
    text-shadow: 2px 2px 10px rgb(255 255 255 / 40%),
    -2px 2px 10px rgb(255 255 255 / 40%),
    2px -2px 10px rgb(255 255 255 / 40%),
    -2px -2px 10px rgb(255 255 255 / 40%);
    box-shadow: 0px 0px 18px rgb(255 255 255 / 40%);
    transition: .8s;
}
.cp-btn-more:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
@media(max-width:840px) {
    .minaki-cp-item__photo {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media(max-width:740px) {
    .minaki-cp-item {
        padding: 60px 0 120px 0;
        background: url(../img/minaki-cp/bg-l.jpg) no-repeat left -40px bottom / 80%;
    }
    .minaki-cp-item__introduction {
        flex-direction: column;
    }
}
@media(min-width:1260px) {
    .minaki-cp-item {
        background: url(../img/minaki-cp/bg-l.jpg?123) no-repeat left bottom / contain;
    }
}

.minaki-cp-award {
    padding: 0 0 100px 0;
}
.minaki-cp-award__box {
    max-width: 1000px;
    margin: 0 auto;
}
.minaki-cp-award__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.minaki-cp-award__item__text {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}
@media(max-width:740px) {
    .minaki-cp-award__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:480px) {
    .minaki-cp-award__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .minaki-cp-award__item br {
        display: none;
    }
}
@media(min-width:741px) {
    .minaki-cp-award {
        margin: -120px 0 0 0;
    }
}

.minaki-cp-comment {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.minaki-cp-comment__box {
    background: #e6e6e6;
    border-radius: 4px;
    padding: 40px;
    /* display: flex;
    align-items: center; */
    gap: 20px 30px;
}
/* .minaki-cp-comment__usr__img {
    min-width: 270px;
    width: 270px;
    height: 270px;
    border-radius: 999px;
    object-fit: cover;
} */
.minaki-cp-comment__title {
    font-size: max(18px, min(2.4vw,22px) );
    font-weight: 600;
    color: #000;
    margin: 0;
}
.minaki-cp-comment__ms {
    font-size: max(26px, min(2.4vw,36px) );
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 20px 0;
}
.minaki-cp-comment__name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}
.minaki-cp-comment__text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.8;
    margin-bottom: .5em;
}
.minaki-cp-comment__name {
    font-size: 14px;
    text-align: right;
    margin: 1.5em 0 .5em 0;
}
.minaki-cp-comment__signature {
    max-width: 140px;
    margin: 0 0 0 auto;
}
/* @media(max-width:840px) {
    .minaki-cp-comment__usr__img {
        min-width: 200px;
        width: 200px;
        height: 200px;
    }
} */
/* @media(max-width:740px) {
    .minaki-cp-comment__box {
        flex-direction: column;
    }
} */

.minaki-cp-precautions {
    max-width: 1000px;
    margin: 100px auto 0;
}
.minaki-cp-precautions__box {
    border-radius: 4px;
    padding: 40px;
    border: solid 1px #fff;
}
.minaki-cp-precautions__title {
    font-size: max(22px, min(2.4vw,26px) );
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align: center;
}
.minaki-cp-precautions__list {
    list-style: disc;
    margin-left: 1em;
}
.minaki-cp-precautions__item {
    line-height: 1.8;
    font-weight: 600;
}
.minaki-cp-precautions__item:not(:last-of-type) {
    margin-bottom: .5em;
}

/*20230913 add*/
.ageCheck-text {
    text-indent: -0.6em;
    margin: 0 0 1em 0.6em;
}
.ageCheck-box {
    padding: 15px 0 12px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 20px 0;
}
.ageCheck-box label[for="ageCheck"] {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}


/* 231001 */
.campaign-banner {
    max-width: 350px !important;
}
.ec-productRole__description .notes {
    border: 2px solid #dd5d50;
    padding: 1em;
    margin: 1em 0;
}
.ec-productRole__description .notes li {
    list-style: disc;
}

.ec-productRole__description .notes ul,
.ec-productRole__description .notes ol {
    padding-left: 1.5em;
}

.normal-case a {
    color: white;
    border: 1px solid;
    padding: 0.5em 1.5em;
    display: inline-block;
}

.normal-case {margin-top: 1em;}
/*導入事例木乃婦*/
.ec-review-section__in > h2{
    text-align: center;
    margin-bottom:40px;
}
.introduction-case-study-item{
    background: url("/html/user_data/introduction-case-study/review-banner-pc-img.jpg");
}
.review-item-logo{
    padding: 70px 0 0 15px;
}
.introduction-case-study-text{
    margin: 20px 15px 15px 15px;
}
.introduction-case-study-text p{
    color: #fff;
    line-height: 200%;
}
.introduction-case-study-btn-container{
   padding: 30px 0 56px 100px; 
}
.introduction-case-study-btn{
    padding: 15px 30px;
    color: #fff;
    width: 187px;
    border: #fff solid;
    position: relative;
}
.introduction-case-study-btn-container a:hover{
    text-decoration: none;
    opacity: 0.5;
}

.introduction-case-study-btn::after {
    content: "";
    display: block;
    line-height: 1;
    width: .5em;
    height: .5em;
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: .5em;
    position: absolute;
    top: calc(100% / 2);
    right: 2em;
}
.sp-br{
    display:none;
}
.introduction-case-study-container{
    background: url(/html/user_data/assets/img/top-page/bg03.jpg), url(/html/user_data/assets/img/top-page/bg04.jpg);
    background-repeat: repeat-y, repeat;
    background-size: auto;
    padding: 60px 0 60px 0;
}
.introduction-case-study__in > .content-sb-title{
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4;
}
.introduction-case-study__in > h2{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.6;
    padding: 0 0 70px 0;
    position: relative;
}
.introduction-case-study__in >h2::after{
    position: absolute;
    content: "";
    display: block;
    line-height: 1;
    width: 2em;
    border: 3px solid #22487A;
    bottom: 50px;
    left: calc(50% - (2em / 2));
}
.introduction-case-study__text__in{
    background-color: #fff;
    padding: 30px;
}
.introduction-case-study__text__in p{
    font-size:18px;
    line-height: 2;
}
.introduction-case-study__text__in > h3{
    font-size: 3.6rem;
    margin-bottom:30px;
}
.introduction-case-study__text__in >h4{
    font-size: 2em;
    border-left: solid 5px #22487A;
    padding-left: 1em;
    margin:30px 0;
}
.introduction-case-study__text__in >h5{
    padding-bottom: 0.5em;
    font-size: 1.5em;
    border-bottom: solid 1px #22487A;
    margin: 30px 0px;
}
.introduction-case-study__text__in img{
    margin: 30px 0;
}
@media (max-width: 599px){
.ec-review-section__in > h2 > span {
        display: block;
    }
.sp-br{
    display: block;
}
.introduction-case-study__in > .content-sb-title{
    font-size: 1.2rem;
}
.introduction-case-study__in > h2{
    font-size: 1.5em;
}
.introduction-case-study-item{
    background: url("/html/user_data/introduction-case-study/review-banner-sp-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    }
.review-item-logo{
    padding: 250px 90px 0;
    width: 100%;
}
.introduction-case-study-btn-container {
    padding: 30px calc((100% - 187px) / 2);
}
.introduction-case-study-text p{
    text-align: center;
}
.introduction-case-study-container{
    padding: 30px 0 60px 0;
    background-size: 33%;
}
.introduction-case-study__in >h2::after {
    bottom: 20px;
}
.introduction-case-study__in > h2 {
    padding: 0 0 40px 0;
}
.introduction-case-study__text__in{
    padding: 15px;
}
.introduction-case-study__text__in p{
    font-size:16px;
}
.introduction-case-study__text__in > h3 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom:0;
}
.introduction-case-study__text__in >h4 {
    font-size: 1.5em;
}
.introduction-case-study__text__in >h5 {
    font-size: 1em;
    margin: 15px 0px;
}
}