@charset "UTF-8";


@font-face {
    font-family: 'corp_round_v1';
    font-style: normal;
    font-weight: 600;
    src: local("corp_round_v1"),
        url('../fonts/corp_round_v1.woff2') format('woff2'), url('../fonts/corp_round_v1.woff') format('woff');
}


html {
    font-size: 62.5%;
    /*16px × 62.5%=10px */
}

body {
    font-size: 1.6rem;
    font-family: 'Noto Sans CJK JP','corp_round_v1', sans-serif;
    color: #362e2b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;

}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: 5px;
}

h2 {
    color: #fff;
    font-family: 'corp_round_v1';
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.h2 {
    background-image: url(../images/h2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 20px 0;
      display: block;

}

.main {
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;

}




/*---------------------
*utility
---------------------*/
.text-center {
    text-align: center;
}

.wrapper {
    box-sizing: border-box;
    padding:20px;
    margin-bottom: 30px;
}

.flex {
    display: flex;
}

.bg_box{
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 40px 0;
}


/* 画面外にいる状態 */
.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}




/*----------------------
*breadcrumbs
-----------------------*/

.jtb-nav-breadcrumb {
    margin: 1px 0;
    max-width: 1130px;
    padding: 0 10px;
    line-height: 1.2;

}

.jtb-nav-breadcrumb li::before {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 1.1rem;
    color: #999;
    line-height: 2.1;
    content: ">";
}

.jtb-nav-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    font-size: 1.0rem;
    color: #999;
    line-height: 2.1;
}

.jtb-nav-breadcrumb li:first-child {
    margin-left: 0;
}

.jtb-nav-breadcrumb a {
    color: #125687;
}

.jtb-nav-breadcrumb li:last-child::before {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 1.1rem;
    color: #999;
    line-height: 2.1;
    content: "";
}


