@charset "UTF-8";

/* ===========================================
***
***
*** SDGsへの取り組み
***
***
============================================ */



/* 全体
============================== */

body.sdgs {
    text-size-adjust: none;
}

body.sdgs #contents-main.all {
    padding: 30px 0;
}


/* メインタイトル
============================== */
body.sdgs #contents h2.sdgs-title {
    background-image: url(./bg_title_sdgs.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
body.sdgs #contents h2.sdgs-title img {
    max-width: 352px;
}


/* SDGsコンセプトテキスト、画像
============================== */
body.sdgs #contents .sdgs-concept {
    text-align: center;
    padding: 0 20px 50px 20px;
}

body.sdgs #contents .sdgs-concept_image {
    margin-top: 50px;
}
body.sdgs #contents .sdgs-concept_image img {
    width: 1100px;
}

/* ナビゲーション
============================== */
body.sdgs #contents .sdgs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 4px solid var(--color-base-line-light); */

    position: relative;
}
body.sdgs #contents .sdgs-nav::before {
    content: "";
    position: absolute;
    background-color: var(--color-base-line-light);
    height: 4px;
    width: 100%;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

body.sdgs #contents .sdgs-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 956px;
}
body.sdgs #contents .sdgs-nav ul li {
    width: calc((100% - 10px) / 2);
    border: 4px solid var(--color-base-line-light);
    border-bottom: none;
    font-weight: bold;
    text-align: center;
}
body.sdgs #contents .sdgs-nav ul li:not(.active) {
    margin-bottom: 4px;
}

body.sdgs #contents .sdgs-nav ul li > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.sdgs #contents .sdgs-nav ul li.active span {
    color: var(--color-base-accent-dark);
    font-size: 18px;
    position: relative;
    min-height: 58px;
}
body.sdgs #contents .sdgs-nav ul li.active span::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% + 8px);
    height: 4px;
    background-color: var(--color-base-accent-dark);
}


body.sdgs #contents .sdgs-nav ul li a {
    font-size: 14px;
    background-color: var(--color-base-line-light);
    color: var(--color-base-sub1-dark);
    min-height: 55px;
}

/* ===========================================
企業の取り組み
============================================ */

/* article
============================== */

body.sdgs #contents .sdgs-article {
    margin-top: 30px;
}

/* タイトル */
body.sdgs #contents .sdgs-article_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
}
body.sdgs #contents .sdgs-article_title .sdgs-article_title--num {
    font-family: "Cantarell", sans-serif;
    color: var(--color-base-accent-dark);
    font-size: 40px;
}
body.sdgs #contents .sdgs-article_title .sdgs-article_title--text {
    
}

/* セクション全体
============================== */

body.sdgs #contents .sdgs-section-container {
    border: 4px solid var(--color-base-line-light);
    position: relative;
    padding: 50px 35px;
}
body.sdgs #contents .sdgs-section-container::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: var(--color-base-accent-dark);
    width: 20%;
    max-width: 160px;
    height: 4px;
}

/* 各セクション
============================== */
body.sdgs #contents .sdgs-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 20px;

    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid var(--color-base-line-light);
}
body.sdgs #contents .sdgs-section:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}


body.sdgs #contents .sdgs-section .sdgs-section_item1, body.sdgs #contents .sdgs-section .sdgs-section_item2 {
    width: calc((100% - 25px) / 2);
}

/* 右側　SDGsアイコン　説明テキスト */
body.sdgs #contents .sdgs-section .sdgs-section_item1 {
    order: 2;
}

/* 右側　SDGsアイコン 　※画像が無い場合は左側に設置される */
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_goals, body.sdgs #contents .sdgs-section .sdgs-section_item2 .sdgs-section_goals {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_goals li, body.sdgs #contents .sdgs-section .sdgs-section_item2 .sdgs-section_goals li {
    width: 100px;
    height: 100px;
}

/* 右側　タイトル */
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
}

/* 右側　説明テキスト */
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_text {
    border-top: 2px solid var(--color-base-line-light);
    margin-top: 18px;
}
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_text .sdgs-section_text--main {
    padding-top: 18px;
}
body.sdgs #contents .sdgs-section .sdgs-section_item1 .sdgs-section_text .sdgs-section_text--sub {
    padding-top: 10px;
    font-size: 12px;
}

