@charset "UTF-8";
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/* clearfix */
.clearfix, .btbox, .mainbox {
  *zoom: 1;
}
.clearfix:after, .btbox:after, .mainbox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メインスタイル */
/** @format */
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

/* Scss Document */
.doraeiga2026campaign {
  margin: 0 auto;
  background-image: linear-gradient(0deg, rgb(7, 57, 255), rgb(26, 138, 207));
  text-align: center;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*----------------------------------------------------
	ドラえもんチャンネルロゴ
----------------------------------------------------*/
.dch_logo_header {
  width: 100%;
  background-color: #000;
  padding: 1rem 0;
}
.dch_logo_header img {
  height: 2rem;
}
@media all and (max-width: 640px) {
  .dch_logo_header img {
    height: 1.2rem;
  }
}

/*----------------------------------------------------
	タイトル部分基本設定
----------------------------------------------------*/
.headerph {
  width: 100%;
  margin: 0 auto 6rem;
  text-align: center;
}
.headerph .title_ph {
  width: 80%;
  max-width: 900px;
}
@media all and (max-width: 640px) {
  .headerph {
    width: 90%;
    margin: 0 auto 2rem;
    padding-top: 2rem;
  }
  .headerph .title_ph {
    width: 90%;
  }
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center/60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/*----------------------------------------------------
	headerphのロゴ画像設定
----------------------------------------------------*/
.bg_toppage {
  background: url(../../images/doraeiga2026_campaign/bg_main_title.webp) no-repeat center bottom;
  background-size: cover;
  border-radius: 0px 0px 200px 200px;
}
@media all and (max-width: 640px) {
  .bg_toppage {
    background: url(../../images/doraeiga2026_campaign/bg_main_title.webp) no-repeat center bottom;
    background-size: cover;
    border-radius: 0px 0px 100px 100px;
  }
}

/*----------------------------------------------------
	DchTOPへのロゴ画像設定
----------------------------------------------------*/
.DchgoTOP {
  width: 20%;
  margin: 0% auto 5%;
}
@media all and (max-width: 1024px) {
  .DchgoTOP {
    width: 18%;
  }
}
@media all and (max-width: 640px) {
  .DchgoTOP {
    width: 50%;
    margin: 3% auto;
  }
}
/*----------------------------------------------------
	メイン囲みの設定
----------------------------------------------------*/
.mainbox {
  position: relative;
  width: 70%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 6rem;
  padding: 3rem 0 3rem 0;
  border-radius: 10rem;
  background-image: linear-gradient(0deg, rgba(7, 225, 255, 0.5), rgba(26, 138, 207, 0.5));
  box-shadow: 1px 1px 0px 2px #ffffff, 2px 2px 20px 10px #ffffff;
}
.mainbox h2 {
  width: 70%;
  margin: 0 auto;
}
.mainbox h2 img {
  width: 100%;
}
.mainbox p {
  width: 75%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 auto 2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mainbox span {
  color: #c8257b;
  font-weight: bold;
}
.mainbox .spec {
  font-size: 80%;
  line-height: 1.6em;
  color: #000;
  font-weight: normal;
}
.mainbox .midashi {
  font-size: 120%;
  display: block;
  line-height: 1.6em;
  color: #ffff1d;
  font-weight: bold;
}
.mainbox .enph {
  color: #00ff00;
  font-weight: bold;
}
.mainbox .episode {
  width: 80%;
  font-size: 130%;
  line-height: 1.6em;
  margin: 3% 1% 1%;
  border: none;
  text-align: center;
  min-height: auto;
}
.mainbox .illust {
  width: 60%;
  margin: 0% auto;
}
.mainbox .illust img {
  max-width: 100%;
}
.mainbox .apply {
  width: 55%;
  margin: 3% auto 5%;
}
.mainbox .patch_tag ul li a span {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .mainbox {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 3rem;
    border-radius: 6rem;
  }
}
@media all and (max-width: 640px) {
  .mainbox {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto 3rem;
    padding: 3rem 0 3rem 0;
    border-radius: 4rem;
    box-shadow: 1px 1px 0px 2px #ffffff, 2px 2px 10px 5px #ffffff;
  }
  .mainbox h2 {
    width: 90%;
    margin: 0 auto;
  }
  .mainbox h2 img {
    width: 100%;
  }
  .mainbox p {
    width: 90%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 auto 2rem;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .mainbox .illust {
    width: 65%;
    margin: 0 auto;
  }
  .mainbox .apply {
    width: 80%;
    margin: 3% auto 8%;
  }
  .mainbox .episode {
    width: 80%;
    font-size: 120%;
    line-height: 1.6em;
    margin: 3% 1% 1%;
    border: none;
    text-align: center;
  }
}
@media all and (max-width: 320px) {
  .mainbox {
    padding-top: 10%;
  }
  .mainbox p {
    font-size: 90%;
    line-height: 1.6em;
  }
  .mainbox .illust {
    width: 60%;
    margin: 3% auto 8%;
  }
  .mainbox .episode {
    width: 80%;
    font-size: 90%;
    line-height: 1.6em;
    margin: 3% 1% 1%;
    border: none;
    text-align: center;
  }
}

.padding_0 {
  padding: 3rem 0 0rem 0;
}

.block_buggy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
@media all and (max-width: 640px) {
  .block_buggy {
    display: block;
  }
}

.p_buggy {
  width: 40%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 auto;
  text-align: left;
}
@media all and (max-width: 640px) {
  .p_buggy {
    width: 75%;
    text-align: center;
  }
}

.illust_buggy {
  width: 45%;
  margin: -3rem -10rem 0 0;
}
@media all and (max-width: 640px) {
  .illust_buggy {
    width: 70%;
    margin-right: 0rem;
    margin: 0 auto 1rem;
  }
}

/*----------------------------------------------------
	ボタンボックスの設定
----------------------------------------------------*/
.bubbles_left_top {
  position: absolute;
  z-index: 2;
  top: -10%;
  left: 0;
  width: 10%;
}
@media all and (max-width: 640px) {
  .bubbles_left_top {
    top: -5%;
    width: 15%;
  }
}

.bubbles_left_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
}
@media all and (max-width: 640px) {
  .bubbles_left_bottom {
    width: 15%;
  }
}

.bubbles_right_top {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 10%;
}
@media all and (max-width: 640px) {
  .bubbles_right_top {
    width: 15%;
  }
}

.bubbles_right_bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -10%;
  width: 10%;
}
@media all and (max-width: 640px) {
  .bubbles_right_bottom {
    right: -5%;
    width: 15%;
  }
}

/*----------------------------------------------------
	ボタンボックスの設定
----------------------------------------------------*/
.btbox {
  display: inline-block;
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto 0%;
  padding: 5% 0 5% 0;
}
.btbox img {
  margin: 0 1% 3%;
  display: inline-block;
}
@media all and (max-width: 640px) {
  .btbox {
    width: 90%;
    text-align: center;
    background: #fff;
    margin: 0 auto 5%;
    padding-top: 7%;
  }
}
.bannersize img {
  width: 42%;
}
@media all and (max-width: 640px) {
  .bannersize img {
    width: 100%;
  }
}

/*----------------------------------------------------
	選考について設定
----------------------------------------------------*/
.caution {
  width: 50%;
  margin: 1rem auto;
  text-align: left;
  color: #fff;
  background-color: rgba(7, 37, 119, 0.6);
  padding: 2rem;
  border-radius: 2rem;
}
.caution p {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: left;
  margin: 0 auto 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.caution .midashi {
  display: block;
  margin: 0 auto 0.5rem;
  text-align: center;
  color: #ffff1d;
  font-size: 120%;
}
.caution .enph_caution {
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  .caution {
    width: 80%;
    margin: 1rem auto;
    color: #fff;
    padding: 1rem;
  }
  .caution p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: left;
    margin: 0 auto 3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .caution .midashi {
    display: block;
    margin: 0 auto 0.5rem;
    text-align: center;
    color: #ffff1d;
    font-size: 100%;
  }
}

/*----------------------------------------------------
	goTOP設定
----------------------------------------------------*/
.goTOP {
  width: 60%;
  margin: 0 auto 10%;
}
@media all and (max-width: 640px) {
  .goTOP {
    width: 80%;
    margin: 0 auto 10%;
  }
}
/*----------------------------------------------------
	カットの基本設定
----------------------------------------------------*/
.cut {
  width: 70%;
  margin: 0 auto;
}
.cut img {
  max-width: 100%;
  margin: 2rem auto 0;
}
.cut .caption {
  display: block;
  font-size: 90%;
  margin: 1% 0% 0 0;
}
@media all and (max-width: 640px) {
  .cut {
    width: 80%;
    margin: 0 auto;
  }
  .cut .caption {
    font-size: 100%;
  }
}

/*----------------------------------------------------
	作品例の設定
----------------------------------------------------*/
.sample_ph_wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem auto 0;
}
.sample_ph_wrapper .sample_ph {
  margin: 0 auto 1rem;
  width: 47%;
}
@media all and (max-width: 640px) {
  .sample_ph_wrapper {
    display: block;
    width: 70%;
  }
  .sample_ph_wrapper .sample_ph {
    margin: 0 auto 1rem;
    width: 100%;
  }
}

/*----------------------------------------------------
	映画バナーの基本設定
----------------------------------------------------*/
.movie_banner {
  width: 30%;
  margin: 5% auto;
}
.movie_banner img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .movie_banner {
    width: 70%;
    margin: 0 auto 7%;
  }
}

/*----------------------------------------------------
	タグ幅設定設定
----------------------------------------------------*/
.patch_tag .ul_30 {
  width: 30%;
}

/*----------------------------------------------------
	書籍へのリンク基本設定
----------------------------------------------------*/
.txt_goanother {
  color: #ff6600;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.8em;
  margin: 0 auto 5%;
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  .txt_goanother {
    font-size: 90%;
  }
}

.basic_Header {
  width: 55%;
  position: relative;
  display: block;
  padding: 2% 5% 2% 5%;
  margin: 0 auto 3%;
  border-radius: 50px;
  text-align: center;
  background-color: #0068b3;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  transition: 0.3s;
  /*&:hover{
  	transform: scale(1.1);
  }*/
}
.basic_Header img {
  width: 50%;
}
@media all and (max-width: 640px) {
  .basic_Header {
    width: 70%;
    position: relative;
    display: block;
    padding: 4% 5% 4% 5%;
    margin: 0 auto 5%;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    transition: 0.3s;
  }
  .basic_Header img {
    width: 70%;
  }
  .basic_Header:hover {
    transform: scale(1.1);
  }
}
.footer_doraeiga2026 {
  background: none;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.footer_doraeiga2026 .copyright {
  background: none;
  margin: 0 auto;
  width: 90%;
}
.footer_doraeiga2026 .copyright p {
  margin: 1rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}

/*----------------------------------------------------
	募集終了設定
----------------------------------------------------*/
.oubo_shimekiri {
  display: block;
  margin: 1rem auto;
  width: 60%;
  border-radius: 5rem;
  color: #ff0000;
  font-size: 1.2rem;
  line-height: 1, 8rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0;
}
@media all and (max-width: 640px) {
  .oubo_shimekiri {
    width: 80%;
    font-size: 1rem;
  }
}/*# sourceMappingURL=doraeiga2026campaign.css.map */