@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
  line-height: 1; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.5;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #010101;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.76; }
  @media (max-width: 767px) {
    html {
      font-size: 5vw; } }

body {
  font-size: 0.8125rem;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    body {
      font-size: 0.8125rem;
      letter-spacing: .02em; } }

main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  font-weight: 600; }

h1,
h2 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

p {
  margin: 0; }

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
  outline: none; }
  a img {
    border: none; }
  a:focus {
    outline: none;
    outline-offset: 0; }

hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

address {
  font-style: normal; }

img {
  height: auto; }

@media all and (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto; } }

html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1521px) {
    html {
      width: 100%;
      overflow-x: hidden; } }
  @media (min-width: 768px) {
    html {
      overflow: auto; } }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }
  @media (min-width: 768px) {
    body {
      min-width: 1100px; } }

@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto; } }

@media (max-width: 767px) {
  li a {
    width: 100%;
    height: 100%;
    display: block; } }

li a:hover {
  opacity: 0.7; }

body.loading #header.nav_fixed .header_inner {
  opacity: 1; }

body > div.page #header {
  background: url("../images/dvd/bg01.jpg") left top repeat; }
  body > div.page #header .header_inner {
    padding: 2.5em .2em; }
    @media (max-width: 767px) {
      body > div.page #header .header_inner {
        padding: 1em .2em; } }
    body > div.page #header .header_inner p {
      text-align: center;
      color: #FFF;
      font-size: 40px;
      line-height: 1.125;
      font-weight: bold; }
      @media (max-width: 1520px) {
        body > div.page #header .header_inner p {
          font-size: 34px;
          font-size: 2.125rem; } }
      @media (max-width: 1200px) {
        body > div.page #header .header_inner p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media (max-width: 767px) {
        body > div.page #header .header_inner p {
          font-size: 16px;
          line-height: 1.5; } }

@media (max-width: 767px) {
  body > div.page {
    min-width: 100%; } }

body > div.page #footer {
  width: 100%;
  padding: 0;
  text-align: center; }
  body > div.page #footer .footer_inner {
    text-align: center; }
  body > div.page #footer .copyright {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    padding: 2.4em 1em;
    background: url("../images/dvd/bg01.jpg") left top repeat;
    color: #FFF;
    letter-spacing: .15em; }
    @media (max-width: 767px) {
      body > div.page #footer .copyright {
        font-size: 14px;
        line-height: 2.14286;
        padding: 1.5em 0; } }
  body > div.page #footer .footer_link {
    padding: 3em 1em;
    background: #eeeeee; }
    @media (max-width: 767px) {
      body > div.page #footer .footer_link {
        padding: 1.5em 1em; } }
    body > div.page #footer .footer_link ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    body > div.page #footer .footer_link li {
      font-size: 20px;
      line-height: 1; }
      @media (max-width: 767px) {
        body > div.page #footer .footer_link li {
          font-size: 14px;
          line-height: 1.42857; } }
      body > div.page #footer .footer_link li a {
        color: #0d0d0d; }
      body > div.page #footer .footer_link li:not(:first-child) {
        border-left: 1px solid #0d0d0d;
        padding-left: .5em;
        margin-left: .5em; }

.pc {
  display: block !important; }
  @media (max-width: 767px) {
    .pc {
      display: none !important; } }

@media (min-width: 1521px) {
  .pc-max-none {
    display: none !important; } }

@media (max-width: 767px) {
  .pc-max-none {
    display: none !important; } }

.pc-only {
  display: block !important; }
  @media (max-width: 960px) {
    .pc-only {
      display: none !important; } }
  @media (max-width: 767px) {
    .pc-only {
      display: none !important; } }

.tab {
  display: none !important; }
  @media (max-width: 960px) {
    .tab {
      display: block !important; } }

.tab-only {
  display: none !important; }
  @media (max-width: 960px) {
    .tab-only {
      display: block !important; } }
  @media (max-width: 767px) {
    .tab-only {
      display: none !important; } }

.sp {
  display: none !important; }
  @media (max-width: 767px) {
    .sp {
      display: block !important; } }

@media (max-width: 767px) {
  .sp-none {
    display: none !important; } }

#fb-root {
  display: none; }

.btn {
  position: relative;
  display: inline-block;
  min-width: 680px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 767px) {
    .btn {
      min-width: 92.5vw; } }
  .btn span {
    text-align: center;
    padding: .4em 1em;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: bold;
    color: #FFF;
    background: #ffa200;
    font-size: 40px;
    line-height: 1.25;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .btn span {
        font-size: 20px;
        line-height: 2.5;
        padding: .3em 1em; } }
  .btn:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 9px;
    left: 7px;
    background: #bc9763;
    z-index: -2; }
  .btn:hover {
    opacity: 0.8; }
    @media (max-width: 767px) {
      .btn:hover {
        min-width: 100%;
        font-size: 1.125rem;
        padding: 2px 0; } }

.section_inner {
  padding: 0 0 3.5em;
  text-align: center; }
  @media (max-width: 767px) {
    .section_inner {
      padding: 2em 0 0; } }
  .section_inner .title01 {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    background: #c0d4f2 url("../images/dvd/bg01.jpg") left top repeat;
    font-size: 50px;
    line-height: 1.24;
    color: #FFF;
    text-shadow: 5px 4px 0 #c76d00;
    padding: .6em 0; }
    @media (max-width: 767px) {
      .section_inner .title01 {
        font-size: 25px;
        line-height: 1.4; } }
  .section_inner .section_lede {
    text-align: center;
    margin-bottom: 2em; }
  .section_inner .section__contents {
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2em;
    text-align: left; }
    @media (max-width: 960px) {
      .section_inner .section__contents {
        padding-right: 0.8em;
        padding-left: 0.8em; } }
    @media (max-width: 767px) {
      .section_inner .section__contents {
        width: 100%;
        padding-right: 7.8vw;
        padding-left: 7.8vw; } }
    @media (max-width: 767px) {
      .section_inner .section__contents {
        width: 100%; } }
    .section_inner .section__contents.sub_width {
      max-width: 900px;
      padding-top: 4em;
      padding-bottom: 3.5em; }
      @media (max-width: 767px) {
        .section_inner .section__contents.sub_width {
          padding-top: 0; } }
  .section_inner .section__contents_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px; }
    @media (max-width: 767px) {
      .section_inner .section__contents_inner {
        width: 100%; } }
  .section_inner .section_block {
    width: 50%; }
    @media (max-width: 767px) {
      .section_inner .section_block {
        width: 100%; } }