/* 右側　リンク */
body.sdgs #contents .sdgs-section .sdgs-section_item1 a.sdgs-section_link {
    border: 1px solid var(--color-base-line-dark);
    border-width: 1px;
    background: #fff;
    margin-top: 8px;
    padding: 14px 40px 16px 50px;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    min-width: 360px;
    box-sizing: border-box;
    text-align: center;
}
body.sdgs #contents .sdgs-section .sdgs-section_item1 a.sdgs-section_link::after {
    content: "\e5cc";
    font-family: var(--fontfamily-icon);
    padding-left: 6px;
    color: var(--color-base-accent-dark);
    vertical-align: top;
    font-size: 180%;
    display: inline-block;
    padding-left: 6px;
}


/* 左側　小画像 */
body.sdgs #contents .sdgs-section .sdgs-section_item2 {
    order: 1;
}
body.sdgs #contents .sdgs-section .sdgs-section_item2 .sdgs-section_images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.sdgs #contents .sdgs-section .sdgs-section_item2 .sdgs-section_images img {
    width: 100%;
}


/* 下部　大画像 */
body.sdgs #contents .sdgs-section .sdgs-section_item3 {
    order: 3;
    width: 100%;
}
body.sdgs #contents .sdgs-section .sdgs-section_item3 .sdgs-section_bigimage img, body.sdgs #contents .sdgs-section .sdgs-section_item3 .sdgs-section_bigimage video {
    width: 100%;
}


/* ABOUT SDGs
============================== */
body.sdgs #contents .about-sdgs .sdgs-article_title {
    font-family: var(--fontfamily-english);
}

body.sdgs #contents .about-sdgs .sdgs-section-container {
    padding: 35px 100px;
}


/* youtube埋め込み
============================== */
body.sdgs #contents .sdgs-section iframe.youtube_player {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}



/* ===========================================
各ショップの取り組み
============================================ */

/* ページ内リンク
============================== */
body.sdgs #contents #goodslist-header-navi {
    margin-top: 40px;
}


/* 備考　（※詳細は各店舗にお問い合わせください。）
============================== */
body.sdgs #contents .sdgs-remark {
    text-align: center;
    margin-top: 40px;
}


/* 全体枠組み
============================== */
body.sdgs #contents .sdgs-shop-categorylist {
    /* width: var(--inner-Width);
    max-width: var(--inner-Max-Width);
    min-width: var(--inner-Min-Width);
    margin: 0 auto; */
    position: relative;
}


/* 各カテゴリー
============================== */
body.sdgs #contents .sdgs-shop-category {
    margin-top: 20px;
}


/* 各カテゴリータイトル
============================== */
body.sdgs #contents .sdgs-shop-category_title {

}
body.sdgs #contents .sdgs-shop-category_title h3 {
    font-size: 20px;
    padding: 20px;
    border-bottom: 4px solid var(--color-base-line-light);
    position: relative;
    background: none;
}
body.sdgs #contents .sdgs-shop-category_title h3::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 160px;
    height: 4px;
    background-color: var(--color-base-accent-dark);
}

/* ショップリスト
============================== */
body.sdgs #contents .sdgs-shoplist .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}


body.sdgs #contents .sdgs-shoplist .sdgs-shop {
    width: calc((100% - 25px) / 2);
    border: 1px solid var(--color-base-main-light);
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ショップ見出し */
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-header .sdgs-shop-header_name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex: 1;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-header .sdgs-shop-header_name a {
    font-size: 20px;
    font-weight: bold;
}

body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-header .sdgs-shop-header_logo {
    width: 110px;
    border: 1px solid var(--color-base-main-light);
    padding: 5px;
    box-sizing: border-box;
}

/* ショップ画像 */
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_shopimage {
    /* width: 185px; */
    flex: 1;
    /* height: 145px; */
    aspect-ratio: 1.5 / 1;
    /* max-width: 335px; */
    text-align: center;
    border: var(--color-base-line-light) 2px solid;
    box-sizing: border-box;
    align-items: stretch;
    max-height: 150px;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_shopimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_shopimage .no_img_logo {
    width: 80%;
    /* height: 145px; */
    background-repeat: no-repeat;
}

/* SDGsアイコン */
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_icons {
    flex: 1.67;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 220px;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_icons li {
    width: calc(100% / 5 - 4px);
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_icons li img {
    width: 100%;
    height: auto;
}

/* SDGsへの取り組みテキスト */
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-action {
    background-color: var(--color-base-main-light);
    padding: 20px;
    font-size: 14px;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-action pre {
    line-height: 1.5;
}
body.sdgs #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-action pre a {
    color: #29abe2;
    text-decoration: underline;
}


/* ===========================================
***
***
*** SDGsへの取り組み　SP表示
***
***
============================================ */

/* メインタイトル
============================== */
body.sdgs.sp #contents h2.sdgs-title {
    height: 230px;
    background-image: url(./bg_title_sdgs_sp.jpg);
}
body.sdgs.sp #contents h2.sdgs-title img {
    width: 50%;
    max-width: 230px;
}


/* SDGsコンセプトテキスト、画像
============================== */
body.sdgs.sp #contents .sdgs-concept {
    text-align: left;
    padding: 0 20px 20px 20px;
}

