@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    /* background-attachment: fixed;*/
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    background-color: #000000;
    padding: 60px 0 60px;
    border-radius: 10px;
    background-position: center;
  }
  .p-top__inner {
    padding: 0 13%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top {
    padding: 300px 0 380px;
  }
}
.sub {
  font-size: 1rem;
  text-align: center;
  margin-top: 3em;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}
/*.p-top__heading {
  color: white;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  text-align: center;
}

.p-top__text {
  color: white;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  text-align: center;
}*/
@media print, screen and (min-width: 768px) {
  .p-top__inner {
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 20%;
    right: 20%;
  }
}
.mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding-right: .5rem;
}
/*p-reason*/
@media print, screen and (min-width: 768px) {
  .p-reason {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason {
    display: block;
    margin-top: 60px;
  }
}
.p-reason-item {
  transition: box-shadow 0.5s;
}
/*@media (hover: hover) {
  .p-reason-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-reason-item:not(.is-disabled-hover):hover .p-reason-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-reason-item {
    display: flex;
    width: calc((100% - 30px) / 2);
    padding: 10px;
  }
  .p-reason-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-reason-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item {
    display: block;
    width: 40%;
    flex-wrap: wrap;
    align-items: center;
    /* position: relative; */
    float: left;
    padding-left: 5%;
  }
  /*.p-reason-item+.p-reason-item {
    margin-top: 40px;
  }*/
}
.p-reason-item__image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-reason-item__image {
    width: 60px;
  }
}
/*.p-reason-item__image img {
  transition: transform 0.5s;
	border-radius: 50%;
}*/
@media print, screen and (min-width: 768px) {
  .p-reason-item__detail {
    width: calc(100% - 60px);
    margin-left: 20px;
  }
}
.p-reason-item__heading {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .p-reason-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-reason-item__text {
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media not all and (min-width: 768px) {
  .p-reason-item__text {
    width: 100%;
  }
}
/*p-menu*/
@media print, screen and (min-width: 768px) {
  .tab-menu {
    width: 100%;
    max-width: 1240px;
    position: relative;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    /*padding: 0 1em;*/
    margin-top: 90px;
  }
  .tab-menu .p-info {
    margin-top: 0px;
  }
}
@media not all and (min-width: 768px) {
  #case .p-info {
    margin-top: 0px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu {
    /*padding: 0 6.4%;*/
    margin-top: 60px;
  }
}
.tab-menu__inner {
  /*background-color: rgba(0, 51, 102, 0.7);*/
  box-shadow: 0 8px 30px rgb(0 16 14 / 20%);
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .tab-menu__inner {
    padding: 40px 45px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu__inner {
    display: block;
    padding: 16px 12px 24px;
  }
}
.tab-menu-tabs {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-tabs {
    justify-content: left;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-tabs {
    justify-content: space-around;
  }
}
.tab-menu-tabs__item {
  /*color: #666;*/
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.4;
}
.tab-menu-tabs__item.is-show {
  opacity: 1;
}
@media (hover: hover) {
  .tab-menu-tabs__item:not(.is-disabled-hover):hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-menu-tabs__item {
    max-width: 30.1075268817%;
    font-size: 1.375rem;
  }
  .tab-menu-tabs__item + .tab-menu-tabs__item {
    margin-left: 4.8387096774%;
  }
  .tab-menu-tabs__item span {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-tabs__item {
    font-size: 1rem;
    margin-left: 0;
  }
  .tab-menu-tabs__item span {
    font-size: 1rem;
  }
}
.tab-menu-contents {
  /*background-color: rgba(233, 236, 242, 0.8);*/
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-contents {
    /*padding: 35px 35px 30px 25px;*/
    margin-top: 24px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-contents {
    padding: 15px 12px 24px;
    margin-top: 16px;
  }
}
.tab-menu-content {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-content.is-show {
    display: flex;
    align-items: center;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-content.is-show {
    display: block;
  }
}
.tab-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab-menu-list__item {
  width: 25%;
}
.w33 {
  width: 33.3333% !important;
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item:nth-child(2n) {
    padding-left: 5px;
  }
}
.tab-menu-list__item .tab-menu-list__item-text {
  width: 100%;
  display: flex;
  font-weight: bold;
  align-items: center;
  color: #003366;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text {
    font-size: 1rem;
    padding: 10px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text {
    font-size: 0.875rem;
    padding: 8px 0;
  }
  .tab-menu-list__item .tab-menu-list__item-text:nth-child(2n) {
    padding-left: 5px;
  }
}
.tab-menu-list__item .tab-menu-list__item-text::before {
  content: "";
  display: block;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text::before {
    margin-right: 16px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text::before {
    margin-right: 6px;
  }
}
.tab-menu-list__item--info .tab-menu-list__item-text::before {
  width: 28px;
  height: 29px;
  background: url("../images/common/icon_document_blue.svg") no-repeat left 4px top 0/contain;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-list__item--info .tab-menu-list__item-text::before {
    width: 32px;
    height: 29px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item--info .tab-menu-list__item-text::before {
    width: 24px;
    height: 21px;
  }
}
@media (hover: hover) {
  .tab-menu-list__item--info:not(.is-disabled-hover):hover .tab-menu-list__item-text::before {
    background: url("../images/common/icon_document_white.svg") no-repeat left 4px top 0/contain;
  }
}
.tab-menu-list__item--bag .tab-menu-list__item-text::before {
  background: url("../images/common/icon_bag_blue.svg") no-repeat left 4px top 0/contain;
}
@media print, screen and (min-width: 768px) {
  .tab-menu-list__item--bag .tab-menu-list__item-text::before {
    width: 32px;
    height: 32px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item--bag .tab-menu-list__item-text::before {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .tab-menu-list__item--bag:not(.is-disabled-hover):hover .tab-menu-list__item-text::before {
    background: url("../images/common/icon_bag_white.svg") no-repeat left 4px top 0/contain;
  }
}
@media only screen and (max-width: 1024px) {
  .tab-menu-list__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 900px) {
  .tab-menu-list__item {
    width: 50%;
  }
}
@media (hover: hover) {
  .tab-menu-list__item:not(.is-disabled-hover):hover .tab-menu-list__item-text {
    background-color: #9db6cf;
    color: #ffffff;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-menu-list {
    width: calc(100% - 195px);
    border-right: 2px solid rgba(0, 51, 102, 0.7);
    padding-right: 10px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-list {
    border-bottom: 2px solid rgba(0, 51, 102, 0.7);
    padding-bottom: 14px;
  }
}
.tab-menu-item {
  width: 195px;
}
.tab-menu-item__contact-button {
  width: 160px;
}
@media not all and (min-width: 768px) {
  .tab-menu-item__contact-button {
    margin: 24px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-menu-item {
    padding: 0 9px 0 26px;
  }
}
@media not all and (min-width: 768px) {
  .tab-menu-item {
    width: auto;
  }
}
/*p-issue*/
@media print, screen and (min-width: 768px) {
  .p-issue-item {
    padding: 0;
  }
}
.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
}
/*.p-issue-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}*/
@media (hover: hover) {
  /*.p-issue-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }*/
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}
@media print, screen and (min-width: 768px) {
  .p-issue-item {
    width: fit-content;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;
  }
}
.p-issue-item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-issue-item__head {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-issue-item__head {
    height: 155px;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item__head {
    height: 120px;
  }
}
.p-issue-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}
/*.p-issue-item__image {
  margin: 30px auto;
  width: 100%;
  box-shadow: 30px 30px 0 #336699;
}*/
.p-issue-item__sup {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: -5px;
}
@media print, screen and (min-width: 768px) {
  .p-issue-item__sup {
    left: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item__sup {
    left: -9px;
  }
}
.p-issue-item__sup span {
  display: inline-block;
  font-weight: bold;
  background-color: #009999;
}
@media print, screen and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 0.875rem;
    padding: 2px 8px;
  }
}
.p-issue-item__sup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}
.p-issue-item__heading {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
  justify-content: center;
}
@media not all and (min-width: 768px) {
  .p-issue-item__heading {
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 0.7rem;
  }
  #effect .l2 {
    margin-top: 3rem;
    padding-bottom: 1rem;
    text-align: left;
  }
  .p-issue-item__detail {
    margin-top: 1rem;
  }
}
.p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: 2rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
}
#tour .p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: -1rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
  background: white;
  padding: 3rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-radius: 12px;
}
.p-issue-item__solution {
  font-size: 1.2rem;
  /* margin-top: 22px; */
  margin-bottom: 0.7rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}
.p-issue-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: left;
  }
}
@media not all and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: center;
  }
}
/*p-others*/
.p-others {
  display: block;
  background-color: #e9ecf2;
  padding: 2em 2em 0;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-others {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-top: 1rem;
  }
}
@media not all and (min-width: 768px) {
  .p-others {
    display: block;
  }
}
.p-others-item {
  transition: box-shadow 0.5s;
  margin-bottom: 2em;
}
/*@media (hover: hover) {
  .p-others-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-others-item {
    display: flex;
    /*width: calc((100% - 30px) / 2);
    padding: 10px;*/
  }
  /*.p-others-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-others-item:nth-child(n+3) {
    margin-top: 30px;
  }*/
}
@media not all and (min-width: 768px) {
  .p-others-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .p-others-item + .p-others-item {
    margin-top: 40px;
  }
}
.p-others-item__image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-others-item__image {
    width: 120px;
    height: 120px;
    background: #c8d9e3;
  }
}
@media not all and (min-width: 768px) {
  .p-others-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}