.col_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .col_two .img_cap {
    margin-top: .5em; }
    @media (max-width: 767px) {
      .col_two .img_cap {
        text-align: center; } }
  .col_two.btn_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em; }
    @media (max-width: 767px) {
      .col_two.btn_block {
        display: block; } }
    .col_two.btn_block .btn {
      margin: 0 23px; }
      @media (max-width: 767px) {
        .col_two.btn_block .btn {
          margin: 0 0 1.8em; } }
  .col_two_img {
    margin-top: 2em; }
    @media (max-width: 767px) {
      .col_two_img {
        display: block; } }
    .col_two_img .item_img_area {
      width: 49%;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .col_two_img .item_img_area {
          width: 90%;
          margin-right: auto;
          margin-left: auto; } }
      .col_two_img .item_img_area .item_img {
        text-align: center;
        margin: 0 auto 2em; }
      .col_two_img .item_img_area .item_img_head {
        text-align: center;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-size: 0.9375rem;
        color: #124ea0;
        font-weight: bold;
        margin: 0 0 .5em; }
        @media (max-width: 767px) {
          .col_two_img .item_img_area .item_img_head {
            font-size: 0.8125rem;
            margin-bottom: .8em; } }
    .col_two_img.left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .col_two_img.left .item_img_area {
        width: 45%;
        text-align: center; }
        @media (max-width: 960px) {
          .col_two_img.left .item_img_area {
            width: 49%; } }
        @media (max-width: 767px) {
          .col_two_img.left .item_img_area {
            width: 90%;
            margin-right: auto;
            margin-left: auto; } }
        .col_two_img.left .item_img_area + .item_img_area {
          margin-left: 1em; }
          @media (max-width: 767px) {
            .col_two_img.left .item_img_area + .item_img_area {
              margin: 2.5em 0 !important; } }
  .col_two_txt_img {
    margin-top: 2em; }
    @media (max-width: 767px) {
      .col_two_txt_img {
        display: block; } }
    .col_two_txt_img .img_area {
      width: 47%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 0 !important;
      text-align: center; }
      @media (max-width: 767px) {
        .col_two_txt_img .img_area {
          width: 90%;
          margin-right: auto;
          margin-left: auto; } }
      .col_two_txt_img .img_area img {
        margin: 0 auto; }
    .col_two_txt_img .txt_area {
      width: 47%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .col_two_txt_img .txt_area {
          width: 100%;
          margin-top: 2em !important; } }
    .col_two_txt_img .item_img_area {
      width: 55%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 0 !important;
      text-align: center; }
      @media (max-width: 767px) {
        .col_two_txt_img .item_img_area {
          width: 90%;
          margin-right: auto;
          margin-left: auto; } }
      .col_two_txt_img .item_img_area img {
        margin: 0 auto; }
      .col_two_txt_img .item_img_area.widthS {
        width: 43%; }
        @media (max-width: 767px) {
          .col_two_txt_img .item_img_area.widthS {
            width: 90%;
            margin-right: auto;
            margin-left: auto; } }
      @media (max-width: 767px) {
        .col_two_txt_img .item_img_area.sp_widthS {
          width: 60%;
          margin-right: auto;
          margin-left: auto; } }
    .col_two_txt_img .item_txt_area {
      width: 42%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .col_two_txt_img .item_txt_area {
          width: 100%;
          margin-top: 2em !important; } }
    .col_two_txt_img.img_left .img_area {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .col_two_txt_img.img_left .txt_area {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .col_two_txt_img.border {
      border-bottom: 1px solid #c9c9c9;
      padding-bottom: 2.5em;
      margin-bottom: 2.5em; }

.txt_red {
  color: #ff3232; }

.txt_link {
  display: inline;
  color: #f8b551; }

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100));
  background: -webkit-linear-gradient(transparent 70%, #fff100 70%);
  background: -o-linear-gradient(transparent 70%, #fff100 70%);
  background: linear-gradient(transparent 70%, #fff100 70%);
  display: inline; }

b {
  font-weight: bold; }

.mbn40 {
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .mbn40 {
      margin-bottom: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#key .key_main {
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    #key .key_main {
      overflow: hidden; } }
  #key .key_main .key_img {
    background-color: #FFF;
    -webkit-animation: fadeIn 1.2s ease-in 0s 1 forwards;
    animation: fadeIn 1.2s ease-in 0s 1 forwards; }
    #key .key_main .key_img img {
      width: 100%;
      height: auto; }

#key .key_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 58%;
  max-width: 1114px;
  -webkit-animation: keyTxt 1s ease-in .3s 1 forwards;
  animation: keyTxt 1s ease-in .3s 1 forwards;
  opacity: 0; }

@-webkit-keyframes keyTxt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  60% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes keyTxt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  60% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  @media (max-width: 767px) {
    #key .key_txt {
      width: 90%;
      left: 50%;
      top: 73%;
      max-width: inherit; } }
  #key .key_txt img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      #key .key_txt img {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

