@charset "utf-8";

html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(100vw / 37.5);
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333;
    overflow: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
:root {
    --content-width: 420px;
}
.side-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100vw - var(--content-width)) / 2);
    background: url('images/side-bg.jpg') center center no-repeat fixed;
    background-size: cover;
    z-index: -1;
}
.side-bg.left {
    left: 0;
}
.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: #fff;
    text-decoration: none;
    font-weight: bold;
    pointer-events: auto;
}
.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.sns-icon {
    display: flex;
}
.side-menu div.sns-icon div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.6rem;
}
.side-menu div.sns-icon div img {
    margin-bottom: 1rem;
}
.side-menu div p.title {
    color: #fff;
    font-size: min(2.2vw, 20px);
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.side-menu li + li {
    margin-top: 1.6rem;
}
.content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    -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;
}
.main-visual img {
    display: block;
    width: 100%;
    height: auto;
}


/* ======================================================
    common
====================================================== */
.img {
    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 {
    opacity: .6;
    transition: .6s;
}

section h2 {
    margin-bottom: 2.4rem;
}

section h2 img {
    margin: 0 auto;
    display: block;
    width: 80%;
    margin-bottom: 40px;
}

section h3 {
    margin-top: 50px;
    margin-bottom: 24px;
}


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

.side-menu {
    display: none;
}

/* ======================================================
    lead-txt
====================================================== */

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

section.lead-txt .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.lead-txt .smile {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.sarani-pare {
    text-align: center;
    margin: 8px 0;
}

.sarani {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  text-align: center;
}

.sarani::before,
.sarani::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.sarani::before {
  left: 0;
  transform: translateY(-50%) rotate(-125deg);
}

.sarani::after {
  right: 0;
  transform: translateY(-50%) rotate(125deg);
}

/* ======================================================
    entry
====================================================== */
section.entry {
    padding: 60px 16px;
}

section.entry h2 {
    margin-bottom: 24px;
}

section.entry h3 img {
    margin: 0 auto;
    display: block;
}

section.entry p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

section.entry p.main {
    font-size: 19px;
}

section.entry .block {
    display: flex;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

section.entry .block div {
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    padding: 16px 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.entry .block div:first-child {
    padding-left: 0;
}

section.entry .block div:last-child {
    padding-right: 0;
}

section.entry .block div img {
    max-width: 100%;
    margin-bottom: 16px;
}

section.entry .block div img.button {
    margin-bottom: 0;
}

section.entry .block div p {
    font-size: 14px;
    margin-bottom: 16px;
}

section.entry p span.red {
    color: #ff3633;
}

section.entry p span.sub {
    font-size: 14px;
}

section.entry div.post-image {
    max-width: 100%;
    padding: 30px;
}

section.entry div.post-image img {
    display: block;
    margin: 0 auto;
}

/* ======================================================
キャンペーン特典
====================================================== */

section.campaign {
    padding: 60px 16px;
    background: #ff3633;
}

section.campaign div img {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 30px;
}

section.campaign div img.campaign-img-last {
    margin-bottom: 0;
}

section.campaign div.more img {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 30px;
}


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

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

section.overview .title {
    width: 74%;
    margin: 0 auto;
    display: block;
}

.texts {
    line-height: 1.6;
    margin: 0 auto;
    padding: 14px 14px 40px 14px;
    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: 6px;
    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;
}

.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: .86em;
}

.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: rgba(99, 19, 1, 0.8);
    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;
}

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

.float .text {
    width: 60%;
    display: flex;
    color: #fff;
    font-size: 13px;
    align-items: center;
    padding: 18px 0 18px 22px;
}

.float .text img {
    height: auto;
    margin-left: 10px;
}

.float .icon {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.float .icon a img {
    max-width: 100%;
    height: 50px;
    filter: drop-shadow(2px 2px #6b6b6b);
    display: block;
    margin: 0 auto;
}

/* ======================================================
======================================================
    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;
    }
}

/* ======================================================
======================================================
    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: 6rem 0;
    }

    section.overview .inner {
        margin: 0 auto
    }

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

    
}