body.sdgs.sp #contents .sdgs-concept_image {
    margin-top: 20px;
}
body.sdgs.sp #contents .sdgs-concept_image img {
    width: 100%;
}

/* ナビゲーション
============================== */
body.sdgs.sp #contents .sdgs-nav::before {
    width: 100%;
}
body.sdgs.sp #contents .sdgs-nav ul {
    margin: 0 15px;
}

body.sdgs.sp #contents .sdgs-nav ul li.active span {
    font-size: 14px;
}
body.sdgs.sp #contents .sdgs-nav ul li a {
    font-size: 13px;
}

/* ===========================================
企業の取り組み
============================================ */

body.sdgs.sp #contents .sdgs-article-container .inner {
    padding: 0;
}

/* セクション全体
============================== */
body.sdgs.sp #contents .sdgs-section-container {
    padding: 30px 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/* 各セクション
============================== */

body.sdgs.sp #contents .sdgs-section {
    border-top: none;
    position: relative;
}

body.sdgs.sp #contents .sdgs-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% + 30px);
    height: 4px;
    background-color: var(--color-base-line-light);
}
body.sdgs.sp #contents .sdgs-section:first-of-type:before {
    display: none;
}

body.sdgs.sp #contents .sdgs-section {
    flex-direction: column;
    row-gap: 5px;
}
body.sdgs.sp #contents .sdgs-section .sdgs-section_item1, body.sdgs.sp #contents .sdgs-section .sdgs-section_item2 {
    width: 100%;
}

/* 右側　SDGsアイコン　説明テキスト */
body.sdgs.sp #contents .sdgs-section .sdgs-section_item1 {
    order: 1;
}

/* 右側　SDGsアイコン */
body.sdgs.sp #contents .sdgs-section .sdgs-section_item1 .sdgs-section_goals li, body.sdgs.sp #contents .sdgs-section .sdgs-section_item2 .sdgs-section_goals li {
    width: calc((100% - 20px) / 5);
    height: auto;
    min-height: 65px;
}

/* 左側　小画像 */
body.sdgs.sp #contents .sdgs-section .sdgs-section_item2 {
    order: 2;
}
body.sdgs.sp #contents .sdgs-section .sdgs-section_item2 .sdgs-section_images {
    margin-top: 5px;
}

/* 下部　大画像 */
body.sdgs.sp #contents .sdgs-section .sdgs-section_item3 .sdgs-section_bigimage iframe {
    margin-top: 5px;
}

/* 画像や動画無しパターン */
body.sdgs.sp #contents .sdgs-section.sdgs-section-textonly {
    flex-direction: column-reverse;
}

/* 右側　リンク */
body.sdgs.sp #contents .sdgs-section .sdgs-section_item1 a.sdgs-section_link {
    font-size: 4.375vw;
    padding: 10px 0 12px;
    width: 100%;
    min-width: auto;
    margin: 20px 0;
}
@media screen and (min-width: 769px) {
    body.sdgs.sp #contents .sdgs-section .sdgs-section_item1 a.sdgs-section_link {
        font-size: 14px;
    }
}



/* ABOUT SDGs
============================== */
body.sdgs.sp #contents .about-sdgs {
    padding: 0 20px;
}
body.sdgs.sp #contents .about-sdgs .sdgs-section-container {
    border: 4px solid var(--color-base-line-light);
    padding: 20px;
}


/* ===========================================
各ショップの取り組み
============================================ */

/* ページ内リンク
============================== */
/* 備考　（※詳細は各店舗にお問い合わせください。）
============================== */


/* 全体枠組み
============================== */
body.sdgs.sp  #contents .sdgs-shop-categorylist {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
}


/* ショップリスト
============================== */
body.sdgs.sp #contents .sdgs-shoplist {
    flex-direction: column;
}
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop {
    width: 100%;
    gap: 10px;
    padding: 20px;
}


/* ショップ画像 */
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image {
    flex-direction: column;
}
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_shopimage {
    width: 100%;
    max-height: 180px;
}
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_shopimage img {
    width: 100%;
}

/* SDGsアイコン */
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_icons {
    min-width: none;
}
body.sdgs.sp #contents .sdgs-shoplist .sdgs-shop .sdgs-shop-image .sdgs-shop-image_icons li {
    width: calc((100% - 20px ) / 5);
}