#trouble__inner {
  background: url("../images/dvd/trouble_bg01.png") center top no-repeat;
  background-size: 100% auto;
  padding: 3.5em 0 0; }
  @media (max-width: 767px) {
    #trouble__inner {
      background: url("../images/dvd/trouble_bg01_sp.png") center top no-repeat;
      background-size: 100% auto;
      padding-top: 2em; } }
  #trouble__inner .title {
    font-size: 55px;
    line-height: 1.45455;
    text-shadow: 4px  4px 3px #ffffff, -4px  4px 3px #ffffff, 4px -4px 3px #ffffff, -4px -4px 3px #ffffff, 4px  0px 3px #ffffff, 0px  4px 3px #ffffff, -4px  0px 3px #ffffff, 0px -4px 3px #ffffff; }
    @media (max-width: 767px) {
      #trouble__inner .title {
        font-size: 18px;
        font-size: 1.125rem; } }
  #trouble__inner .section__contents {
    padding: 70px 100px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: inherit;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative; }
    @media (max-width: 1500px) {
      #trouble__inner .section__contents {
        padding-right: 40px; } }
    @media (max-width: 767px) {
      #trouble__inner .section__contents {
        padding: 15vw 0 0; } }
    #trouble__inner .section__contents .txt_area {
      max-width: 1920px;
      position: relative;
      padding: 340px 0 50px 0; }
      @media (max-width: 1500px) {
        #trouble__inner .section__contents .txt_area {
          padding-top: 220px; } }
      @media (max-width: 767px) {
        #trouble__inner .section__contents .txt_area {
          padding: 0 0 0 4vw; } }
      #trouble__inner .section__contents .txt_area .line {
        font-size: 40px;
        line-height: 1.25;
        font-family: a-otf-midashi-mi-ma31-pr6n, serif;
        display: inline;
        position: absolute; }
        @media (max-width: 1500px) {
          #trouble__inner .section__contents .txt_area .line {
            font-size: 34px;
            font-size: 2.125rem; } }
        @media (max-width: 1200px) {
          #trouble__inner .section__contents .txt_area .line {
            font-size: 30px;
            font-size: 1.875rem; } }
        @media (max-width: 767px) {
          #trouble__inner .section__contents .txt_area .line {
            position: static;
            font-size: 17.4px;
            line-height: 1.62529; }
            #trouble__inner .section__contents .txt_area .line:not(:first-child):before {
              content: "\A\A";
              white-space: pre; } }
      #trouble__inner .section__contents .txt_area .text01 {
        top: 0;
        left: 4.3em; }
        @media (max-width: 1500px) {
          #trouble__inner .section__contents .txt_area .text01 {
            left: 3em; } }
        @media (max-width: 1200px) {
          #trouble__inner .section__contents .txt_area .text01 {
            left: 2em; } }
      #trouble__inner .section__contents .txt_area .text02 {
        top: 2.2em;
        left: 4.3em; }
        @media (max-width: 1500px) {
          #trouble__inner .section__contents .txt_area .text02 {
            left: 3em; } }
        @media (max-width: 1200px) {
          #trouble__inner .section__contents .txt_area .text02 {
            left: 2em; } }
      #trouble__inner .section__contents .txt_area .text03 {
        top: 4.4em;
        left: 2em; }
        @media (max-width: 1500px) {
          #trouble__inner .section__contents .txt_area .text03 {
            left: 1em; } }
        @media (max-width: 1200px) {
          #trouble__inner .section__contents .txt_area .text03 {
            left: .2em; } }
      #trouble__inner .section__contents .txt_area .text04 {
        font-size: 30px;
        line-height: 1.66667;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
        margin: 0 0 0 100px; }
        @media (max-width: 1500px) {
          #trouble__inner .section__contents .txt_area .text04 {
            font-size: 24px;
            font-size: 1.5rem; } }
        @media (max-width: 1200px) {
          #trouble__inner .section__contents .txt_area .text04 {
            font-size: 20px;
            font-size: 1.25rem; } }
        @media (max-width: 767px) {
          #trouble__inner .section__contents .txt_area .text04 {
            margin: 10vw 2.5vw 1em;
            font-size: 14px;
            line-height: 1.71429;
            letter-spacing: .1em; } }
    #trouble__inner .section__contents .img_area {
      width: 565px;
      position: absolute;
      right: 100px;
      bottom: 0;
      z-index: -1; }
      @media (max-width: 1500px) {
        #trouble__inner .section__contents .img_area {
          right: 40px;
          width: 400px; } }
      @media (max-width: 1200px) {
        #trouble__inner .section__contents .img_area {
          right: 0; } }
      @media (max-width: 767px) {
        #trouble__inner .section__contents .img_area {
          width: 27.5vw;
          bottom: auto;
          top: 28vw; } }

