@charset "utf-8";

/* style.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * Media Queries
 * **************************************************
 */

/* Body
-------------------------------------------------- */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
    font-size: 62.5%;
}

body {
    color: #000000;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-feature-settings: 'palt';
    font-size: 14px;
    font-size: 1.4em;
    overflow-x: hidden;
}

@media only screen and (max-width: 1500px) {
    body {
        font-size: 0.93vw;
    }
}

.inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* Header
-------------------------------------------------- */

#header .inner {
    padding: 2% 26px 1.66%;
    width: 1500px;
}

@media only screen and (max-width: 1500px) {
    #header .inner {
        width: 100%;
    }
}

/* logo */
#header .logo {
    width: 13.6%;
}

/* Common Elements
-------------------------------------------------- */

/* img */
img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%;
}

/* link */
a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
}

/* hadeline */
h2,
h3,
h4 {
    letter-spacing: 0.14em;
    margin: 0 auto;
}

/* paragraph */
p {
    letter-spacing: 0.14em;
}

br.sp {
    display: none;
}

/* Content
-------------------------------------------------- */

main {
    background-color: #e6f5fc;
    display: block;
}

/* content */
#content {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 0 5%;
    width: 1500px;
}

@media only screen and (max-width: 1500px) {
    #content {
        width: 100%;
    }
}

/* mv */
#mv {
    position: relative;
}

#mv .title {
    position: absolute;
    top: 22.47%;
    left: 6.46%;
    width: 53.6%;
}

#mv .title p {
    position: absolute;
    top: 61.97%;
    left: 0;
    width: 22.13%;
}

/* campaign */
#campaign {
    background: url(../images/bg_campaign_01.jpg) no-repeat center top, url(../images/bg_campaign_04.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0.53% 0 17.66%;
}

#campaign h2 {
    margin-right: 0;
    width: 78.13%;
}

#campaign .benefits {
    background: url(../images/bg_campaign_02.svg) no-repeat center top, url(../images/bg_campaign_03.svg) no-repeat center bottom;
    background-size: 100% 2.54%;
    margin: 3.33% auto 14%;
    padding: 2.66% 0;
    position: relative;
    width: 74%;
}

#campaign .benefits .inner {
    background-color: #ffffff;
    padding: 8.1% 6.66% 1.35%;
}

#campaign .benefits .item {
    position: relative;
}

#campaign .benefits .item+.item {
    margin-top: 2.07%;
}

#campaign .benefits .item p.period {
    position: absolute;
    top: -14.65%;
    left: -1.24%;
    width: 26.5%;
}

#campaign p.notes {
    display: table;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    width: 50%;
}

#campaign .button {
    margin: 6% auto 0;
    width: 40.26%;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {

    #campaign p.notes {
        font-size: 1.2vw;
    }
}

/* point */
#point h2 {
    width: 12.4%;
}

#point h2+p {
    margin: 3.66% auto 0;
    width: 81.2%;
}

#point h3 {
    margin-top: 7.2%;
    width: 49.33%;
}

#point .case {
    display: flex;
    margin: 6.66% auto;
    justify-content: space-between;
    width: 74%;
}

#point .case dl {
    width: 48.64%;
}

#point .case dl dd {
    border: 4px solid #006cff;
    color: #006cff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 8.33% 0 0 0;
    padding: 0.83em 0;
    text-align: center;
}

#point p.notes {
    display: table;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {

    #point .case dl dd {
        font-size: 2.4vw;
    }

    #point p.notes {
        font-size: 1.06vw;
    }
}

/* scene */
#scene {
    margin: 10% 0 0 0;
}

#scene .header {
    background: url(../images/bg_scene_01.jpg) no-repeat center top;
    background-size: 100%;
    padding: 19.73% 0 8.33% 13.2%;
}

#scene .header h2 {
    color: #006cff;
    font-size: 50px;
    line-height: 2.2;
}

#scene .scene {
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-end;
    margin: 6.66% 0 0 0;
    position: relative;
}

#scene .scene.reverse {
    background-position: right top;
    justify-content: flex-start;
}

#scene .scene .image {
    width: 50%;
}

#scene .scene .text {
    align-items: center;
    background-color: rgba(255, 255, 252, 0.8);
    height: 83.34%;
    display: flex;
    flex-wrap: wrap;
    padding: 2.66% 0 2.66% 8.33%;
    position: absolute;
    top: 8.33%;
    left: 8.33%;
    width: 46.33%;
    z-index: 1;
}

#scene .scene.reverse .text {
    left: 44.66%;
}

#scene .scene .text h3 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

#scene .scene .text p {
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 0 28.07%;
}

#scene .scene#scene01 {
    background-image: url(../images/bg_scene_02.jpg);
    color: #ff931e;
}

#scene .scene#scene02 {
    background-image: url(../images/bg_scene_03.jpg);
    color: #7ac943;
}

