/* Setting
****************************************************************************/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.fadein.anim-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.anim-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.anim-fadeIn.anim-on {
  opacity: 1;
}

.anim-fadeInDown {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  -o-transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}

.anim-fadeInDown.anim-on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.anim-fadeInRight {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  -o-transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}

.anim-fadeInRight.anim-on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.anim-fadeInRight.anim-on-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* top
****************************************************************************/
#contentHead {
  width: 100%;
}

#contentHead #secHeadFirstAnim {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contentHead #secHeadFirstAnim h1 {
  opacity: 0;
  width: 48vw;
  height: 42.93333vw;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHeadFirstAnim h1 {
    width: 330px;
    height: 294px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHeadFirstAnim h1 {
    width: 28.69565vw;
    height: 25.56522vw;
  }
}

#contentHead #secHead {
  position: relative;
  width: 100%;
  height: auto;
}

#contentHead #secHead #secHeadOver {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #013ca6;
  z-index: 45;
}

#contentHead #secHead #secHeadContent {
  display: none;
  position: relative;
  height: 100%;
  z-index: 30;
  padding-bottom: 8.4vw;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent {
    padding-bottom: 63px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHead #secHeadContent {
    padding-bottom: 5.47826vw;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word {
    display: none;
  }
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word {
    width: 50%;
    height: 100%;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea h1 {
    width: 330px;
    height: 294px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea h1 {
    width: 28.69565vw;
    height: 25.56522vw;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea p.icon {
  display: none;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea p.icon {
    position: absolute;
    left: 50%;
    bottom: -213px;
    margin-left: -25px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #word .wordArea p.icon {
    bottom: -18.52174vw;
    margin-left: -2.17391vw;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #media {
    width: 50%;
    height: 100%;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player {
  position: relative;
  width: 96%;
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player::before {
  position: absolute;
  content: '';
  display: block;
  background: #013ca6;
  bottom: -4vw;
  left: -4vw;
  width: 59.06667vw;
  height: 59.06667vw;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #media #player::before {
    bottom: -20px;
    left: -20px;
    width: 426px;
    height: 426px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #media #player::before {
    bottom: -1.73913vw;
    left: -1.73913vw;
    width: 37.04348vw;
    height: 37.04348vw;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player::after {
  position: absolute;
  content: '';
  display: block;
  background: #ffff00;
  bottom: -8.4vw;
  left: 42.4vw;
  width: 16.4vw;
  height: 41.6vw;
}

@media print, only screen and (min-width: 768px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #media #player::after {
    bottom: -63px;
    left: 318px;
    width: 108px;
    height: 300px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #contentHead #secHead #secHeadContent #secHeadContentInner #media #player::after {
    bottom: -5.47826vw;
    left: 27.65217vw;
    width: 9.3913vw;
    height: 26.08696vw;
  }
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player #playerFlame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: 1;
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player #playerFlame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#contentHead #secHead #secHeadContent #secHeadContentInner #media #player #playerFlame video {
  width: 100%;
}

#content-main {
  display: none;
}

#content-main #sec-campaign {
  padding: 0;
}

#content-main #bnrBtn {
  background: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}

#content-main #bnrBtn.view {
  opacity: 1;
}

#content-main .sec {
  width: 92vw;
  margin: 0 auto;
  background: #ffffff;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec {
    width: 95.65217vw;
    max-width: 1150px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec {
    width: 95.65217vw;
  }
}

#content-main .sec .secInner {
  margin: 0 auto;
}

#content-main .sec .rotate8 {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

#content-main .sec .btnArrow {
  width: 64vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .btnArrow {
    width: 260px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .btnArrow {
    width: 22.6087vw;
  }
}

#content-main .sec .btnArrow a {
  position: relative;
  border: 1px solid #013ca6;
  text-align: center;
  width: 64vw;
  height: 13.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .btnArrow a {
    width: 260px;
    height: 60px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .btnArrow a {
    width: 22.6087vw;
    height: 5.21739vw;
  }
}

#content-main .sec .btnArrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  width: 0.93333vw;
  height: 0.93333vw;
  border-top: 1px solid #013ca6;
  border-right: 1px solid #013ca6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .btnArrow a::before {
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #013ca6;
    border-right: 1px solid #013ca6;
    margin-top: -3px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .btnArrow a::before {
    right: 2.6087vw;
    width: 0.6087vw;
    height: 0.6087vw;
    margin-top: -0.26087vw;
  }
}

#content-main .sec .btnArrow a:hover {
  border: 1px solid #013ca6;
  background: #013ca6;
  color: #ffffff;
}

#content-main .sec .btnArrow a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  width: 0.93333vw;
  height: 0.93333vw;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .btnArrow a:hover::before {
    right: 30px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .btnArrow a:hover::before {
    right: 2.6087vw;
    width: 0.6087vw;
    height: 0.6087vw;
    margin-top: -0.26087vw;
  }
}

#content-main .sec .blueFlame {
  width: 64vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueFlame {
    width: 260px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueFlame {
    width: 22.6087vw;
  }
}

#content-main .sec .blueFlame span {
  position: relative;
  border: 1px solid #013ca6;
  text-align: center;
  width: 64vw;
  height: 13.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueFlame span {
    width: 260px;
    height: 60px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueFlame span {
    width: 22.6087vw;
    height: 5.21739vw;
  }
}

#content-main .sec .redBack {
  display: block;
  text-align: center;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .redBack {
    margin-bottom: 30px;
  }
}

#content-main .sec .redBack p {
  padding: 2vw 2vw 2.4vw;
  line-height: 1;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  background: #f00000;
  line-height: 1.6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .redBack p {
    padding: 15px 15px 18px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .redBack p {
    padding: 1.30435vw 1.30435vw 1.56522vw;
    font-size: 1.73913vw;
  }
}

#content-main .sec .blueBack {
  text-align: center;
}

