/*--------------- common ---------------*/

:root {
  --Link-color: #ec79a7;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:600);



body {
  font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,body {
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  width: 100%;
}

a {
  color: var(--Link-color);
  text-decoration: none;
  transition: 0.5s;
}

.container {
  margin: 0 auto;
  max-width: 870px;
  width: 61%;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.center {
  margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    width: 95%;
  }
}

.slide-yoko {
  display:block;
  padding-top:40px;
}

@media screen and (max-width: 480px) {
  .slide-yoko {
    padding-top:120px;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  html,body {
    font-size: 14px;
  }
  .container {
    width: 95%;
  }
  .pull-left {
    float: none;
  }
  .pull-right {
    float: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

.tellink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #333 !important;
}

@media screen and (max-width: 480px) {
  a.tellink {
    pointer-events:auto;
    cursor: pointer;
    color: #e60c85;
  }
}

.pc-visible {
  display: inline-block;
}
.sp-visible {
  display: none;
}

@media screen and (max-width:640px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: inline-block;
  }
}

/*--------------- margin & padding ---------------*/

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-180 {
  padding-top: 180px;
}

.m-b-50 {
  margin-bottom: 50px;
}

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

/*--------------- font ---------------*/

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.bold {
  font-weight: bold;
}

.fc-pink {
  color: #e60c85;
}

.fc-red {
  color: #7d0042;
}

.underline {
  text-decoration: underline !important;
}

/*--------------- header ---------------*/

.header {
  padding: 15px 0 80px;
  text-align: center;
}

.archive .header {
  padding-bottom: 40px;
}

.header__fixbar {
  margin-bottom: 40px;
}

.header__fixbar.fixed {
  background-color: rgba(136, 136, 137, 0.9);
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  left: 0;
  padding: 12px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.btn-facebook {
  display: none;
}

.btn-facebook img {
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

@media screen and (max-width: 768px) {
  .btn-facebook {
	display: block;
  }
}

.site-title {
  color: #7d0042;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.logo {
  max-width: 640px;
  height: auto;
  width: 90%;
}

.logo_result, .logo_result_over {
  max-height: 84vh;
  width: auto;
}
.logo_result_over {
  display: none;
}

.site-title--2017 img {
  height: auto;
  width: 400px;
}

@media screen and (max-width: 480px) {
  .site-title--2017 img {
    width: 220px;
  }
}

.date img {
  max-width: 863px;
  height: auto;
  width: 100%;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-nav {
  background-color: #464648;
  box-sizing: border-box;
  padding: 20px;
}

.drawer-nav a {
  color: #fff;
  text-decoration: none;
}

.mobile-header {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-header {
    display: block;
  }
}

/*---------------- heading ----------------*/

.header-contents {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 100px;
}

.subheader-contents {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}

.subheader-company {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.header-foot {
  font-weight: 700;
  margin-bottom: 27px;
}

@media screen and (max-width:640px) {
  .header-contents {
    font-size: 24px;
    margin-bottom: 80px;
  }

  .subheader-contents {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .subheader-company {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .header-foot {
    margin-bottom: 27px;
  }
}

/*--------------- nav ---------------*/

.gnav {
  left: 20px;
  position: fixed;
  top: 95px;
}

.gnav ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .gnav {
    display: none;
  }
}

.gnav__item {
  font-size: 16px;
  margin-bottom: 4px;
}

.gnav__item a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.gnav__item a:before {
  content: "ー";
  font-family: Lato, "Noto Sans JP";
  margin-right: 5px;
}

.gnav__item--arrow a {
  background: url(../images/arrow_black.png) no-repeat left center;
  background-size: 20px auto;
  padding-left: 25px;
}

.gnav__item--arrow a:before {
  content: "";
}

.gnav__item a:hover {
  color: #e60c85;
}

.gnav__item--arrow a:hover {
  background: url(../images/arrow_white_hover.png) no-repeat left center;
  background-size: 20px auto;
  color: #eb543f;
}

.sns-nav li {
  height: 20px;
  margin: 0;
  padding: 0;
}

.sns-nav li.gnav-facebook {
  height: auto;
  margin-top: 14px;
}

/*--------------- contents ---------------*/

.contents__header {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}

.contents__body {
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 130px;
  padding: 30px 40px 0;
}

.contents__body p {
  margin-bottom: 45px;
}

.photo-list {
  margin-bottom: 45px;
}
.photo-list__item {
  float: left;
  width: 50%;
}
.photo-list__item:nth-child(2n) {
  float: right;
  text-align: right;
}

.photo-list__item img {
  height: auto;
  width: 99%;
}

.normal-list {
  list-style: outside disc;
  margin-left: 20px;
  padding-bottom: 30px;
}

.number-list {
  list-style: decimal;
  padding: 0 0 20px 20px;
}

.link-list a {
  background: url(../images/arrow_pink_s.png) no-repeat left center;
  color: #e60c85;
  padding-left: 10px;
}

.guide {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .contents__header {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contents__body {
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 20px 20px 0;
  }
  .contents__body p {
    margin-bottom: 20px;
  }
  .photo-list {
    margin-bottom: 20px;
  }
  .photo-list__item {
    float: none;
    width: 100%;
  }
  .photo-list__item:nth-child(2n) {
    float: none;
  }
  .photo-list__item img {
    width: 100%;
  }
}

/*--------------- sub ---------------*/

.sub {
  margin-bottom: 45px;
}

.sub__header {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
}

.date-table {
  margin-bottom: 45px;
}
.date-table th {
  font-weight: normal;
  padding: 5px 5px 5px 0;
  text-align: left;
}
.date-table td {
  text-align: left;
  padding: 5px 5px 5px 0;
}

/*--------------- company ---------------*/

.company-list {
  letter-spacing: -.40em;
}

.company {
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 4%;
  vertical-align: top;
  width: 50%;
}
.company:nth-child(2n) {
  margin-right: 0;
  width: 46%;
}

.company p:first-child {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.link {
  color: #e60c85;
  font-size: 20px;
  line-height: 1;
  padding-left: 20px;
  text-decoration: none;
}
.link--arrow {
  background: url(../images/arrow_pink.png) no-repeat left center;
}

@media screen and (max-width: 480px) {
  .company {
    font-size: 12px;
    margin-right: 0;
    width: 100%;
  }
  .company:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }
}

/*--------------- member ---------------*/

.member {
  margin-bottom: 45px;
}

.member__name {
  font-size: 20px;
  letter-spacing: 2px;
  overflow: hidden;
  padding-left: 30px;
}

.member__name span {
  display: block;
  font-size: 12px;
  letter-spacing: normal;
}

/*--------------- faq ---------------*/

#contents_06 .contents__body {
  padding-bottom: 10px;
}

.faq {
  margin-bottom: 30px;
}

.faq__q {
  font-size: 20px;
  margin: 20px 0 30px;
}

hr {
  margin: 0 -40px;
}

@media screen and (max-width: 480px) {
  hr {
    margin: 0 -20px;
  }
}

/*--------------- btn ---------------*/

.btn {
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 48px;
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .btn {
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
}

.btn-primaly {
  background-color: #ff6347;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  height: 54px;
  padding-top: 6px;
}

@media screen and (max-width:640px) {
  .btn-primaly {
    font-size: 16px;
    padding-top: 12px;
    font-weight: 500;
  }
}

.btn-close-archive {
  display: block;
  position: fixed;
  right: 36px;
  top: 36px;
  z-index: 110;
}
.btn-close-archive img {
  height: auto;
  width: 30px;
}

@media screen and (max-width: 480px) {
  .btn {
    margin: 10px auto;
    width: 95%;
  }
  .btn-close-archive {
    right: 16px;
    top: 16px;
  }
}

.btn-pagetop-container {
  margin: 200px auto 120px;
}

@media screen and (max-width:640px) {
  .btn-pagetop-container {
    margin: 70px auto 50px;
  }
  .btn-pagetop-container img {
    height: auto;
    width: 64px;
  }
}

.btn-archive {
  background-color: var(--Link-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  padding: 5px 20px 0;
}

@media screen and (max-width:640px) {
  .btn-archive {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    padding: 6px 8px 0;
    width: 95%;
  }
}

/*--------------- aside ---------------*/

aside {
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  padding: 30px;
}

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

/*--------------- theme ---------------*/

.company-name {
  margin-bottom: 110px;
}

.company-logo {
  text-align: center;
  margin-bottom: 110px;
}

.theme__name {
  font-size: 36px;
  margin-bottom: 45px;
}

.theme {
  padding-bottom: 45px;
}

.product-list-2c li {
  float: left;
  text-align: center;
  width: 50%;
}

.product-list-3c li {
  float: left;
  text-align: center;
  width: 33.33%;
}

.product-list-3c li img {
  height: auto;
  width: 98%;
}

@media screen and (max-width: 480px) {
  .product-list-3c li {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}

.product-list-morinaga li:first-child, .product-list-morinaga li:last-child {
  padding-top: 47px;
}

.lion-ph--small {
  height: auto;
  width: 300px;
}

/*--------------- archive ---------------*/

.archive-container {
  margin: 0 auto;
  max-width: 870px;
  width: 61%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .archive-container {
    width: 90%;
    margin: 0 auto;
  }
}

.archive {
  background-color: #867e78;
}

.archive-logo {
  height: auto;
  max-width: 650px;
  width: 85%;
}

@media screen and (max-width: 480px) {
  .archive-logo {
    height: auto;
    max-width: auto;
    width: 75%;
  }
}

.archive-lead {
  color: #fff;
  padding-top: 40px;
}

.archive__nav {
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 480px) {
  .archive__nav {
    margin-bottom: 24px;
  }
}

.archive__nav li {
  display: inline-block;
  padding: 20px;
}

.archive__nav li a {
  background: url(../images/arrow_black.png) no-repeat left center;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .archive__nav li a {
    font-size: 16px;
  }
}

.archive__nav li a:hover {
  background: url(../images/arrow_orange.png) no-repeat left center;
  color: #eb543f;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .archive__nav li {
    padding: 10px;
  }
}

.archive__header {
  background-color: #666666;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.result__header {
  background-color: #231815;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.archive__header--brown {
  background-color: #5b4e43;
}

.archive__body {
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .archive__body {
    padding: 20px;
  }
}

.archive__body p {
  margin-bottom: 20px;
}

.archive_sub {
  margin: 40px 0 80px;
}

.archive_sub:first-child {
  margin-top: 0;
}

.archive_sub p {
  margin-bottom: 8px;
}

.archive__sub-header {
  border-bottom: 4px solid #333;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  width: auto;
}

a:hover {
  opacity: 0.6;
  text-decoration: underline !important;
  transition: 0.5s;
}

.company a:hover {
  opacity: 1 !important;
}

.archive__nav--2016 li {
  display: inline-block;
}

.archive__nav--2016 a {
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0 3px 0 8px;
  text-decoration: none;
}

.archive__nav--2016 a:hover {
  color: #fff99f;
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .archive__nav--2016 li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .archive__nav--2016 li a {
    border: none;
  }
}

.archive__nav--2016 li:last-child a {
  border-right: none;
}

.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
/* For IE 6/7 */
.clearfix {zoom:1;}

.clear {
  clear: both;
}

.slide li {
  text-align: center !important;
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
}

.bx-wrapper img {
  margin: 0 auto !important;
  display: block !important;
}

aside .tellink {
  color: #fff !important;
}

aside .sns-button-twitter {
  padding: 10px 10px 0 0;
}

/*--------------- entry ---------------*/

.form__header {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 70px;
}

.form__lead {
  box-sizing: border-box;
  color: #fff;
  padding: 0 20px 30px;
  width: 100%;
}

.form-row {
  border-bottom: 4px solid #fff;
  padding: 30px 20px;
  position: relative;
}
.form-row:first-child {
  border-top: 4px solid #fff;
}
.form-row > .clearfix:first-child {
  margin-bottom: 20px;
}

.btn-add {
  background: url(../images/btn_plus.png) no-repeat;
  display: block;
  height: 29px;
  margin-top: -14.5px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 50%;
  width: 29px;
}
.btn-add:hover {
  background: url(../images/btn_plus-over.png) no-repeat;
}

.btn-delete {
  background: url(../images/btn_delete.png) no-repeat;
  display: block;
  height: 29px;
  margin-top: -14.5px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 50%;
  width: 29px;
}
.btn-delete:hover {
  background: url(../images/btn_delete-over.png) no-repeat;
}

.form__label {
  color: #fff;
  font-size: 18px;
  float: left;
  width: 170px;
}

.form__field {
  color: #fff;
  float: left;
  width: 540px;
}

.form__field__sub:first-child {
  border-bottom: 4px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

input[type="text"] {
  padding: 10px;
  width: 60%;
}
textarea {
  height: 200px;
  width: 100%;
}

.kiyaku {
  color: #fff;
  padding: 50px 30px;
}
.kiyaku h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.kiyaku__check {
  color: #fff;
  margin-bottom: 50px;
}

.theme-list {
  width: 60%;
}

.theme-list li {
  float: left;
  margin-bottom: 10px;
  width: 50%;
}

.btn--entry {
  border: none;
  margin: 0 auto 50px;
}

.btn--entry:hover {
  cursor: pointer;
  opacity: 0.7;
}

.btn--entry.disabled {
  background: #ccc;
  pointer-events: none;
}

#zipcode {
  width: 100px !important;
}
#old {
  width: 50px !important;
}

.message {
  color: #fff;
  padding-bottom: 50px;
}

#partner_01,#partner_02,#partner_03,#partner_04,#partner_05,#partner_06,#partner_07,#partner_08,#partner_09,#partner_010{
  display: none;
}

#kiyaku {
  display: none;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.form-nav {
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
}

.form-nav li {
  float: left;
  width: 50%;
  text-align: center;
}

.admin_back {
  width: 100%;
  text-align: center;
}

.form-nav li button{
  background-color: #e60c85;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 90%;
}
.admin_back button{
  background-color: #666;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 90%;
}

.form-nav li:first-child button {
  background-color: #666;
}

.form-nav li button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
}

/*--------------- entry ---------------*/

.artwork {
  text-align: center;
}
.artwork img {
  height: auto;
  width: 350px;
}
.artwork a {
  color: #999;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .artwork img {
    max-width: 400px;
    width: 100%;
  }
}

/*---------------- footer ----------------*/

.site-footer {
  background-color: #fff;
  border-top: 1px solid #555;
  padding-top: 35px;
}

.footer-inner {
  margin-bottom: 64px;
  padding: 0 36px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:640px) {
  .footer-bottom {
    display: block;
    justify-content: space-between;
  }
}

.footer-sns {
  padding-right: 36px;
}
.sns-button-twitter {
  padding: 8px 10px 0 0;
}

@media screen and (max-width:640px) {
  .footer-sns {
    margin-top: 50px;
  }
  .footer-inner {
    padding: 0 18px;
  }
}

.copyright {
  display: block;
  font-size: 12px;
  padding-top: 25px;
}

@media screen and (max-width:640px) {
  .copyright {
    font-size: 10px;
    margin-bottom: 0;
  }
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}

.list-archive {
  display: flex;
  justify-content: flex-start;
}
.list-archive li {
  margin-right: 16px;
}

@media screen and (max-width:640px) {
  .list-archive {
    flex-wrap: wrap;
  }
  .list-archive li {
    margin-bottom: 10px;
    margin-right: 0;
    width: 50%;
  }
}

/*---------------- header ----------------*/

.site-header {
  box-sizing: border-box;
  padding: 36px 36px 0;
}

@media screen and (max-width:640px) {
  .site-header {
    padding: 18px 18px 0;
  }
}

/*---------- result ----------*/

.kv_result {
  text-align: center;
  width: 100%;
}

.kv_result img {
  height: 800px;
  width: auto;
}

@media screen and (max-width:640px) {
  .kv_result img {
    height: 400px;
  }
}

.site-header--home-new {
  height: 800px;
  margin-bottom: 100px;
  position: relative;
}

.top-title {
  position: static;
  margin-top: -800px;
}

@media screen and (max-width:640px) {
  .top-title {
    margin-top: -360px;
  }
  .site-header--home-new {
    height: 400px;
    position: relative;
    margin-bottom: 120px;
  }
}

.site-header--home-new a {
}

.site-logo {
  margin-bottom: 35px;
}
@media screen and (max-width:640px) {
  .site-logo img {
    width: 280px;
    height: auto;
  }
}

.site-catch {
  margin-bottom: 58px;
}

@media screen and (max-width:640px) {
  .site-catch {
    margin-bottom: 24px;
    width: 240px;
  }
  .closingday {
    width: 200px;
  }
}


/*---------- special contents ----------*/

.top-spcontents {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 font-size: 14px;
 padding: 24px;
 position: relative;
}

.top-spcontents:first-child {
  margin-bottom: 16px !important;
}

.top-spcontents-icn {
 position: absolute;
 left: -8px;
 top: -8px;
}

@media screen and (max-width:640px) {
 .top-spcontents {
   box-sizing: border-box;
   display: block;
   padding: 16px;
 }
 .top-spcontents-icn {
   position: absolute;
   left: 0;
   top: 0;
 }
}

.top-spcontents-img {
 margin-right: 24px;
}

@media screen and (max-width:640px) {
 .top-spcontents-img {
   margin-right: 0;
   height: auto;
   width: 100%;
 }
}

.header-spcontents {
 font-size: 30px;
 line-height: 1.4;
 margin-bottom: 16px;
 margin-top: -22px;
}

@media screen and (max-width:640px) {
 .header-spcontents {
   font-size: 20px;
   margin-top: 8px;
 }
}

.top-spcontents a {
  text-decoration: underline;
  transition: 0.5s;
}

.top-spcontents a:hover {
 opacity: 0.7;
}

.top-spcontents .header-spcontents a {
 color: #231815;
 text-decoration: none;
}

.fs-16 {
  font-size: 16px;
}

.movie {
  margin-bottom: 100px;
  padding-top: 40px;
  text-align: center;
}

.movie h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
.movie h2 span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width:640px) {
  .movie h2 {
    font-size: 16px;
  }
}

video {
  width: calc(100% - 32px);
  max-width: 800px;
}

.top-spcontents-img {
  height: auto;
  width: 240px;
}

.sp-contents-credit {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.4em;
}

@media screen and (max-width:640px) {
  .top-spcontents-img {
    width: 100%;
  }
}