/*----------------------
*mainvisual
-----------------------*/
.mv-text {
    background-image: url(../images/img01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.mv-text p {
    color: #362e2b;
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'corp_round_v1';
    line-height: 2;
    letter-spacing: 0;
    padding: 108px;
}

.mv-text1 p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0;
    padding: 20px 0 20px 10px;

}
.wrapper1 {
    box-sizing: border-box;
    padding:0 20px;
}



.newnomal {
    color: #20A3FE;
      font-size: 1.5rem;
    padding:0 0 20px 10px;
}

.newnomal:hover {
    opacity: 0.7;
}

/*---------------------
*navi
---------------------*/
.navi {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.list {
    background-image: url(../images/nav_cat.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: calc(100% / 5);
    transition: 0.2s;
/*    transform: rotateX(0deg );*/
  
}


.list a {
    display: block;
    font-weight: 600;
    padding: 35px;
   font-family: 'corp_round_v1';
    font-size: 1.8rem;
    color: #362e2b;
}

.list:hover {
     color: #fff;
/*     transform: rotateX(360deg );*/
      transform:scale(1.2,1.2);
   }

/*---------------------
*sns
---------------------*/

.sns li:hover {
    opacity: 0.7;
}

.btn-facebook {
    display: block;
    padding: 10px 30px 10px 40px;
    margin: 10px ;
    background-color: #315096;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.btn-facebook::before {
    position: absolute;
    content: '\f39e';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.btn-twitter {
    display: inline-block;
    padding: 10px 30px 10px 40px;
    margin: 10px;
    background-color: #55acee;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.btn-twitter::before {
    position: absolute;
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.btn-line {
    display: inline-block;
    padding: 10px 30px 10px 40px;
    margin: 10px ;
    background-color: #1dcd00;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.btn-line::before {
    position: absolute;
    content: "\f3c0";
    font-family: 'Font Awesome 5 Brands';
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: 400;
}



/*---------------------
*投稿写真
---------------------*/

.bg_box .photo-gallery{
    margin: 0 auto;
    padding-bottom: 30px;
    
}
.end-text{
    font-size: 3rem;
    
}



/*---------------------
*エントリー
---------------------*/

.bg_box .entry-form{
    margin: 0 auto;
    padding-bottom: 30px;
    
}












/*---------------------
*参加方法
---------------------*/

.sanka-flow {
    margin: 45px 0;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flow {
    width: 30%;
    height: auto;
    margin-right: 33.5px;
    margin-bottom: 35px;
}

.flow:nth-child(3) {
    margin-right: 0;
}



.box img {
    width: 45%;
}

.box1 img {
    width: 45%;
}

.box {
    display: table;
}

.box1 {
    display: table;
}

.box::after {
    display: inline-block;
    position: relative;
    top: 102px;
    left: 24px;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
}

.box1::after {
    display: none;
    
}

.img {
    display: table-cell;
    background-color: #f7e4d7;
    width: 335px;
    height: 242px;
    vertical-align: middle;

}

.flow-ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 600;

}

.flow-text {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 12px 0 0;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.flow-text1 {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 12px 0 0;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}


/*---------------------
*応募要項
---------------------*/
.oubo dl {
    margin: 45px 0;
}

.oubo dt {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 10px;
}

.oubo p {
    font-size: 1.1rem;
}

.oubo dd {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0 0 32px 16px;
    line-height: 1.5;
}

.oubo dd:last-child {
    padding: 0 0 0 20px;
}

.oubo a {
    text-decoration: underline;
    color: #cc0000;
}

/*---------------------
*キャンペーン規約
---------------------*/
.kiyaku-text {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 30px;
 }

.kiyaku-menu {
    margin: 32px 0 45px 0;
}

.kiyaku-menu dt {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 10px;
}

.kiyaku-menu dd {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0 0 32px 16px;
    line-height: 1.5;
}

.kiyaku-menu p {
    font-size: 1.1rem;
}

.kiyaku-menu dd:last-child {
    padding: 0 0 0 20px;
}

.kiyaku-menu .information {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 0 15px 16px;
    line-height: 1.5;
}

.kiyaku-menu .information p {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 0 0 16px;
}

.kiyaku-menu .information a {
    text-decoration: underline;
    color: #cc0000;
    padding: 0 0 0 16px;
}



/*---------------------
*キャンペーンFAQ
---------------------*/
.faq-box {
    margin: 20px 0;
}

.faq dl {
    margin: 30px 0;
}

.faq dt {
    background-color: #DCDCDC;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px;
}

.faq dd {
    background-color: #EEEEEE;
    height: auto;
    line-height: 23px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 13px 25px;
}

.faq-answer {
    font-weight: 400;
}

.faq-jtb {
    text-decoration: underline;
    color: #cc0000;
}

.faq-link {
    text-decoration: underline;
    color: #3498DB;
}


/*---------------------
*btn
---------------------*/

.topbtn li {
    background: transparent;
    border: solid 3px #3498DB;
    width: 480px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 42px;
    color: #3498DB;
    margin-bottom: 25px;
    display: block;
    transition: border-radius .3s;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.topbtn a {
    display: block;
    font-size: 1.8rem;
}

.topbtn li:hover {
    background-color: #3498DB;
    color: #fff;
}

.topbtn {
    margin: 45px 0;
}



/*---------------------
*ページトップへ戻る
---------------------*/
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}

.pagetop a {
    display: block;
    font-size: 0;
    width:70px;
    height: 70px;
    text-align: center;
    background-image: url(../images/nav_cat.png);
    background-repeat: no-repeat;
    background-size: 100%;

}

.pagetop a i {
    font-size: 2rem;
    color: #362e2b;
    line-height: 70px;
}


/*---------------------
*スマホ
---------------------*/

@media screen and (max-width: 599px) {


    h1 {
        font-size: 1.6rem;
        font-weight: 700;
        padding: 10px;
        margin-left: 0;
    }

    h2 {
        font-size: 2rem;
        font-weight: 600;
         height: auto;
        padding: 15px;
        letter-spacing: -0.3px;
    }

    
.h2 {
    background-size:100%;
    padding: 20px 0;
      display: block;

}

    
    
    
    /*----------------------
    *breadcrumbs
    -----------------------*/
    .jtb-nav-breadcrumb {
        display: none;

    }

    /*---------------------
    *navi
    ---------------------*/
    .navi {
        background-size:100% 100%;
}
    .list{
        background-size: 70%;
    }

    
    .list:last-child {
        margin-right: 0;
    }

    .list a {
        font-size: 1.1rem;
        font-weight: 600;
        padding: 20px 0;

    }

    /*----------------------
    *mainvisual
    -----------------------*/
    .mv-text{
        background-size: cover;
    }
    
    .mv-text p {
        font-size: 1rem;
        font-weight: 300;
        padding: 15px;
        line-height: 1.4;
        letter-spacing: 0;
        text-align: left;
    }

    .mv-text1 p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 20px 0 0 0;

}
    .newnomal {
              padding: 25px 0;
        font-size: 1.3rem;
        font-weight: 300;
        letter-spacing: -0.3px;
    }

    .newnomal:hover {
        opacity: 0.7;
    }


    /*---------------------
    *sns
    ---------------------*/
    .sns {
        justify-content: space-around;
    }

    .sns li {
        width: calc(100% / 3);

    }

    .sns li:hover {
        opacity: 0.7;
    }

    .btn-facebook {
        display: block;
        background-color: #315096;
        color: #fff;
        font-size: 1.3rem;
        padding: 10px;
        margin: 0 5px 0 5px;

    }

    .btn-facebook::before {
        content: '\f39e';
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400;
        font-size: 1.3rem;
        left: 13%;
    }

    .btn-twitter {
        display: block;
        background-color: #55acee;
        color: #fff;
        font-size: 1.3rem;
        padding: 10px;
        margin: 0 5px 0 0;

    }

    .btn-twitter::before {
        content: '\f099';
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400;
        font-size: 1.3rem;
        left: 13%;
    }

    .btn-line {
        display: block;
        background-color: #1dcd00;
        color: #fff;
        font-size: 1.3rem;
        padding: 10px;
        margin: 0 5px 0 0;

    }

    .btn-line::before {
        content: "\f3c0";
        font-family: 'Font Awesome 5 Brands';
        font-size: 1.1em;
        left: 13%;
    }


   /*---------------------
    *参加方法
    ---------------------*/

    .sanka-flow {
        display: block;
        margin: 25px 0; 
        flex-wrap: nowrap;
        justify-content: normal;
    }

    .flow {
        width: 90%;
        height: auto;
        margin: 0 auto;

    }

    .flow:nth-child(3) {
        margin-right: 0;
        margin: 0 auto;
    }

   
    .box::after {
        display: none;
    }

    .box1::after {
        display: none;
    }

    .img {
        width: 100vw;
        height: 242px;
        vertical-align: middle;

    }

    .flow-ttl {
        margin-bottom: 5px;
        font-size: 1.4rem;
        font-weight: 600;

    }

    .flow-text {
        font-size: 1.2rem;
        padding: 0;
    }

    .flow-text1 {
        font-size: 1.2rem;
        padding: 0;

    }

    .flow-text::after {
        display: block;
        font-family: "Font Awesome 5 Free";
        content: '\f107';
        font-weight: 900;
        font-size: 4rem;
        text-align: center;
        padding: 15px 0;
        color: #fff;
    }

    .flow-text1::after {
        display: none;

    }


    /*---------------------
    *応募要項
    ---------------------*/
    .oubo dl {
        margin: 25px 0;
    }

    .oubo dt {
        font-size: 1.3rem;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .oubo p {
        font-size: 0.8rem;
    }

    .oubo dd {
        font-size: 1.1rem;
        font-weight: 400;
        padding: 0 0 25px 5px;
        line-height: 1.5;
    }

    .oubo dd:last-child {
        padding: 0 0 0 5px;
    }

    /*---------------------
    *キャンペーン規約
    ---------------------*/
    .kiyaku-text {
        font-size: 1.3rem;
        font-weight: 400;
        margin: 0 auto;
        padding: 15px 10px;
        line-height: 1.4;
    }

    .kiyaku-menu {
        margin: 10px 0 25px 0;
    }

    .kiyaku-menu dt {
        font-size: 1.3rem;
    }

    .kiyaku-menu dd {
        font-size: 1.1rem;
        padding: 0 0 25px 5px;
    }

    .kiyaku-menu p {
        font-size: 0.8rem;
    }

    .kiyaku-menu dd:last-child {
        padding: 0 0 0 10px;
    }

    .kiyaku-menu .information {
        font-size: 1.1rem;
        padding: 0 0 10px 5px;

    }

    .kiyaku-menu .information p {
        font-size: 1rem;
        padding: 0 0 0 5px;
    }

    .kiyaku-menu .information a {
        padding: 0 0 0 5px;
    }

    /*---------------------
    *キャンペーンFAQ
    ---------------------*/
    .faq-box {
        margin: 10px 0;
    }

    .faq dl {
        margin: 25px 0;
    }

    .faq dt {
        line-height: 15px;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 10px;
    }

    .faq dd {
        height: auto;
        line-height: 18px;
        font-size: 1.1rem;
        font-weight: 300;
        padding: 13px 15px;
    }



    /*---------------------
    *btn
    ---------------------*/
    .topbtn li {
        background: transparent;
        border: solid 2px #3498DB;
        width: 270px;
        height: 45px;
        line-height: 45px;
        border-radius: 42px;
        margin-bottom: 20px;
    }


    .topbtn a {
        display: block;
        font-size: 1.4rem;

    }

    .topbtn {
        margin: 25px 0;
        box-sizing: border-box;
        padding: 0 20px;
    }



    /*---------------------
    *ページトップへ戻る
    ---------------------*/
    .pagetop {
        display: none;
        position: fixed;
        right: 10px;
        bottom: 180px;
    }

    .pagetop a {
        width: 50px;
        height: 50px;
     }

    .pagetop a i {
        font-size: 1.5rem;
        line-height: 50px;
    }

}

/*---------------------
*タブレット
---------------------*/


@media screen and (min-width: 600px) and (max-width: 970px) {


    h1 {
        font-size: 1.6rem;
        font-weight: 700;
        padding: 10px;
        margin-left: 0;
    }

    h2 {
           font-weight: 600;
        height: auto;
        padding: 15px;
        letter-spacing: -0.3px;
}

    .h2 {
    padding: 20px 0;
      display: block;

}

    .bg_box{
    width: 970px;
    background-size: cover;
    border-radius: 20px;
    margin: 40px 0;
}
    
    
    /*---------------------
    *navi
    ---------------------*/
    .navi {
        width: 970px;
        background-size: 100% 100%;
    }

    .list {
        display: block;
        width: calc(100% / 4);
     }

    .list a {
          font-weight: 400;
        padding: 30px;

    }


    /*----------------------
    *mainvisual
    -----------------------*/
    .mv img {
        max-width: 970px;
    }

    .wrapper {
        width: 970px;
    }
    .wrapper1 {
        width: 970px;
    }

    .mv-text{
        background-size: 100% 100%;
        width: 970px;
    }
    
    .mv-text p {
        font-size: 1.5rem;
  
    }

    .newnomal {
        font-size: 1.3rem;

    }

    .newnomal:hover {
        opacity: 1;
    }


    /*---------------------
    *sns
    ---------------------*/

    .sns li {
        padding: 0;
    }

    .sns a {
        margin-bottom: 0;
    }

    .sns li:hover {
        opacity: 0.7;
    }

    .btn-facebook {
        font-size: 1.3rem;
    }

    .btn-twitter {
        font-size: 1.3rem;
    }

    .btn-line {
        font-size: 1.3rem;
    }

    .btn-facebook::before {
        font-size: 1.3rem;
    }

    .btn-twitter::before {
        font-size: 1.3rem;
    }

    .btn-line::before {
        font-size: 1.3rem;
    }

        
    /*---------------------
    *参加方法
    ---------------------*/

    .sanka-flow {
        margin: 40px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .flow {
        width: 30%;
        height: auto;
        margin-right: 20px;
        margin-bottom: 27px;
    }


    .box img {
        width: 50%;
    }

    .box1 img {
        width: 50%;
    }

    .box::after {
        top: 100px;
        left: 2vw;

    }

    .box1::after {
        top: 100px;
        left: 2vw;

    }

    .img {
        width: 100vw;
        height: 230px;
    }

    .flow-ttl {
        margin-bottom: 10px;
        font-size: 1.4rem;
        font-weight: 600;
    }

    .flow-text {
        font-size: 1.2rem;

    }

    .flow-text1 {
        font-size: 1.2rem;

    }

    /*---------------------
    *応募要項
    ---------------------*/

   
    .oubo dl {
        margin: 35px 0;
    }

    .oubo dt {
        font-size: 1.3rem;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .oubo p {
        font-size: 1.1rem;
    }

    .oubo dd {
        font-size: 1.2rem;
        font-weight: 400;
        padding: 0 0 27px 10px;
        line-height: 1.5;
    }

    .oubo dd:last-child {
        padding: 0 0 0 10px;
    }

    /*---------------------
    *キャンペーン規約
    ---------------------*/
    .kiyaku-text {
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0;
        padding: 15px 0;
    }

    .kiyaku-menu {
        margin: 20px 0 35px 0;
     }

    .kiyaku-menu dt {
        font-size: 1.3rem;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .kiyaku-menu dd {
        font-size: 1.2rem;
        font-weight: 400;
        padding: 0 0 27px 10px;
        line-height: 1.5;
    }

    .kiyaku-menu p {
        font-size: 1.2rem;
    }

    .kiyaku-menu dd:last-child {
        padding: 0 0 0 10px;
    }

    .kiyaku-menu .information {
        font-size: 1.2rem;
        padding: 0 0 15px 10px;
        line-height: 1.5;
    }

    .kiyaku-menu .information p {
        font-size: 1.1rem;
        padding: 0 0 0 10px;
    }

    .kiyaku-menu .information a {

        padding: 0 0 0 10px;
    }

    /*---------------------
    *キャンペーンFAQ
    ---------------------*/
    
    .faq dl {
        margin: 35px 0;
    }

    .faq dt {
        line-height: 20px;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 10px 15px;
    }

    .faq dd {
        font-size: 1.4rem;
        font-weight: 300;
        padding: 10px 20px 15px 20px;
    }



    /*---------------------
    *btn
    ---------------------*/
    .topbtn li {
        background: transparent;
        border: solid 2px #3498DB;
        width: 480px;
        height: 60px;
        line-height: 60px;
        border-radius: 42px;
        margin-bottom: 20px;
    }


    .topbtn a {
        display: block;
        font-size: 1.7rem;
    }


    .topbtn {
        width: 970px;
        margin: 35px 0;
    }



    /*---------------------
    *ページトップへ戻る
    ---------------------*/
    .pagetop {
        display: none;
        position: fixed;
        right: 15px;
        bottom: 170px;
    }

    .pagetop a {
        display: block;
        font-size: 0;
        width: 47px;
        height: 47px;
        text-align: center;
        border-radius: 50%;
        line-height: 47px;
    }

    .pagetop a i {
        font-size: 1.8rem;
        line-height: 47px;
    }












}