.p-others-item__image img {
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .p-others-item__detail {
    margin-left: 20px;
    width: 65%;
  }
}
.p-others-item__heading {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1.0625rem;
    line-height: 1.75;
    font-weight: bold;
    /*border-bottom: 1px solid #666;
    margin-bottom: 5px;*/
    padding-bottom: 5px;
  }
}
@media not all and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .line2 {
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .line3 {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .p-others-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-others-item__text {
  font-size: 0.875rem;
}
@media not all and (min-width: 768px) {
  .p-others-item__text {
    width: 100%;
    margin-top: 1rem;
  }
}
/*p-figure*/
.p-figure {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-figure {
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 2rem 0;
  }
}
@media not all and (min-width: 768px) {
  .p-figure {
    display: block;
  }
}
.p-figure-item {
  transition: box-shadow 0.5s;
  /*margin-bottom: 2em;*/
}
/*@media (hover: hover) {
  .p-figure-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-figure-item:not(.is-disabled-hover):hover .p-figure-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-figure-item {
    display: flex;
    justify-content: center;
    /*width: calc((100% - 30px) / 2);
    padding: 10px;*/
  }
  /*.p-figure-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-figure-item:nth-child(n+3) {
    margin-top: 30px;
  }*/
}
@media not all and (min-width: 768px) {
  .p-figure-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .p-figure-item + .p-figure-item {
    margin-top: 40px;
  }
}
.p-figure-item__image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-figure-item__image {
    width: 200px;
    /*height: 120px;*/
    background: white;
  }
}
@media not all and (min-width: 768px) {
  .p-figure-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}