#allday__inner {
  padding-top: 0; }
  #allday__inner .title01 {
    font-size: 43px;
    line-height: 1.44186; }
    @media (max-width: 1520px) {
      #allday__inner .title01 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      #allday__inner .title01 {
        font-size: 19.65px;
        line-height: 1.42494; } }
    #allday__inner .title01 strong {
      font-size: 56px;
      line-height: 1.10714; }
      @media (max-width: 1520px) {
        #allday__inner .title01 strong {
          font-size: 52px;
          font-size: 3.25rem; } }
      @media (max-width: 767px) {
        #allday__inner .title01 strong {
          font-size: 25.26px;
          line-height: 1.10847; } }
  #allday__inner .section__contents {
    padding-top: 80px; }
    @media (max-width: 767px) {
      #allday__inner .section__contents {
        padding: 9vw 0 3em; } }
    #allday__inner .section__contents .scroll_warp {
      overflow-y: hidden;
      overflow-x: auto;
      padding-bottom: 16px;
      -webkit-overflow-scrolling: touch; }
      @media (max-width: 767px) {
        #allday__inner .section__contents .scroll_warp {
          padding: 0 8vw 16px; } }
    #allday__inner .section__contents .allday_list_block {
      width: 1320px;
      background: url("../images/dvd/allday_list_bg.jpg") left top repeat;
      margin: 0 auto;
      border: 3px solid #ff8a00;
      position: relative;
      font-family: fot-tsukubrdgothic-std, sans-serif;
      padding: 30px 42px 38px 53px; }
      @media (max-width: 1520px) {
        #allday__inner .section__contents .allday_list_block {
          max-width: 96%;
          padding: 2em 2em;
          min-width: 950px; } }
      @media (max-width: 767px) {
        #allday__inner .section__contents .allday_list_block {
          max-width: inherit;
          width: 200%;
          min-width: 200%;
          padding: 10px 5.6vw 16px; } }
      #allday__inner .section__contents .allday_list_block:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 16px;
        right: -12px;
        background-color: #bc9763;
        z-index: -1; }
        @media (max-width: 767px) {
          #allday__inner .section__contents .allday_list_block:before {
            top: 7px;
            right: -7px; } }
      #allday__inner .section__contents .allday_list_block h3 {
        font-size: 53px;
        line-height: 1;
        color: #b28850;
        text-align: center; }
        @media (max-width: 767px) {
          #allday__inner .section__contents .allday_list_block h3 {
            font-size: 20px;
            font-size: 1.25rem; } }
      #allday__inner .section__contents .allday_list_block .allday_list_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 30px 12px 35px 8px; }
        @media (max-width: 767px) {
          #allday__inner .section__contents .allday_list_block .allday_list_detail {
            padding: 10px 2vw 18px 1.25vw; } }
        #allday__inner .section__contents .allday_list_block .allday_list_detail li {
          position: relative;
          z-index: 2;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
          @media (max-width: 1520px) {
            #allday__inner .section__contents .allday_list_block .allday_list_detail li {
              width: calc(100% / 7 - 15px); } }
          @media (max-width: 767px) {
            #allday__inner .section__contents .allday_list_block .allday_list_detail li {
              width: calc(100% / 7 - 5vw); } }
          #allday__inner .section__contents .allday_list_block .allday_list_detail li .text {
            border-radius: 10px;
            padding: 55px 45px 130px;
            border: 4px solid #ff8a00;
            background-color: #ffffff;
            word-break: keep-all;
            font-weight: bold;
            color: #ff8a00;
            font-size: 50px;
            line-height: 1;
            height: 100%; }
            @media all and (-ms-high-contrast: none) {
              #allday__inner .section__contents .allday_list_block .allday_list_detail li .text {
                padding-right: 55px;
                padding-left: 30px; } }
            @media (max-width: 1520px) {
              #allday__inner .section__contents .allday_list_block .allday_list_detail li .text {
                padding: 1em 0 2em;
                margin: auto;
                font-size: 46px;
                font-size: 2.875rem;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; } }
  @media all and (max-width: 1520px) and (-ms-high-contrast: none) {
    #allday__inner .section__contents .allday_list_block .allday_list_detail li .text {
      padding-right: .5em; } }
            @media (max-width: 767px) {
              #allday__inner .section__contents .allday_list_block .allday_list_detail li .text {
                font-size: 18px;
                font-size: 1.125rem; } }
          #allday__inner .section__contents .allday_list_block .allday_list_detail li:before {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 10px;
            left: 8px;
            background-color: #f0cda1;
            border-radius: 10px;
            z-index: -1; }
            @media (max-width: 767px) {
              #allday__inner .section__contents .allday_list_block .allday_list_detail li:before {
                left: 7px; } }
      #allday__inner .section__contents .allday_list_block .allday_list_time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #allday__inner .section__contents .allday_list_block .allday_list_time li {
          color: #b28850;
          font-size: 30px;
          line-height: 1.66667;
          border-top: 4px solid #b28850;
          padding: 16px 0 0;
          width: calc(100% / 7);
          font-weight: bold;
          position: relative; }
          @media (max-width: 1520px) {
            #allday__inner .section__contents .allday_list_block .allday_list_time li {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media (max-width: 767px) {
            #allday__inner .section__contents .allday_list_block .allday_list_time li {
              font-size: 13px;
              font-size: 0.8125rem;
              border-top: 2px solid #b28850;
              padding-top: .6em; } }
          #allday__inner .section__contents .allday_list_block .allday_list_time li:before {
            content: "";
            display: block;
            height: 29px;
            width: 29px;
            position: absolute;
            top: -14.5px;
            left: 0;
            background-color: #b28850;
            border-radius: 50%; }
            @media (max-width: 767px) {
              #allday__inner .section__contents .allday_list_block .allday_list_time li:before {
                height: 3.2vw;
                width: 3.2vw;
                top: calc(-1.6vw - 1px); } }
          #allday__inner .section__contents .allday_list_block .allday_list_time li:last-child:after {
            content: "";
            display: block;
            height: 29px;
            width: 29px;
            position: absolute;
            top: -14.5px;
            right: 0;
            background-color: #b28850;
            border-radius: 50%; }
            @media (max-width: 767px) {
              #allday__inner .section__contents .allday_list_block .allday_list_time li:last-child:after {
                height: 3.2vw;
                width: 3.2vw;
                top: calc(-1.6vw - 1px); } }
    #allday__inner .section__contents .txt_area {
      text-align: center;
      font-size: 30px;
      line-height: 1.66667;
      padding: 63px 0 0; }
      @media (max-width: 1520px) {
        #allday__inner .section__contents .txt_area {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        #allday__inner .section__contents .txt_area {
          font-size: 14px;
          line-height: 1.71429;
          padding-top: 20px; } }
      #allday__inner .section__contents .txt_area ul {
        margin-bottom: 1.5em; }
        #allday__inner .section__contents .txt_area ul li {
          font-weight: bold; }
      #allday__inner .section__contents .txt_area p:not(:last-child) {
        margin-bottom: 1em; }
      #allday__inner .section__contents .txt_area p.bold {
        font-size: 45px;
        line-height: 1.33333;
        font-weight: bold; }
        @media (max-width: 1520px) {
          #allday__inner .section__contents .txt_area p.bold {
            font-size: 40px;
            font-size: 2.5rem; } }
        @media (max-width: 1200px) {
          #allday__inner .section__contents .txt_area p.bold {
            font-size: 34px;
            font-size: 2.125rem; } }
        @media (max-width: 767px) {
          #allday__inner .section__contents .txt_area p.bold {
            font-size: 18.5px;
            line-height: 1.35135; } }
        #allday__inner .section__contents .txt_area p.bold strong {
          font-size: 55px;
          line-height: 1.09091;
          color: #ff8a00; }
          @media (max-width: 1520px) {
            #allday__inner .section__contents .txt_area p.bold strong {
              font-size: 50px;
              font-size: 3.125rem; } }
          @media (max-width: 1200px) {
            #allday__inner .section__contents .txt_area p.bold strong {
              font-size: 44px;
              font-size: 2.75rem; } }
          @media (max-width: 767px) {
            #allday__inner .section__contents .txt_area p.bold strong {
              font-size: 22.6px;
              line-height: 1.10619; } }
    #allday__inner .section__contents .img_area {
      max-width: 565px; }

