@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  font-size: 62.5%;
}

body {
  font-family: "xxx", sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}

.title-box {
  display: none;
}

.rcrumbs-list {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

#header a:focus {
  outline: inherit !important;
}

#wrap-container {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

#module001 {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* パンくずエリア */
#breadcrumbs {
  padding: 0 4%;
}

#breadcrumbs .rcrumbs-cover {
  color: #333333;
}

@media screen and (min-width: 769px) {
  #breadcrumbs {
    padding: 0;
  }
  #breadcrumbs .rcrumbs-cover {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .rcrumbs.is-touchdevice .rcrumbs-list li:first-child {
    margin-left: 0;
  }
}

/* パンくずエリア */
a {
  text-decoration: none;
}

a:focus {
  outline: inherit !important;
}

a:active,
a:hover {
  text-decoration: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.cf {
  display: inline-block;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.mainV .mainVInner .mainVInnerImg {
  width: 100%;
  height: 120vw;
  background: url(/domestic/theme/nippon_genki/image/bg_mv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg {
    height: 36vw;
  }
}

.mainV .mainVInner .mainVInnerImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition: all .3s ease-out;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img {
    width: auto;
    height: 100%;
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(1) {
  z-index: 6;
  transform: translate(-50%, -10%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(1) {
    transform: translate(-15%, -43%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(2) {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 0;
  left: 0;
}

.mainV .mainVInner .mainVInnerImg img:nth-child(3) {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 0;
  left: 0;
}

.mainV .mainVInner .mainVInnerImg img:nth-child(4) {
  z-index: 5;
  transform: translate(-50%, -10%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(4) {
    transform: translate(-15%, -43%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(5) {
  z-index: 4;
  transform: translate(-50%, -10%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(5) {
    transform: translate(-15%, -43%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(6) {
  z-index: 3;
  transform: translate(-50%, -10%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(6) {
    transform: translate(-15%, -43%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(7) {
  z-index: 2;
  transform: translate(-50%, -10%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(7) {
    transform: translate(-15%, -43%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(8) {
  z-index: 5;
  transform: translate(-53%, -88%);
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(8) {
    transform: translate(-94%, -50%);
  }
}

.mainV .mainVInner .mainVInnerImg img:nth-child(9) {
  z-index: 6;
  top: 90%;
  transform: translate(-50%, 0);
  width: 95%;
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img:nth-child(9) {
    top: 50%;
    transform: translate(5%, -6%);
    width: 34%;
  }
}

.mainV .mainVInner .mainVInnerImg img.pc {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img.pc {
    display: block !important;
  }
}

.mainV .mainVInner .mainVInnerImg img.sp {
  display: block !important;
}

@media screen and (min-width: 1025px) {
  .mainV .mainVInner .mainVInnerImg img.sp {
    display: none !important;
  }
}

/* safari */
_::-webkit-full-page-media, _:future, :root .secMvTop img.flow.in {
  -webkit-animation: itemFlowMt 3s linear infinite;
  animation: itemFlowMt 3s linear infinite;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .secMvTop img {
  height: auto;
}

@media screen and (min-width: 769px) {
  _:-ms-lang(x)::-ms-backdrop, .secMvTop img {
    height: 100%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .secMvTop img.flow.in {
  -webkit-animation: itemFlowMt 3s linear infinite;
  animation: itemFlowMt 3s linear infinite;
}

@-webkit-keyframes itemFlow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes itemFlow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes boundSP {
  0% {
    transform: translate(0%, -88%);
  }
  50% {
    transform: translate(-52%, -88%);
  }
  70% {
    transform: translate(-54%, -88%);
  }
  90% {
    transform: translate(-52%, -88%);
  }
  100% {
    transform: translate(-53%, -88%);
  }
}

@keyframes boundSP {
  0% {
    transform: translate(0%, -88%);
  }
  50% {
    transform: translate(-52%, -88%);
  }
  70% {
    transform: translate(-54%, -88%);
  }
  90% {
    transform: translate(-52%, -88%);
  }
  100% {
    transform: translate(-53%, -88%);
  }
}

@-webkit-keyframes bound {
  0% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(-93%, -50%);
  }
  70% {
    transform: translate(-95%, -50%);
  }
  90% {
    transform: translate(-93%, -50%);
  }
  100% {
    transform: translate(-94%, -50%);
  }
}

@keyframes bound {
  0% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(-93%, -50%);
  }
  70% {
    transform: translate(-95%, -50%);
  }
  90% {
    transform: translate(-93%, -50%);
  }
  100% {
    transform: translate(-94%, -50%);
  }
}

@media screen and (min-width: 1025px) {
  .tabBtn {
    padding-top: 20px;
  }
}

.tabBtn ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.tabBtn ul li {
  width: 33.3%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .tabBtn ul li {
    height: 20vw;
  }
}

@media screen and (min-width: 1025px) {
  .tabBtn ul li {
    height: 100px;
  }
}

.tabBtn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tabBtn ul li a img {
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .tabBtn ul li a img {
    width: auto;
  }
}

.tabBtn ul li:nth-child(1) {
  border-right: 1px solid #fff;
}

@media screen and (min-width: 481px) {
  .tabBtn ul li:nth-child(1) {
    border-right: 2px solid #fff;
  }
}

.tabBtn ul li:nth-child(1) a {
  background: #1D81CC;
}

.tabBtn ul li:nth-child(1) a img {
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .tabBtn ul li:nth-child(1) a img {
    width: auto;
  }
}

.tabBtn ul li:nth-child(2) {
  border-right: 1px solid #fff;
}

@media screen and (min-width: 481px) {
  .tabBtn ul li:nth-child(2) {
    border-right: 2px solid #fff;
  }
}

.tabBtn ul li:nth-child(2) a {
  background: #12A9D9;
}

.tabBtn ul li:nth-child(3) a {
  flex-flow: column;
  background: #1f39a5;
}

.tabBtn ul li:nth-child(3) a::before {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/210622/tabTxt_03_ico.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1025px) {
  .tabBtn ul li:nth-child(3) a::before {
    content: none;
    display: none;
  }
}

.tabBtn ul li:nth-child(3) a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 481px) {
  .tabBtn ul li:nth-child(3) a span {
    font-size: 2rem;
  }
  .tabBtn ul li:nth-child(3) a span::before {
    content: '';
    background: url(/domestic/theme/nippon_genki/image/210622/tabTxt_03_ico.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 34px;
    height: 28px;
  }
}

.tabBtn ul li:nth-child(3) a img.sp {
  width: 87px;
}

@media screen and (min-width: 481px) {
  .tabBtn ul li:nth-child(3) a img.sp {
    width: 20vw;
  }
}

.tabBtn ul li:nth-child(3) a img.pc {
  width: 290px;
}

.tabContentAreaBtn {
  text-align: center;
  margin-bottom: 20px;
}

.tabContentAreaBtn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}

.tabContentAreaBtn a:hover {
  transition: all .3s;
  transform: scale(1.05);
}

.tabContentAreaBtn a img {
  opacity: inherit;
}

.secCast .secCastInner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner {
    padding: 20px 15px;
  }
}

.secCast .secCastInner h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.secCast .secCastInner .secCastTtl {
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner .secCastTtl {
    text-align: center;
    font-size: 1.8rem;
  }
}

.secCast .secCastInner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.secCast .secCastInner ul li {
  width: calc(100% / 5);
  padding: 0 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li {
    padding: 0 15px;
    margin-bottom: 0;
  }
}

.secCast .secCastInner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  padding: 20px 0;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a {
    padding: 0;
  }
}

.secCast .secCastInner ul li a .secCastBoxTopImg {
  display: block;
  position: absolute;
  top: -17px;
  right: -7px;
  width: 67px;
  height: 37px;
}

.secCast .secCastInner ul li a .secCastBoxTopImg img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBoxTopImg {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.secCast .secCastInner ul li a .secCastBox {
  display: block;
  background: url(/domestic/theme/nippon_genki/image/bg_secCastBoxImg.jpg) center center no-repeat;
  background-size: cover;
  border: 3px solid #000;
  position: relative;
  margin-bottom: 30px;
  height: 16vw;
  color: #000;
}

@media screen and (min-width: 481px) {
  .secCast .secCastInner ul li a .secCastBox {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBox {
    border: 5px solid #000;
    height: 160px;
  }
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxImg {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxImg img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxName {
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBox .secCastBoxName {
    width: 148px;
    background: url(/domestic/theme/nippon_genki/image/bg_secCastBoxName.svg) center center no-repeat;
    position: absolute;
    bottom: -60px;
    left: 10px;
    width: 100%;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    color: #000;
    padding-top: 0;
  }
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxName > p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 481px) {
  .secCast .secCastInner ul li a .secCastBox .secCastBoxName > p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBox .secCastBoxName > p {
    display: block;
    font-size: 1.5rem;
  }
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxName > p span {
  display: block;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxName > p span:first-child {
  font-size: 1rem;
  transform: scale(0.8);
}

@media screen and (min-width: 481px) {
  .secCast .secCastInner ul li a .secCastBox .secCastBoxName > p span:first-child {
    font-size: 1.2rem;
    transform: none;
  }
}

.secCast .secCastInner ul li a .secCastBox .secCastBoxName > p span:last-child {
  font-size: 1rem;
  transform: scale(0.8);
}

.secCast .secCastInner ul li a .secCastBoxTxt {
  display: none;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBoxTxt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    cursor: default;
  }
}

.secCast .secCastInner ul li a .secCastBoxLink {
  display: none;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a .secCastBoxLink {
    display: block;
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_secCastBoxLink.svg) center center no-repeat;
    background-size: contain;
    text-align: center;
    padding: 20px 10px 30px;
    line-height: 1;
  }
}

.secCast .secCastInner ul li a .secCastBoxLink span {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}

.secCast .secCastInner ul li a.active::after, .secCast .secCastInner ul li a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #ffe100 transparent transparent transparent;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a.active::after, .secCast .secCastInner ul li a:hover::after {
    display: none;
  }
}

.secCast .secCastInner ul li a.active .secCastBox, .secCast .secCastInner ul li a:hover .secCastBox {
  transition: all .3s;
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_secCastBoxImg_red.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .secCast .secCastInner ul li a.active .secCastBoxLink, .secCast .secCastInner ul li a:hover .secCastBoxLink {
    transition: all .3s;
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_secCastBoxLink_yel.svg) center center no-repeat;
    background-size: contain;
  }
}

.secCast .secCastInner ul li a.active img, .secCast .secCastInner ul li a:hover img {
  opacity: inherit;
}

.secTtl {
  text-align: center;
  margin-bottom: 20px;
}

.secTtl img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.secTtlSub {
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .secTtlSub {
    margin-bottom: 20px;
  }
}

.secTtlSub img {
  width: 100%;
  max-width: 850px;
}

.secBtn {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .secBtn {
    max-width: 550px;
  }
}

.secBtn a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.secBtn a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.secBtn a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.secBtn.newTour a {
  position: relative;
}

.secBtn.newTour a::after {
  content: '';
  display: block;
  background: url(/domestic/theme/nippon_genki/image/210520/newTour.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -57px;
  right: -10%;
  width: 93px;
  height: 62px;
}

@media screen and (min-width: 1025px) {
  .secBtn.newTour a::after {
    width: 163px;
    height: 92px;
    top: -100px;
    right: -15%;
  }
}

.secNew {
  background: #1d81cc;
}

.secNew .secNewInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (min-width: 481px) {
  .secNew .secNewInner {
    padding: 60px 20px;
  }
}

.secList {
  background: #12a9d9;
}

.secList .secListInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (min-width: 481px) {
  .secList .secListInner {
    padding: 60px 20px;
  }
}

.secTwitter {
  background: #1f39a5;
}

.secTwitter .secTwitterInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (min-width: 481px) {
  .secTwitter .secTwitterInner {
    padding: 60px 20px;
  }
}

.tours {
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .tours {
    margin-bottom: 50px;
  }
}

.tours .toursTop {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.tours .toursTop .toursTopTxt {
  width: 100%;
  max-width: 247px;
  padding: 5px 10px;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop .toursTopTxt {
    max-width: 516px;
    padding: 15px 50px;
    margin-right: 20px;
    border-radius: 20px;
  }
}

.tours .toursTop .toursTopTxt.on {
  opacity: 0;
  transition: all .3s;
  transition-delay: .5s;
}

.tours .toursTop .toursTopTxt.active {
  opacity: 1;
}

.tours .toursTop .toursTopTxt::before {
  content: '';
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

@media screen and (min-width: 481px) {
  .tours .toursTop .toursTopTxt::before {
    border-radius: 20px;
  }
}

.tours .toursTop .toursTopTxt::after {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/bg_toursTopTxt.svg) no-repeat;
  position: absolute;
  top: 40%;
  right: -18px;
  width: 25px;
  height: 30px;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .tours .toursTop .toursTopTxt::after {
    right: -30px;
    width: 45px;
    height: 50px;
  }
}

.tours .toursTop .toursTopTxt .toursTopTtl {
  position: relative;
  z-index: 4;
  text-align: center;
  display: flex;
  align-items: center;
}

.tours .toursTop .toursTopTxt .toursTopTtl img {
  width: 100%;
  max-width: 416px;
}

.tours .toursTop .toursTopImg {
  width: 100%;
  margin-right: -5%;
  margin-left: 10px;
  max-width: 95px;
}

@media screen and (min-width: 1025px) {
  .tours .toursTop .toursTopImg {
    margin-right: 10%;
    margin-left: 5px;
    max-width: 158px;
  }
}

.tours .toursTop .toursTopImg.on {
  opacity: 0;
  transition: all .3s;
}

.tours .toursTop .toursTopImg.active {
  opacity: 1;
}

.tours .toursTop .toursTopImg img {
  width: 100%;
}

.tours .toursTop.cast01 .toursTopImg {
  margin-bottom: -17px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop.cast01 .toursTopImg {
    margin-bottom: -23px;
  }
}

.tours .toursTop.cast02 .toursTopImg {
  margin-bottom: -6px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop.cast02 .toursTopImg {
    margin-bottom: -8px;
    max-width: 138px;
  }
}

.tours .toursTop.cast03 .toursTopImg {
  margin-bottom: -7px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop.cast03 .toursTopImg {
    z-index: 10;
    margin-bottom: -18px;
    max-width: 158px;
  }
}

.tours .toursTop.cast04 .toursTopImg {
  margin-bottom: -15px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop.cast04 .toursTopImg {
    margin-bottom: -30px;
    max-width: 138px;
  }
}

.tours .toursTop.cast05 .toursTopImg {
  margin-bottom: -15px;
}

@media screen and (min-width: 481px) {
  .tours .toursTop.cast05 .toursTopImg {
    margin-bottom: -30px;
    max-width: 138px;
  }
}

.tours .toursBox {
  border: 4px solid #000;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox {
    border-radius: 30px;
    padding: 30px;
    border: 8px solid #000;
  }
}

.tours .toursBox .toursBoxBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBg {
    border-radius: 20px;
  }
}

.tours .toursBox .toursBoxBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 98px 105px 0 0;
  border-color: #FFE100 transparent transparent transparent;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBg::before {
    border-width: 147px 156px 0 0;
  }
}

.tours .toursBox .toursBoxBg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBg::after {
    width: 100%;
  }
}

.tours .toursBox .toursBoxBtn {
  width: 82px;
  height: 82px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: #54a943;
  border: 2.5px solid #000;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: scale(0.8);
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBtn {
    width: 112px;
    height: 112px;
    right: 20px;
    border: 4px solid #000;
    transform: none;
  }
}

.tours .toursBox .toursBoxBtn > p {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBtn > p {
    font-size: 1.4rem;
  }
}

.tours .toursBox .toursBoxBtn > p span {
  display: block;
  margin-top: 2px;
  transform: scale(0.8);
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxBtn > p span {
    margin-top: 5px;
    transform: none;
  }
}

.tours .toursBox .toursBoxBtn > p span::before {
  display: block;
  content: '';
  background: url(/domestic/theme/nippon_genki/image/vol2/toursBoxBtn_open.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.tours .toursBox .toursBoxBtn > p span::after {
  display: block;
  content: 'open';
  font-size: 1rem;
  font-weight: normal;
}

.tours .toursBox .toursBoxBtn.active > p span::before {
  background: url(/domestic/theme/nippon_genki/image/vol2/toursBoxBtn_close.svg) no-repeat;
}

.tours .toursBox .toursBoxBtn.active > p span::after {
  content: 'close';
}

.tours .toursBox .toursBoxTtl h4 {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxTtl h4 {
    margin-bottom: 10px;
    max-width: 560px;
  }
}

.tours .toursBox .toursBoxTtl h4 span {
  color: #000;
  display: block;
}

.tours .toursBox .toursBoxTtl > p {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 60%;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxTtl > p {
    font-size: 1.4rem;
    width: 50%;
  }
}

.tours .toursBox .toursBoxList {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList {
    display: flex;
    justify-content: space-between;
  }
}

.tours .toursBox .toursBoxList.show {
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all .3s;
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList.show {
    margin-top: 50px;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap {
  width: 100%;
  background: #fff;
  border: 1.5px solid #000;
  box-shadow: 3px 3px 0 0 #000;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.tours .toursBox .toursBoxList .toursBoxListWrap:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap {
    width: 48%;
    padding: 15px;
    border: 3px solid #000;
    box-shadow: 5px 5px 0 0 #000;
    margin-bottom: 0;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul {
  width: 100%;
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li {
  border-bottom: 1px dotted #000;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -.5em;
}

@media screen and (min-width: 481px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap ul li {
    border-bottom: 2px dotted #000;
    font-size: 1.7rem;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li::before {
  content: '▶︎';
  display: inline-block;
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li:last-child {
  border-bottom: none;
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li span {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 481px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap ul li span {
    font-size: 1.4rem;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li.les {
  letter-spacing: -.14em;
}

.tours .toursBox .toursBoxList .toursBoxListWrap ul li.txtS {
  font-size: 1.1rem;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap ul li.txtS {
    font-size: 1.7rem;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap .toursBoxListPoint {
  display: inline-block;
  position: absolute;
  top: -20px;
  border: 1.5px solid #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 15px;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap .toursBoxListPoint {
    top: -30px;
    border: 2.5px solid #000;
    font-size: 1.5rem;
    padding: 5px 25px;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(1) ul li::before {
  color: #54a943;
}

.tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(1) .toursBoxListPoint {
  background: #54a943;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(1) .toursBoxListPoint {
    left: 10px;
  }
}

.tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(2) ul li::before {
  color: #E67C1E;
}

.tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(2) .toursBoxListPoint {
  background: #E67C1E;
}

@media screen and (min-width: 1025px) {
  .tours .toursBox .toursBoxList .toursBoxListWrap:nth-child(2) .toursBoxListPoint {
    right: 10px;
  }
}

.tours.workation .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_workation_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 65%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.workation .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.workation .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_workation.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.workation .toursBox .toursBoxTtl {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .tours.workation .toursBox .toursBoxTtl {
    margin-bottom: 50px;
  }
}

.tours.workation .toursBox .toursBoxTtl h4 {
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .tours.workation .toursBox .toursBoxTtl h4 {
    width: 100%;
  }
}

.tours.newstay .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_newstay_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 55%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.newstay .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.newstay .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_newstay.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.newstay .toursBox .toursBoxTtl {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .tours.newstay .toursBox .toursBoxTtl {
    margin-bottom: 50px;
  }
}

.tours.newstay .toursBox .toursBoxTtl h4 {
  width: 70%;
}

.tours.newstay .toursBox .toursBoxTtl h4 > img {
  width: 75%;
}

@media screen and (min-width: 1025px) {
  .tours.newstay .toursBox .toursBoxTtl h4 > img {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.newstay .toursBox .toursBoxTtl h4 {
    width: 100%;
  }
}

.tours.onlinetour .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_onlinetour_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 55%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.onlinetour .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.onlinetour .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_onlinetour.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.onlinetour .toursBox .toursBoxTtl {
  margin-bottom: 10px;
}

.tours.onlinetour .toursBox .toursBoxTtl h4 {
  width: 70%;
}

.tours.onlinetour .toursBox .toursBoxTtl h4 > img {
  width: 75%;
}

@media screen and (min-width: 1025px) {
  .tours.onlinetour .toursBox .toursBoxTtl h4 > img {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.onlinetour .toursBox .toursBoxTtl h4 {
    width: 100%;
  }
}

.tours.charterflight .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_charterflight_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 55%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.charterflight .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.charterflight .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_charterflight.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.charterflight .toursBox .toursBoxTtl {
  margin-bottom: 10px;
}

.tours.charterflight .toursBox .toursBoxTtl h4 {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .tours.charterflight .toursBox .toursBoxTtl h4 {
    max-width: 750px;
  }
}

.tours.charterflight .toursBox .toursBoxTtl h4 span {
  display: inline-flex;
  align-items: center;
  background: #26ccff;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-left: -10px;
}

@media screen and (min-width: 1025px) {
  .tours.charterflight .toursBox .toursBoxTtl h4 span {
    margin-left: 0;
    padding: 5px 10px;
  }
}

.tours.charterflight .toursBox .toursBoxTtl h4 span > img {
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .tours.charterflight .toursBox .toursBoxTtl h4 span > img {
    width: 100%;
  }
}

.tours.charterflight .toursBox .toursBoxTtl h4 > img {
  width: 75%;
}

@media screen and (min-width: 1025px) {
  .tours.charterflight .toursBox .toursBoxTtl h4 > img {
    width: 50%;
  }
}

.tours.tokushima .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/vol2/bg_tokushima_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 55%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.tokushima .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.tokushima .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/vol2/bg_tokushima.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.tokushima .toursBox .toursBoxTtl {
  margin-bottom: 10px;
}

.tours.tokushima .toursBox .toursBoxTtl h4 {
  width: 75%;
}

.tours.tokushima .toursBox .toursBoxTtl h4 > img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .tours.tokushima .toursBox .toursBoxTtl h4 > img {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.tokushima .toursBox .toursBoxTtl h4 {
    width: 100%;
  }
}

.tours.cyclingtour .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/210520/bg_cyclingtour_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 60%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.cyclingtour .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.cyclingtour .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/210520/bg_cyclingtour.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.cyclingtour .toursBox .toursBoxTtl {
  margin-bottom: 10px;
}

.tours.cyclingtour .toursBox .toursBoxTtl h4 > img {
  width: 55%;
}

@media screen and (min-width: 1025px) {
  .tours.cyclingtour .toursBox .toursBoxTtl h4 > img {
    width: 87%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.cyclingtour .toursBox .toursBoxTtl h4 {
    width: 100%;
  }
}

.tours.cyclingtour .toursBox .toursBoxTtl h4 span {
  margin-bottom: 5px;
}

.tours.cyclingtour .toursBox .toursBoxTtl h4 span img {
  width: 60%;
}

@media screen and (min-width: 1025px) {
  .tours.cyclingtour .toursBox .toursBoxTtl h4 span img {
    width: 100%;
  }
}

.tours.oshigoto_taiken .toursBox .toursBoxBg::after {
  background: url(/domestic/theme/nippon_genki/image/210810/bg_oshigoto_taiken_sp.jpg) right top no-repeat;
  background-size: 100%;
  width: 50%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .tours.oshigoto_taiken .toursBox .toursBoxBg::after {
    width: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .tours.oshigoto_taiken .toursBox .toursBoxBg::after {
    background: url(/domestic/theme/nippon_genki/image/210810/bg_oshigoto_taiken.jpg) right top no-repeat;
    background-size: 100%;
    width: 100%;
  }
}

.tours.oshigoto_taiken .toursBox .toursBoxTtl {
  margin-bottom: 10px;
}

.tours.oshigoto_taiken .toursBox .toursBoxTtl h4 > img {
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .tours.oshigoto_taiken .toursBox .toursBoxTtl h4 {
    width: 80%;
  }
}

.tours.oshigoto_taiken .toursBox .toursBoxTtl h4 span {
  margin-bottom: 5px;
}

.tours.oshigoto_taiken .toursBox .toursBoxTtl h4 span img {
  width: 80%;
}

.tours.oshigoto_taiken .toursBox .toursBoxTtl > p {
  width: 62%;
}

@media screen and (min-width: 1025px) {
  .tours.oshigoto_taiken .toursBox .toursBoxTtl > p {
    width: 48%;
  }
}

.mangaArea .mangaAreaBox {
  position: relative;
}

.mangaArea .mangaAreaBox img {
  display: block;
  width: 100%;
}

.mangaArea .mangaAreaBox img.mangaAreaBoxStart {
  width: 100%;
  max-width: 210px;
  position: absolute;
  top: -45px;
  left: inherit;
  right: 20px;
  z-index: 1;
  -webkit-animation: bounces 1.5s infinite ease-in-out;
  animation: bounces 1.5s infinite ease-in-out;
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox img.mangaAreaBoxStart {
    max-width: 210px;
    top: -13%;
    left: inherit;
    right: -30px;
  }
}

.mangaArea .mangaAreaBox img.mangaAreaBoxSub {
  width: 32%;
  position: absolute;
  top: -9%;
  left: -15px;
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox img.mangaAreaBoxSub {
    top: -48px;
  }
}

.mangaArea .mangaAreaBox .mangaAreaNote {
  color: #fff;
  font-size: 1rem;
  margin: 20px 0 10px;
}

@media screen and (min-width: 481px) {
  .mangaArea .mangaAreaBox .mangaAreaNote {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox .mangaAreaNote {
    margin: 30px 0 0;
    font-size: 1.7rem;
  }
}

.mangaArea .mangaAreaBox:first-child {
  margin-right: -20px;
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox:first-child {
    margin-right: -7%;
  }
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox:nth-child(2) {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .mangaArea .mangaAreaBox:last-child {
    margin-bottom: 50px;
  }
}

.secMassage {
  display: block;
  background: #1f39a5;
}

@media screen and (min-width: 1025px) {
  .secMassage {
    display: flex;
    justify-content: center;
  }
}

.secMassage .secMassageInner {
  background: #1f39a5;
  width: 100%;
  max-width: 1150px;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secMassage .secMassageInner.bgDark {
  background: #0a195a;
}

.secMassage .secMassageInner .secMassageTxt h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .secMassage .secMassageInner .secMassageTxt h2 {
    font-size: 3.2rem;
  }
}

.secMassage .secMassageInner .secMassageTxt h2 span {
  display: block;
}

.secMassage .secMassageInner .secMassageTxt h2 span img {
  width: 60px;
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageInner .secMassageTxt h2 span img {
    width: 87px;
  }
}

.secMassage .secMassageInner .secMassageTxt .secMassageTxtTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageTxtTtl {
    font-size: 2.6rem;
  }
}

.secMassage .secMassageInner .secMassageTxt > p {
  font-size: 1.6rem;
  margin: 20px 0;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .secMassage .secMassageInner .secMassageTxt > p {
    font-size: 1.8rem;
    margin: 40px 0;
    text-align: center;
  }
}

.secMassage .secMassageInner .secMassageTxt .secMassageBtn {
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageBtn {
    margin-bottom: 60px;
  }
}

.secMassage .secMassageInner .secMassageTxt .secMassageBtn a {
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  background: #fff;
  color: #1f39a5;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  transition: all .3s;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageBtn a {
    font-size: 2.6rem;
    padding: 20px;
    border-radius: 20px;
  }
}

.secMassage .secMassageInner .secMassageTxt .secMassageBtn a::after {
  content: '>>';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageBtn a::after {
    right: 30px;
  }
}

.secMassage .secMassageInner .secMassageTxt .secMassageBtn a:hover {
  opacity: .7;
}

.secMassage .secMassageInner .secMassageTxt .secMassageBtn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageBtn:last-child a {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageInner .secMassageTxt .secMassageBtn:last-child a {
    padding: 30px 20px;
    font-size: 3rem;
  }
}

.secMassage .secMassageImg {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .secMassage .secMassageImg {
    width: 20%;
  }
}

.secMassage .secMassageImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(10%) scale(0.9);
  }
  50% {
    -webkit-transform: translateY(0) scale(1);
  }
}

@keyframes bounces {
  0%, 100% {
    transform: translateY(10%) scale(0.9);
  }
  50% {
    transform: translateY(0) scale(1);
  }
}

.secNote {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: right;
  color: #888888;
  font-size: 1.2rem;
}

@media screen and (min-width: 481px) {
  .secNote {
    font-size: 1.4rem;
  }
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner {
  max-width: inherit;
  margin-top: -100px;
}

@media screen and (min-width: 1025px) {
  .pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner {
    margin-top: -150px;
  }
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop {
  background: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid #12a9d9;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 100%;
    font-size: 1.8rem;
  }
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop > span::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #12a9d9 transparent;
  margin-bottom: 2px;
}

@media screen and (min-width: 1025px) {
  .pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop > span::before {
    border-width: 0 15px 15px 15px;
    margin-bottom: 5px;
  }
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop::after {
  content: none;
}

.special {
  z-index: 1;
}

.special h2 {
  z-index: 3;
  position: relative;
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 351px) {
  .special h2 {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .special h2 {
    width: auto;
  }
}

.special > ul {
  margin-bottom: -60px;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .special > ul {
    margin-bottom: -130px;
  }
}

.special > ul li.specialTop {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_specialTop_sp.png) left top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 88vw;
  position: relative;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialTop {
    top: -30px;
  }
}

@media screen and (min-width: 481px) {
  .special > ul li.specialTop {
    height: 92vw;
  }
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop {
    background: url(/domestic/theme/nippon_genki/image/210622/bg_specialTop.png) left top no-repeat;
    background-size: 100%;
    height: 440px;
    text-align: center;
  }
}

.special > ul li.specialTop::after {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/210622/ico_specialTop.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop::after {
    display: none;
    content: none;
  }
}

.special > ul li.specialTop .specialTopInner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialTop .specialTopInner {
    transform: translate(-50%, -45%);
  }
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop .specialTopInner {
    transform: translate(-50%, -50%);
  }
}

.special > ul li.specialTop .specialTopInner .specialTopTtlSub {
  text-align: center;
}

.special > ul li.specialTop .specialTopInner .specialTopTtlSub img {
  width: 65%;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop .specialTopInner .specialTopTtlSub img {
    width: auto;
  }
}

@media screen and (min-width: 351px) {
  .special > ul li.specialTop .specialTopInner .specialTopTtl {
    margin-bottom: 10px;
  }
}

.special > ul li.specialTop .specialTopInner .specialTopTtl img {
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop .specialTopInner .specialTopTtl img {
    width: auto;
    margin: 0 auto;
  }
}

.special > ul li.specialTop .specialTopInner .specialTopTxtSub {
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialTop .specialTopInner .specialTopTxtSub {
    line-height: 1.5;
  }
}

@media screen and (min-width: 481px) {
  .special > ul li.specialTop .specialTopInner .specialTopTxtSub {
    font-size: 1.6rem;
  }
}

.special > ul li.specialTop .specialTopInner .specialTopTxtSub span {
  display: block;
  width: 80%;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialTop .specialTopInner .specialTopTxtSub span {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialTop .specialTopInner .specialTopTxtSub span {
    width: auto;
  }
}

.special > ul li.specialMid {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_specialMid_sp.png) left top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 40vw;
  position: relative;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialMid {
    height: 220px;
    top: -110px;
    background: url(/domestic/theme/nippon_genki/image/210622/bg_specialMid.png) left top no-repeat;
    background-size: 100%;
  }
}

.special > ul li.specialMid::after {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/210622/ico_specialMid.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialMid::after {
    display: none;
    content: none;
  }
}

.special > ul li.specialMid .specialMidInner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialMid .specialMidInner {
    transform: translate(-50%, -40%);
  }
}

.special > ul li.specialMid .specialMidInner .specialMidTtl {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialMid .specialMidInner .specialMidTtl {
    width: auto;
  }
}

.special > ul li.specialMid .specialMidInner .specialMidTtl img {
  margin: 0 auto;
}

.special > ul li.specialMid .specialMidInner > p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialMid .specialMidInner > p {
    font-size: 1.6rem;
  }
}

.special > ul li.specialBot {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_specialBot_sp.png) left top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 70vw;
  position: relative;
  top: -60px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialBot {
    background: url(/domestic/theme/nippon_genki/image/210622/bg_specialBot.png) left top no-repeat;
    background-size: 100%;
    top: -150px;
    height: 240px;
  }
}

.special > ul li.specialBot .specialBotInner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  padding-left: 20px;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialBot .specialBotInner {
    transform: translate(-50%, -70%);
  }
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialBot .specialBotInner {
    transform: translate(-50%, -50%);
    padding-left: 40px;
  }
}

.special > ul li.specialBot .specialBotInner > ul {
  font-size: 1rem;
  line-height: 1;
  list-style-type: disc;
}

@media screen and (min-width: 351px) {
  .special > ul li.specialBot .specialBotInner > ul {
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .special > ul li.specialBot .specialBotInner > ul {
    font-size: 1.4rem;
  }
}

.event .eventBox {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_eventBox_sp.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 351px) {
  .event .eventBox {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox {
    background: url(/domestic/theme/nippon_genki/image/210622/bg_eventBox.png) no-repeat;
    background-size: 100%;
    height: 410px;
    padding: 50px 50px 20px;
  }
}

.event .eventBox .eventBoxIco {
  position: absolute;
  top: -25px;
  left: 15px;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxIco {
    left: 25px;
  }
}

.event .eventBox .eventBoxIco img {
  width: 70%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxIco img {
    width: auto;
  }
}

.event .eventBox .eventBoxImg {
  position: absolute;
  top: 30px;
  right: 20px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxImg {
    top: 50px;
    right: 50px;
  }
}

.event .eventBox .eventBoxImg img {
  height: 80px;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxImg img {
    height: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxImg img {
    height: auto;
  }
}

.event .eventBox .eventBoxTxt dt {
  background: #04b5f0;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  width: 30%;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxTxt dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxTxt dt {
    float: left;
    width: 10%;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.event .eventBox .eventBoxTxt dd {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxTxt dd {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxTxt dd {
    padding-left: 12%;
    font-size: 1.6rem;
  }
}

.event .eventBox .eventBoxTxt dd img {
  width: 60%;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxTxt dd img {
    width: auto;
  }
}

.event .eventBox .eventBoxInfo {
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxInfo {
    padding-left: 13%;
    margin-bottom: 20px;
  }
}

.event .eventBox .eventBoxInfo::before {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/210622/ico_eventBoxInfo.svg) no-repeat;
  background-size: contain;
  width: 86px;
  height: 32px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxInfo::before {
    width: 96px;
    height: 42px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxInfo::before {
    width: 106px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}

.event .eventBox .eventBoxInfo li {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxInfo li {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxInfo li {
    font-size: 2.4rem;
  }
}

.event .eventBox .eventBoxInfo li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #04b5f0;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxInfo li::before {
    width: 20px;
    height: 20px;
  }
}

.event .eventBox .eventBoxLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxLink {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxLink::before {
    content: '';
    background: url(/domestic/theme/nippon_genki/image/210622/ico_eventBoxLink.svg) no-repeat;
    background-size: contain;
    width: 61px;
    height: 50px;
    margin-right: 20px;
  }
}

.event .eventBox .eventBoxLink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 66px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  padding-left: 60px;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04b5f0), to(#0066cc));
  background-image: -webkit-linear-gradient(top, #04b5f0 63%, #0066cc 100%);
  background-image: linear-gradient(to bottom, #04b5f0 63%, #0066cc 100%);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxLink a {
    min-height: 83px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxLink a {
    background: #04b5f0;
    min-height: inherit;
    border-radius: 0;
    font-size: 1.9rem;
    padding: 20px;
    padding-left: 30px;
    border: 2px solid #fff;
    box-shadow: none;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .event .eventBox .eventBoxLink a:hover {
    transition: all .3s;
    color: #04b5f0;
    background: #fff;
    border: 2px solid #04b5f0;
  }
  .event .eventBox .eventBoxLink a:hover::before {
    transition: all .3s;
    border-left: 10px solid #04b5f0;
  }
}

.event .eventBox .eventBoxLink a::before {
  content: '';
  background: url(/domestic/theme/nippon_genki/image/210622/ico_eventBoxLink_sp.svg) no-repeat;
  background-size: contain;
  width: 31px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxLink a::before {
    width: 41px;
    height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxLink a::before {
    content: '';
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

.event .eventBox .eventBoxDate {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 351px) {
  .event .eventBox .eventBoxDate {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox .eventBoxDate {
    font-size: 2rem;
  }
}

.event .eventBox .eventBoxDate span {
  display: inline-block;
  color: #1f39a5;
}

.event .eventBox.freeBox {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_freeBox_sp.png) no-repeat;
  background-size: 100%;
  padding: 80px 20px 30px;
  height: 133vw;
  margin-top: -30px;
}

@media screen and (min-width: 481px) {
  .event .eventBox.freeBox {
    height: 140vw;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox {
    background: url(/domestic/theme/nippon_genki/image/210622/bg_freeBox.png) no-repeat;
    background-size: 100%;
    height: 423px;
    padding: 50px 50px 20px;
  }
}

.event .eventBox.freeBox .eventBoxIco {
  top: 10px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .eventBoxIco {
    top: -25px;
  }
}

.event .eventBox.freeBox .eventBoxIco img {
  width: 60%;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .eventBoxIco img {
    width: auto;
  }
}

.event .eventBox.freeBox > h4 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox > h4 {
    margin-bottom: 30px;
    padding-left: 12%;
  }
}

.event .eventBox.freeBox .freeBoxIdea {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .freeBoxIdea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12%;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .freeBoxIdea::before {
    content: '';
    background: url(/domestic/theme/nippon_genki/image/210622/ico_freeBoxIdea.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
  }
}

.event .eventBox.freeBox .freeBoxIdea li {
  background: url(/domestic/theme/nippon_genki/image/210622/bg_freeBoxIdea.svg) no-repeat;
  background-size: contain;
  position: relative;
  height: 24vw;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 361px) {
  .event .eventBox.freeBox .freeBoxIdea li {
    padding: 20px 10px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .freeBoxIdea li {
    height: 100%;
    width: 49%;
    font-size: 1.6rem;
    padding: 40px 20px;
    margin-bottom: 0;
  }
}

.event .eventBox.freeBox .freeBoxIdea li span {
  display: flex;
  position: absolute;
  top: -10px;
  left: 20px;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .freeBoxIdea li span {
    top: -20px;
  }
}

.event .eventBox.freeBox .freeBoxIdea li span img {
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox .freeBoxIdea li span img {
    width: auto;
  }
}

.event .eventBox.freeBox.eventEnd::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/domestic/theme/nippon_genki/image/210630/bg_eventEnd_bot_sp.png) no-repeat;
  background-size: contain;
  content: '';
  z-index: 10;
  opacity: .5;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox.eventEnd::before {
    top: 0;
    background: url(/domestic/theme/nippon_genki/image/210630/bg_eventEnd_bot.png) center center no-repeat;
    background-size: contain;
  }
}

.event .eventBox.freeBox.eventEnd .eventBoxIco::before {
  width: 60%;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.freeBox.eventEnd .eventBoxIco::before {
    width: 100%;
  }
}

.event .eventBox.eventEnd::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/domestic/theme/nippon_genki/image/210630/bg_eventEnd_sp.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  z-index: 10;
  opacity: .5;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.eventEnd::before {
    background: url(/domestic/theme/nippon_genki/image/210630/bg_eventEnd.png) center center no-repeat;
    background-size: contain;
  }
}

.event .eventBox.eventEnd::after {
  content: '';
  width: 100%;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/domestic/theme/nippon_genki/image/210630/ttl_eventEnd.svg) center center no-repeat;
  background-size: contain;
  z-index: 20;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.eventEnd::after {
    height: 80px;
  }
}

.event .eventBox.eventEnd .eventBoxIco {
  z-index: 30;
}

.event .eventBox.eventEnd .eventBoxIco::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 10;
}

@media screen and (min-width: 1025px) {
  .event .eventBox.eventEnd .eventBoxIco::before {
    width: 100%;
  }
}

.topEventEnd {
  margin-bottom: 20px;
}
