@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, .mainbox, .itembox {
  *zoom: 1; }
  .clearfix:after, .mainbox:after, .itembox:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* メインスタイル */
a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #fff; }
  a:active {
    color: #ff009d; }
  a:visited {
    color: #fff; }

/* Scss Document */
.daichohenA {
  width: 100%;
  min-height: 100%;
  margin: 0% auto;
  background-color: #c7f2ff;
  background-size: 35%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*----------------------------------------------------
	タイトル部分基本設定
----------------------------------------------------*/
.headerph {
  width: 100%;
  height: 650px;
  background-size: 660px;
  margin-top: 2em;
  text-align: center; }
  @media all and (max-width: 1024px) {
    .headerph {
      width: 100%;
      height: 27em;
      margin: 2% auto 5%;
      -moz-background-size: contain;
      background-size: contain; } }
  @media all and (max-width: 640px) {
    .headerph {
      width: 100%;
      height: 38em;
      margin: 0% auto 5%;
      -moz-background-size: contain;
      background-size: contain; } }
  @media all and (max-width: 320px) {
    .headerph {
      width: 100%;
      height: 32em;
      margin: 0% auto 5%;
      -moz-background-size: contain;
      background-size: contain; } }
  @media only screen and (max-device-width: 480px) and (orientation: landscape) {
    .headerph {
      width: 90%;
      height: 17em;
      -moz-background-size: contain;
      background-size: contain; } }

.bg_toppage {
  background: url(/assets/images/daichohen2020sp/daichohenA/daichohenA_top_pc.png) no-repeat center top; }
  @media all and (max-width: 1024px) {
    .bg_toppage {
      background: url(/assets/images/daichohen2020sp/daichohenA/daichohenA_top_pc.png) no-repeat center top;
      -moz-background-size: contain;
      background-size: contain; } }
  @media all and (max-width: 640px) {
    .bg_toppage {
      background: url(/assets/images/daichohen2020sp/daichohenA/daichohenA_top_sp.png) no-repeat center top;
      -moz-background-size: contain;
      background-size: contain; } }

/*----------------------------------------------------
	メイン囲みの設定
----------------------------------------------------*/
.mainbox {
  position: relative;
  width: 930px;
  text-align: center;
  background: #fff;
  margin: 0 auto 5%;
  padding-top: 4%;
  -webkit-border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -moz-border-radius: 80px; }
  .mainbox p {
    width: 80%;
    font-size: 150%;
    line-height: 1.8em;
    margin: 3% auto 5%; }
  .mainbox .txt_enph {
    color: #ff27b1; }
  .mainbox .txt_number {
    color: #0074e7;
    font-size: 100%;
    font-weight: bold; }
  @media all and (max-width: 1024px) {
    .mainbox {
      width: 80%;
      text-align: center;
      margin: 0% auto 10%;
      padding-top: 4%; } }
  @media all and (max-width: 640px) {
    .mainbox {
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0% auto 10%;
      background: #fff;
      padding-top: 10%;
      -webkit-border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -moz-border-radius: 40px; }
      .mainbox p {
        width: 80%;
        font-size: 120%;
        line-height: 1.8em;
        margin: 3% auto 5%; } }
  @media all and (max-width: 320px) {
    .mainbox {
      padding-top: 10%; }
      .mainbox p {
        width: 80%;
        font-size: 100%;
        line-height: 1.8em;
        margin: 3% auto 5%; } }
  .mainbox .cut {
    display: block;
    max-width: 60%;
    margin: 0% auto 5%; }
    @media all and (max-width: 640px) {
      .mainbox .cut {
        max-width: 80%; } }
  .mainbox .logo_50th {
    display: block;
    max-width: 30%;
    margin: 0% auto 5%; }
    @media all and (max-width: 640px) {
      .mainbox .logo_50th {
        max-width: 40%; } }
  .mainbox .cont_box {
    display: block;
    max-width: 100%;
    margin: 0% auto 10%; }
    @media all and (max-width: 1024px) {
      .mainbox .cont_box {
        display: block;
        max-width: 100%;
        margin: 0% auto 3%; } }
    @media all and (max-width: 640px) {
      .mainbox .cont_box {
        margin: 0 auto 15%; } }
  .mainbox .cont_caption {
    display: block;
    max-width: 75%;
    margin: 0% auto 3%; }
    @media all and (max-width: 1024px) {
      .mainbox .cont_caption {
        display: block;
        max-width: 80%;
        margin: 0% auto 3%; } }

/*----------------------------------------------------
	各アイテムボックスの設定
----------------------------------------------------*/
.itembox {
  position: relative;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  padding: 5% 0% 0%;
  display: inline-block;
  vertical-align: top; }
  .itembox img {
    width: 90%;
    margin: 0 auto 0%;
    border: solid #a3a3a3 0.1em; }
  .itembox p {
    width: 90%;
    line-height: 1.4rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin: 0% auto 5%; }
    .itembox p span {
      display: block;
      margin: 1% auto;
      font-size: 0.8rem;
      font-weight: normal; }
  @media all and (max-width: 1024px) {
    .itembox {
      margin: 0% auto 2%; } }
  @media all and (max-width: 640px) {
    .itembox {
      width: 90%;
      text-align: center;
      margin: 0 auto 3%;
      padding-top: 7%; } }
  @media all and (max-width: 320px) {
    .itembox {
      margin: 0 auto 0%; } }

.bannersize img {
  width: 30%;
  margin: 0 auto 5%; }
  @media all and (max-width: 640px) {
    .bannersize img {
      width: 50%; } }

.moviesize img {
  width: 40%;
  margin: 0 auto 3%; }
  @media all and (max-width: 640px) {
    .moviesize img {
      width: 70%; } }

.hyakka img {
  width: 60%;
  margin: 0 auto 10%; }
  @media all and (max-width: 640px) {
    .hyakka img {
      width: 85%;
      margin: 0 auto 20%; } }

/*----------------------------------------------------
	区切り線設定
----------------------------------------------------*/
.line_bottom {
  border-bottom: 0.2em dotted #bf9112;
  width: 90%; }

/*----------------------------------------------------
	タグの基本設定
----------------------------------------------------*/
.dora_present_tag {
  margin: 3% auto;
  width: 80%; }
  .dora_present_tag ul {
    margin: 5% auto;
    padding: 0;
    list-style: none; }
  .dora_present_tag ul li {
    display: inline-block;
    margin: 0 0 .1em 1em;
    padding: 0; }
  .dora_present_tag ul li a {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 1em;
    background-color: #00a8f4;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    background-image: none; }
  .dora_present_tag ul li a::before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #00a8f4 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    -webkit-transition: .2s;
    transition: .2s; }
  .dora_present_tag ul li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%; }
  .dora_present_tag ul li span {
    color: #fff;
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .dora_present_tag ul li a:hover {
    background-color: #E50000;
    color: #fff; }
  .dora_present_tag ul li a:hover::before {
    border-right-color: #E50000; }

/*----------------------------------------------------
	goTOP設定
----------------------------------------------------*/
.goTOP {
  width: 60%;
  margin: 0 auto 10%; }
  @media all and (max-width: 640px) {
    .goTOP {
      width: 80%;
      margin: 0 auto 10%; } }

/*----------------------------------------------------
	DchTOPへのロゴ画像設定
----------------------------------------------------*/
.DchgoTOP {
  width: 15%;
  margin: 0% auto 5%; }
  @media all and (max-width: 1024px) {
    .DchgoTOP {
      width: 18%; } }
  @media all and (max-width: 640px) {
    .DchgoTOP {
      width: 30%;
      margin: 3% auto; } }

/*----------------------------------------------------
	コピーライト設定
----------------------------------------------------*/
.copyright_inbox {
  font-size: 90%;
  margin: 0% auto 5%; }

/*# sourceMappingURL=daichohenA.css.map */
