@charset "UTF-8";
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

img,
svg {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

body {
  font-size: 1.6rem;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

.forPC {
  display: block;
}
@media all and (max-width: 959px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media all and (max-width: 959px) {
  .forSP {
    display: block;
  }
}

.red {
  color: #cd171d;
}

p {
  position: relative;
  z-index: 10;
}

.wrapper {
  width: 100%;
  background: #ffa0c0 url(../img/bg02.jpg) no-repeat top center/auto 100%;
  overflow: hidden;
}
@media all and (max-width: 559px) {
  .wrapper {
    background: #ffa0c0 url(../img/bg_sp.jpg) no-repeat top center/cover;
  }
}
@media all and (min-width: 1920px) {
  .wrapper {
    background-size: cover;
  }
}

.wrapper_end {
  position: relative;
}
.wrapper_end::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff url(../img/bg02.jpg) no-repeat top center;
}
@media all and (max-width: 559px) {
  .wrapper_end::after {
    background: #dde9f2 url(../img/bg02.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p1 {
  position: relative;
  z-index: 1;
}

h1 {
  width: 85%;
  max-width: 750px;
  margin: 80px auto 0;
  user-select: none;
}
@media all and (max-width: 959px) {
  h1 {
    max-width: 550px;
    margin: 50px auto 0;
  }
}

.bass {
  width: 100%;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/bass.png) no-repeat center center/contain;
  overflow: hidden;
}
@media all and (max-width: 959px) {
  .bass {
    width: 100%;
    margin: auto;
    height: 30rem;
  }
}

h2.ribbon {
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  font-size: 3rem;
  color: #042686;
  font-family: Folk Medium JIS2004 AP;
  background: url(../img/ribbon_line.png) repeat-x left bottom;
  background-size: auto 40px;
  padding: 0 30px 26px;
  position: relative;
}
h2.ribbon::before, h2.ribbon::after {
  content: "";
  display: block;
  width: 23px;
  height: 40px;
  position: absolute;
  background: url(../img/ribbon_r.png) no-repeat left bottom/contain;
  bottom: 0;
}
h2.ribbon::before {
  left: -22px;
  transform: scale(-1, 1);
}
h2.ribbon::after {
  right: -22px;
}

/*p {
    user-select: none;
}*/
p.top_date {
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  color: #cd171d;
  margin-bottom: 4rem;
}
p.top_date span.d {
  display: block;
  font-size: 6rem;
  color: #042686;
}
p.top_date span.t {
  display: block;
  font-size: 2rem;
  color: #042686;
}

p.lead {
  display: inline;
  width: 90%;
  margin: 40px auto 60px;
  font-size: 2.2rem;
  color: white;
  background: #042686; /* Old browsers */
  background: -moz-linear-gradient(left, #042686 0%, #e0067a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #042686 0%, #e0067a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #042686 0%, #e0067a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media all and (max-width: 959px) {
  p.lead {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.greeting {
  width: 90%;
  max-width: 960px;
  margin: auto;
}

.liveinfo {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 960px;
  margin: 4rem auto;
  padding: 4rem;
  box-sizing: border-box;
  border-right: #cb0039 5px solid;
  border-top: #cb0039 5px solid;
  border-left: #042686 5px solid;
  border-bottom: #042686 5px solid;
}
.liveinfo p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media all and (max-width: 959px) {
  .liveinfo p {
    font-size: 1.8rem;
  }
}
.liveinfo p strong {
  font-size: 2rem;
  color: #cb0039;
  padding-bottom: 1rem;
  display: block;
}
.liveinfo p .border {
  display: block;
  width: 5rem;
  height: 1px;
  margin: 3rem auto;
  border-bottom: #042686 2px dotted;
}
.liveinfo p .tic {
  font-weight: bold;
  display: block;
  padding-top: 1rem;
  color: #cb0039;
}
.liveinfo p small {
  display: block;
  font-size: 85%;
  padding-top: 1rem;
}
.liveinfo a.btn {
  margin-top: 1rem;
  width: 100%;
  margin: 3rem auto 0;
  box-sizing: border-box;
}
.liveinfo a.btn span {
  display: block;
  font-size: 1.6rem;
}

p.lead3 {
  display: inline;
  margin: 40px auto 60px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #042686;
  background: white;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media all and (max-width: 959px) {
  p.lead3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

p.lead2 {
  background: #cd171d;
  color: white;
  font-size: 3.2rem;
  display: inline-block;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  transform: rotate(-3deg);
  margin-bottom: 2em;
}
@media all and (max-width: 959px) {
  p.lead2 {
    font-size: 2.2rem;
  }
}

p.normal {
  font-size: 2.2rem;
  font-weight: bold;
  color: #042686;
}
p.normal small {
  font-size: 1.2rem;
  font-weight: normal;
}
p.normal span {
  display: inline-block;
  background: #cd171d;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  line-height: 2em;
  margin: 0 0.2em;
}

p.caution {
  font-size: 1.4rem;
  color: #cd171d;
  padding-top: 1em;
}

ul.ticket_setsumei {
  margin: 1em auto;
  padding: 0;
  list-style: none;
  width: 90%;
  max-width: 450px;
}
@media all and (max-width: 559px) {
  ul.ticket_setsumei {
    width: 100%;
  }
}
ul.ticket_setsumei li {
  margin-bottom: 10px;
}
ul.ticket_setsumei li span {
  font-size: 3rem;
  vertical-align: middle;
  font-weight: bold;
}
@media all and (max-width: 559px) {
  ul.ticket_setsumei li span {
    font-size: 2rem;
  }
}
ul.ticket_setsumei li a {
  display: block;
  color: #042686;
  background: white;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 80px;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 rgba(4, 38, 134, 0.5);
  transition: all 0.3s;
}
@media all and (max-width: 559px) {
  ul.ticket_setsumei li a {
    font-size: 1.9rem;
    padding-left: 60px;
    border-radius: 0;
  }
}
ul.ticket_setsumei li a:before {
  content: "";
  display: block;
  background: #cd171d;
  width: 80px;
  height: 80px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: -15px;
  left: -20px;
  transform: rotate(15deg);
}
@media all and (max-width: 559px) {
  ul.ticket_setsumei li a:before {
    width: 60px;
  }
}
ul.ticket_setsumei li a:after {
  content: "1";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 559px) {
  ul.ticket_setsumei li a:after {
    width: 40px;
  }
}
ul.ticket_setsumei li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
ul.ticket_setsumei li:nth-child(2) a:after {
  content: "2";
}
ul.ticket_setsumei li:nth-child(3) a:after {
  content: "3";
}
ul.ticket_setsumei li:nth-child(4) a:after {
  content: "4";
}

.hoff {
  margin: 60px auto;
  user-select: none;
}
.hoff div {
  width: 90%;
  max-width: 700px;
  margin: auto;
  background: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(60, 60, 60, 0.1);
}
.hoff div p {
  display: block;
  vertical-align: middle;
  font-size: 1.8rem;
  margin: 10px auto 0;
  text-align: center;
  font-weight: bold;
}

.guest_area {
  margin: 60px auto;
  user-select: none;
}
.guest_area h2 span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.guest_area p.coming {
  font-size: 3em;
  padding: 2em 0;
  color: #042686;
}
.guest_area ul#guest {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.guest_area ul#guest li {
  width: 23%;
  margin: 2% 1%;
  list-style: none;
  background: #fff;
  padding: 2%;
  position: relative;
  box-shadow: 0 0 10px rgba(60, 60, 60, 0.1);
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 559px) {
  .guest_area ul#guest li {
    width: 92%;
    margin: 2% auto 3rem;
    padding: 2rem;
  }
}
.guest_area ul#guest li > div.num {
  position: absolute;
  top: -10px;
  left: -15px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 100px;
  line-height: 60px;
  font-size: 24px;
  font-family: "Playball", cursive;
  background: url(../img/ribbon.svg) no-repeat top center/contain;
}
.guest_area ul#guest li .comment {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
  line-height: 1.8;
}
.guest_area ul#guest li p {
  display: block;
  vertical-align: middle;
  font-size: 1.8rem;
  margin: 10px auto 0;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 959px) {
  .guest_area ul#guest li p {
    font-size: 1.6rem;
  }
}
.guest_area ul#guest li p span {
  display: block;
  font-size: 1.2rem;
  padding-top: 0.3em;
  color: #042686;
}
@media all and (max-width: 959px) {
  .guest_area ul#guest li p span {
    font-size: 1.2rem;
  }
}
.guest_area ul#guest li.new::after {
  content: "NEW";
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  background-color: #bb0004;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-top: 86.6666666667%;
  padding: 0 2rem;
}
@media all and (max-width: 1199px) and (min-width: 560px) {
  .guest_area ul#guest li.new::after {
    font-size: 1.2rem;
    margin-top: 80%;
    padding: 0 1rem;
  }
}
.guest_area ul#guest li.more {
  background: none;
  font-family: "Pacifico", cursive;
  font-size: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
  width: 100% !important;
  max-width: none;
  padding-top: 0.5em;
  padding-bottom: 2em;
  box-shadow: none;
  color: #042686;
  background: -webkit-linear-gradient(0deg, #042686, #a7ecff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 959px) {
  .guest_area ul#guest li.more {
    font-size: 4rem;
  }
}

