@charset "utf-8";

/* ======================================================
    common
====================================================== */

html {
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(100vw / 37.5);
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    overflow: hidden;
    scroll-behavior: smooth;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
:root {
    --content-width: 420px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-pc {
    display: none;
}
.pdl_0 {
    padding-left: 0 !important;
}

.pdr_0 {
    padding-right: 0 !important;
}
#footer{
    margin-top: 0!important;
    border: none!important;
}
.sp-none {
    display: none;
}
.pc-none {
    display: block;
}
a {
    text-decoration: none;
    color: #0096d6;
    transition: .6s;
}
a:hover {
    filter: brightness(1.2);
    transition: .6s;
}

section h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

section.lead-txt {
    padding: min(10vw, 48px) min(4vw, 16px);
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 0;
}

.mgt-5 {
    margin-top: 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt--10 {
    margin-top: -10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgb-0 {
    margin-bottom: 0 !important;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

small {
    font-size: 12px;
}

small.ex-small {
    margin-top: 20px;
    font-size: min(2.7vw, 11px);
    text-align: right;
    display: block;
    font-weight: 600;
}


/* ======================================================
    Side-bar
====================================================== */

.side-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100vw - var(--content-width)) / 2);
}
.side-bg.left {
    left: 0;
    position: relative;
}
.side-bg.left img {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 10;
    margin-top: 130px;
}
.side-bg.right {
    right: 0;
}
.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: calc((100vw - var(--content-width)) / 2);
    height: 100vh;
    padding: 14rem 3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 10;
    pointer-events: none;
}
.side-menu a {
    color: #2e98cd;
    text-decoration: none;
    font-weight: bold;
    pointer-events: auto;
    font-size: 13px;
}
.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: min(1.6vw, 18px);
    font-weight: 800;
    margin-bottom: 6rem;
}
.side-menu div.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
}
.side-menu div.block .title {
    width: 100%;
}
.side-menu div.block .title img {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 18px;
    display: block;
}
.side-menu div.side-qr {
    display: flex;
    margin-bottom: 12px;
}
.side-menu div.side-qr div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.6rem;
}
.side-menu div.side-qr p {
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    width: 94px;
}
.side-menu div.sns-icon {
    display: flex;
}
.side-menu div.sns-icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.6rem;
}
.side-menu div.sns-icon p {
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    width: 94px;
}
.side-menu div.sns-icon div img {
    margin-bottom: .5rem;
}
.side-menu div p.title {
    font-size: min(2.2vw, 20px);
    font-weight: 700;
}
.side-menu li + li {
    margin-top: 1.6rem;
}
.content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: linear-gradient(
        135deg,
        #ffe3f1 0%,
        #f1e6f6 35%,
        #e6ecf7 60%,
        #dceef8 80%,
        #d3eff9 100%
    );
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
}
.content-wrap::-webkit-scrollbar {
    display: none;
}
.content-inner {
    width: var(--content-width);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    padding-bottom: 70px;
}

.side-menu {
    display: none;
}

/* ======================================================
    FV
====================================================== */

section.fv {
    height: min(210vw, 870px);
    background: url(../images/fv-bg.png) no-repeat center center;
    background-size: cover;
    padding: 32px 24px;
}

.fv-link-inner {
    display: flex;
    gap: 10px;
}

.fv-link-inner div {
    flex: 1;
}

/* ======================================================
    サービス・アプリ紹介
====================================================== */

.matomete {
    padding: 40px 16px;
    background: #efefef;
}

.app-area {
    padding: 40px 16px;
    overflow: hidden;
}

.app-area h2 {
    background: #fff;
}

.app-area h2 img {
    padding: 0 24px 24px;
    margin: 0 auto;
}

.app-intro {
    padding: 0 0 40px;
    background: #d10000;
}

.app-dl {
    width: 90%;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border-radius: 32px;
    padding: 20px 0;
    margin-top: -40px;
    position: relative;
}

.app-dl div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.app-dl div:first-child {
    border-right: 1px solid #bb0f20;
}

.app-dl div p {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 16px;
}

.app-dl div img.dl-icon {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.clear {
    max-width: 420px;
}

.clear img {
    display: block;
    width: 100%;
    height: auto;
}

/* ======================================================
    応募方法と賞品
====================================================== */

section.howto-prize {
    padding: 40px 0;
}

section.howto-prize h2 {
    padding: 0 16px;
    margin-bottom: 40px;
}

section.howto-prize h2 img {
    margin: 0 auto;
    width: 200px;
}

.howto-prize-inner {
    background: linear-gradient(
    90deg,
    #abe0fb 0%,
    #e1dffa 50%,
    #ffe2f7 100%
    );
    padding: 56px 24px;
    padding-bottom: 40px;
}

.bg-reverse {
    background: linear-gradient(
    90deg,
    #ffe2f7 0%,
    #e1dffa 50%,
    #abe0fb 100%
    );
    padding: 40px 24px;
}

img.label {
    margin: 0 auto;
    width: 100px;
    margin-top: -70px;
    margin-bottom: 24px;
}

.howto-prize-inner p {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 16px;
}

.howto-prize-inner p.lead {
    margin-bottom: 16px;
}

.prize-logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px;
    padding-top: 0;
    background: #fff;
    border-radius: 16px;
    margin: 0 auto;
}