.dvdinfo__inner {
  padding-top: 0; }
  .dvdinfo__inner .title {
    max-width: 1360px;
    margin: 0 auto; }
    @media (max-width: 1520px) {
      .dvdinfo__inner .title {
        padding: 0 1.5em; } }
    @media (max-width: 767px) {
      .dvdinfo__inner .title {
        padding: 0; } }
  .dvdinfo__inner .section__contents {
    margin-top: -70px;
    max-width: inherit;
    background: url("../images/dvd/dvdinfo_bg01.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 120px 0 80px; }
    @media (max-width: 767px) {
      .dvdinfo__inner .section__contents {
        margin-top: -7vw;
        padding: 12vw 0;
        background: url("../images/dvd/dvdinfo_bg01_sp.jpg") center top no-repeat;
        background-size: 100% auto; } }
  .dvdinfo__inner .dvdinfo_video_area {
    text-align: center;
    max-width: 1110px;
    margin: 0 auto 140px; }
    @media (max-width: 1200px) {
      .dvdinfo__inner .dvdinfo_video_area {
        padding-right: 3em;
        padding-left: 3em; } }
    @media (max-width: 767px) {
      .dvdinfo__inner .dvdinfo_video_area {
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-bottom: 13vw; } }
    .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video_txt {
      color: #ab600f;
      font-weight: bold;
      font-size: 40px;
      line-height: 1.25;
      text-shadow: 4px  4px 3px #ffffff, -4px  4px 3px #ffffff, 4px -4px 3px #ffffff, -4px -4px 3px #ffffff, 4px  0px 3px #ffffff, 0px  4px 3px #ffffff, -4px  0px 3px #ffffff, 0px -4px 3px #ffffff; }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video_txt {
          font-size: 15px;
          line-height: 1.73333; } }
    .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video {
      margin-top: 60px; }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video {
          margin-top: 7vw; } }
      .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video .iframe {
        width: 100%;
        position: relative;
        padding-top: 56.25%; }
        .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video .iframe iframe {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%; }
      .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video img, .dvdinfo__inner .dvdinfo_video_area .dvdinfo_video video {
        width: 100%;
        height: auto; }
  .dvdinfo__inner .dvd_detail {
    background: url("../images/dvd/dvdinfo_bg02.png") center 170px no-repeat;
    background-size: cover;
    padding-bottom: 140px;
    position: relative; }
    @media (max-width: 767px) {
      .dvdinfo__inner .dvd_detail {
        background: url("../images/dvd/dvdinfo_bg02_sp.png") center 10vw no-repeat;
        background-size: cover;
        padding-bottom: 10vw; } }
    .dvdinfo__inner .dvd_detail:after {
      content: "";
      background: url("../images/dvd/dvdinfo_bg03.png") left bottom repeat-x;
      display: block;
      height: 15px;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    @media (max-width: 1200px) {
      .dvdinfo__inner .dvd_detail {
        padding-right: 2em;
        padding-left: 2em; } }
    @media (max-width: 767px) {
      .dvdinfo__inner .dvd_detail {
        padding-right: 2.5vw;
        padding-left: 2.5vw; } }
    .dvdinfo__inner .dvd_detail h3 {
      max-width: 1154px;
      margin: 0 auto 0; }
    .dvdinfo__inner .dvd_detail .disc_info_area {
      color: #FFF;
      max-width: 1390px;
      margin: 80px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      letter-spacing: .2em; }
      @media (max-width: 1520px) {
        .dvdinfo__inner .dvd_detail .disc_info_area {
          padding-right: 1em;
          padding-left: 1em; } }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvd_detail .disc_info_area {
          display: block;
          padding-right: 2.5vw;
          padding-left: 2.5vw;
          margin-top: 3em; } }
      .dvdinfo__inner .dvd_detail .disc_info_area .disc_info {
        width: 47.4%; }
        @media (max-width: 1520px) {
          .dvdinfo__inner .dvd_detail .disc_info_area .disc_info {
            width: 48%; } }
        @media (max-width: 767px) {
          .dvdinfo__inner .dvd_detail .disc_info_area .disc_info {
            width: 100%;
            margin-bottom: 2.5em; } }
        .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_tit {
          font-size: 40px;
          line-height: 1.125;
          margin-bottom: 1em; }
          @media (max-width: 1520px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_tit {
              font-size: 34px;
              font-size: 2.125rem; } }
          @media (max-width: 767px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_tit {
              font-size: 20px;
              font-size: 1.25rem; } }
        .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_txt {
          font-size: 30px;
          line-height: 1.5;
          margin-bottom: 1em; }
          @media (max-width: 1520px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_txt {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media (max-width: 767px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_txt {
              font-size: 14px;
              line-height: 1.71429; } }
        .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_list {
          font-size: 30px;
          line-height: 1.5; }
          @media (max-width: 1520px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_list {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media (max-width: 767px) {
            .dvdinfo__inner .dvd_detail .disc_info_area .disc_info .disc_info_list {
              font-size: 14px;
              line-height: 1.71429; } }
  .dvdinfo__inner .dvd_try {
    text-align: center;
    padding: 4em 2em 0;
    font-weight: bold;
    max-width: 1240px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .dvdinfo__inner .dvd_try {
        padding: 2em 0; } }
    .dvdinfo__inner .dvd_try .dvd_try_txt_wrap {
      text-align: left; }
    .dvdinfo__inner .dvd_try .dvd_try_txt01 {
      color: #ff2828;
      font-size: 57px;
      line-height: 1;
      padding-bottom: 29px;
      display: inline-block;
      position: relative;
      -webkit-transform: rotate(-5.49deg);
      -ms-transform: rotate(-5.49deg);
      transform: rotate(-5.49deg);
      margin-left: 1em; }
      @media (max-width: 1200px) {
        .dvdinfo__inner .dvd_try .dvd_try_txt01 {
          font-size: 50px;
          font-size: 3.125rem; } }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvd_try .dvd_try_txt01 {
          font-size: 23.87px;
          line-height: 1;
          padding-bottom: .6em;
          margin-left: 2em;
          margin-bottom: 1em; } }
      .dvdinfo__inner .dvd_try .dvd_try_txt01:before, .dvdinfo__inner .dvd_try .dvd_try_txt01:after {
        content: "";
        background: #ff0000;
        display: block;
        height: 5px;
        width: 92%;
        position: absolute; }
        @media (max-width: 767px) {
          .dvdinfo__inner .dvd_try .dvd_try_txt01:before, .dvdinfo__inner .dvd_try .dvd_try_txt01:after {
            height: 2px; } }
      .dvdinfo__inner .dvd_try .dvd_try_txt01:before {
        bottom: 11px;
        left: 0; }
        @media (max-width: 767px) {
          .dvdinfo__inner .dvd_try .dvd_try_txt01:before {
            bottom: 5px; } }
      .dvdinfo__inner .dvd_try .dvd_try_txt01:after {
        bottom: 0;
        right: 0; }
    .dvdinfo__inner .dvd_try p {
      font-size: 50px;
      line-height: 1.8;
      text-align: center; }
      @media (max-width: 1200px) {
        .dvdinfo__inner .dvd_try p {
          font-size: 44px;
          font-size: 2.75rem; } }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvd_try p {
          font-size: 20.88px;
          font-size: 1.305rem; } }
      @media (max-width: 767px) {
        .dvdinfo__inner .dvd_try p .sp_mb {
          display: inline-block;
          margin-bottom: .7em; } }
      .dvdinfo__inner .dvd_try p .line {
        font-size: 50px;
        line-height: 1.8; }
        @media (max-width: 1200px) {
          .dvdinfo__inner .dvd_try p .line {
            font-size: 44px;
            font-size: 2.75rem; } }
        @media (max-width: 767px) {
          .dvdinfo__inner .dvd_try p .line {
            font-size: 25.73px;
            line-height: 1.34124; } }
        .dvdinfo__inner .dvd_try p .line strong {
          color: #ff3232; }
          @media (max-width: 767px) {
            .dvdinfo__inner .dvd_try p .line strong {
              font-size: 30.88px;
              line-height: 1.11755;
              margin: 0; } }
      .dvdinfo__inner .dvd_try p strong {
        font-size: 60px;
        line-height: 1.66667; }
        @media (max-width: 1200px) {
          .dvdinfo__inner .dvd_try p strong {
            font-size: 54px;
            font-size: 3.375rem; } }
        @media (max-width: 767px) {
          .dvdinfo__inner .dvd_try p strong {
            font-size: 25px;
            line-height: 1.4;
            margin-top: 1em;
            display: inline-block; } }
    .dvdinfo__inner .dvd_try .btn {
      margin-top: 2.5em; }

#difference__inner {
  padding-bottom: 0; }
  #difference__inner .section__contents {
    padding: 0;
    max-width: inherit; }
  #difference__inner .past_block {
    background: url("../images/dvd/difference_past_img01.png") left bottom no-repeat;
    padding-top: 6em;
    padding-bottom: 8em; }
    @media (max-width: 767px) {
      #difference__inner .past_block {
        background: url("../images/dvd/difference_past_img01_sp.png") left 9.6vw no-repeat;
        background-size: 38.75vw;
        padding-top: 5vw;
        padding-bottom: 1px; } }
    #difference__inner .past_block .past_title {
      font-size: 40px;
      line-height: 1.25;
      text-align: center;
      margin-bottom: 1.6em; }
      @media (max-width: 767px) {
        #difference__inner .past_block .past_title {
          font-size: 18px;
          line-height: 1.72222; } }
    #difference__inner .past_block .past_list {
      max-width: 1520px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 20px;
      padding-left: 20px;
      max-width: 1450px; }
      @media (max-width: 960px) {
        #difference__inner .past_block .past_list {
          padding-right: 0.8em;
          padding-left: 0.8em; } }
      @media (max-width: 767px) {
        #difference__inner .past_block .past_list {
          width: 100%;
          padding-right: 7.8vw;
          padding-left: 7.8vw; } }
      @media (max-width: 1520px) {
        #difference__inner .past_block .past_list {
          width: 85%; } }
      @media (max-width: 1200px) {
        #difference__inner .past_block .past_list {
          width: 92%; } }
      @media (max-width: 767px) {
        #difference__inner .past_block .past_list {
          width: 100%;
          padding: 0 1em 0 7.5vw; } }
      #difference__inner .past_block .past_list li {
        font-size: 35px;
        line-height: 1.42857;
        background: url("../images/dvd/difference_past_ico01.png") left center no-repeat;
        padding-left: 117px;
        margin-bottom: 1.54em;
        text-shadow: 3px  3px 3px #ffffff, -3px  3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px  0px 3px #ffffff, 0px  3px 3px #ffffff, -3px  0px 3px #ffffff, 0px -3px 3px #ffffff;
        letter-spacing: .05em; }
        @media (max-width: 1520px) {
          #difference__inner .past_block .past_list li {
            font-size: 30px;
            font-size: 1.875rem; } }
        @media (max-width: 767px) {
          #difference__inner .past_block .past_list li {
            font-size: 16px;
            line-height: 1.5;
            padding-left: 17vw;
            background-size: 13.8vw auto;
            text-shadow: none;
            letter-spacing: .15em; } }
  #difference__inner .resolve_block {
    background: url("../images/dvd/difference_resolve_bg01.jpg") left top repeat;
    position: relative;
    padding-bottom: 5px; }
    #difference__inner .resolve_block .resolve_title {
      color: #FFF;
      background: #ff7800;
      font-size: 45px;
      line-height: 1.11111;
      text-align: center;
      padding: 1.22em 1em;
      position: relative;
      margin-bottom: 190px; }
      @media (max-width: 1700px) {
        #difference__inner .resolve_block .resolve_title {
          padding-right: 10%; } }
      @media (max-width: 1520px) {
        #difference__inner .resolve_block .resolve_title {
          font-size: 40px;
          font-size: 2.5rem; } }
  @media all and (max-width: 1520px) and (-ms-high-contrast: none) {
    #difference__inner .resolve_block .resolve_title {
      font-size: 34px;
      font-size: 2.125rem; } }
      @media (max-width: 1310px) {
        #difference__inner .resolve_block .resolve_title {
          font-size: 34px;
          font-size: 2.125rem; } }
  @media all and (max-width: 1310px) and (-ms-high-contrast: none) {
    #difference__inner .resolve_block .resolve_title {
      font-size: 30px;
      font-size: 1.875rem; } }
      @media (max-width: 767px) {
        #difference__inner .resolve_block .resolve_title {
          font-size: 21.66px;
          line-height: 1.38504;
          padding: 0.5em;
          margin-bottom: 15vw; } }
      #difference__inner .resolve_block .resolve_title:after {
        content: "";
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 90px 165px 0 165px;
        border-color: #ff7800 transparent transparent transparent;
        position: absolute;
        right: 0;
        bottom: -89px;
        left: 0;
        margin: auto; }
        @media (max-width: 767px) {
          #difference__inner .resolve_block .resolve_title:after {
            content: none; } }
    #difference__inner .resolve_block .resolve_img {
      position: absolute;
      top: -61px;
      right: 0; }
      @media (max-width: 1700px) {
        #difference__inner .resolve_block .resolve_img {
          max-width: 20%;
          top: -20px; } }
    #difference__inner .resolve_block .resolve_list {
      max-width: 1470px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      @media (max-width: 1520px) {
        #difference__inner .resolve_block .resolve_list {
          padding: 0 2em; } }
      @media (max-width: 767px) {
        #difference__inner .resolve_block .resolve_list {
          padding: 0 2.5vw; } }
      #difference__inner .resolve_block .resolve_list li {
        position: relative;
        background: url("../images/dvd/difference_resolve_bg02.jpg") left top repeat;
        padding: 2em 1em 1em 1.8em;
        font-size: 35px;
        line-height: 1.42857;
        color: #b13e00;
        font-weight: bold;
        margin-bottom: 115px;
        border: 7px solid #ff7800;
        border-radius: 10px;
        position: relative; }
        @media (max-width: 1520px) {
          #difference__inner .resolve_block .resolve_list li {
            font-size: 30px;
            font-size: 1.875rem; } }
        @media (max-width: 767px) {
          #difference__inner .resolve_block .resolve_list li {
            padding: 1.8em 3vw 1.5em 6vw;
            font-size: 16px;
            line-height: 1.625;
            margin-bottom: 18vw; } }
        #difference__inner .resolve_block .resolve_list li:after {
          content: "";
          display: block;
          height: calc(100% + 7px);
          width: calc(100% + 7px);
          position: absolute;
          top: 12px;
          left: 9px;
          background-color: RGBA(177, 62, 0, 0.5);
          border-radius: 10px;
          z-index: -1; }
        @media (max-width: 767px) {
          #difference__inner .resolve_block .resolve_list li:nth-child(3) h4 img {
            width: 102%;
            max-width: inherit; } }
        @media (max-width: 767px) {
          #difference__inner .resolve_block .resolve_list li:nth-child(4) {
            padding-top: 3.5em; } }
        #difference__inner .resolve_block .resolve_list li h4 {
          position: absolute;
          top: -61px;
          left: 27px; }
          @media (max-width: 767px) {
            #difference__inner .resolve_block .resolve_list li h4 {
              top: -11vw;
              left: 0;
              right: 0; } }
          #difference__inner .resolve_block .resolve_list li h4 img {
            height: 108px;
            width: auto; }
            @media (max-width: 1200px) {
              #difference__inner .resolve_block .resolve_list li h4 img {
                height: 98px; } }
            @media (max-width: 767px) {
              #difference__inner .resolve_block .resolve_list li h4 img {
                height: auto;
                width: 98%;
                margin: auto; } }
        #difference__inner .resolve_block .resolve_list li p {
          text-shadow: 6px  6px 4px #ffffff, -6px  6px 4px #ffffff, 6px -6px 4px #ffffff, -6px -6px 4px #ffffff, 6px  0px 4px #ffffff, 0px  6px 4px #ffffff, -6px  0px 4px #ffffff, 0px -6px 4px #ffffff;
          letter-spacing: .1em; }