.ticket_contents {
  width: 90%;
  margin: 0 auto 4em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sold {
  position: relative;
}
.sold::before {
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% - 10rem);
  opacity: 0.2;
  background: url(../img/sold.png) no-repeat center center/contain;
}

.ticket {
  background: #eff4fb;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.ticket h2.tit {
  text-align: center;
  font-size: 3.2rem;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media all and (max-width: 959px) {
  .ticket h2.tit {
    font-size: 2rem;
  }
}
.ticket h2.tit span {
  display: block;
  background: #042686;
  color: white;
  border-radius: 30px;
  max-width: 300px;
  margin: 0.5em auto 0;
  font-size: 2rem;
  line-height: 1.8;
}
@media all and (max-width: 959px) {
  .ticket h2.tit span {
    font-size: 1.6rem;
  }
}
.ticket .day {
  font-size: 3rem;
  padding: 10px 0 10px;
  font-feature-settings: "palt";
}
.ticket .time {
  font-size: 1.6rem;
}
.ticket h3.ticket_tit {
  font-size: 3rem;
  margin: 60px auto 100px;
  border-top: 1px solid #042686;
  position: relative;
  line-height: 1;
}
@media all and (max-width: 959px) {
  .ticket h3.ticket_tit {
    font-size: 2rem;
    margin: 60px auto;
  }
}
.ticket h3.ticket_tit div {
  display: block;
  width: 5em;
  background: #eff4fb;
  padding: 0 0;
  position: absolute;
  top: -1.5em;
  left: calc(50% - 2.5em);
  color: #3c3c3c;
}
.ticket h3.ticket_tit span {
  display: block;
  font-size: 3em;
  color: #cd171d;
}
.ticket .onsale {
  font-size: 3rem;
  padding: 10px 0 10px;
  color: red;
  font-weight: bold;
}

.contact {
  font-size: 1.4rem;
  padding: 20px 0;
}

.icon {
  margin: -3em auto 0;
  position: relative;
  display: inline-block;
  background: #eff4fb;
  padding: 0 3.5em;
}
.icon:before, .icon:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 4rem;
  position: absolute;
  bottom: 0;
  left: 0.2em;
  color: #cd171d;
}
@media all and (max-width: 959px) {
  .icon:before, .icon:after {
    font-size: 3rem;
  }
}
.icon:after {
  left: auto;
  right: 0.2em;
  transform: scale(-1, 1);
}
@media all and (max-width: 959px) {
  .icon:after {
    font-size: 3rem;
  }
}
.icon span {
  font-size: 6rem;
}
@media all and (max-width: 959px) {
  .icon span {
    font-size: 5rem;
  }
}