.p-figure-item__image img {
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .p-figure-item__detail {
    margin-left: 20px;
    width: 65%;
  }
}
.p-figure-item__heading {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-figure-item__heading {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: bold;
    /*border-bottom: 1px solid #666;
    margin-bottom: 5px;*/
    padding-bottom: 5px;
  }
}
@media not all and (min-width: 768px) {
  .p-figure-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .line2 {
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .line3 {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .p-figure-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-figure-item__text {
  font-size: 0.875rem;
}
@media not all and (min-width: 768px) {
  .p-figure-item__text {
    width: 100%;
    margin-top: 1rem;
  }
}
.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 20px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}
.issue-s1 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -30px 20px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}
.issue-s2 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}
.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}
@media not all and (min-width: 768px) {
  .issue-n {
    font-size: 3rem;
    margin-top: -1rem;
    margin-right: 12px;
  }
  .issue-s {
    margin: -5px 12px 10px 0;
  }
}
.issue-title {
  display: flex
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-right::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7a0;
}
.balloon {
  /*position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 1px #525252;*/
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}
.balloon:before, .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon:before {
  border: solid 11px transparent;
  border-top: solid 11px #333;
}
.balloon:after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}
.balloon p {
  margin: 0;
  padding: 0;
}
/*ページ内リンク*/
.productPageLink {
  width: 100%;
  display: flex;
  margin: 4.69% auto;
}
.productPageLink li {
  flex: 1 1 auto;
  margin: 0 1px 1px 0;
}
.productPageLink li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #004098;
  font-weight: 500;
  background: #eee;
  padding: 20px 0;
  font-size: 16px;
  transition: all .25s ease;
  position: relative;
}
/*.productPageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  transition: all .25s ease;
}*/
.productPageLink li a:hover {
  background: #004098;
  color: #fff;
}
.productPageLink li a:hover:after {
  background: url(/corp/images/common/arrowWhiteDown.png) no-repeat center/100%;
  bottom: 5px;
}
.subTtlNote {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .productPageLink {
    display: block;
    margin: 4.69% auto 10%;
  }
  .productPageLink li {
    float: left;
    margin: 0 1px 1px 0;
    width: 49%;
  }
  .productPageLink li a, .productPageLink li a:hover {
    display: block;
    width: auto;
    text-align: center;
    color: #004098;
    font-weight: 500;
    background: #eee;
    padding: 1em 1.2em;
    font-size: 85.71%;
    position: relative;
  }
  /* .productPageLink li a:after,
  .productPageLink li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
    bottom: 5px;
    left: 50%;
    margin-left: -4px;
    transition: all .25s ease;
  }*/
}
@media print, screen and (min-width: 768px) {
  #case .p-info__item {
    width: 100%;
    padding: 27px 5.5555555556%;
  }
  #case .p-info-item__detail {
    margin-top: 0px;
  }
  .full-w {
    display: flex;
  }
  .full-w li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 30px;
  }
}
@media (hover: hover) {
  #event .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(100%);
  }
  #recommend .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(100%);
  }
  #whats .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(100%);
  }
}
.pl-1 {
  padding-left: 1rem;
}
@media all and (min-width: 768px) {
  .dvd-3 {
    width: calc((100% - 38px) / 3);
  }
}
/*//////////////////*/
.p-info-item_year {
  text-align: left;
  color: #FFF;
  position: absolute;
  top: -18px;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .p-info-item_year {
    left: -11px;
    z-index: 2;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_year {
    left: -9px;
    z-index: 1;
  }
}
.p-info-item_year span {
  display: inline-block;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-info-item_year span {
    font-size: 4rem;
    padding: 3px 11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_year span {
    font-size: 4rem;
    padding: 2px 8px;
  }
}
/*.p-info-item_year::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}*/
@media print, screen and (min-width: 768px) {
  .p-info-item_year::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_year::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}
/*//////////////////*/
.p-info-item_badge {
  text-align: left;
  color: #FFF;
  position: absolute;
  top: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-info-item_badge {
    z-index: 2;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_badge {
    left: -9px;
  }
}
.p-info-item_badge span {
  display: inline-block;
  font-weight: bold;
  background-color: rgba(0, 102, 153, 0.7);
}
@media print, screen and (min-width: 768px) {
  .p-info-item_badge span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_badge span {
    font-size: 1rem;
    padding: 2px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info-item_badge::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item_badge::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}
/*///////////////////*/
.reason {
  background: #eef0f5;
  padding: 15px 30px;
  /* border: 1px solid #ccc; */
  /* font-size: 128.57%; */
  border-radius: 12px;
  width: 100%;
}
.reason h4 {
  display: inline-block;
  /* margin: -1.5rem; */
  padding-left: .3rem;
  /* border-radius: 50px; */
  /* background: #59bab2; */
  /* line-height: 1.7; */
  /* color: white; */
  position: absolute;
  font-size: 1.0625rem
}
.reason ul {
  margin-top: 0.6rem;
}
.reason ul li:before {
  content: "\f046";
  color: #999;
  font-family: FontAwesome;
  margin-right: 0.55em;
  font-size: 1.2rem;
}
.reason ul li {
  line-height: 3rem;
}
/*p-questionnaire*/
@media print, screen and (min-width: 768px) {
  .p-questionnaire {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
  }
}
@media not all and (min-width: 768px) {
  .p-questionnaire {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
  }
}
.p-questionnaire-item {
  transition: box-shadow 0.5s;
}
/*@media (hover: hover) {
  .p-questionnaire-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-questionnaire-item:not(.is-disabled-hover):hover .p-questionnaire-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-questionnaire-item {
    display: flex;
    /*width: calc((100% - 30px) / 2);*/
    padding: 10px;
  }
  .p-questionnaire-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-questionnaire-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-questionnaire-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .p-questionnaire-item + .p-questionnaire-item {
    margin-top: 40px;
  }
}
.p-questionnaire-item__image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-questionnaire-item__image {
    width: 500px;
    padding-right: 1rem;
  }
}
@media not all and (min-width: 768px) {
  .p-questionnaire-item__image {
    width: 100%;
    margin-top: 5rem;
  }
}
/*.p-questionnaire-item__image img {
  transition: transform 0.5s;
	border-radius: 50%;
}*/
@media print, screen and (min-width: 768px) {
  .p-questionnaire-item__detail {
    width: calc(100% - 400px);
    margin-left: 10px;
  }
}
.p-questionnaire-item__heading {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-questionnaire-item__heading {
    font-size: 1.25rem;
    color: #D23030;
  }
}
@media not all and (min-width: 768px) {
  .p-questionnaire-item__heading {
    font-size: 1.13rem;
    /* padding-top: 37px; */
    /* padding-bottom: 37px; */
    /* padding-left: 119px; */
    /* width: 100%; */
    /* display: block; */
    /* float: left; */
    position: absolute;
    color: #D23030;
    top: 0;
    text-align: center;
  }
  .p-questionnaire-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-questionnaire-item__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.65rem;
}
@media not all and (min-width: 768px) {
  .p-questionnaire-item__text {
    width: 100%;
  }
}
/*///////////////////*/
#whats .movie {
  margin-top: 0;
}
#whats iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding-right: .5rem;
}
@media print, screen and (min-width: 768px) {
  .p-info_second {
    margin-top: 32px;
    display: flex;
  }
  .p-info-item {
    padding: 0px;
    padding-bottom: 37px;
  }
  .p-info__item + .p-info__item {
    margin-left: 28px;
  }
  .p-info_second {
    margin-top: 28px;
    text-align: center;
  }
  #whats .p-info-item__image img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
  }
  #whats .l2 {
    padding: 0.95rem;
  }
}
@media not all and (min-width: 768px) {
  .p-info_second {
    margin-top: 28px;
  }
  #whats .p-info-item__image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
}
.p-info-item__detail {
  margin-top: 12px;
}
.p-info-item__image {
  border-radius: 12px 12px 0 0;
}
.p-info-item__heading {
  padding: 0 2rem;
}
.p-info-item__detail {
  padding: 0 2rem 1rem;
  font-size: .94rem;
  line-height: 1.59rem;
}
.p-info-item__detail-low {
  width: 70%;
  padding: 1rem;
}
.p-info-item__heading-low {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 20px 0 12px;
}
.p-info-item__sup span {
  background-color: rgba(0, 102, 153, 0.5);
}
.fd-un {
  flex-direction: unset;
}
.wd-150 {
  width: 30%;
  height: 140px;
  border-radius: 50%;
  margin: 1rem 0 1rem 1.6rem;
}
.wd-100 {
  width: 30%;
  height: 90px;
  border-radius: 50%;
  margin: 2rem 0 1rem 1.6rem;
}
.box {
  box-shadow: 0 8px 30px rgb(0 16 14 / 20%);
  border-radius: 20px;
  padding: 1.8rem
}
.arrow-r:before {
  content: "\f101";
  color: #bbd4e3;
  font-family: FontAwesome;
  margin-right: 0.55em;
  font-size: 3rem;
  /* display: flex; */
  /* align-items: stretch; */
  flex-direction: row-reverse;
  position: absolute;
  margin-left: -2.7rem;
  margin-top: 8rem;
}
.arrow-d {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow-d:before {
  content: "\f101";
  color: #bbd4e3;
  font-family: FontAwesome;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 44%;
  margin-top: -2rem;
  transform: rotate(90deg);
}
.p-issue-item__result {
  font-size: 1.38rem;
  margin-top: 5rem;
  line-height: 2.1rem;
  font-weight: bold;
  color: #003366;
}
/*tour-content*/
.tour-img {
  width: 100%;
}
.tour-img img {
  animation: fluidrotate 30s ease 0s infinite;
}
.tour-content {
  margin-left: 2rem;
  margin-top: 3%;
  width: fit-content;
}
.tour-content-r {
  margin: 0 2rem;
  margin-top: 3%;
  width: fit-content;
}
.tour-bg01 {
  background-image: url(../images/tour01.png);
  width: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.tour-content .p-issue-item__heading {
  justify-content: left;
  background: #e2eeec;
  box-shadow: 0px 0px 0px 5px #e2eeec;
  border: dashed 1px #59bab2;
  padding: 0.2em 0.5em;
  color: #336699;
  display: inline-block;
}
.tour-content-r .p-issue-item__heading {
  justify-content: left;
  background: #e2eeec;
  box-shadow: 0px 0px 0px 5px #e2eeec;
  border: dashed 1px #59bab2;
  padding: 0.2em 0.5em;
  color: #336699;
  display: inline-block;
}
#tour .destination {
  color: yellow;
  /* display: inline-block; */
  -webkit-text-stroke: 2px #006699;
  /* position: absolute; */
  text-align: center;
  font-weight: bold;
  /* left: 40%; */
  /* right: 40%; */
  font-size: 4rem;
  /* padding-bottom: 1rem; */
  /* border-bottom: solid 2px #333;*/
}
.dotted {
  background-image: linear-gradient(to right, #59bab2, #59bab2 2px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.tour-image {
  width: 60%;
  margin-left: 2rem;
}
.tour-image img {
  width: 400px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #666;
  padding: 4px;
}
.tour-image-r {
  width: 60%;
  margin-left: 2rem;
}
.tour-image-r img {
  width: 400px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #666;
  padding: 4px;
}
#tour .p-info-wrap {
  /*background-color: #dff1ef;*/
  border-radius: 12px;
  padding: 2rem;
  margin-top: -50px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(219deg, #faf7f2, #faf7f2 33px, #eef1f7 33px, #eef1f7 88px);
}
#effect .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem 2rem 5rem 2rem;
  margin-top: 84px;
}
#voice .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 84px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-84 {
  margin-top: 84px;
}
.pb-90 {
  margin-top: 84px;
}
.mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.button-w {
  width: 40%;
  text-align: center;
  padding: 1rem;
  margin: 70px auto 80px;
}
.fw-1 {
  font-size: 1.0625rem;
}
.voice {
  margin-bottom: 1rem;
}
.voice ul {
  margin: 0.5em;
  padding-left: 1em;
  text-indent: -1.4em;
}
.voice ul li:before {
  content: "・";
  color: #ccc;
  font-size: 1.3rem;
}
.voice ul li {
  line-height: 1.4rem;
}
.voice h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.voice span {
  /*font-weight: bold;*/
  line-height: 1.6rem;
}
#voice .p-issue-item__image {
  border-radius: 12px;
}
.comment {
  display: flex;
  padding: 1.2rem;
  background: #f4f7fd;
  border-radius: 12px;
  margin-top: 1.2rem;
}
.comment-image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .comment-image {
    width: 165px;
  }
}
@media not all and (min-width: 768px) {
  .comment-image {
    width: 103px;
    position: relative;
    top: 4px;
    left: 0;
  }
  #tour .destination {
    -webkit-text-stroke: 1px #006699;
    font-size: 2.4rem;
  }
  .tour-image {
    width: 100%;
    margin-left: 0;
  }
  .tour-image-r {
    width: 100%;
    margin-left: 0;
  }
  .button-w {
    width: 100%;
    right: 0;
  }
  #voice h3 {
    margin-top: 1rem;
  }
}
.comment-image img {
  transition: transform 0.5s;
  border-radius: 50%;
}
.comment-detail {
  width: 100%;
  margin-left: 1rem;
}
.comment-heading {
  font-weight: bold;
}
#voice h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #003366;
  margin-bottom: 1rem;
}
/*#voice h3 {
  border-bottom: solid 5px #73aac7;
  position: relative;
	line-height: 3.3rem;
}

#voice h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ffc778;
  bottom: -5px;
  width: 20%;
}*/
#voice h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  text-align: center;
}
#voice h3:before, #voice h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#voice h3:before {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
#voice h3:after {
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
#whats h2 {
  color: #003366;
  font-size: 1.25rem;
}
#whats .p-info-item {
  text-align: center;
  background-color: white;
}
#whats .p-info__item + .p-info__item {
  margin-left: 0px;
}
#mice .p-view-list-button {
  margin: 24px auto 0;
  width: 220px;
}
#tour .movie {
  width: 70%;
  margin: 0 auto;
  padding-top: 5.5rem;
}
#tour iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding-right: .5rem;
}
.p-top__inner img {
  width: 600px;
  height: auto;
}
.note {
  margin: 10px 0 0 10px;
  font-size: .8rem;
}
@media not all and (min-width: 768px) {
  .p-info-wrap {
    margin-top: 52px;
  }
  .p-info-item {
    padding: 0;
  }
  #tour .movie {
    width: 100%;
    padding-top: 4rem;
  }
  #tour .inner {
    margin: 0 4%;
    padding: 3rem 0 0;
    width: 100%;
  }
  #tour .productPageLink li {
    width: 46%;
  }
  #mice .p-view-list-button {
    margin-bottom: 2rem;
  }
  .mb-2r {
    margin-bottom: 2rem;
  }
}
/*sns*/
@media print, screen and (min-width: 768px) {
  #sns .p-reason-item {
    display: flex;
    width: calc((100% - 40px) / 2);
    padding: 10px;
  }
  #sns .p-reason-item__heading {
    margin-top: 0.6rem;
    font-size: 1rem;
    padding-bottom: 37px;
    /*padding-top: 22px;
    padding-left: 80px;*/
  }
  #sns .p-reason {
    width: 20%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  #sns .p-reason-item__heading {
    font-size: 1rem;
    padding-top: 22px;
    padding-bottom: 37px;
    padding-left: 80px;
  }
  #sns .p-reason {
    margin-left: 20%;
    padding-bottom: 5rem;
  }
}
/*floating-bnr*/
.banner {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  right: 0;
}
.banner a {
  text-decoration: none;
}
.banner-icon {
  color: #f8f8f8;
  font-size: 50px;
}
.banner-back {
  width: 330px;
  background-color: #fff;
  border-radius: 12px;
}
.banner-top {
  padding: 55px 0;
  border-radius: 0px;
  /*background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
    background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
    background: radial-gradient(#0AB0C7, #006EB0 70%);*/
  background: lightblue;
  margin: 1rem;
  background-image: url("../images/thumb_movie02.jpg");
  background-size: cover;
}
.banner-copy {
  font-size: 18px;
  position: relative;
  color: #003366;
}
/*.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}*/
.banner-bottom {
  padding-bottom: 10px;
  line-height: 1.6;
}
.banner-body {
  width: 330px;
  background: #bbd4e3;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  padding: 1rem;
}
.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    margin: 0px;
  }
  .banner-icon {
    font-size: 50px;
    padding: 3rem;
  }
  .banner-body {
    width: 100%;
    border-radius: 0px;
    padding: 1rem 1rem 0;
  }
  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }
  .banner-top {
    padding: 5px;
    border-radius: 0px;
    background: lightblue;
    margin: 1rem;
    background-image: url("../images/thumb_movie02.jpg");
    background-size: cover;
  }
  .banner-bottom {
    padding: 0px 10px 18px 10px;
  }
  .banner-copy {
    font-size: 18px;
  }
  .banner-copy::after {
    font-size: 12px;
    margin-top: 1.4px;
    margin-left: 12px;
    top: initial;
    right: initial;
  }
  .banner-close {
    top: -8px;
    right: 5px;
  }
  .banner-copy-br {
    display: none;
  }
}
.p-view-list-button {
  margin: 24px auto 24px;
}
.serviceBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serviceBoxWrap .serviceBoxFull {
  border-radius: 10px;
}
.serviceBoxWrap .serviceBoxFull {
  width: 100%;
  position: relative;
  display: flex;
  /*box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);*/
  margin-bottom: 4%;
  background: white;
}
.serviceBoxWrap .serviceBoxFull figure {
  display: contents;
  flex: 0 0 600px;
}
.serviceBoxWrap .serviceBoxFull img {
  border-radius: 10px 0 0 10px;
}
.round .serviceBoxWrap .serviceBoxFull .txtBox {
  padding: 5%;
}
.serviceBoxWrap .serviceBoxFull .txtBox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.55rem;
  color: #336699;
  line-height: 1;
  margin-bottom: 1rem;
}
.serviceBoxWrap .serviceBoxFull .txtBox p {
  margin: 0.8rem 0rem 1.2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
}
@media screen and (min-width: 768px) {
  .serviceBoxFull img {
    /*max-width: fit-content!important;*/
    height: -webkit-fill-available;
  }
  .serviceBoxFull .txtBox-wrapper {
    width: 47%;
    margin-left: 2%;
    margin-top: 1%;
  }
  #destination {
    margin-top: 5rem;
    background-color: #edf0f4;
    padding: 5rem;
  }
  #selection {
    margin-top: 0;
    background-color: #d7e8e0;
    padding: 10rem 5rem
  }
}
.serviceBoxWrap .serviceBox {
  width: 49%;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);*/
  margin-bottom: 4%;
  position: relative;
}
.serviceBoxWrap .serviceBox img {
  border-radius: 10px 10px 0 0;
}
.serviceBoxWrap .noLinkBtn .txtBox {
  padding: 5% 7.5%;
}
.serviceBoxWrap .serviceBox .txtBox h3 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #006699;
  line-height: 1.3;
  margin-bottom: 1em
}
.serviceBoxWrap .serviceBox .txtBox p, .serviceBoxWrap .serviceBox .txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .serviceBoxWrap .serviceBoxFull {
    display: block;
    max-width: 400px;
    margin: 0 auto 10.06%;
  }
  .serviceBoxWrap .serviceBoxFull .txtBox h3 {
    text-align: center;
    font-size: 2.2rem;
    color: #006699;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.3;
  }
  .serviceBoxWrap .serviceBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10.06%;
  }
  #destination {
    margin-top: 2rem;
    background-color: #edf0f4;
    padding: 5rem 0;
  }
  #selection {
    margin-top: 0;
    background-color: #d7e8e0;
    padding: 5rem 0;
  }
}
#destination .p-view-list-button, #selection .p-view-list-button {
  margin: 24px auto 4rem;
  width: 220px;
}
@media not all and (min-width: 768px) {
  #destination .p-view-list-button, #selection .p-view-list-button {
    margin-bottom: 2rem;
  }
}
.shin-word {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: 10;
}
.detail-l {
  color: #006699;
  font-size: 1.8rem;
  padding: 0 2px;
  font-weight: bold;
}
/*#destination h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	left: 50%;
    transform: translateX(-50%);
}

#destination h3:before, #destination h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

#destination h3:before {
  left:0;
}
#destination h3:after {
  right: 0;
}*/
#destination h3, #selection h3 {
  /*position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #ffe87e 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.7rem;
    background-position: bottom;*/
  position: relative;
  padding: 1rem;
  background: linear-gradient(0deg, transparent 0 10%, #fff3bb 0 90%, transparent 90%), repeating-linear-gradient(-45deg, #ffff6f 0 4px, #ffd09e 6px 12px);
}
/*============================
  	シン・コンテンツ
=============================*/
.p-top__text span{
	font-size: 1.5rem;
}
.shin-contents-wrap {
  margin: 2em 0;
  padding: 2rem;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(219deg, #faf7f2, #faf7f2 33px, #eef1f7 33px, #eef1f7 88px);
}
.shin-contents-inner {
  background-color: #edf0f4;
  padding: 1em;
  margin-bottom: 5em;
}
.shin-contents {
  background-color: #FFF;
  position: relative;
}
.shin-icon {
  position: absolute;
  left: -70px;
  top: -20px;
}
.shin-icon img {
  max-width: 130px;
}
.shin-contents-ttl-area {
  padding: 2em;
}
.shin-contents-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 2em;
}
.shin-contents-ttl h2 {
  color: yellow;
  -webkit-text-stroke: 2px #006699;
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 5rem;
  	
}
.shin-contents-ttl h2 span {
  font-size: 1.5rem;
}
.ls-w {
  letter-spacing: 0.3rem;
}
.shin-ttl-sub {
  width: 47.5%;
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 1px solid #666;
  margin-left: 1em;
  padding-left: 1em;
}
.shin-contents-ttl-txt {
  font-size: 1rem;
}
.contentPageLink-mae a:hover {
  background: #f7f4fc !important;
  color: #7611b0 !important;
}
.mod_thumbnail li dl dt h3 {
  font-weight: bold;
}
.mod_thumbnail li dl dt p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.7em 0 0;
}
.c-thumb {
  color: #FFF;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 3px 0.8rem;
  border-radius: 5px;
}
.c-thumb-hawaii {
  background-color: #7fc8d9;
}
.c-thumb-australia {
  background-color: #ef958a;
}
.c-thumb-dubai {
  background-color: #9f86bf;
}
.c-thumb-danang {
  background-color: #d4b07c;
}
.c-thumb-macau {
  background-color: #ad599c;
}
.c-thumb-hokkaido {
  background-color: #88c167;
}
.c-thumb-okinawa {
  background-color: #7fb4d9;
}
.c-thumb-kualalumpur {
  background-color: #5780c0;
}
.c-thumb-taiwan {
  background-color: #c9b829;
}
@media print, screen and (min-width: 768px) {
  .mae-area {
    padding: 5em 0 1em;
  }
  .mod_thumbnail {
    width: 100%;
    height: 610px;
    margin: 1em auto 0;
    padding: 2em;
    position: relative;
  }
  .mod_thumbnail li dl {
    display: flex;
    flex-direction: row-reverse;
  }
  .mod_thumbnail li dl dt {
    width: 45%;
    background-color: rgba(255, 255, 255, 0.80);
    font-weight: 300;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .mod_thumbnail li dl dt a {
    width: 85%;
    border-bottom: 1px solid #999;
    font-size: 1.1rem;
    display: inline-block;
    padding: 1em 0.5em;
    margin: 0 1em 0;
  }
  .mod_thumbnail li dl dt::after {
    background: url("../images/shin-icon-right.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 30px; /*画像の幅*/
    height: 30px; /*画像の高さ*/
  }
  .mod_thumbnail li dl dd {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .thumbnaillist-mae_btn:hover {
    background-color: #FFF;
  }
  /* メイン表示
    -----------------------------------------*/
  .maincontent-image {
    width: 100%;
  }
  .fa-chevron-down {
    display: none;
  }
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.maincontentlist {
  display: none;
}
#001, #006, #010, #018, #021 {
  display: block;
}
@media not all and (min-width: 768px) {
.p-top__text span{
	font-size: 1.25rem;
}	
  .shin-contents-wrap {
    padding: 1em;
  }
  .shin-contents-ttl {
    display: block;
  }
  .shin-contents-ttl-area {
    padding: 3em 1.5em 2em;
  }
  .shin-contents-ttl h2 {
    font-size: 3rem;
	line-height: 3.5rem;  
	padding-bottom: 10px;  
  }
  .thumbnaillist-mae_btn a {
    margin-bottom: 1em;
  }
  .mod_thumbnail li dl dt h3 {
    font-size: 1.2rem;
    display: inline;
    position: relative;
  }
  .mod_thumbnail {
    padding: 1em;
  }
  .mod_thumbnail li {
    margin-bottom: 3em;
    border-bottom: 1px dotted #666;
    padding-bottom: 2em;
  }
  .shin-ttl-sub {
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .shin-icon {
    position: absolute;
    left: -20px;
    top: -40px;
  }
  .shin-icon img {
    max-width: 85px;
  }
  .c-thumb {
    display: table-cell;
  }
  .mod_thumbnail li dl dt p {
    margin-top: 0;
  }
  .maincontentlist img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumbnaillist-mae_btn a {
    display: flex;
    flex-direction: column;
  }
  .thumbnaillist-mae_btn a h3::after {
    background: url("../images/shin-icon-right.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 20px; /*画像の幅*/
    height: 20px; /*画像の高さ*/
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
  }
  .c-thumb {
    order: 2;
  }
}