#expert__inner {
  padding-bottom: 0; }
  @media (max-width: 1570px) {
    #expert__inner .title01 .pc-max-none {
      display: block !important; } }
  @media (max-width: 1570px) and (max-width: 767px) {
    #expert__inner .title01 .pc-max-none {
      display: none !important; } }
  #expert__inner .section__contents {
    padding: 0;
    max-width: inherit; }
  #expert__inner .expert_block {
    text-align: center;
    padding: 5em .5em;
    background: url("../images/dvd/expert_bg01.png") center 122px no-repeat; }
    @media (max-width: 767px) {
      #expert__inner .expert_block {
        padding: 9vw 0.3em;
        background: url("../images/dvd/expert_bg01_sp.png") left 40vw no-repeat;
        background-size: 37vw auto; } }
    #expert__inner .expert_block .expert_text {
      font-size: 40px;
      line-height: 1.375;
      margin-bottom: 1em;
      font-weight: bold; }
      @media (max-width: 1520px) {
        #expert__inner .expert_block .expert_text {
          font-size: 34px;
          font-size: 2.125rem; } }
      @media (max-width: 1200px) {
        #expert__inner .expert_block .expert_text {
          font-size: 32px;
          font-size: 2rem; } }
      @media (max-width: 767px) {
        #expert__inner .expert_block .expert_text {
          font-size: 16px;
          line-height: 1.875; } }
      #expert__inner .expert_block .expert_text strong {
        font-size: 50px;
        line-height: 1.1; }
        @media (max-width: 1520px) {
          #expert__inner .expert_block .expert_text strong {
            font-size: 44px;
            font-size: 2.75rem; } }
        @media (max-width: 1200px) {
          #expert__inner .expert_block .expert_text strong {
            font-size: 42px;
            font-size: 2.625rem; } }
        @media (max-width: 767px) {
          #expert__inner .expert_block .expert_text strong {
            font-size: 24px;
            line-height: 1.25; } }
        #expert__inner .expert_block .expert_text strong.txt_red {
          font-size: 50px;
          line-height: 1.2; }
          @media (max-width: 1520px) {
            #expert__inner .expert_block .expert_text strong.txt_red {
              font-size: 44px;
              font-size: 2.75rem; } }
          @media (max-width: 1200px) {
            #expert__inner .expert_block .expert_text strong.txt_red {
              font-size: 42px;
              font-size: 2.625rem; } }
          @media (max-width: 767px) {
            #expert__inner .expert_block .expert_text strong.txt_red {
              font-size: 20px;
              line-height: 1.5; } }
    #expert__inner .expert_block .expert_list {
      margin-bottom: 1.5em; }
      #expert__inner .expert_block .expert_list li {
        margin-bottom: .8em; }
        @media (max-width: 767px) {
          #expert__inner .expert_block .expert_list li {
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: .9em; } }
  #expert__inner .trainer_block {
    background: url("../images/dvd/expert_bg02.jpg") left top repeat;
    padding: 110px 1em 90px;
    position: relative; }
    @media (max-width: 1520px) {
      #expert__inner .trainer_block {
        padding-right: 2em;
        padding-left: 2em; } }
    @media (max-width: 767px) {
      #expert__inner .trainer_block {
        padding: 0 0 2em; } }
    #expert__inner .trainer_block .trainer_title {
      background: #ff9600;
      color: #FFF;
      display: inline;
      padding: .5em;
      font-size: 40px;
      line-height: 1.25;
      position: absolute;
      top: -44px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      min-width: 538px;
      text-align: center; }
      @media (max-width: 767px) {
        #expert__inner .trainer_block .trainer_title {
          min-width: inherit;
          position: static;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0);
          display: block;
          font-size: 27px;
          line-height: 1.2963;
          margin-bottom: 8.75vw; } }
    #expert__inner .trainer_block .trainer_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1390px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #expert__inner .trainer_block .trainer_info {
          display: block;
          margin: 0 4vw; } }
      #expert__inner .trainer_block .trainer_info .trainer_img {
        margin-right: 70px;
        width: 26%; }
        @media (max-width: 767px) {
          #expert__inner .trainer_block .trainer_info .trainer_img {
            width: 100%;
            margin: 0 0 6vw; } }
      #expert__inner .trainer_block .trainer_info .trainer_detail {
        width: calc(74% - 70px);
        color: #0d0d0d;
        font-weight: bold; }
        @media (max-width: 767px) {
          #expert__inner .trainer_block .trainer_info .trainer_detail {
            width: 100%; } }
        #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name {
          font-size: 40px;
          line-height: 1.25;
          border-bottom: 5px solid #0d0d0d;
          padding-bottom: 5px;
          margin-bottom: .7em; }
          @media (max-width: 1520px) {
            #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name {
              font-size: 34px;
              font-size: 2.125rem; } }
          @media (max-width: 767px) {
            #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name {
              font-size: 20px;
              line-height: 1.9;
              padding-bottom: 0; } }
          #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name span {
            font-size: 30px;
            line-height: 1.83333;
            margin-left: 1em; }
            @media (max-width: 1520px) {
              #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name span {
                font-size: 24px;
                font-size: 1.5rem; } }
            @media (max-width: 767px) {
              #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_name span {
                font-size: 14px;
                line-height: 2.71429; } }
        #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_text {
          font-size: 35px;
          line-height: 1.57143; }
          @media (max-width: 1520px) {
            #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_text {
              font-size: 30px;
              font-size: 1.875rem; } }
          @media (max-width: 767px) {
            #expert__inner .trainer_block .trainer_info .trainer_detail .trainer_text {
              font-size: 14px;
              line-height: 1.71429; } }