a.btnTicket {
  display: block;
  background: #042686;
  width: 90%;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 2px solid #fff;
  margin: 10px auto 10px;
  max-width: 500px;
  line-height: 1.2;
}
a.btnTicket small {
  font-size: 1.2rem;
  display: block;
  padding-top: 5px;
}
a.btnTicket small strong {
  color: yellow;
}
a.btnTicket:hover {
  background: #4361b5;
}
a.btnTicket:hover small {
  font-size: 12px;
}

h2.ticket_type {
  width: 100%;
  font-size: 2.4rem;
  padding: 0 0 1em;
  margin: 0.5em auto 0;
}
@media all and (max-width: 959px) {
  h2.ticket_type {
    font-size: 1.8rem;
  }
}

.ticket01,
.ticket02,
.ticket03 {
  width: 30%;
  margin-top: 50px;
  border: 3px solid #333;
  border-image: linear-gradient(to right, rgb(16, 190, 252) 4%, rgb(129, 188, 243) 13%, rgb(230, 177, 225) 28%, rgb(250, 127, 229) 49%, rgb(255, 125, 125) 67%, rgb(247, 107, 102) 78%, rgb(106, 85, 223) 95%);
  border-image-slice: 1;
}
@media all and (max-width: 959px) {
  .ticket01,
  .ticket02,
  .ticket03 {
    width: 100%;
  }
}
.ticket01 h3,
.ticket02 h3,
.ticket03 h3 {
  color: #cd171d;
  font-size: 2rem;
  padding: 10px 10px;
  margin: 0;
  line-height: 1.4;
}
@media all and (max-width: 959px) {
  .ticket01 h3,
  .ticket02 h3,
  .ticket03 h3 {
    font-size: 1.6rem;
  }
}
.ticket01 h3 span,
.ticket02 h3 span,
.ticket03 h3 span {
  color: white;
}
.ticket01 p.price,
.ticket02 p.price,
.ticket03 p.price {
  font-size: 3.2rem;
  padding: 10px 0 10px;
  line-height: 1;
  font-weight: bold;
}
.ticket01 p.price small,
.ticket02 p.price small,
.ticket03 p.price small {
  font-size: 1.6rem;
}
@media all and (max-width: 959px) {
  .ticket01 p.price small,
  .ticket02 p.price small,
  .ticket03 p.price small {
    font-size: 1.5rem;
  }
}
.ticket01 p.price span,
.ticket02 p.price span,
.ticket03 p.price span {
  font-size: 1.6rem;
  display: inline-block;
  background: #042686;
  color: white;
  border-radius: 50px;
  line-height: 2;
  padding: 0 20px;
  margin: -10px 10px 10px 0;
}
.ticket01 p.day,
.ticket02 p.day,
.ticket03 p.day {
  font-size: 1.6rem;
  padding: 0 10px 20px;
  line-height: 1.8;
}