#content-main .sec .blueBack p {
  display: inline-block;
  padding: 2vw 2vw 2.4vw;
  line-height: 1;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  background: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p {
    padding: 15px 15px 18px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueBack p {
    padding: 1.30435vw 1.30435vw 1.56522vw;
    font-size: 1.73913vw;
  }
}

#content-main .sec .blueBack p.BlueBtnArrow {
  position: relative;
  padding: 0;
  background: none;
  width: 100%;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueBtnArrow {
    width: auto;
  }
}

#content-main .sec .blueBack p.BlueBtnArrow::after {
  position: absolute;
  z-index: 1;
  top: 1.33333vw;
  left: 1.33333vw;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueBtnArrow::after {
    top: 15px;
    left: 15px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueBack p.BlueBtnArrow::after {
    top: 1.30435vw;
    left: 1.30435vw;
  }
}

#content-main .sec .blueBack p.BlueBtnArrow a {
  display: block;
  color: #fff;
  width: auto;
  height: auto;
  padding: 1em 0;
  position: relative;
  z-index: 5;
  background: #013ca6;
  width: 100%;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueBtnArrow a {
    padding: 1em 3em;
    width: auto;
  }
}

#content-main .sec .blueBack p.BlueBtnArrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  width: 1.33333vw;
  height: 1.33333vw;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueBtnArrow a::before {
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    margin-top: -5px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueBack p.BlueBtnArrow a::before {
    right: 2.6087vw;
    width: 0.86957vw;
    height: 0.86957vw;
    margin-top: -0.43478vw;
  }
}

#content-main .sec .blueBack p.BlueBtnArrow a:hover {
  background: #3463b8;
  opacity: 1;
}

#content-main .sec .blueBack p.BlueWord {
  position: relative;
  padding: 0;
  background: none;
  width: 100%;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueWord {
    width: auto;
  }
}

#content-main .sec .blueBack p.BlueWord::after {
  position: absolute;
  z-index: 1;
  top: 1.33333vw;
  left: 1.33333vw;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueWord::after {
    top: 15px;
    left: 15px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .blueBack p.BlueWord::after {
    top: 1.30435vw;
    left: 1.30435vw;
  }
}

#content-main .sec .blueBack p.BlueWord span {
  display: block;
  color: #fff;
  width: auto;
  height: auto;
  padding: 1em 0;
  position: relative;
  z-index: 5;
  background: #013ca6;
  width: 100%;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .blueBack p.BlueWord span {
    padding: 1em 2em;
    width: auto;
  }
}

#content-main .sec .yellowBack {
  text-align: center;
}

#content-main .sec .yellowBack p {
  display: inline-block;
  padding: 2vw 2vw 2.4vw;
  line-height: 1;
  color: #013ca6;
  font-size: 4vw;
  font-weight: bold;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .yellowBack p {
    padding: 15px 15px 18px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .yellowBack p {
    padding: 1.30435vw 1.30435vw 1.56522vw;
    font-size: 1.73913vw;
  }
}

#content-main .sec .yellowBack p.BlueBtnArrow {
  position: relative;
  width: auto;
  padding: 0;
  background: none;
}

#content-main .sec .yellowBack p.BlueBtnArrow::after {
  position: absolute;
  z-index: 1;
  top: 0.66667vw;
  left: 0.66667vw;
  content: "";
  width: 100%;
  height: 100%;
  background: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .yellowBack p.BlueBtnArrow::after {
    top: 5px;
    left: 5px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .yellowBack p.BlueBtnArrow::after {
    top: 1.30435vw;
    left: 1.30435vw;
  }
}

#content-main .sec .yellowBack p.BlueBtnArrow a {
  display: block;
  color: #013ca6;
  width: auto;
  height: auto;
  padding: 1em 2em;
  position: relative;
  z-index: 5;
  background: #ffff00;
}

#content-main .sec .yellowBack p.BlueBtnArrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.33333vw;
  width: 0.93333vw;
  height: 0.93333vw;
  border-top: 1px solid #013ca6;
  border-right: 1px solid #013ca6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .yellowBack p.BlueBtnArrow a::before {
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #013ca6;
    border-right: 1px solid #013ca6;
    margin-top: -3px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .yellowBack p.BlueBtnArrow a::before {
    right: 1.73913vw;
    width: 0.86957vw;
    height: 0.86957vw;
    margin-top: -0.43478vw;
  }
}

#content-main .sec .yellowBack p.BlueBtnArrow a:hover {
  background: #f4fb66;
  opacity: 1;
}

#content-main .sec .yellowBack p.BlueWord {
  position: relative;
  width: auto;
  padding: 0;
  background: none;
}

#content-main .sec .yellowBack p.BlueWord::after {
  position: absolute;
  z-index: 1;
  top: 0.66667vw;
  left: 0.66667vw;
  content: "";
  width: 100%;
  height: 100%;
  background: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .yellowBack p.BlueWord::after {
    top: 5px;
    left: 5px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .yellowBack p.BlueWord::after {
    top: 1.30435vw;
    left: 1.30435vw;
  }
}

#content-main .sec .yellowBack p.BlueWord span {
  display: block;
  color: #013ca6;
  width: auto;
  height: auto;
  padding: 1em;
  position: relative;
  z-index: 5;
  background: #ffff00;
}

#content-main .sec .period dl {
  width: 89.33333vw;
  margin: 0 auto 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .period dl {
    width: auto;
    margin: 0 auto 35px;
    background: #013ca6;
    border: 1px solid #013ca6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .period dl {
    margin: 0 auto 3.04348vw;
  }
}

#content-main .sec .period dl dt {
  background: #013ca6;
  font-size: 3.73333vw;
  text-align: center;
  padding: 2vw 0 2.4vw;
  line-height: 1;
  color: #ffffff;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .period dl dt {
    font-size: 18px;
    padding: 20px 25px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .period dl dt {
    font-size: 1.56522vw;
    padding: 1.73913vw 2.17391vw;
  }
}