#scene .scene#scene03 {
    background-image: url(../images/bg_scene_04.jpg);
    color: #ff7bac;
}

#scene .scene#scene04 {
    background-image: url(../images/bg_scene_05.jpg);
    color: #3fa9f5;
}

#scene .scene#scene05 {
    background-image: url(../images/bg_scene_06.jpg);
    color: #ff6600;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {

    #scene .header h2 {
        font-size: 3.33vw;
    }

    #scene .scene .text h3 {
        font-size: 2.66vw;
    }

    #scene .scene .text p {
        font-size: 1.86vw;
    }
}

/* storeList */
#storeList {
    margin: 5% 0 0 0;
}

#storeList .header {
    background-color: #40b5ff;
    margin: 0 0 5%;
    padding: 3.66% 0;
    text-align: center;
}

#storeList .header h2 {
    background-color: #ffffff;
    color: #40b5ff;
    display: table;
    font-size: 30px;
    font-weight: 700;
    padding: 0.33em 2.33em;
}

#storeList .header p {
    font-size: 13px;
    line-height: 2.1;
    margin: 2.33% 0 0 0;
}

#storeList .header ul#tab {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 3.06% auto 0;
    position: relative;
    width: 61.33%;
}

#storeList .header ul#tab li {
    cursor: pointer;
    text-align: center;
    transition: .3s;
    width: 13.91%;
}

#storeList .header ul#tab li span {
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 6px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    min-height: 3.44em;
    line-height: 1.2;
    justify-content: center;
}

#storeList .header ul#tab li.select span {
    background-color: #fffd00;
}

#storeList .header ul#tab li .subArea {
    display: none;
}

#storeList .header ul#tab li.select .subArea {
    align-items: center;
    background-color: #fffd00;
    border-radius: 6px;
    display: flex;
    height: 3.85em;
    margin: 28.26% 0 0;
    padding: 0 3.91%;
    position: relative;
    top: 0;
    left: -318px;
    width: 920px;
}

#storeList .header ul#tab li.select .subArea a {
    border-left: 1px solid #000000;
    font-size: 18px;
    font-weight: 700;
    width: 14.93%;
}

#storeList .header ul#tab li.select .subArea a:first-child {
    border-left: none;
}

#storeList .contentWrap {
    display: none;
    margin: 0 auto;
    width: 66%;
}

#storeList .contentWrap.show {
    display: block;
}

#storeList .contentWrap h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 6.06% 0 0 0;
}

#storeList .contentWrap h3::before {
    content: '■';
}

#storeList .contentWrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 3.53% 0 0 0;
}

#storeList .contentWrap ul::after {
    content: '';
    display: block;
    width: 32.32%;
}

#storeList .contentWrap ul li {
    margin: 5px 0;
    text-align: center;
    width: 32.32%;
}

#storeList .contentWrap ul li a {
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 6px;
    display: flex;
    font-size: 21px;
    line-height: 1.3;
    min-height: 4.57em;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {

    #storeList .header h2 {
        font-size: 2vw;
    }

    #storeList .header p {
        font-size: 0.86vw;
    }

    #storeList .header ul#tab li span,
    #storeList .header ul#tab li.select .subArea a {
        font-size: 1.2vw;
    }

    #storeList .header ul#tab li.select .subArea {
        left: -21.2vw;
        width: 61.33vw;
    }

    #storeList .contentWrap h3 {
        font-size: 1.86vw;
    }

    #storeList .contentWrap ul li a {
        font-size: 1.4vw;
    }
}

/* pageTop */
#pageTop {
    background: #006cff;
    border-radius: 50%;
    height: 50px;
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    z-index: 99;
}

#pageTop a {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
}

#pageTop a::before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    top: 22px;
    left: 19px;
    transform: rotate(-135deg);
    width: 12px;
}

/* Footer
-------------------------------------------------- */

#footer {
    background-color: #ffffff;
}

#footer .inner {
    background-color: #ffffff;
    padding: 3.12% 0 3.9%;
    width: 1280px;
}

#footer .logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

#footer .logo a {
    margin: 0 1.56%;
    width: 15.62%;
}

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

    #footer .inner {
        width: 100%;
    }
}