p.caution {
  font-weight: bold;
  padding: 0 10px 20px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
p.caution strong {
  color: #e60f51;
}

.sp2:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/badge2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -20px;
}
.sp2 h3 {
  background: #e60f51;
}
@media all and (max-width: 959px) {
  .sp2 h3 {
    padding-left: 55px;
  }
}

.sold {
  position: relative;
}
.sold:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/soldout.png) no-repeat center center/contain;
  font-weight: bold;
  position: absolute;
  text-align: center;
  bottom: 15px;
  right: -10px;
  transform: rotate(-15deg);
}
dl.kikan {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  color: #3c3c3c;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  max-width: 520px;
  margin: 0 auto 5em;
}
dl.kikan dt, dl.kikan dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
dl.kikan dt {
  width: 11em;
}
dl.kikan dt span {
  display: inline-block;
  border-radius: 3em;
  background: #042686;
  color: white;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 0 5px;
}
dl.kikan dt span.on {
  background: #cd171d;
}
dl.kikan dd {
  padding-bottom: 1.5em;
  width: 100%;
  font-size: 1.6em;
}

.btn-square-soft {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
  width: 90%;
  max-width: 600px;
  margin: auto auto 0;
  line-height: 1.6;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 2rem;
  background: linear-gradient(red 0%, #bb0004 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
  border: 4px solid white;
  padding: 0.5em 0;
  font-feature-settings: "palt";
}
@media all and (max-width: 959px) {
  .btn-square-soft {
    font-size: 2rem;
  }
}
.btn-square-soft span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.btn-square-soft:hover, .btn-square-soft:active, .btn-square-soft:visited {
  color: white;
}
.btn-square-soft.yet {
  pointer-events: none;
  color: #e1e1e1;
  text-shadow: none;
  background: linear-gradient(#666 0%, #3c3c3c 100%);
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*沈むように*/
  color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#e62166 0%, #cb0039 100%); /*グラデーションを明るく*/
}

.archives_box {
  border-top: 20px solid #cd171d;
  padding: 70px 0;
  overflow: hidden;
  background: #fff;
}
.archives_box h4 {
  clear: both;
  text-align: center;
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1.5em;
}
.archives_box #archives {
  width: 90%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media all and (max-width: 959px) {
  .archives_box #archives {
    flex-wrap: wrap;
  }
}
.archives_box #archives li {
  width: calc(20% - 1px);
  margin: 0;
  padding: 0;
  border-right: 1px solid #3c3c3c;
}
@media all and (min-width: 960px) {
  .archives_box #archives li:last-child {
    border-right: none;
  }
}
.archives_box #archives li a {
  display: block;
  width: 100%;
  padding: 5px 0px;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.archives_box #archives li a:hover {
  transform: translateY(-10px);
}