.prize-logo img {
    width: 100%;
    object-fit: contain;
}

.howto-prize-inner img.button {
    width: 100%;
}

.chance {
    background: #fff;
    border-radius: 12px;
    margin-top: 32px;
    padding: 24px;
}

.chance img.subtitle {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.chance p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
}

.chance p.title {
    text-align: center;
    font-size: min(4.2vw, 18px);
    font-weight: 700;
    margin-bottom: 16px;
}

.chance p.title span {
    font-size: min(4.8vw, 20px);
}

.copy-sample {
    background: #e3e5ec;
    border-radius: 8px;
    margin-top: 24px;
    padding: 16px;
    font-size: ;
}

.copy-sample p {
    text-align: center;
}

.copy-sample p span {
    color: #e300ec;
}

.prize-b {
    margin-top: 40px;
    padding: 57px 0;
    background-color: #f0e5ce;
    background-image:
        url("../images/prize-b-bg-top.svg"),
        url("../images/prize-b-bg-bottom.svg");

    background-position:
        top center,
        bottom center;

    background-repeat:
        no-repeat,
        no-repeat;

    background-size:
        100% auto,
        100% auto;
}

.prize-b p.title {
    text-align: center;
    font-size: min(5.2vw, 20px);
    font-weight: 900;
    margin-bottom: 16px;
}

.prize-b img.main-img {
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    transform: translateX(-8px);
}

.campaign-card {
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #111;
}

.campaign-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

.howto-prize-inner p.campaign-date {
  margin: 14px 0 10px;
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  letter-spacing: .02em;
}

.howto-prize-inner p.campaign-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.campaign-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.campaign-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.howto-prize-inner small ul {
    padding-left: 0;
}



/* ======================================================
    各OSごとの参加方法
====================================================== */

.app-dl-howto {
    padding: 0 16px;
}

.app-dl-2 {
    background: #40bed7;
    padding: 20px 12px;
    box-sizing: border-box;
}

.app-dl-2 h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.app-dl-2 img.sub-title {
    width: 92%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.4rem;
}

.app-dl-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-dl-button img {
    width: min(40vw, 168px);
    margin: 0.6rem;
}

.flow {
    background: #fff;
    border: 2px solid #40bed7;
    padding: 24px 16px;
    padding-bottom: 40px;
}

.flow p.sub-title {
    font-size: min(4.4vw, 18px);
    font-weight: 600;
    color: #000;
    margin: 1.6rem 0;
    margin-top: 0;
    text-align: center;
}

