@charset "shift-jis";

*,*::before,*::after{ box-sizing: border-box;}
body{ counter-reset: process 0;}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left!important; }
.td-u { text-decoration: underline!important; }

.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.sp{ display: none;}
.tab{ display: none;}
.pc{ display: block;}

#contents{ padding: 0 0 5px 0;}

img {
    max-width: 100%;
    height: auto;
}

section h2{
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #f3981c;
    width: 115px;
    margin: 20px auto 0;
}
section h3{
    text-align: center;
    font-size: 23px;
}

.lead{
    font-size: 20px;
    text-align: center;
}

.caution{ font-size: .8em;}

.bgc {
    background-color: rgba(243, 152, 28, 0.15);
}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}
.block .inner{
    padding: 50px 0;
}
.block .end.inner {
    padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
    .block .end.inner {
        padding-bottom: 40px;
    }
}
.block .heading {
    max-height: 400px;
    min-height: 160px;
    overflow: hidden;
}
.block .heading .bg {
    width: 100%;
    height: 0;
    padding-top: 23.2602845%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 999px) {
    .block .heading .bg {
        padding-top: 160px;
    }
}
@media screen and (max-width: 599px) {
    .block .heading {
        min-height: 140px;
    }
    .block .heading .bg {
        padding-top: 140px;
    }
}
.block .heading .ttl {
    color: #ffffff;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.4;
}
.block .explanation {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 599px) {
    section.block .explanation {
        margin-top: 30px;
        flex-direction: column;
    }
}
#breadcrumbs{
    float: left;
    margin: 20px 0;
}

.graph,
.box {
    border: 1px solid #f3981c;
    background-color: #fff;
}
.graph small {
    font-size: 10px;
    display: block;
    margin: 10px;
}
.graph img {
    width: 90%;
    margin: 20px auto 0;
    display: block;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    #head2{ height: 85px !important;}

    .pc{ display: none;}
    .sp{ display: none;}
    .tab{ display: block;}

    #container{
        margin-top: 100px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 16px;}

    section .inner {
        padding: 70px 0;
    }

}

/* �X�}�z */
@media screen and (max-width: 599px) {

    .pc{ display: none;}
    .tab{ display: none;}
    .sp{ display: block;}

    #head2{ height: 85px !important;}

    .snsBtn { margin: 0}
    #breadcrumbs{ display: none;}

    .br_pc::before,
    .br_tb::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }

    section .inner,
    .block .inner{ padding: 40px 0;}
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 0;
    }
    section h3{ font-size: 1.2rem}
    .lead{
        font-size: 14px;
        padding: 0 10px;
        text-align: left;
    }
}

/* ==========================================================================
   mv
   ========================================================================== */
