@charset "UTF-8"

html{
  position: relative;
  height: 100%;
}

body{
  font-family: unset;
  position: relative;
  height: 100%;
}

body #wrapper{
font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", meiryo,"serif","Yu mincho", sans-serif;
}

a {
  outline: none;
}

#global_header {
  display: block;
}

#nav_sp {
  display: none;
}

#global_footer {
  display: block;
}

.footer_sp {
  display: none;
}

.clearfix {
  display: block;
  margin: 0;
  padding: 0;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

a{
text-decoration: none;
}

/*  //////////////////////////////////////*/

#wrap {
width: 100%;
height: auto;
}

#header {
display: block;
text-align: center;
background: #ffe600;
}

#header img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  position: relative;
  margin-bottom: -0.2em;
}

.header_sp {
  display: none;
}

.header_pc {
  display: block;
}

.main {
width: 100%;
margin: 0 auto;
height: auto;
max-width: 1100px;
position: relative;
}

.left_contents {
float: left;
width: 60%;
height: auto;
margin-top: 1em;
font-weight: bold;
}

.right_contents {
float: left;
width: 40%;
height: auto;
background: #f3f3f3;
padding-bottom: 50px;
}

.description {
  width: 95%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1.5;
  margin: 0 auto;
  padding: 1em 0;
}

.description p {
line-height: 1.5;
}

.big {
font-size: 25px;
color: #e62117;
}



.letter {
  width: 95%;
  margin: 0 auto;
  height: auto;
  border: dotted 3px #000;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 3px 0px 2px #ffe600;
}

.letter_text {
font-size: 16px;
letter-spacing: 1.5;
line-height: 2;
margin: 1em;
box-sizing: border-box;
}

.mail {
width: 90%;
height: auto;
margin: 0 auto;
padding: 1em 0;
}

.mail img {
width: 100%;
height: auto;
}

.mail a:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

.mail a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.mail a img{
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 0.2s ease-out;
backface-visibility: hidden;
}

.movie_box {
width: 90%;
height: auto;
padding: 1em 0;
margin: 0 auto;
box-sizing: border-box;
}

.movie_box .theme_title {
text-align: center;
width: 100%;
height: auto;
padding: 0.7em;
background:repeating-linear-gradient(-30deg, #4c4c4c 0, #4c4c4c 10px, #424242 10px, #424242 20px);
border-radius: 4px;
box-sizing: border-box;
font-size: 20px;
color: #fff;
font-weight: bold;
margin: 0 0 1em 0;
line-height: 1.5;
}

.theme {
margin: 0 0 1em 0;
}

.theme .list {
margin: 1em 0;
list-style-type: square;
line-height: 1.5;
}

.theme_big {
color: #f66;
font-size: 25px;
}

ul.list {
margin: 0;
padding: 0;
}
ul.list li {
margin-left: 1.5em;
padding: 0;
}

.list li {
font-size: 20px;
font-weight: bold;
}

.theme p {
line-height: 1.5;
font-size: 16px;
margin-bottom: 1em;
}

.movie_on {
  position:relative;
  width:100%;
  padding-top:56.25%;
  text-align: center;
}

.movie_on iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*  ============================= */

@media screen and (max-width: 767px) {

  body {
      font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "繝｡繧､繝ｪ繧ｪ", meiryo, sans-serif;
      position: relative;
      height: 100%;
    }

    .clearfix {
      display: block;
      margin: 0;
      padding: 0;
    }

    #global_header {
      display: none;
    }

    #nav_sp {
      display: block;
    }

    #global_footer {
      display: none;
    }

    .footer_sp {
      display: block;
      position:relative;
      margin-top: -30px;
    }

/* ///////////////////////////////// */

.header_sp {
  display: block;
}

.header_pc {
  display: none;
}

.left_contents {
float: none;
width: 100%;
height: auto;
margin-bottom: 1em;
}




.right_contents {
float: none;
width: 100%;
height: auto;
}

.mail {
text-align: center;
}

.mail img {
width: 80%;
margin: 0 auto;
}

.movie_on {
text-align: center;
}

}

/*  ============================= */

@media screen and (max-width: 375px) {

.description{
font-size: 14px;
}

.theme p{
font-size: 14px;
}

}