#goods,
#goods_end {
  width: 100%;
  padding: 60px 0;
  background: #dbe7f5;
}
#goods .inner,
#goods_end .inner {
  width: 100%;
  margin: auto;
}
#goods .inner h2,
#goods_end .inner h2 {
  margin: 0 auto 20px;
  z-index: 20;
}
#goods .inner ul,
#goods_end .inner ul {
  margin: auto;
  padding: 0;
}
@media all and (min-width: 960px) {
  #goods .inner ul,
  #goods_end .inner ul {
    display: flex;
    justify-content: center;
  }
}
#goods .inner .item,
#goods_end .inner .item {
  width: 90%;
  max-width: 450px;
  margin: auto;
  padding: 30px 0 0;
}
@media all and (min-width: 960px) {
  #goods .inner .item,
  #goods_end .inner .item {
    margin: auto 3rem;
  }
}
#goods .inner p,
#goods_end .inner p {
  font-weight: bold;
  line-height: 2;
  font-size: 1.1em;
  padding-top: 2rem;
}
#goods .inner p .price,
#goods_end .inner p .price {
  color: #cd171d;
  font-size: 1.3em;
}
#goods .inner p.caution,
#goods_end .inner p.caution {
  background: white;
  border-radius: 15px;
  font-size: 0.8em;
  color: black;
  line-height: 1.6;
  padding: 20px;
}

#goods_end {
  background: none !important;
}

/*--- end -------------------*/
.end {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 3rem;
}

p.end_txt {
  font-size: 2.6rem;
  padding-bottom: 3rem;
  font-weight: 600;
  color: #042686;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 559px) {
  p.end_txt {
    font-size: 2.2rem;
  }
}

ul.photos {
  width: 100%;
  max-width: 850px;
  padding: 0;
  margin: 20rem auto 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 960px) {
  ul.photos {
    width: 90%;
  }
}
ul.photos li {
  width: 100%;
  padding: 0;
  margin: 100px auto;
}
@media all and (max-width: 559px) {
  ul.photos li {
    margin: 60px auto;
  }
}
ul.photos li.h {
  width: 70%;
  margin: 60px auto;
}
@media all and (max-width: 559px) {
  ul.photos li.h {
    width: 80%;
  }
}
ul.photos li p {
  padding: 1rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1.54;
}
ul.photos li p span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}

a.btn {
  display: block;
  background: #042686;
  color: white;
  width: 80%;
  max-width: 500px;
  font-size: 2rem;
  margin: auto;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 5rem;
  position: relative;
}
@media all and (max-width: 559px) {
  a.btn {
    font-size: 2.2rem;
  }
}
a.btn::before {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 13px);
  right: 2rem;
  display: block;
  width: 10px;
  height: 26px;
  transition: all 0.3s;
}
a.btn:hover::before {
  right: 1rem;
}

.photos a.btn {
  padding: 2rem 3rem 2rem 1rem;
  background: #bb0004;
}
.photos p {
  line-height: 2;
  font-weight: bold;
}

.yt {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.next {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
  border: 1px solid #666;
}
.next.noboader {
  border: none;
  margin-bottom: 100px;
}

.next-txt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
  padding-bottom: 2rem;
}

.thanks {
  font-weight: bold;
  font-size: 3rem;
  line-height: 2;
  padding-bottom: 2rem;
  padding-top: 6rem;
}
@media all and (max-width: 559px) {
  .thanks {
    padding-bottom: 0;
    padding-top: 2rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

/* motion */
.tg_cmn {
  transform: translateY(-50px);
  opacity: 0;
}
#main .tg_cmn {
  transform: translateY(0);
}

.tg_cmn.active {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: transform 1s cubic-bezier(0.25, 0.25, 0, 1.5), opacity 1s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: transform 1s cubic-bezier(0.25, 0.25, 0, 1.5), opacity 1s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 1s cubic-bezier(0.25, 0.25, 0, 1.5), opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0.25, 0, 1.5), opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

.tg_cmn.active {
  transition-delay: 0.25s;
}

/* motion end */
/*---footer-------------------*/
footer {
  background: #042686;
  padding: 1em;
  overflow: hidden;
}
footer a {
  color: white !important;
}

#sns {
  overflow: hidden;
  padding: 10px 0 0;
}

.social-button {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-button li {
  float: right;
  margin: 0 5px 0 0;
  padding: 0;
}

.social-button li div {
  display: inline;
}

.social-button:before,
.social-button:after {
  content: " ";
  display: table;
}

.social-button:after {
  clear: both;
}

.social-button {
  *zoom: 1;
}

.social-button iframe.twitter-share-button {
  width: 90px !important;
}