@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Noto+Sans+JP:400,700&subset=japanese&font-display=swap");
/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

[hidden], audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

blockquote, dd, dl, figure, p {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: dotted thin;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: .83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, kbd, samp {
  font-family: monospace, sans-serif;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub, sup {
  font-size: .83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

td, th {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

button, input {
  line-height: normal;
  vertical-align: inherit;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

button, input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  font-size: 10px;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  font-weight: 400;
  background-color: #000;
  color:#FFF;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:focus,
*:focus {
  outline: none;
}

img,
svg,
picture {
  vertical-align: top;
}

em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.wrap img {
  width: 100%;
}
.header {
  width: 100%;
  text-align: center;
}
.header img {
  width: 100%;
  max-width: 150px;
}
.main {
  width: 100%;
  text-align: center;

}
.mainTxt {
  font-size: 1.7rem;
  padding: 30px 0px;
}
.mainMovie {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.mainMovie video {
  width: 100%;
}
.mainTit {
  font-size: 2.25rem;
  font-weight: 600;
}
.aleft {
  text-align: left;
}
.bg01 {
  background: url("../images/ed_202111_bg_01.jpg");
  padding-top: 33.3%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:125px;
}

.secTit {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 50px;
}
.secTitSub {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {

  .mainTxt {
    font-size: 1.15rem;
    padding: 30px 10px;
  }

  .bg01 {
      background: url(../images/ed_202111_bg_01.jpg);
      padding-top: 33.3%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      padding: 30px 10px;
  }
  .secTit {
    font-size: 1.95rem;
    font-weight: 600;
    margin-top: 50px;
  }
}

.secSpec {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  display:flex;
  justify-content:space-around;

}
.secSpecImg {
  width:30%;
  text-align: center;
  margin: 0;
}
.secSpecImg img {
  width:100%;
}
.secSpecTxt {
  width:60%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 200%;
}
.secSpecTxt dl dt {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.secSpecTxt dl dd {
  width: 65%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .secSpec {
    width: 100%;
  }
  .secSpecTxt {
    font-size: 0.90rem;
  }
}

.secSpef {
  width: 80%;
  margin: 0 auto;
  margin-top:50px;
}
.secSpef ul {
  display:flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
.secSpef ul li {
  width: 40%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px #FFF solid;
  text-align: left;
}
.secSpef ul li .secSpefTit {
  font-size: 1.75rem;
  text-decoration: underline;
  margin-bottom: 20px;
}
.secSpef ul li .secSpefTxt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .secSpef {
    width: 100%;
  }
  .secSpef ul li {
    width: 46%;
  }
  .secSpef ul li .secSpefTit {
    font-size: 1.25rem;
  }
  .secSpef ul li .secSpefTxt {
    font-size: 1.0rem;
  }
}
.secDetail {
width: 80%;
margin: 0 auto;
margin-top: 50px;
display:-webkit-box;
display: -webkit-flex;
display:-ms-flexbox;
display: flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.secDetail .secDetailImg  {
  width: 50%;
  padding: 20px;
}
.secDetail .secDetailImg  img {
  width: 100%;
}
.secDetail .secDetailTxt  {
  width: 50%;
  padding: 20px;
  vertical-align: middle;
}
.secDetail .secDetailTxt .secDetailTxtTit {
  font-size: 1.75rem;
  margin: 20px 0;
}
.secDetail .secDetailTxt .secDetailTxtTxt {
  font-size: 1.35rem;
  line-height: 175%;
  text-align: left;
}
.box1{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
.box2{
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.box3{
-webkit-box-ordinal-group:4;
-ms-flex-order:4;
-webkit-order:4;
order:4;
}
.box4{
-webkit-box-ordinal-group:3;
-ms-flex-order:3;
-webkit-order:3;
order:3;
}
.box5{
-webkit-box-ordinal-group:5;
-ms-flex-order:5;
-webkit-order:5;
order:5;
}
.box6{
-webkit-box-ordinal-group:6;
-ms-flex-order:6;
-webkit-order:6;
order:6;
}
.box7{
-webkit-box-ordinal-group:8;
-ms-flex-order:8;
-webkit-order:8;
order:8;
}
.box8{
-webkit-box-ordinal-group:7;
-ms-flex-order:7;
-webkit-order:7;
order:7;
}
.box9{
-webkit-box-ordinal-group:9;
-ms-flex-order:9;
-webkit-order:9;
order:9;
}
.box10{
-webkit-box-ordinal-group:10;
-ms-flex-order:10;
-webkit-order:10;
order:10;
}

@media screen and (max-width: 767px) {
  .secDetail {
    width: 100%;
  }
  .secDetail .secDetailImg  {
    width: 100%;
  }
  .secDetail .secDetailTxt  {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .secDetail .secDetailTxt .secDetailTxtTit {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  .secDetail .secDetailTxt .secDetailTxtTxt {
    font-size: 1.25rem;
    line-height: 175%;
    text-align: left;
  }

  .box1{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  }
  .box2{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  }
  .box3{
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
  }
  .box4{
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
  }
  .box5{
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
  }
  .box6{
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
  }
  .box7{
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
  }
  .box8{
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
  }
  .box9{
  -webkit-box-ordinal-group:9;
  -ms-flex-order:9;
  -webkit-order:9;
  order:9;
  }
  .box10{
  -webkit-box-ordinal-group:10;
  -ms-flex-order:10;
  -webkit-order:10;
  order:10;
  }
}

.secHisTit {
  font-size: 2.25rem;
  margin: 50px 0;
}
.secLineTit {
  font-size: 2.25rem;
  padding: 50px 0;
  background-color: #FFF;
  color: #000;
}
.secLineBox {
  width: 100%;
  margin: 0 auto;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  background-color: #FFF;
}
.secLineBox .secLineItem {
  width:15%;
  margin: 20px;
}
.secLineBox .secLineItem .secLineItemImg {
  margin-bottom: 20px;
}
.secLineBox .secLineItem .secLineItemImg img {
  width:100%;
}
.secLineBox .secLineItem .secLineItemType {
  font-size: 1.5rem;
  color: #000;
}
.secLineBox .secLineItem .secLineItemPrice {
  font-size: 1.35rem;
  color: #000;
}
.secLineBox .secLineItem .secLineItemLink {
  font-size: 1.25rem;
}
.secLineBox .secLineItem .secLineItemLink a {
    display: block;
    margin-top: 15px;
    border: 1px #000 solid;
    padding: 10px;
    color: #000;
}
@media screen and (max-width: 767px) {
  .secLineBox .secLineItem {
    width:40%;
    margin: 0 0 30px 0;
  }
}

.secCopy {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #DDD;
  color: #000;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.shopLink {
  width:50%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: block;
  background: #000;
  border: 1px #FFF solid;
  padding: 15px;
  font-size: 1.5rem;
  color: #FFF;
}

a.shopLink:hover {
  color: #FFF;
  opacity: 0.8;
}

.mainMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mainMovie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