#uservoice__inner {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #uservoice__inner {
      padding-top: 0; } }
  #uservoice__inner .section__contents {
    padding: 4em 1em 0;
    max-width: inherit;
    text-align: center; }
    @media (max-width: 1200px) {
      #uservoice__inner .section__contents {
        padding-right: 3em;
        padding-left: 3em; } }
    @media (max-width: 767px) {
      #uservoice__inner .section__contents {
        padding: 2.2em 4.4vw 0; } }
  #uservoice__inner .uservoice_text {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 1.7em;
    color: #0d0d0d;
    font-weight: bold; }
    @media (max-width: 1520px) {
      #uservoice__inner .uservoice_text {
        font-size: 34px;
        font-size: 2.125rem; } }
    @media (max-width: 1200px) {
      #uservoice__inner .uservoice_text {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media (max-width: 767px) {
      #uservoice__inner .uservoice_text {
        font-size: 16px;
        line-height: 1.625; } }
  #uservoice__inner .uservoice_video {
    margin-top: 60px;
    max-width: 1114px;
    margin: 0 auto 7.5em; }
    @media (max-width: 767px) {
      #uservoice__inner .uservoice_video {
        margin-bottom: 2.5em; } }
    #uservoice__inner .uservoice_video .iframe {
      width: 100%;
      position: relative;
      padding-top: 56.25%; }
      #uservoice__inner .uservoice_video .iframe iframe {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%; }
    #uservoice__inner .uservoice_video img, #uservoice__inner .uservoice_video video {
      width: 100%;
      height: auto; }

/*-------------------------------------------------toppage*/
