/* =========================================
base
========================================= */
body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

figure {
    line-height: 0;
}

img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.sp {
    display: none;
}

.pc {
    display: inline;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.inner-wide {
    max-width: 1400px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.item {
    margin-top: 15px;
}

.red {
    color: #ff0000;
}

.bg1 {
    background: #fee0dc;
}

.bg2 {
    background: #80bae8;
}

summary {
    list-style: none;
}



/* =========================================
header
========================================= */
.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: relative;
    padding: 10px 0;
}



/* =========================================
main
========================================= */
/* hero */
.hero {
    background: url(../images/main.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.contents {
    /* margin-bottom: 100px; */
    padding: 40px 0;
}

.contents.mb0 {
    margin-bottom: 0;
}
.contents.pb0 {
    padding-bottom: 0;;
}
.contents.pt0 {
    padding-top: 0;;
}

.item {
    margin-top: 30px;
}

.titleBox {
    line-height: 1;
    font-size: 0;
    margin-bottom: 40px;
}

/* hero */
.hero img {
    width: 100%;
}

/* tab */
.tabBox .inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.tabBox input[name="tab-radio"] {
    display: none;
}
.tab-label {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
}
.tabBox .tab {
    margin-right: 20px;
    position: relative;
    z-index: 0;
}
.tabBox .tab.active {
    position: relative;
    z-index: 3;
}
.tabBox .tab {
    border-radius: 15px 15px 0 0;
    background: #f2f2f2;
}
.tabBox .tab01.tab {
    border-radius: 15px 15px 0 0;
    background: #ecf7fd;
}
.tabBox .tab01.active {
    background: #132c64;
}

.tabBox .tab02.active {
    background: #d42d25;
}


.tabBox .tab .off {
    display: block;
}
.tabBox .tab .on {
    display: none;
}
.tabBox .tab.active .on {
    display: block;
}
.tabBox .tab.active .off {
    display: none;
}



.tabContents {
    display: none;
}

.tabContents.show {
    display: block;
    z-index: 2;
    position: relative;
    box-shadow: -1px 1px 6px rgba(0, 0, 0, .5);
}

/* btnBox */
.btnBox {
    width: 100%;
    text-align: center;
    font-size: 120%;
    background: url("../images/bg-btnBox.png");
    padding-top: 40px;

}

.btnBox-qr {
    background: url("../images/bg-qr.png");
    margin-top: 50px;
    padding: 40px 0;
}

.anniversary15CP .btnBox {
    width: 100%;
    text-align: center;
    font-size: 120%;
}

.anniversary15CP .btnBox-qr {
    margin-top: 50px;
    padding: 40px 0;
    background: #fff8f0;
}

.btnBox .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    justify-content: space-between;
}

.btnBox .item {
    text-align: center;
    margin-top: 0;
}

.btnBox .item p {
    margin-bottom: 10px;
}

.btnBox .item.wide {
    text-align: center;
}


/* campaign */
.anniversary15CP .campaign {
    background: #fcfbf7;
}
.anniversary15CP .campaign {
    background: linear-gradient(to bottom, #fff2f1 0%, #ffffff 100%);
}

/* cpBnr */
.anniversary15CP .cpBnr {
    background: linear-gradient(to bottom, #f3fde2 0%, #ffffff 100%);
}

/* cpBnr */
.anniversary15CP .vote {
    background: linear-gradient(to bottom, #e5eff9 0%, #ffffff 100%);
}

/* ranking */
.anniversary15CP .ranking {
    background: linear-gradient(to bottom, #fffdee 0%, #ffffff 40%);
}

/* card */
.card-head {
    background: #81afe0;
    width: 100%;
    position: relative;
}

.card-head:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 21px 0 21px;
    border-color: #81afe0 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -21px;
}

.card-head p {
    width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 2.625rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.card-head p:before {
    content: "";
    background: url(../images/card-text.png) no-repeat;
    background-size: contain;
    width: 280px;
    height: 112px;
    display: block;
    position: absolute;
    top: -40%;
    left: -3%;
}

.card-pic {
    text-align: center;
}

/* step */
.step-head {
    color: #ad9752;
    font-size: 2.625rem;
    font-weight: bold;
    text-align: center;
}

.anniversary15CP .step {
    background: #e7effa;
}

.btnBox .item.webBtn,
.btnBox .item.leadCP {
    margin-top: 30px;
}

/* sdgs */
.sdgs .titleBox {
    background: url(../images/bg_title_SDGs.png) no-repeat;
    background-size: cover;
    padding-bottom: 18%;
    margin-bottom: -8%;
}

.sdgs-item {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* sustainable */
.sustainable {
    margin-top: 50px;
}

.sustainable .title {
    position: relative;
}

.sustainable .title p {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto 30px;
    position: relative;
    padding: 10px;
    z-index: 10;
}

.sustainable .title:before {
    content: "";
    background: url(../images/bg_title_SDGs_02.png) no-repeat;
    position: absolute;
    width: 612px;
    padding-bottom: 30px;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(-80%, -50%);
}

.sustainable .title:after {
    content: "";
    background: url(../images/bg_title_SDGs_02.png) no-repeat;
    position: absolute;
    width: 612px;
    padding-bottom: 30px;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translate(80%, -50%);
}
/* step */
.step {
    background: #fcfbf7;
}

/* merit */
.merit {
    background: url("../images/bg-merit.png");
}
.anniversary15CP .merit {
    background: #fceeed;
}
/* qa */
.qa {
    background: url("../images/bg-qa.png");
}
.anniversary15CP .qa {
    background: #fdf4f5;
}
/* sns */
.sns {
    background: url("../images/bg-sns.png");
}
.anniversary15CP .sns {
    background: url("../images/bg-sns_anniversary15CP.png");
}

.sns-list {
    display: flex;
    justify-content: space-around;
    margin: 70px 0;
}

.sns-list a {
    display: block;
}

/* note */
.note {
    background: #f6f6ee;
}
.anniversary15CP .note {
    background: #fff;
}

/* =========================================
footer
========================================= */

.footer .contact {
    background: #082d68;
    padding: 40px 0;
}

.footer .contact p {
    text-align: center;
}

.footer .other-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .other-head .text>.lead {
    color: #013591;
    font-size: 1.56rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

.footer .other-head .text>.arrow {
    margin-left: -50px;
}

.footer .other-head .text p {
    text-align: center;
}

.footer .contact {
    font-size: 0;
}

.footer .btnBox02 {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.footer .btnBox02 .applink,
.footer .btnBox02 .pclink {
    width: 440px;
}

.footer .btnBox02 a:nth-child(odd) {
    margin-right: 20px;
}

.footer .footer-btn {
    margin: 0 20px;
}

.footer .commonBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb;
    width: 100%;
    padding: 5px 0;
}
.anniversary15CP .footer .commonBtn {
    background: #dbdbdb;
}
.sol {
    top: -31px;
    left: 105px;
    z-index: 9;
    width: 87px;
}
.gudetama {
    top: -53px;
    right: 122px;
    width: 90%;
}

@media screen and (max-width:1400px) {
    .hero {
        background: url(../images/main_s.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 131%;
    }
}

@media screen and (max-width:1000px) {
    .sustainable .title p {
        width: 80%;
        margin: 0 auto 30px;
        background: #fff;
    }
}

@media screen and (max-width:900px) {

    .inner,
    .sdgs-item {
        max-width: 95%;
    }

    .hero {
        background-size: cover;
    }

    .btnBox {
        width: 100%;
        font-size: 80%;
    }

    .btnBox .item {
        width: 48%;
    }

    .btnBox .item.wide {
        width: 100%;
        margin-top: 15px;
    }

    .btnBox a {
        width: 48%;
    }

    .btnBox-qr {
        margin-top: 30px;
    }

    .sustainable {
        overflow: hidden;
    }

    .link-mailorder {
        width: 140.5px;
        margin: 0 auto;
    }

    .link-step {
        width: 196.5px;
        margin-left: auto;
    }

    .card-head p {
        width: 100%;
        font-size: 25px;
        padding: 5px 0;
    }

    .card-head p:before {
        width: 140px;
        height: 66px;
        left: 5%;
    }

    .step-gudetama01 {
        right: 20%;
    }

    .step-body li>p {
        font-size: 2.5vw;
    }

    .other .inner {
        max-width: 95%;
    }

    .other .box>.text {
        font-size: 1.875em;
    }

    .other .other-note {
        display: block;
    }

    .other .box:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer .other-head .text>.lead {
        font-size: 1.5625em;
    }

    .footer .other-head .text>.arrow img {
        width: 37px;
    }

    .btnBox01 .item>.btn>p {
        padding-bottom: 5px;
    }

    .btnBox01 .body-lead span {
        margin-left: 5px;
    }
}

@media screen and (max-width:600px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .header {
        padding-top: 10px;
    }

    .contents {
        padding: 20px 0;
    }

    .logo-page {
        width: 124px;
    }

    .logo-gudetama {
        width: 138px;
    }

    .btnBox01 .lead {
        font-size: 3vw;
    }

    .btnBox01 .lead span {
        font-size: 5vw;
    }

    .btnBox01 .body-lead {
        font-size: 3vw;
    }

    .btnBox01 .body-lead span {
        width: 10px;
    }

    .btnBox01 .body {
        margin-top: 30px;
        padding: 10px;
    }

    .btnBox01 .item>.btn>p {
        font-size: 0.6rem;
        text-align: center;
    }

    .step-head {
        font-size: 1.625rem;
    }

    .sustainable .title {
        background: #fff;
    }

    .sustainable .title:before,
    .sustainable .title:after {
        width: 306px;
        padding-bottom: 15px;
    }

    .sns-list {
        margin: 30px 0;
    }

    .sns-list li {
        width: 15%;
    }

    .footer .other-head .text>.lead {
        font-size: 5vw;
    }

    .footer .commonBtn {
        height: 90px;
    }

    .footer .other-head .text>.lead {
        font-size: 4vw;
    }

    .footer .btnBox02 .applink,
    .footer .btnBox02 .pclink {
        width: 150px;
    }
}

