@charset "UTF-8";

/* ================================================================= */
/* ======================== 0 〜 824px以上 =========================== */
/* ============================================================== */

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

 .overlay {
   display: none;
   position: fixed;
   top: -10px;
   left: 0;
   right: 0;
   bottom: -10px;
   background-color: rgba(0, 0, 0, .9);
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1001;
 }
 .overlay .container {
   display: table;
   padding: 10px 0;
   width: 100%;
   height: 100%;
 }
 .overlay .inner {
   display: table-cell;
   padding: 60px 4.333%;
   /* vertical-align: middle; */
 }
 .overlay .modal {
   margin: 0 auto;
   padding: 40px 23px;
   max-width: 100%;
   text-align: justify;
   text-justify: inter-ideograph;
   background-color: #fff;
   box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
   position: relative;
 }
 .overlay .modal h2 {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  font-family: 'Noto Serif JP', sans-serif;font-weight: 600;
  margin-bottom: 40px;
 }
 .overlay .modal p {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 28px;
 }
 .overlay .modal ul li {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
 }
 .overlay .modal ul li:last-child {
  margin-bottom: 0;
 }
 .overlay .modal::after {
   display: table;
   content: '';
   clear: both;
 }
 .overlay .button {
  width: 25px;
  height: auto;
   cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: absolute;
   top: -44px;
   right: 0;
 }




 .overlay2 {
   display: none;
   position: fixed;
   top: -10px;
   left: 0;
   right: 0;
   bottom: -10px;
   background-color: rgba(0, 0, 0, .9);
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1000;
 }
 .overlay2 .container {
   display: table;
   padding: 10px 0;
   width: 100%;
   height: 100%;
 }
 .overlay2 .inner {
   display: table-cell;
   /* vertical-align: middle; */
 }
 .overlay2 .modal {
   margin: 0 auto;
   padding: 80px 4%;
   max-width: 100%;
   height: 100vh;
   text-align: justify;
   text-justify: inter-ideograph;
   background-color: #fff;
   box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
   position: relative;
 }
 .overlay2 .modal h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  font-family: 'Noto Serif JP', sans-serif;font-weight: 600;
  margin-bottom: 30px;
 }
 .overlay2 .modal p {
  text-align: center;
  margin-bottom: 60px;
 }
 .overlay2 .modal ul {
  width: 86%;
  margin: 0 auto;
 }
 .overlay2 .modal ul li {
  font-size: 20px;
  line-height: 3;
  font-weight: bold;
 }
 .overlay2 .modal ul li.playback {
  margin-bottom: 20px;
 }
 .overlay2 .modal ul li.playback a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #c2a915;
  color: #c2a915;
  background-color: #ffffff;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
             box-sizing: border-box;
 }
 .overlay2 .modal ul li.make {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #c2a915;
  color: #ffffff;
  background-color: #c2a915;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
             box-sizing: border-box;
 }
 .overlay2 .modal ul li a {
  display: block;
 }
 .overlay2 .modal::after {
   display: table;
   content: '';
   clear: both;
 }
 .overlay2 .button {
   cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: absolute;
   top: 17px;
   left: 4%;
   width: 25px;
   height: auto;
 }





}

/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */



/* ================================================================= */
/* ======================== 825px以上 =========================== */
/* ============================================================== */

@media screen and (min-width:825px) {


.overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .9);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
}
.overlay .container {
  display: table;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}
.overlay .inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}
.overlay .modal {
  margin: 0 auto;
  padding: 60px;
  max-width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  position: relative;
}
.overlay .modal h2 {
 font-size: 34px;
 text-align: center;
 color: #333333;
 font-family: 'Noto Serif JP', sans-serif;font-weight: 600;
 margin-bottom: 30px;
}
.overlay .modal p {
 text-align: center;
 margin-bottom: 60px;
}
.overlay .modal ul li {
 width: 300px;
 height: auto;
 margin-right: 40px;
 float: left;
}
.overlay .modal ul li:nth-child(2n) {
 margin-right: 0;
}
.overlay .modal::after {
  display: table;
  content: '';
  clear: both;
}
.overlay .button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: -46px;
  right: -46px;
}

}

/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */
