@charset "utf-8"; 
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3 ,h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    border:0;  
    border-top:6px solid #acacac;
    margin: 0;
}

input, select {
    vertical-align:middle;
} 

/* original */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    line-height:1;
    font-family: vdl-logomaru, sans-serif;
    color: #292e49;
    padding-bottom: 8vh;
}
img {
    max-width: 100%;
}
  
* {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

header {
    width: 100%;
    height: 92vh;
    background-color: #fff;
    background-image: url(../img/3th/bggd.png);
    background-repeat: repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logo {
    width: 100%;
    height: 82px;
    position: absolute;
    top: 0px;
    background-image: url(../img/3th/hiyoke_pc.png);
    background-repeat: repeat-x;
    background-position: top center;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.logo a {
    padding-top: 10px;
    display: block;
    width: 350px;
}
.h1 {
    height: 100%;
    margin: 0 auto;
}
.h1 img {
    height: 100%;
    object-fit: cover;
}
.sp_logo {
    display: none;
}
.nav_header {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 8vh;
    margin: 0 auto;
    padding: 1vh 0;
    background-color: #E50113;
    opacity: 0.95;
    z-index: 99;
  }
.list_nav_header {
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
  .list_nav_header li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_nav_header a {
    color: #fff;
    font: 700 1.3rem/1.4em 'M PLUS Rounded 1c', sans-serif;
  }
  .san {
    padding: 0 0 1px 7px;
    height: 18px;
    display: flex;
    justify-content: center;
  }
  .san img {
    height: 100%;
  }

.sec01 {
    width: 100%;
    padding: 60px 0 80px;
    background-color: #fff;
}
.insert_img1 {
    position: absolute;
    width: 80px;
    top: 10px;
    right: 50px;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}
.h2 {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.h2 img {
    width: 100%;
}
.pc_br {
    display: block;
}
.movie_wrap {
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec02 {
    width: 100%;
    background-color: #bee9f3;
    font-family: "fot-seurat-pron", sans-serif;
    font-weight: 600;
}
.wrapper2 {
    max-width: 750px;
    margin: 0 auto;
    padding: 80px 0 50px;
}
.note_title {
    color: #009FE8;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5em;
    padding-bottom: 18px;
}
.note_text {
    font-weight: 300;
    text-align: left;
    font-size: 1.27rem;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.mark {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.mark img {
    width: 100%;
}
.img {
    width: 100%;
}
.img img {
    width: 100%;
}
.btn {
    display: block;
    width: 550px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 15px 0 17px;
    text-align: center;
    text-decoration: none;
    background-color: #009FE8;
    color: #fff;
    margin: 70px auto;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 2px #444);
}
.btn:hover {
    background-color: #176d8a;
    filter: drop-shadow(0px 0px 0px #444);
}
.sec03 {
    width: 100%;
    text-align: center;
    background-color:#bee9f3;
    padding-bottom: 50px;
    font-family: "fot-seurat-pron", sans-serif;
    font-weight: 600;
}
.oubo_title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.6em;
    font-weight: 700;
    background-color: #009FE8;
}
.oubo_wrapper {
    max-width: 800px;
    padding: 30px 3%;
    margin: 0 auto;
    text-align: left;
}
.oubo_h3 {
    font-size: 1.8rem;
    line-height: 1.4em;
    text-align: left;
    padding-top: 10px;
}
.red {
    color: #ec1c24;
}
.oubo_table {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.oubo_table th {
    width: 22%;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding-bottom: 8px;
}
.oubo_table td {
    font-weight: 700;
    width: 78%;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.oubo_ul {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
}
.oubo_ul li {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}
.kome {
    font-size: 1rem;
    font-weight: 600;
}
.oubo_wrapper2 {
    max-width: 800px;
    padding: 0 3%;
    margin: 0 auto;
    text-align: left;
}
.oubo_text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4em;
    padding: 15px 0;
}
[class*="btn_ic2"] {
    display: block;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    margin: 20px auto;
    text-align: center;
    width: 350px;
    border-radius: 5px;
    align-items: center;
    background-image: url(../img/3th/pink_bg.jpg);
    filter: drop-shadow(3px 3px 3px #444);
    padding: 10px 0;
    position: relative;
  }
  [class*="btn_ic2"]:after {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
  }

  .btn_ic2_migi2:hover {
    filter: drop-shadow(0 0 0 #fff);
    filter: brightness(90%);
  }

.sec04 {
    width: 100%;
    background-color: #fad9dc;
    padding: 80px 0;
    text-align: center;
    font-family: "fot-seurat-pron", sans-serif;
    font-weight: 600;
}
.obi {
    width: 100%;
    padding: 10px 0;
    background-color: #E50113;
    text-align: center;
    position: relative;
}
.obi_title {
    width: 250px;
    margin: 0 auto;
}
.card {
    width: 200px;
    position: absolute;
    bottom: -200px;
    right: 10%;
}
.wrapper3 {
    max-width: 610px;
    padding: 50px 3% 0;
    margin: 0 auto;
}

.note2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 45px 0 45px;
    text-align: center;
}

.sp_tokuten {
    display: none;
}
.sec05 {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}
.flex_2layout {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    border: 4px solid #61574e;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}
.flex_item {
    width: 50%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3em;
    font-weight: 700;
}
.flex_item p {
    padding: 0 28px;
}
.flex_item img {
    padding-bottom: 5px;
}
.flex_item:first-child {
    padding-right: 10px;
}
.form {
    font-family: tbudrgothic-std, sans-serif;
    margin: 0 auto 50px;
    max-width: 800px;
    padding: 20px 30px;
    background-color: #fff;
}
.form_title {
    font-size: 2rem;
    padding: 5px;
    text-align: center;
    background-image: url(../img/3th/pink_bg.jpg);
    color: #fff;
    margin-bottom: 40px;
}
 /*form設定*/
.Q_text {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 15px;
}
.hissu {
    border-radius: 5px;
    background-color: rgb(231, 55, 55);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    vertical-align: baseline;
}
.hosoku {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 600;
    padding: 5px 0 10px;
}
.gazou {
    padding: 10px 0;
    font-size: 0.9rem;
    line-height: 1.6em;
}
/*form項目基本設定*/
.form_base {
    font-size: 16px;
    line-height: 1.7em;
    padding: 3px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: "fot-seurat-pron", sans-serif;
    border: solid 1px #888;
}
/*姓・名*/
.form_width_A {
    width: 180px;
}
/*〒*/
.form_width_B {
    width: 45px;
}
/*市区町村番地・マンション・ビル名・作品レシピ・*作品の作り方*/
.form_width_C {
    width: 450px;
}
/*連絡先・〒2*/
.form_width_D {
    width: 75px;
}
/*メールアドレス・学校名・作品タイトル・画像データ添付・作品データ添付*/
.form_width_E {
    width: 350px;
}
.setu {
    padding: 15px;
    background-color: #e9e9e9;
    font-size: 0.9rem;
    line-height: 1.6em;
}

.fb {
    font-size: 1.4rem;
    font-family: 700;
    line-height: 1.8em;
}
.button2 {
    width: 100%;
    margin: 30px auto 0;
    background-color: #7b8a9c;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    border: none;
}
.button2:hover {
    background-color: #0f445f;
    filter: brightness(70%);
}
.logo2 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 5%;
}
footer {
    width: 100%;
    padding: 30px 0;
    background-color: #00A199;
    font-family: "fot-seurat-pron", sans-serif;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 700;
}
footer span {
    font-size: 1rem;
}

@media screen and (max-width: 1030px) {
header {
    width: 100%;
    height: auto;
    background-image: none;
}
.logo {
    display: none;
}
.h1 {
    width: 100%;
}
.pc_logo {
    display: none;
}
.sp_logo {
    display: block;
    width: 100%;
}
.wrapper {
    padding: 0 5%;
}
}
@media screen and (max-width: 1020px) {
.wrapper {
    padding: 0 5%;
}
.note_title {
    font-size: 1.6rem;
}
.note_text {
    font-size: 1.2rem;
}
.button2 {
    width: 100%;
}
.logo2 {
    text-align: center;
}
.card {
    width: 150px;
    position: absolute;
    bottom: -157px;
    right: 7%;
}
}
@media screen and (max-width: 900px) {
.list_nav_header a {
    font: 700 1.1rem/1.4em 'M PLUS Rounded 1c', sans-serif;
}
}
@media screen and (max-width: 840px) {
.oubo_wrapper {
    padding: 30px 6%;
  }
.oubo_wrapper2 {
    padding: 0 6%;
}
.note {
    box-sizing: border-box;
}
.sec05 {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 830px) {
.card {
    width: 132px;
    position: absolute;
    bottom: -142px;
    right: 2%;
}
.wrapper2 {
    max-width: 750px;
    margin: 0 auto;
    padding: 57px 5% 50px;
}
/*姓・名*/
.form_width_A {
    width: 30%;
}
/*〒*/
.form_width_B {
    width: 20%;
}
/*市区町村番地・マンション・ビル名・作品レシピ・*作品の作り方*/
.form_width_C {
    width: 100%;
}
/*連絡先・〒2*/
.form_width_D {
    width: 25%;
}
.button2 {
    width: 100%;
}
/*メールアドレス・学校名・作品タイトル・画像データ添付・作品データ添付*/
.form_width_E {
    width: 100%;
}
}
@media screen and (max-width: 750px) {
.wrapper {
    padding: 0 6%;
}
.sec01 {
    padding: 55px 0 40px;
}
.note_line {
    width: 100%;
    padding: 30px;
}
.note_text {
    font-size: 1.3rem;
    line-height: 1.6em;
}
.wrapper2 {
    padding: 29px 5% 50px;
}
.sec04 {
    padding: 0 0 50px;
}

.sec03 {
    padding-bottom: 30px;
}
.sec05 {
    padding: 60px 5%;
}
}
@media screen and (max-width: 724px) {
.note_text {
    font-size: 1.5rem;
    }
.card {
    display: none;
}
    }
@media screen and (max-width: 670px) {
.sec01 {
    padding: 40px 0;
}
.h2 {
    font: 500 1.7rem/1.5em fot-chiaro-std, sans-serif;
}
.insert_img2 {
    display: none;
    }
.note_title {
    font-size: 1.4rem;
    }
.note_text {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 628px) {
html {
    font-size: 15px;
}
.wrapper {
    padding: 0 6%;
}
.oubo_h3 {
    font-size: 1.5rem;
}
.note_line {
    width: 100%;
    padding: 5px;
}
.form_title {
    margin-bottom: 11px;
}
.btn {
    width: 90%;
}
}
@media screen and (max-width: 576px) {
.oubo_table th {
    width: 26%;
}
.oubo_table td {
    width: 74%;
}
}
@media screen and (max-width: 542px) {
html {
    font-size: 13px;
}
}
@media screen and (max-width: 536px) {
.h2 {
    text-align: left;
}
.pc_br {
    display: none;
}
.note_title {
    text-align: left;
}
}
@media screen and (max-width: 524px) {
.note_text {
    font-size: 16px;
    }
.list_nav_header a {
    font-size: 1.1rem;
    }
.oubo_table th {
    width: 25%;
}
.oubo_table td {
    width: 75%;
}
}
@media screen and (max-width: 490px) {
.obi_title {
    width: 188px;
}
.wrapper3 {
    max-width: 350px;
    padding: 0px 3% 0;
    margin: 0 auto;
}
.list_nav_header a {
    font-size: 1rem;
}
.san {
padding: 0 0 1px 4px;
height: 12px;
}
.note_text {
    font-size: 1.3rem;
    }
.mark {
    padding-bottom: 20px;
}
.note2 {
    margin: 40px auto 0;
    padding: 0;
}
.flex_2layout {
    margin: 0 auto 30px;
    padding: 13px;
}
.sec04 {
    padding: 0 0 25px;
}
.sec05 {
    padding: 30px 5%;
}
.flex_item p {
    padding: 0;
    font-size: 1.2rem;
}
.form {
    margin: 0 auto 40px;
    padding: 15px 18px;
}
.oubo_text {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 442px) {
html {
    font-size: 12px;
}
}
@media screen and (max-width: 414px) {
.sec01 {
    padding: 35px 0;
}
.h2 {
    font: 500 1.5rem/1.5em fot-chiaro-std, sans-serif;
}
.btn {
    font-size: 1.5rem;
}
.oubo_wrapper {
    padding: 8px 5%;
}
.oubo_h3 {
    font-size: 1.6rem;
}
.oubo_ul {
    padding-bottom: 15px;
}
.syou {
    padding: 10px 10% 20px;
}
.form {
    margin: 0 auto 30px;
    padding: 25px 20px;
    font-size: 1.5rem;
}
.oubo_table th {
    width: 30%;
}
.oubo_table td {
    width: 70%;
}
}
@media screen and (max-width: 400px) {
.oubo_wrapper {
    padding: 3px 6%;
    }
.oubo_h3 {
font-size: 1.6rem;
line-height: 1.4em;
}
.oubo_table th {
    padding: 2px 10px 2px 0;
    }
.oubo_table td {
    padding: 2px 10px 2px 0;
    }
[class*="btn_ic2"] {
    margin: 10px auto;
}
.flex_2layout {
    margin: 0 auto 42px;
    border-radius: 15px;
    padding: 8px;
  }
.flex_item p {
padding: 0;
font-size: 14px;
}
.flex_item:first-child {
    padding-right: 5px;
  }
.form_title {
margin-bottom: 18px;
}
.Q_text {
    font-size: 17px;
}
.hosoku {
    font-size: 14px;
    color: #61574e;
  }
.gazou {
    font-size: 14px;
    color: #61574e;
}
}
@media screen and (max-width: 385px) {
.nav_header {
    height: 12vh;
}
.list_nav_header {
    flex-wrap: wrap;
    padding: 0 10%;
}
.list_nav_header li {
    width: 50%;
    height: 5vh;
    }
.list_nav_header a {
    font-size: 1.2rem;
}
.obi_title {
    width: 155px;
}
.note_title {
    padding-bottom: 5px;
    line-height: 1.3em;
    }
.note_text {
    font-size: 1.2rem;
    }
.wrapper3 {
    max-width: 267px;
}
[class*="btn_ic2"] {
    width: 100%;
}
.form {
    padding: 15px 13px;
}
.form p {
    font-size: 1.3rem;
}
.form_title {
    margin-bottom: 7px;
    font-size: 1.7rem;
}
.Q_text {
    font-size: 1.2rem;
    padding: 15px 0 15px;
}
.form_base {
    font-size: 1.3rem;
    line-height: 1.2em;
    padding: 3px;
    margin: 4px 0 10px
}
.form_width_A {
    width: 40%;
}
.btn {
    margin: 40px auto;
}
footer p {
    font-size: 1.1rem;
}
}
@media screen and (max-width: 369px) {
.oubo_table th {
    width: 35%;
}
.oubo_table td {
    width: 65%;
}
}
@media screen and (max-width: 345px) {
.note_title {
    font-size: 13px;
    }
.flex_item p {
    font-size: 11px;
    }
.flex_item img {
    padding-bottom: 0px;
    }
.sec05 {
    padding: 50px 3% 35px;
    }
.form {
    margin: 0 auto 30px;
    padding: 10px 10px;
    font-size: 1.3rem;
    }
.Q_text {
    font-size: 16px;
    }
.form_base {
    font-size: 15px;
    line-height: 1.5em;
    padding: 3px;
    margin: 6px 0;
}
.button2 {
    margin: 35px auto 0;
    font-size: 16px;
    padding: 8px;
}
.sec01 {
    padding: 32px 0 21px;
    }
.btn {
    margin: 19px auto 0;
}
.oubo_wrapper2 {
    padding: 0 3%;
}
.oubo_h3 {
    font-size: 1.5rem;
}
.oubo_text {
    font-size: 1rem;
}
.btn {
    font-size: 1.3rem;
}
.form p {
    font-size: 1.1rem;
}
}