#content-main .sec .period dl dd {
  border: 2px solid #013ca6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.66667vw 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.73333vw;
  font-weight: bold;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec .period dl dd {
    font-size: 18px;
    background: #ffffff;
    padding: 20px 25px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec .period dl dd {
    font-size: 1.56522vw;
    padding: 1.73913vw 2.17391vw;
  }
}

#content-main .sec#sec01 {
  padding-top: 14.66667vw;
  margin-bottom: 13.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 {
    padding-top: 80px;
    margin-bottom: 140px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 {
    padding-top: 6.95652vw;
    margin-bottom: 12.17391vw;
  }
}

#content-main .sec#sec01 .secInner {
  width: 89.33333vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner {
    width: 95.65217vw;
    max-width: 1150px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec01 .secInner h3 {
  margin-bottom: 9.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner h3 {
    width: 918px;
    margin-left: 80px;
    margin-bottom: 90px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner h3 {
    width: 79.82609vw;
    margin-left: 6.95652vw;
    margin-bottom: 7.82609vw;
  }
}

#content-main .sec#sec01 .secInner div.title {
  margin-bottom: 9.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.title {
    margin-left: 76px;
    margin-bottom: 85px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.title {
    margin-left: 6.6087vw;
    margin-bottom: 7.30435vw;
  }
}

#content-main .sec#sec01 .secInner div.text {
  margin-bottom: 6.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text {
    margin-left: 76px;
    margin-bottom: 43px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text {
    margin-left: 6.6087vw;
    margin-bottom: 3.73913vw;
  }
}

#content-main .sec#sec01 .secInner div.text.text_uline_before {
  margin-bottom: 5.33333vw;
}

#content-main .sec#sec01 .secInner div.text.text_uline {
  margin-bottom: 4.53333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text.text_uline {
    margin-bottom: 29px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text.text_uline {
    margin-bottom: 2.52174vw;
  }
}

#content-main .sec#sec01 .secInner div.text.text_bold {
  margin-bottom: 5.6vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text.text_bold {
    margin-bottom: 51px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text.text_bold {
    margin-bottom: 3.56522vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text01 {
    width: 105px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text01 {
    width: 9.13043vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text02 {
    width: 817px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text02 {
    width: 71.04348vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text03 {
    width: 497px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text03 {
    width: 43.21739vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text04 {
    width: 643px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text04 {
    width: 55.91304vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text05 {
    width: 584px;
    margin-bottom: 87px !important;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text05 {
    width: 50.78261vw;
    margin-bottom: 7.56522vw !important;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text06 {
    width: 572px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text06 {
    width: 49.73913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 .secInner div.text07 {
    width: 720px;
    margin-bottom: 0 !important;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 .secInner div.text07 {
    width: 62.6087vw;
  }
}

@media only screen and (max-width: 767px) {
  #content-main .sec#sec01 .secInner div.text09 {
    margin-bottom: 9.33333vw !important;
  }
}

@media only screen and (max-width: 767px) {
  #content-main .sec#sec01 .secInner div.text13 {
    margin-bottom: 0 !important;
  }
}

#content-main .sec#sec01 p.img {
  text-align: center;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec01 p.img {
    position: relative;
    z-index: 1;
    margin-top: -74px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec01 p.img {
    margin-top: -6.43478vw;
  }
}

#content-main .sec#sec02 {
  margin-bottom: 16vw;
  padding-top: 5.33333vw;
  margin-top: -5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 {
    position: relative;
    width: 1115px;
    margin-bottom: 120px;
    padding-top: 30px;
    margin-top: -30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 {
    width: 96.95652vw;
    margin-bottom: 10.43478vw;
    padding-top: 2.6087vw;
    margin-top: -2.6087vw;
  }
}

#content-main .sec#sec02 .secInner {
  width: 89.33333vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner {
    position: relative;
    width: 1115px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner {
    width: 96.95652vw;
  }
}

#content-main .sec#sec02 .secInner h3 {
  width: 68.26667vw;
  margin-bottom: 9.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner h3 {
    width: 380px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner h3 {
    width: 33.04348vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner #sec02Inner {
    width: 1115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner #sec02Inner {
    width: 96.95652vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet {
  width: 81.33333vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet {
    width: 350px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet {
    width: 30.43478vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info {
  position: relative;
  margin-bottom: 7.73333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info {
    margin-bottom: 32px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info {
    margin-bottom: 2.78261vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info h4 {
  font-size: 7.2vw;
  color: #013ca6;
  font-weight: bold;
  margin-bottom: 14vw;
  line-height: 1;
  letter-spacing: -0.04em;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info h4 {
    font-size: 30px;
    margin-bottom: 72px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info h4 {
    font-size: 2.6087vw;
    margin-bottom: 6.26087vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info p.item {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 13.33333vw;
  z-index: 5;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.item {
    top: 68px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.item {
    top: 5.91304vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info p.item img {
  width: 62.4vw;
  height: auto;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.item img {
    width: 260px;
    height: auto;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.item img {
    width: 22.6087vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info p.link {
  position: relative;
  z-index: 1;
  background: #013ca6;
  color: #ffffff;
  width: 41.06667vw;
  height: 30.66667vw;
  margin-left: 30.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4vw 3.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.link {
    width: 172px;
    height: 130px;
    margin-left: 135px;
    padding: 13px 16px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.link {
    width: 14.95652vw;
    height: 11.30435vw;
    margin-left: 11.73913vw;
    padding: 1.13043vw 1.3913vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .info p.link a {
  color: #ffffff;
  background: url(../img/sec02_bg_link_01_sp.png) no-repeat right bottom;
  background-size: 100% auto;
  padding: 0 6.8vw 1.6vw 0;
  font-size: 3.46667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.link a {
    background: url(../img/sec02_bg_link_01_pc.png) no-repeat right bottom;
    background-size: 100% auto;
    font-size: 14px;
    padding: 0 33px 6px 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .info p.link a {
    font-size: 1.21739vw;
    padding: 0 2.86957vw 0.52174vw 0;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie {
  margin-bottom: 11.6vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie {
    margin-bottom: 0;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li {
  line-height: 1;
  margin-bottom: 7.73333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li {
    margin-bottom: 27px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li {
    margin-bottom: 2.34783vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox {
  position: relative;
  width: 100%;
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb {
  width: 66.66667vw;
  overflow: hidden;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb {
    width: 283px;
    margin-left: 68px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb {
    width: 24.6087vw;
    margin-left: 5.91304vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p {
  width: 64.8vw;
  padding: 0 1.86667vw 1.73333vw 0;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p {
    width: 270px;
    padding: 0 14px 13px 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p {
    width: 23.47826vw;
    padding: 0 1.21739vw 1.13043vw 0;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1.73333vw;
  right: -1.86667vw;
  display: block;
  content: "";
  background: #d4d4d4;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p::before {
    width: 270px;
    height: 270px;
    bottom: -13px;
    right: -14px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p::before {
    width: 23.47826vw;
    height: 23.47826vw;
    bottom: -1.13043vw;
    right: -1.21739vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p a {
  position: relative;
  display: block;
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p a::before {
  position: absolute;
  width: 14.4vw;
  height: 14.4vw;
  top: 50%;
  left: 50%;
  margin: -7.46667vw 0 0 -7.46667vw;
  display: block;
  content: "";
  background: url(../img/icon_player_01.png) no-repeat center center;
  background-size: 14.4vw auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p a::before {
    width: 60px;
    height: 60px;
    background: url(../img/icon_player_01.png) no-repeat center center;
    background-size: 60px auto;
    margin: -30px 0 0 -30px;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb .slideBoxInner p a span {
  width: 64.8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieThumb img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle {
  position: absolute;
  overflow: hidden;
  top: 52.26667vw;
  right: 0;
  width: 60.8vw;
  text-align: center;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle {
    top: 200px;
    width: 260px;
    left: 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle {
    top: 18.26087vw;
    width: 22.6087vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade {
  padding: 2.66667vw 0;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade {
    padding: 20px 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade {
    padding: 1.73913vw 0;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade a {
  font-size: 3.73333vw;
  color: #000000;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade a {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li .slideBox .movieTitle .slideBoxFade a {
    font-size: 1.3913vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li.right .slideBox {
  position: relative;
  width: 100%;
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li.right .slideBox .movieThumb {
  margin-left: 14.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li.right .slideBox .movieThumb {
    margin-left: 68px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li.right .slideBox .movieThumb {
    margin-left: 5.91304vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet .movie .thumbMovie ul li.right .slideBox .movieTitle {
  left: 0;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 {
    margin-top: -127px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 {
    margin-top: -11.04348vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info h4 {
  margin-bottom: 12.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info h4 {
    margin-bottom: 70px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info h4 {
    margin-bottom: 6.08696vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info p.item {
    top: 71px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info p.item {
    top: 6.17391vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info p.item img {
  width: 60vw;
  height: auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info p.item img {
    width: 250px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet02 .info p.item img {
    width: 21.73913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 {
    margin-top: -220px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 {
    margin-top: -19.13043vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .movie {
  margin-bottom: 0;
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info h4 {
  margin-bottom: 19.2vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info h4 {
    margin-bottom: 70px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info h4 {
    margin-bottom: 6.08696vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item {
  top: 12.26667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item {
    top: 58px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item {
    top: 5.04348vw;
  }
}

#content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item img {
  width: 60vw;
  height: auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item img {
    width: 250px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec02 .secInner .sec02InnerSet.sec02InnerSet03 .info p.item img {
    width: 21.73913vw;
  }
}

#content-main .sec#sec03 {
  width: 100%;
  margin-bottom: 16vw;
  position: relative;
  padding-top: 22.8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 {
    margin-bottom: 140px;
    padding-top: 143px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 {
    margin-bottom: 12.17391vw;
    padding-top: -12.43478vw;
  }
}

#content-main .sec#sec03::after {
  content: "";
  display: block;
  width: 100%;
  height: 38.93333vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sec03_img_mv_sp.png) no-repeat center top;
  background-size: 100% auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03::after {
    display: none;
  }
}

#content-main .sec#sec03 .secInner {
  position: relative;
  width: 92.53333vw;
  margin: 0 auto;
  border: 1.06667vw solid #d1900f;
  padding-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner {
    border: 5px solid #d1900f;
    width: 1100px;
    padding-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner {
    border: 0.43478vw solid #d1900f;
    width: 95.65217vw;
    padding-bottom: 4.34783vw;
  }
}

#content-main .sec#sec03 .secInner h3 {
  width: 89.33333vw;
  margin: 0 auto 9.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner h3 {
    width: 1256px;
    margin: -143px 0 50px -58px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner h3 {
    width: 109.21739vw;
    margin: -12.43478vw 0 4.34783vw -5.04348vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner h3 img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent {
  width: 87.06667vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent {
    width: 1000px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent {
    width: 86.95652vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent p.time {
  width: 66.53333vw;
  margin: 0 auto 6.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.time {
    width: 1000px;
    margin: 0 auto 42px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.time {
    width: 86.95652vw;
    margin: 0 auto 3.65217vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent p.lead {
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.lead {
    font-size: 35px;
    margin: 0 auto 35px;
    text-align: center;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.lead {
    font-size: 3.04348vw;
    margin-bottom: 3.04348vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent p.lead span {
  color: #013ca6;
}

#content-main .sec#sec03 .secInner .secInnerContent p.attention {
  text-align: center;
  font-size: 3.2vw;
  color: #f00000;
  margin-bottom: 4.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.attention {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent p.attention {
    font-size: 1.3913vw;
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .present {
  margin-bottom: 13.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present {
    margin-bottom: 6.95652vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 1000px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul {
    width: 86.95652vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li {
    width: 419px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li {
    width: 36.43478vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .present ul li:first-of-type {
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li:first-of-type {
    width: 558px;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li:first-of-type {
    width: 48.52174vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .present ul li span {
  display: block;
  width: 81.33333vw;
  margin: 1.33333vw auto 0;
  font-size: 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li span {
    width: auto;
    margin: 7px auto 0;
    font-size: 13px;
    margin: 0 0 0 21px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .present ul li span {
    margin: 0.6087vw auto 0;
    font-size: 1.13043vw;
    margin: 0 0 0 1.82609vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow {
  width: 81.33333vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  text-align: center;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow {
    width: 1000px;
    font-size: 18px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow {
    width: 86.95652vw;
    font-size: 1.56522vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow h4 {
  position: relative;
  text-align: center;
  margin-bottom: 4.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow h4 {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow h4 {
    margin-bottom: 2.6087vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-bottom: 1px solid #000000;
  width: 100%;
  z-index: 1;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow h4 span {
  position: relative;
  z-index: 5;
  background: #ffffff;
  display: inline-block;
  padding: 0 .4em;
  font-size: 6vw;
  font-weight: bold;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow h4 span {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow h4 span {
    font-size: 3.04348vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow p.catch {
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow p.catch {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow p.catch {
    margin-bottom: 2.6087vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 106px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step {
    margin-bottom: 9.21739vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox {
    width: 370px;
    margin: 0 auto 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox {
    width: 32.17391vw;
    margin: 0 auto 3.47826vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .icon {
  width: 18vw;
  margin: 0 auto 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .icon {
    width: 100px;
    margin: 0 auto 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .icon {
    width: 8.69565vw;
    margin: 0 auto 3.47826vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox {
  width: 74.66667vw;
  margin: 0 auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox {
    width: 100%;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox p.text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox p.text {
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox p.text {
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox .imageBox p.caption {
  color: #013ca6;
  font-weight: bold;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 {
  margin-bottom: 10.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 {
    margin-bottom: 0;
    position: relative;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01::after {
  display: none;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01::after {
    position: absolute;
    top: 280px;
    right: -88px;
    content: "";
    display: block;
    width: 26px;
    height: 46px;
    background: url(../img/sec03_icon_arrow.png) no-repeat center center;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01::after {
    top: 24.34783vw;
    right: -7.65217vw;
    width: 2.26087vw;
    height: 4vw;
    background: url(../img/sec03_icon_arrow.png) no-repeat center center;
    background-size: 2.26087vw auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox {
  width: 66.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox {
    width: 100%;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb {
  width: 34.66667vw;
  margin: 0 auto 2.66667vw;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb {
    width: 207px;
    margin: 0 auto 20px;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb::before {
  position: absolute;
  width: 21.73333vw;
  height: 17.33333vw;
  top: -0.13333vw;
  right: -20.13333vw;
  display: block;
  content: "";
  background: url(../img/sec03_setp-obj_01_sp.png) no-repeat center center;
  background-size: 21.73333vw auto;
  z-index: 5;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb::before {
    width: 120px;
    height: 96px;
    top: -20px;
    right: -110px;
    background: url(../img/sec03_setp-obj_01_sp.png) no-repeat center center;
    background-size: 120px auto;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb::before {
    top: -1.73913vw;
    right: -9.56522vw;
    width: 10.43478vw;
    height: 8.34783vw;
    background: url(../img/sec03_setp-obj_01_sp.png) no-repeat center center;
    background-size: 10.43478vw auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb a {
  position: relative;
  display: block;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb a::before {
  position: absolute;
  width: 11.86667vw;
  height: 11.86667vw;
  top: 50%;
  left: 50%;
  margin: -5.86667vw 0 0 -5.86667vw;
  display: block;
  content: "";
  background: url(../img/icon_player_02.png) no-repeat center center;
  background-size: 11.86667vw auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb a::before {
    width: 60px;
    height: 60px;
    background: url(../img/icon_player_02.png) no-repeat center center;
    background-size: 60px auto;
    margin: -30px 0 0 -30px;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox01 .imageBox .movieThumb img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 {
  margin-bottom: 10.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 {
    margin-bottom: 0;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox {
  width: 66.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox {
    width: 100%;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox p.icon {
  width: 21.2vw;
  margin: 0 auto 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox p.icon {
    width: 118px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox p.icon {
    width: 10.26087vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .step .stepBox.stepBox02 .imageBox p.icon img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack {
  margin-bottom: 17.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack {
    margin-bottom: 103px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack {
    margin-bottom: 8.95652vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p {
  font-size: 5.6vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p {
    font-size: 3.04348vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p.BlueWord {
  font-size: 4vw;
  line-height: 1.6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p.BlueWord {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .blueBack p.BlueWord {
    font-size: 1.73913vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter {
  width: 81.86667vw;
  position: relative;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter {
    width: 940px;
    margin-left: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter {
    width: 81.73913vw;
    margin-left: 2.6087vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter::after {
  position: absolute;
  z-index: 1;
  top: 2.66667vw;
  left: 2.66667vw;
  content: "";
  width: 100%;
  height: 100%;
  background: #013ca6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter::after {
    top: 30px;
    left: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter::after {
    top: 2.6087vw;
    left: 2.6087vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner {
  position: relative;
  z-index: 5;
  background: #e4f4ff;
  padding: 2.66667vw 0 10.66667vw;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner {
    padding: 13px 0 62px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner {
    padding: 1.13043vw 0 5.3913vw;
    margin-bottom: 2.6087vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner h4 {
  width: 75.33333vw;
  margin: 0 auto 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner h4 {
    width: 616px;
    margin: 0 auto 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner h4 {
    width: 53.56522vw;
    margin: 0 auto 1.73913vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner h4::after {
  display: none;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text {
  font-size: 3.73333vw;
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text {
    font-size: 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text span {
  font-size: 3.2vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text span {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .twitter .twitterInner p.text span {
    font-size: 1.30435vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle {
  display: none;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button {
  display: block;
  border: 1px solid #013ca6;
  padding: 2.13333vw 0;
  width: 81.33333vw;
  text-align: center;
  color: #000000;
  position: relative;
  font-weight: bold;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button {
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    padding: 19px 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button {
    font-size: 1.91304vw;
    padding: 1.65217vw 0;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button::after {
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  position: absolute;
  content: "";
  top: 50%;
  right: 1.86667vw;
  width: 4vw;
  height: 4vw;
  margin-top: -2vw;
  background: url(../img/sec03_icon_toggle_close.png) no-repeat center center;
  background-size: 4vw auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button::after {
    top: 50%;
    right: 14px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/sec03_icon_toggle_close.png) no-repeat center center;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dt.accordion-button::after {
    top: 50%;
    right: 1.21739vw;
    width: 2.6087vw;
    height: 2.6087vw;
    margin-top: -1.30435vw;
    background: url(../img/sec03_icon_toggle_close.png) no-repeat center center;
    background-size: 2.6087vw auto;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl.open dt::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body {
  display: none;
  padding: 1em;
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl {
  text-align: left;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl {
    font-size: 2.6087vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl dt {
  font-size: 4vw;
  margin-bottom: 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl dt {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl dt {
    font-size: 1.91304vw;
    margin-bottom: 1.73913vw;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl dt dd {
  font-size: 3.46667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec03 .secInner .secInnerContent .flow .toggle dl dd.accordion-body dl dt dd {
    font-size: 16px;
  }
}

#content-main .sec#sec03 .secInner .secInnerContent .slideBoxTit h2 {
  text-indent: 0;
  margin-left: 0;
}

#content-main .sec#sec04 {
  width: 100%;
  margin-bottom: 20vw;
  padding-top: 3.33333vw;
  margin-top: -3.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 {
    margin-bottom: 160px;
    padding-top: 20px;
    margin-top: -20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 {
    margin-bottom: 13.91304vw;
    padding-top: 1.73913vw;
    margin-top: -1.73913vw;
  }
}

#content-main .sec#sec04 .secInner {
  width: 89.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner {
    width: 1100px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec04 .secInner h3 {
  width: 42vw;
  margin-bottom: 6.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner h3 {
    width: 266px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner h3 {
    width: 23.13043vw;
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec04 .secInner p.lead {
  font-size: 3.73333vw;
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner p.lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner p.lead {
    font-size: 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec04 .secInner p.lead span {
  display: block;
  margin-top: 2.66667vw;
  font-size: 2.93333vw;
  color: #555555;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner p.lead span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner p.lead span {
    font-size: 1.21739vw;
    margin-top: 0.86957vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox {
    margin-bottom: 90px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox {
    margin-bottom: 7.82609vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox h4 {
  font-size: 6.13333vw;
  font-weight: bold;
  text-align: center;
  padding: 1.33333vw 0 2.4vw;
  margin-bottom: 6.66667vw;
  color: #ffffff;
  background: #013ca6;
  line-height: 1;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox h4 {
    display: inline-block;
    font-size: 36px;
    padding: 10px 15px 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox h4 {
    font-size: 3.13043vw;
    padding: 0.86957vw 1.30435vw 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox p.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 4.53333vw;
  font-weight: bold;
  color: #013ca6;
  margin-bottom: 4vw;
  line-height: 1;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox p.lead {
    font-size: 26px;
    margin-bottom: 0;
    position: absolute;
    letter-spacing: -0.02em;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox p.lead {
    font-size: 2.26087vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox p.img {
  margin-bottom: 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox p.img {
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox p.img {
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox p.price {
  width: 81.33333vw;
  font-size: 2.66667vw;
  margin: 0 auto 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox p.price {
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox p.price {
    font-size: 1.3913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item {
    position: relative;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item01 p.lead {
    top: 48px;
    left: 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item01 p.lead {
    top: 4.17391vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item01 p.price {
    top: 372px;
    left: 330px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item01 p.price {
    top: 32.78261vw;
    left: 28.69565vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item02 p.lead {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item02 p.lead {
    top: 57px;
    left: 456px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item02 p.lead {
    top: 5.04348vw;
    left: 39.91304vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item02 p.price {
    top: 295px;
    left: 595px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox .itemBox-item.itemBox-item02 p.price {
    top: 25.65217vw;
    left: 51.73913vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox.itemBox02 h4 {
  display: inline-block;
  padding: 1.33333vw 2vw 2.4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 h4 {
    padding: 10px 15px 18px;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 h4 {
    padding: 0.86957vw 1.30435vw 1.56522vw;
    margin-bottom: 1.73913vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox.itemBox02 .itemBox-item03 p.lead {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.6;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .itemBox-item03 p.lead {
    top: 23px;
    left: 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .itemBox-item03 p.lead {
    top: 3.04348vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price ul li:first-of-type dl {
    width: 400px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price ul li:first-of-type dl {
    width: 33.73913vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dt {
  font-weight: bold;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dt {
    font-size: 14px;
    margin-bottom: 0;
    float: left;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dt {
    font-size: 1.21739vw;
    margin-bottom: 0;
  }
}

#content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd {
  width: 81.33333vw;
  font-size: 2.66667vw;
  margin: 0 0 2.66667vw 1.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd {
    width: auto;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 125px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd {
    font-size: 1.21739vw;
    padding: 0 0 0 10.86957vw;
  }
}

#content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd span {
  font-size: 2.4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd span {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec04 .secInner .itemBox.itemBox02 .price dl dd span {
    font-size: 0.95652vw;
  }
}

#content-main .sec#sec05 {
  width: 94.66667vw;
  margin: 0 auto 20vw;
  padding-top: 5.33333vw;
  margin-top: -5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 {
    margin-bottom: 150px;
    padding-top: 40px;
    margin-top: -40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 {
    margin-bottom: 13.04348vw;
    padding-top: 3.47826vw;
    margin-top: -3.47826vw;
  }
}

#content-main .sec#sec05 .secInner {
  width: 89.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .secInner {
    width: 1100px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec05 .secInner h3 {
  width: 72.93333vw;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .secInner h3 {
    width: 469px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 .secInner h3 {
    width: 40.78261vw;
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec05 .secInner p.lead {
  font-size: 3.73333vw;
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .secInner p.lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 .secInner p.lead {
    font-size: 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec05 .secInner p.lead span {
  display: block;
  margin-top: 2.66667vw;
  font-size: 2.93333vw;
  color: #555555;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .secInner p.lead span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 .secInner p.lead span {
    font-size: 1.21739vw;
    margin-top: 0.86957vw;
  }
}

#content-main .sec#sec05 .item {
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .item {
    text-align: center;
    width: 949px;
    margin: 0 auto 60px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec05 .item {
    width: 82.52174vw;
    margin: 0 auto 5.21739vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec05 .item img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec06 {
  width: 100%;
  margin-bottom: 20vw;
  padding-top: 5.33333vw;
  margin-top: -5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 {
    margin-bottom: 150px;
    padding-top: 30px;
    margin-top: -30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 {
    margin-bottom: 13.04348vw;
    padding-top: 2.6087vw;
    margin-top: -2.6087vw;
  }
}

#content-main .sec#sec06 .secInner {
  width: 89.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner {
    width: 1100px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec06 .secInner h3 {
  width: 73.2vw;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner h3 {
    width: 392px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner h3 {
    width: 34.08696vw;
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec06 .secInner p.lead {
  width: 85.33333vw;
  font-size: 3.73333vw;
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner p.lead {
    width: auto;
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner p.lead {
    font-size: 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec06 .secInner p.lead span {
  display: block;
  margin-top: 2.66667vw;
  font-size: 2.93333vw;
  color: #555555;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner p.lead span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner p.lead span {
    font-size: 1.21739vw;
    margin-top: 0.86957vw;
  }
}

#content-main .sec#sec06 .secInner .img {
  position: relative;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner .img {
    text-align: center;
    width: 1080px;
    margin: 0 0 53px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner .img {
    width: 93.91304vw;
    margin: 0 0 4.6087vw;
  }
}

#content-main .sec#sec06 .secInner .img::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner .img::after {
    right: -30px;
    bottom: -30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner .img::after {
    right: -2.6087vw;
    bottom: -2.6087vw;
  }
}

#content-main .sec#sec06 .secInner .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner .img ul {
    width: 1080px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner .img ul {
    width: 93.91304vw;
  }
}

#content-main .sec#sec06 .secInner .img ul li {
  width: 200px;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner .img ul li {
    width: 250px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec06 .secInner .img ul li {
    width: 21.73913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec06 .secInner .img ul li img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec06 .secInner .img.res-sp::after {
  display: none;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame {
  position: relative;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background: #ffff00;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame ul {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame ul li {
  width: 33.33333vw;
  margin-right: 3.33333vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.upper {
  width: 69.33333vw;
  margin-bottom: 2.66667vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.upper::after {
  height: 85%;
  right: -4vw;
  bottom: -9.33333vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.upper ul {
  width: 69.33333vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.lower {
  width: 69.33333vw;
  margin-left: 16.66667vw;
  margin-bottom: 8vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.lower::after {
  height: 45%;
  right: -4vw;
  bottom: -4vw;
}

#content-main .sec#sec06 .secInner .img.res-sp .imgFlame.lower ul {
  width: 69.33333vw;
}

#content-main .sec#sec07 {
  width: 100%;
  margin-bottom: 13.33333vw;
  padding-top: 5.33333vw;
  margin-top: -5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 {
    margin-bottom: 120px;
    padding-top: 30px;
    margin-top: -30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 {
    margin-bottom: 10.43478vw;
    padding-top: 2.6087vw;
    margin-top: -2.6087vw;
  }
}

#content-main .sec#sec07 .secInner {
  width: 89.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner {
    width: 1100px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec07 .secInner h3 {
  width: 73.2vw;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner h3 {
    width: 420px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner h3 {
    width: 36.52174vw;
    margin-bottom: 3.47826vw;
  }
}

#content-main .sec#sec07 .secInner p.lead {
  width: 85.33333vw;
  font-size: 3.73333vw;
  margin-bottom: 6.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner p.lead {
    width: auto;
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner p.lead {
    font-size: 1.56522vw;
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec07 .secInner p.lead span {
  display: block;
  margin-top: 2.66667vw;
  font-size: 2.93333vw;
  color: #555555;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner p.lead span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner p.lead span {
    font-size: 1.21739vw;
    margin-top: 0.86957vw;
  }
}

#content-main .sec#sec07 .secInner .period {
  margin-bottom: 6.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period {
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period {
    margin-bottom: 4.34783vw;
  }
}

#content-main .sec#sec07 .secInner .period dl {
  margin: 0;
}

#content-main .sec#sec07 .secInner .period dl:first-of-type {
  margin-bottom: 1.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period dl dt {
    width: 160px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period dl dt {
    width: 15.65217vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period dl dd {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 355px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period dl dd {
    width: 30.86957vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period.period01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period.period01 {
    margin-bottom: 1.73913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period.period01 dl {
    margin: 0 20px 0 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period.period01 dl {
    margin: 0 1.73913vw 0 0;
  }
}

#content-main .sec#sec07 .secInner .period.period01 p {
  text-align: center;
  font-size: 2.93333vw;
  color: #555555;
  margin-bottom: 2.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .period.period01 p {
    font-size: 14px;
    margin: 0;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .period.period01 p {
    font-size: 1.21739vw;
  }
}

#content-main .sec#sec07 .secInner .event p {
  font-size: 2.93333vw;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 8vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event p {
    font-size: 14px;
    margin-bottom: 55px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .event p {
    font-size: 1.21739vw;
    margin-bottom: 4.78261vw;
  }
}

#content-main .sec#sec07 .secInner .event .img {
  position: relative;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event .img {
    text-align: center;
    width: 1080px;
    margin: 0 0 53px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .event .img {
    width: 93.91304vw;
    margin: 0 0 4.6087vw;
  }
}

#content-main .sec#sec07 .secInner .event .img::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: #ffff00;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event .img::after {
    right: -30px;
    bottom: -30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .event .img::after {
    right: -2.6087vw;
    bottom: -2.6087vw;
  }
}

#content-main .sec#sec07 .secInner .event .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event .img ul {
    width: 1080px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .event .img ul {
    width: 93.91304vw;
  }
}

#content-main .sec#sec07 .secInner .event .img ul li {
  width: auto;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event .img ul li {
    width: 250px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec07 .secInner .event .img ul li {
    width: 17.3913vw;
  }
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec07 .secInner .event .img ul li img {
    width: 100%;
    height: auto;
  }
}

#content-main .sec#sec07 .secInner .event .img.res-sp::after {
  display: none;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame {
  position: relative;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background: #ffff00;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame ul {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame ul li {
  width: 40vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.upper {
  width: 84vw;
  margin-bottom: 4vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.upper::after {
  width: 95%;
  height: 60%;
  right: -5.33333vw;
  bottom: -10.66667vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.upper ul {
  width: 84vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.lower {
  width: 84vw;
  margin-left: 6.66667vw;
  margin-bottom: 8.66667vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.lower::after {
  width: 95%;
  height: 40%;
  left: -5.33333vw;
  bottom: -4vw;
}

#content-main .sec#sec07 .secInner .event .img.res-sp .imgFlame.lower ul {
  width: 84vw;
}

#content-main .sec#sec08 {
  width: 100%;
  border-top: 1px solid #e0e5ee;
  padding-top: 13.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 {
    padding-top: 100px;
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 {
    padding-top: 8.69565vw;
    margin-bottom: 5.21739vw;
  }
}

#content-main .sec#sec08 .secInner {
  width: 89.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner {
    width: 1100px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner {
    width: 95.65217vw;
  }
}

#content-main .sec#sec08 .secInner h3 {
  width: 39.73333vw;
  margin: 0 auto 9.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner h3 {
    width: 220px;
    margin: 0 auto 70px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner h3 {
    width: 19.13043vw;
    margin: 0 auto 6.08696vw;
  }
}

#content-main .sec#sec08 .secInner h4 {
  font-size: 4.53333vw;
  font-weight: bold;
  text-align: center;
  color: #013ca6;
  margin-bottom: 5.33333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner h4 {
    font-size: 1.91304vw;
    margin-bottom: 2.6087vw;
  }
}

#content-main .sec#sec08 .secInner p.period {
  text-align: center;
  font-size: 3.2vw;
  margin-bottom: 4vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner p.period {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner p.period {
    font-size: 1.3913vw;
    margin-bottom: 2.6087vw;
  }
}

#content-main .sec#sec08 .secInner p.period span {
  font-size: 2.93333vw;
  color: #555555;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner p.period span {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner p.period span {
    font-size: 1.21739vw;
  }
}

#content-main .sec#sec08 .secInner p.mail {
  text-align: center;
}

#content-main .sec#sec08 .secInner p.mail a {
  color: #000000;
  display: inline-block;
  font-size: 4.53333vw;
  font-weight: bold;
  margin-bottom: 4vw;
  background: url(../img/sec08_icon-mail_sp.jpg) no-repeat left center;
  background-size: 6.66667vw auto;
  padding-left: 8.26667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner p.mail a {
    font-size: 22px;
    background: url(../img/sec08_icon-mail_sp.jpg) no-repeat left center;
    background-size: 42px auto;
    padding-left: 52px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner p.mail a {
    font-size: 1.91304vw;
    background: url(../img/sec08_icon-mail_sp.jpg) no-repeat left center;
    background-size: 2.78261vw auto;
    padding-left: 4.52174vw;
    margin-bottom: 2.17391vw;
  }
}

#content-main .sec#sec08 .secInner p.attention {
  text-align: center;
  font-size: 2.93333vw;
  color: #fe0000;
  line-height: 1.8;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner p.attention {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner p.attention {
    font-size: 1.21739vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn {
  padding-top: 10.66667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn {
    padding-top: 69px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn {
    padding-top: 6vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul {
  width: 69.86667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn ul {
    width: 334px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn ul {
    width: 27.30435vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul li.in {
  width: 12.13333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.in {
    width: 58px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.in {
    width: 5.04348vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul li.fb {
  width: 11.86667vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.fb {
    width: 57px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.fb {
    width: 4.95652vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul li.tw {
  width: 11.73333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.tw {
    width: 56px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.tw {
    width: 4.86957vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul li.yt {
  width: 12.13333vw;
}

@media print, only screen and (min-width: 768px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.yt {
    width: 58px;
  }
}

@media print, screen and (max-width: 1150px) and (min-width: 767px) {
  #content-main .sec#sec08 .secInner .socialBtn ul li.yt {
    width: 5.04348vw;
  }
}

#content-main .sec#sec08 .secInner .socialBtn ul li img {
  width: 100%;
  height: auto;
}