/* Media Queries
-------------------------------------------------- */

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

    /* Body
	-------------------------------------------------- */

    body {
        font-size: 2.93vw;
        min-width: 320px;
    }

    .inner {
        width: auto;
    }

    /* Header
	-------------------------------------------------- */

    #header .inner {
        padding: 2.53% 2.4%;
    }

    /* logo */
    #header .logo {
        width: 20.93%;
    }

    /* Common Elements
	-------------------------------------------------- */

    /* hadeline */
    h2,
    h3,
    h4 {
        letter-spacing: 0.07em;
    }

    /* paragraph */
    p {
        letter-spacing: 0.07em;
    }

    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }

    /* Content
	-------------------------------------------------- */

    /* content */
    #content {
        padding-bottom: 9.6%;
    }

    /* campaign */
    #campaign {
        background-image: url(../images/bg_campaign_01_sp.jpg), url(../images/bg_campaign_04.png);
        padding-bottom: 19.33%;
    }

    #campaign h2 {
        width: 87.73%;
    }

    #campaign .benefits {
        background-image: url(../images/bg_campaign_02_sp.svg), url(../images/bg_campaign_03_sp.svg);
        background-size: 100% 3.2vw;
        margin-bottom: 24.8%;
        padding: 3.2vw 0;
        width: 85.33%;
    }

    #campaign .benefits .inner {
        padding: 6.4% 4% 2.66%;
    }

    #campaign .benefits .item p.period {
        top: -16.66%;
    }

    #campaign p.notes {
        font-size: 2.66vw;
        line-height: 1.2;
        width: 74.13%;
    }

    #campaign .button {
        margin-top: 12%;
        width: 54.93%;
    }

    /* point */
    #point h2 {
        width: 21.33%;
    }

    #point h2+p {
        margin-top: 3.33%;
        width: 86.13%;
    }

    #point h3 {
        margin-top: 5.86%;
        width: 56%;
    }

    #point .case {
        width: 85.86%;
    }

    #point .case dl {
        width: 47.82%;
    }

    #point .case dl dd {
        border-width: 2px;
        font-size: 2.93vw;
        letter-spacing: 0.07em;
    }

    #point p.notes {
        font-size: 2.66vw;
        line-height: 1.2;
        width: 66.66%;
    }

    /* scene */
    #scene {
        margin-top: 5.33%;
    }

    #scene .header {
        padding: 18.13% 0 8.8% 20%;
    }

    #scene .header h2 {
        font-size: 5.06vw;
        line-height: 1.5;
    }

    #scene .scene {
        background-repeat: no-repeat;
        display: block;
        margin: 4.8% auto 0;
        padding: 5.86% 9.33%;
        width: 68.8%;
    }

    #scene .scene .image {
        margin-top: 7.44%;
        width: 100%;
    }

    #scene .scene .text {
        padding: 8.51% 0 8.51% 7.44%;
        position: static;
        width: 100%;
    }

    #scene .scene .text h3 {
        font-size: 3.73vw;
        line-height: 1.2;
    }

    #scene .scene .text p {
        font-size: 2.66vw;
        line-height: 1.8;
        margin: 10.34% 0 0 22.98%;
    }

    /* storeList */
    #storeList {
        margin-top: 4.8%;
    }

    #storeList .header {
        margin-bottom: 8.8%;
        padding: 6.66% 0;
    }

    #storeList .header h2 {
        font-size: 4vw;
        line-height: 1.4;
        padding: 0.4em 1.33em;
    }

    #storeList .header p {
        display: table;
        font-size: 2.66vw;
        line-height: 1.8;
        margin: 5.6% auto 0;
        text-align: left;
    }

    #storeList .header ul#tab {
        flex-wrap: wrap;
        margin-top: 5.86%;
        width: 80%;
    }

    #storeList .header ul#tab.activeSubarea {
        margin-bottom: 19.73%;
    }

    #storeList .header ul#tab li {
        margin: 5px 0;
        width: 28.57%;
    }

    #storeList .header ul#tab li span {
        border-width: 1px;
        font-size: 3.2vw;
        min-height: 3.5em;
    }

    #storeList .header ul#tab li.select .subArea {
        flex-wrap: wrap;
        height: 4.65em;
        justify-content: flex-start;
        margin: 0;
        padding: 1.66% 5%;
        position: absolute;
        top: 32vw;
        left: 0;
        width: 80vw;
    }

    #storeList .header ul#tab li.select .subArea a {
        font-size: 2.66vw;
        width: 24.44%;
    }

    #storeList .header ul#tab li.select .subArea a:nth-child(5) {
        border-left: none;
    }

    #storeList .contentWrap {
        width: 88%;
    }

    #storeList .contentWrap h3 {
        font-size: 3.73vw;
        margin-top: 10.6%;
    }

    #storeList .contentWrap ul::after {
        width: 49.09%;
    }

    #storeList .contentWrap ul li {
        margin: 3px 0;
        text-align: center;
        width: 49.09%;
    }

    #storeList .contentWrap ul li a {
        border-width: 1px;
        font-size: 2.66vw;
        min-height: 4.8em;
    }

    /* pageTop */
    #pageTop {
        height: 44px;
        bottom: 2%;
        right: 2.5%;
        width: 44px;
    }

    #pageTop a {
        height: 44px;
        width: 44px;
    }

    #pageTop a::before {
        top: 19px;
        left: 16px;
    }

    /* Footer
	-------------------------------------------------- */

    #footer .inner {
        padding: 7.57% 0;
    }

    #footer .logo a {
        margin: 0 5.33%;
        width: 22.66%;
    }
}