.mv {
    background-color: #f5f2e9;
    display: flex;
    max-height: 480px;
    align-items: center;
    justify-content: flex-end;
}
.mv h1 {
    color: #f3981c;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
    width: 270px;
    padding-left: 5px;
    padding-right: 20px;
}
.main-lead {
    position: relative;
    text-align: center;
}
.main-lead p {
    background: rgba(243, 152, 28, 0.8);
    color: #ffffff;
    font-size: 54px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.main-lead p span {
    display: inline-block;
    padding: 0 20px;
}
@media screen and (max-width: 699px) {
    .main-lead p {
        background: rgba(243, 152, 28, 1);
        position: static;
        transform: none;
        font-size: 40px;
    }
    .main-lead p span {
        padding: 5px 0;
    }
}
@media screen and (max-width: 599px) {
    .mv {
        display: block;
        position: relative;
    }
    .mv h1 {
        position: absolute;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 10px;
    }
    .mv h1 br {
        display: none;
    }
    .main-lead p {
        font-size: 30px;
        white-space: normal;
        line-height: 1.3;
    }
}
/* ==========================================================================
   how-to-spend
   ========================================================================== */
.how-to-spend .heading .bg {
    background-image: url(/event/holiday/img/bg1.jpg);
}
.how-to-spend .explanation > div {
    width: 44%;
    position: relative;
}
.how-to-spend .explanation .graph::after {
    content: '';
    width: 25%;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: url(/event/holiday/img/inc_arrow.svg) left bottom no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.how-to-spend .explanation .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.how-to-spend .explanation .info p {
    font-size: 20px;
}
.how-to-spend .explanation .info .txt-main {
    color: #f3981c;
    display: flex;
    align-items: center;
}
.how-to-spend .explanation .info .txt-main strong {
    font-size: 42px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    white-space: nowrap;
}
.how-to-spend .explanation .info .txt-main strong .num {
    font-size: 78px;
    font-weight: bold;
    letter-spacing: -1px;
    display: inline-block;
    margin-right: 3px;
}
.how-to-spend .explanation .info .txt-main .txt {
    line-height: 1.3;
}
@media screen and (max-width: 999px) {
    .how-to-spend .explanation .info p {
        font-size: 16px;
    }
    .how-to-spend .explanation .info .txt-main strong {
        font-size: 32px;
    }
    .how-to-spend .explanation .info .txt-main strong .num {
        font-size: 66px;
    }
}
@media screen and (max-width: 599px) {
    .how-to-spend .explanation > div {
        width: 100%;
    }
    .how-to-spend .explanation .info {
        margin-top: 25%;
    }
    .how-to-spend .explanation .graph::after {
        width: 20%;
        height: 20%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .how-to-spend .explanation .info p {
        font-size: 14px;
    }
    .how-to-spend .explanation .info .txt-main {
        margin: 20px 0;
    }
    .how-to-spend .explanation .info .txt-main strong {
        font-size: 26px;
    }
    .how-to-spend .explanation .info .txt-main strong .num {
        font-size: 56px;
    }
}
/* ==========================================================================
   learning
   ========================================================================== */
.learning .heading .bg {
    background-image: url(/event/holiday/img/bg2.jpg);
}
.learning .bgc .lead strong {
    display: block;
    font-size: 26px;
    margin-top: 20px;
    font-weight: normal;
}
.learning .explanation .colmun {
    width: 48%;
    position: relative;
}
.learning .explanation .colmun .ttl {
    letter-spacing: 5px;
}
.learning .explanation .colmun .graph {
    position: relative;
    margin-bottom: 90px;
}
.learning .explanation .colmun .graph::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27.7px 16px 0 16px;
    border-color: #f3981c transparent transparent transparent;
}
.learning .explanation .colmun:last-child .graph img {
    margin-bottom: 15px;
}
.learning .explanation .colmun .bottom {
    background-color: #f3981c;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    padding: 15px 0;
}
.learning .end {
    position: relative;
    padding-top: 150px;
}
.learning .end .lead {
    font-size: 24px;
}
.learning .icn-arrow {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 999px) {
    .learning .explanation .colmun .bottom {
        font-size: 20px;
    }
    .learning .explanation .colmun .bottom br {
        display: none;
    }
    .learning .end .lead {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    .learning .bgc .lead strong {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }
    .learning .explanation .colmun {
        width: 100%;
    }
    .learning .explanation .colmun:last-child{
        margin-top: 30px;
    }
    .learning .explanation .colmun .graph {
        margin-bottom: 50px;
    }
    .learning .explanation .colmun .graph::after {
        bottom: -40px;
    }
    .learning .explanation .colmun .bottom {
        font-size: 18px;
        padding: 10px 5px;
        text-align: left;
    }
    .learning .end {
        padding-top: 80px;
    }
    .learning .end .lead {
        font-size: 16px;
    }
    .learning .icn-arrow {
        width: 60px;
        height: 60px;
    }
}
/* ==========================================================================
   difference
   ========================================================================== */
.difference .heading .bg {
    background-image: url(/event/holiday/img/bg3.jpg);
}
.difference .bgc .lead {
    margin: 20px 0 80px;
}
.difference .explanation {
    position: relative;
    margin-top: 70px;
}
.difference .explanation .colmun {
    width: 48%;
}
.difference .explanation .colmun:first-child {
    border: 1px solid #f3981c;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.difference .explanation .colmun:first-child .box {
    border: none;
}
.difference .explanation .colmun:last-child .ttl {
    position: absolute;
    width: 48%;
    text-align: center;
    right: 0;
    top: -40px;
    letter-spacing: 5px;
    white-space: nowrap;
}
.difference .explanation .box {
    text-align: center;
}
.difference .explanation .box::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 22px;
    border-color: transparent transparent transparent #f3981c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.difference .explanation .box p {
    font-size: 20px;
}
.difference .explanation .box p strong {
    color: #f3981c;
    font-family: 'Josefin Slab', serif;
    display: block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}
.difference .end .lead {
    font-size: 24px;
}
.difference .think table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 30px;
    margin: 50px 0;
}
.difference .think table th {
    font-weight: normal;
}
.difference .think table thead th .in {
    background-color: #f3981c;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 3px;
    line-height: 1.4;
}
.difference .think table thead th .in .num {
    font-size: 32px;
    font-family: 'Josefin Slab', serif;
    font-weight: 300;
    line-height: 1;
}
.difference .think table tbody th,
.difference .think table tbody td {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    color: #d7063b;
    height: 200px;
}
.difference .think table tbody th {
    border-width: 1px;
    border-style: solid;
}
.difference .think table tbody .play th {
    border-color: #f3981c;
    color: #f3981c;
}
.difference .think table tbody td {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.difference .think table tbody .photo p {
    background-color: rgba(255,255,255,0.7);
    padding: 3px 0;
}
.difference .think table tbody .play td:nth-of-type(1) {
    background-image: url(/event/holiday/img/bg_think1.jpg);
    background-position: 0 0;
}
.difference .think table tbody .play td:nth-of-type(3) {
    background-image: url(/event/holiday/img/bg_balloon1.svg);
}
.difference .think table tbody .play td:nth-of-type(5) {
    background-image: url(/event/holiday/img/bg_balloon2.svg);
}
.difference .think table tbody .play .balloon {
    color: #f3981c;
    background-size: contain;
}
.difference .think table tbody .play .balloon p {
    margin-top: -20px;
}
.difference .think table tbody .learn th {
    border-color: #d7063b;
}
.difference .think table tbody .learn td:nth-of-type(1) {
    background-image: url(/event/holiday/img/bg_think2.jpg);
}
.difference .think table tbody .learn td:nth-of-type(3) {
    background-image: url(/event/holiday/img/bg_think1.jpg);
    background-position: 0 0;
}
.difference .think table tbody .learn td:nth-of-type(5) {
    background-image: url(/event/holiday/img/bg_think3.jpg);
}
.difference .think table tbody .gain {
    display: flex;
    justify-content: space-between;
}
.difference .think table tbody .gain p {
    border: 1px solid #d7063b;
    writing-mode: vertical-rl;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}
.difference .think table tbody .gain img {
    width: 10px;
}
@media screen and (max-width: 799px) {
    .difference .bgc .lead {
        margin: 0;
    }
    .difference .explanation {
        flex-direction: column;
        margin-top: 30px;
    }
    .difference .explanation .colmun {
        width: 100%;
    }
    .difference .explanation .colmun:first-child .box {
        position: relative;
    }
    .difference .explanation .colmun:last-child {
        margin-top: 50px;
    }
    .difference .explanation .colmun:last-child .ttl {
        position: static;
        width: 100%;
    }
    .difference .explanation .colmun .box {
        padding: 20px;
    }
    .difference .explanation .box p strong {
        font-size: 50px;
    }
    .difference .explanation .box p {
        font-size: 18px;
    }
    .difference .explanation .box::after {
        bottom: -40px;
        top: auto;
        transform: rotate(90deg);
    }
    .difference .end .lead {
        font-size: 20px;
    }
    .difference .explanation .colmun:last-child .ttl {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .difference .explanation .box p strong {
        font-size: 60px;
    }
    .difference .think table {
        border-spacing: 10px 15px;
    }
    .difference .think table thead th .in .num {
        font-size: 24px;
    }
    .difference .think table tbody th,
    .difference .think table tbody td  {
        font-size: 16px;
    }
    .difference .think table tbody th p {
        writing-mode: vertical-rl;
        font-size: 18px;
    }
    .difference .think table tbody th p br {
        display: none;
    }
    .difference .think table tbody .gain p {
        padding: 0;
    }
    .difference .think table tbody .learn .gain img:first-child {
        margin-right: 3px;
        margin-left: -3px;
    }
    .difference .think table tbody .learn .gain img:last-child {
        margin-right: 5px;
        margin-left: 3px;
    }
}
@media screen and (max-width: 599px) {

    .difference .end .lead {
        font-size: 16px;
    }
    .difference .think table {
        border-spacing: 5px 10px;
        margin: 20px 0;
    }
    .difference .think table thead tr th:first-child {
        width: 12%;
    }
    .difference .think table thead .year {
        width: 30%;
    }
    .difference .think table tbody th,
    .difference .think table tbody td,
    .difference .think table tbody th p,
    .difference .think table tbody td p,
    .difference .think table tbody .gain p,
    .difference .think table thead th .in {
        font-size: 14px;
    }
    .difference .think table tbody th p {
        margin: 0 auto;
    }
    .difference .think table tbody .gain img {
        width: 5px;
    }
}
/* ==========================================================================
   what
   ========================================================================== */
.what .heading .bg {
    background-image: url(/event/holiday/img/bg4.jpg);
}
.what .lead {
    margin-bottom: 50px;
}

.what .movie-ttl {
    color: #f3981c;
    font-size: 20px;
    border-top: 1px dotted #F3981C;
    border-bottom: 1px dotted #F3981C;
    padding: 15px;
}
.what .video_wrap {
    max-width: 700px;
    margin: 40px auto 0;
}
.what .video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
}
.what .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.what .power-box{
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}
.what .power-box .ttl{
    text-align: center;
    color: #1c236d;
    font-size: 27px;
    margin-bottom: 1em;
}
.what .power-box .ttl::after{ content: none;}
.what .power-box .txt{ margin-bottom: 3em;font-size: 14px;}
.what .btn a.orange {
    background: #eb7846;
}
.what .btn a {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 490px;
    min-height: 60px;
    padding: 15px;
    margin: 0 auto 40px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}
.what .btn a.arrow01::after {
    content: "";
    background: url(/beginner/img/arrow.svg) left center/25px no-repeat;
    padding: 14px;
    position: absolute;
    top: 20px;
    right: 12px;
}
@media screen and (max-width: 599px) {
    .what .movie {
        padding: 0 10px;
    }
    .what .power-box .ttl {
        font-size: 20px;
    }
    .what .power-box .ttl span {
        font-size: 15px;
    }
    .what .btn a {
        font-size: 18px;
    }
    .what .btn a.arrow01::after {
        content: "";
        background-size: 17px;
        position: absolute;
        top: 17.5px;
        right: 5px;
    }
}