.flow .flow-block {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.flow .flow-block div {
    flex: 1;
}

.flow .flow-block p {
    font-size: min(3.6vw, 14px);
    font-weight: 600;
}

.flow .flow-block span {
    background: linear-gradient(transparent 0%, #fff78c 0%);
}

.flow .flow-block img.arrow {
    width: 10px;
    margin-top: min(22vw, 88px);
}

.flow .flow-block img.flow-img {
    padding: 0 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    width: 130px;
}

.other-flow .inner {
    padding: 40px 0 0px;
}

.other-flow p.title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.toggle {
    display: none;
}

.Label {
    padding: 16px 10px;
    font-size: min(3.6vw, 15px);
    font-weight: 600;
    display: block;
    color: #fff;
    background: #40bed7;
    text-align: center;
}

.Label:hover {
    cursor: pointer;
    opacity: .9;
}

.Label-2 {
    background: inherit;
    color: #40bed7;
    font-size: min(3.6vw, 15px);
    font-weight: 600;
    padding-left: 0;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.Label-2 {
    display: flex;
    align-items: center;
}

.plus {
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.12em;
    background: currentColor;
    border-radius: 10px;
    position: relative;
    float: right;
    margin-top: 10px;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.content {
    height: 0;
    margin-bottom: 12px;
    padding: 0 12px;
    overflow: hidden;
}

.accordion .block {
    display: flex;
    align-items: center;
}

#basicWrap .accordion .block img {
    width: min(40%, 120px);
}

.accordion .block p {
    padding: 10px 0 10px 16px;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    color: #000;
}

.accordion picture img {
    width: 40px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.toggle:checked + .Label + .content {
	height: auto;
	padding: 2rem 3rem;
	transition: all .3s;
    background: #ffffff;
    border: 2px solid #40bed7;
}
.toggle:checked + .Label-2 + .content {
	height: auto;
	padding: 0rem 1rem 2rem;
	transition: all .3s;
    background: #ffffff;
}
.toggle:checked + .Label .plus::before {
	width: 0;
}



/* ======================================================
応募要項
====================================================== */

section.overview {
    padding-top: 40px;
    background: #fff;
}

section.overview .title {
    width: 200px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.texts {
    line-height: 1.6;
    margin: 0 auto;
    padding: 32px 16px 40px;
    max-width: 500px;
}

.texts ol,
.texts ul {
    margin: 0;
    padding: 0
}

.texts p,
.texts ul,
.texts ol,
.texts dl,
.texts table,
.texts pre,
.texts blockquote,
.texts img {
    margin-top: 4px;
    font-size: min(1.4rem, 14px);
}

.texts h2,
.texts h3,
.texts h4,
.texts h5,
.texts h6 {
    margin: 1.6rem 0 0;
    font-weight: 700
}

.texts h2 {
    font-size: 16px;
    line-height: 1.5;
    background: #F2EFEE;
    border-radius: .7rem;
    border-left: 6px solid #1c5571;
    padding: 1.2rem 1rem;
}

.texts h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.texts h4::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1rem;
    border-radius: 3px;
    background: #1c5571;
    margin-right: 0.4rem;
    vertical-align: -2px
}

.texts h4 {
    font-size: 1.06em;
    line-height: 1.6;
}

.texts h5 {
    font-size: 1rem;
}

.texts h6 {
    font-size: .9rem;
}

.texts li,
.texts dt {
    margin: 4px 0 1px 18px;
    list-style: none;
    position: relative;
}

.texts ul>li:not(.is-indent)::before,
.texts dt::before {
    content: "";
    display: block;
    position: absolute;
    left: -1.1em;
    top: .5em;
    width: .5em;
    height: .5em;
    box-sizing: border-box;
    background: #000000;
    border-radius: 50%;
}

.texts li.is-indent {
    text-indent: -0.9rem;
}

.texts li.is-indent::before {
    content: attr(data-mark);
    display: inline-block;
    min-width: 1em;
    text-align: center;
}

.texts li>ul,
.texts li>ol {
    margin-top: 0
}

.texts li ul>li::before {
    background: #FFF;
    border: 1px solid #000000;
}

.texts ol {
    counter-reset: list;
}

.texts ol>li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    top: .2em;
    left: -1.9em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.5em;
    background: #000000;
    border-radius: 50%;
}

.texts dt {
    margin-bottom: 0;
    font-weight: 700;
}

.texts dd {
    margin: 0 0 .1em 2.6em;
}

.texts table {
    width: 100%;
    border-collapse: collapse;
}

.texts th,
.texts td {
    line-height: 1.3;
    padding: 0.8em;
    border: 1px solid #e7e1e0;
    text-align: left;
}

.texts th {
    font-weight: 700
}

.texts blockquote {
    background: #F2EFEE;
    border-radius: .7rem;
    border-left: 6px solid #e7e1e0;
    padding: 1em;
}

.texts em,
.texts b {
    font-weight: 700;
    font-style: normal;
}

.texts strong {
    background: linear-gradient(rgba(255, 255, 0, 0) 40%, rgba(255, 255, 0, 0.7) 40%);
    font-weight: 700;
    padding: 2px 0;
}

.texts small {
    font-size: 12px;
}

.texts img {
    display: block;
}

.texts hr {
    margin-top: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* ======================================================
Footer
====================================================== */
footer {
    background: #fff;
    color: #000;
    padding: 28px 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
li {
    list-style: none;
}
.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-left: -24px;
    margin-bottom: -24px;
    padding: 0;
    list-style: none;
}
.column {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-bottom: 24px;
}
.footer-link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.myhome-logo {
    display: block;
    margin: 0 auto 28px;
    width: 200px;
}

.copyright {
    margin-top: 40px;
}

/* ======================================================
Float
====================================================== */

.float {
    position: fixed;
    bottom: 0;
    height: 77px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 420px;
    box-sizing: border-box;
    display: flex;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    pointer-events: none;
    box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.25);
}

.float.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.float .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 24px;
}

.float .inner img {
    margin-left: 16px;
}

.float .inner p {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
}

.float .icon a {
    margin: 8px;
}

.float .inner a img {
    height: 50px;
    filter: drop-shadow(2px 2px #6b6b6b);
    display: block;
    margin: 0 auto;
    margin-left: 16px;
}

/* ======================================================
======================================================
    419px以下
======================================================
====================================================== */


@media only screen and (max-width: 419px){
    .content-wrap {
        width: 100%;
        left: 0;
        right: 0;
        background: none;
        overflow-x: hidden;
    }

    .content-inner {
        width: 100%;
    }

    .float {
        width: 100%;
    }

    .float p {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 389px){
    .br-sp {
        display: none;
    }
}

/* ======================================================
======================================================
    PC
======================================================
====================================================== */
@media only screen and (min-width: 769px){
    /* ========== common ========== */
    html {
        font-size: 62.5%;
    }
    body {
        padding-bottom: 0;
    }
    .sp-none {
        display: block;
    }
    .pc-none {
        display: none;
    }

    /* ======================================================
    main
    ====================================================== */

    .side-menu {
        display: block;
    }

    .content-wrap {
        padding-bottom: 0;
    }

    .content-inner {
        padding-bottom: 0;
    }

    .float {
        display: none;
    }
    
    /* ======================================================
    応募要項
    ====================================================== */

    section.overview {
        padding: 4rem 0;
    }

    section.overview .inner {
        margin: 0 auto
    }

    .texts {
        padding: 1.6rem;
        max-width: none;
        padding-top: 30px;
    }

    
}





