.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .d-1100-block {
    display: block !important;
  }
}

main p {
  text-align: justify;
}

@media screen and (max-width: 860px) {
  .d-860-block {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .d-860-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .d-768-block {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  .d-576-block {
    display: block !important;
  }
}

main a {
  text-decoration: none;
}

.asterisk {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .asterisk {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .asterisk.-c2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.relative {
  position: relative !important;
}

.text_center {
  text-align: center;
}

.mb-44px {
  margin-bottom: 44px !important;
}

.ml-24px {
  margin-left: 24px;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media screen and (max-width: 639px) {
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.text-left {
  text-align: left !important;
}

.small-shadow {
  -webkit-filter: drop-shadow(4px 3px 20px rgba(0, 0, 0, 0.25)) !important;
  filter: drop-shadow(4px 3px 20px rgba(0, 0, 0, 0.25)) !important;
}

.keyVisual_inner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: auto;
}

@media screen and (max-width: 1920px) {
  .keyVisual_inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .keyVisual_inner {
    height: auto;
  }
}
.keyVisual_img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .keyVisual_img {
    position: static;
    bottom: 0%;
    right: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    height: auto;
    width: 100%;
  }
}
.previousCpn {
  background-color: #F9CCD0;
}
@media screen and (max-width: 639px) {
  .previousCpn {
    background-image: none;
  }
}
.previousCpn_inner {
  padding-top: 57px;
  padding-bottom: 102px;
  background-image: url(/tips/10years/img02/previousCpn_bg.png);
  background-position: left 13% bottom -1px;
  background-repeat: repeat-x;
  background-size: 484px 78px;
}
@media screen and (max-width: 639px) {
  .previousCpn_inner {
    padding-top: 28px;
    margin-left: 13px;
    margin-right: 13px;
    background-image: url(/tips/10years/img02/previousCpn_bg.png);
  }
}
.previousCpn_title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .previousCpn_title {
    margin-bottom: 24px;
    width: 48.9795918367%;
  }
}
.previousCpn_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0%;
  background-color: #000;
}
@media screen and (max-width: 400px) {
  .previousCpn_title::after {
    height: 1px;
    bottom: 0px;
  }
}
.previousCpn_title img {
  width: 285px;
  height: 31px;
}
@media screen and (max-width: 639px) {
  .previousCpn_title img {
    width: 100%;
    height: auto;
  }
}
.previousCpn_BannerBox {
  text-align: center;
}
.previousCpn_BannerBox > a:hover {
  opacity: 0.8;
}
.previousCpn_BannerBox > a:active {
  opacity: 0.8;
}
.previousCpn_BannerBox img {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 639px) {
  .previousCpn_BannerBox img {
    width: 100%;
    height: auto;
  }
}

.oiseWinning {
  width: 100%;
  max-width: 896px;
  padding: 40px 18px 40px 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .oiseWinning {
    padding: 30px 18px 20px 18px;
  }
}
@media screen and (max-width: 639px) {
  .oiseWinning_comentInner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.oiseWinning_commentBox {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFF;
}
@media screen and (max-width: 639px) {
  .oiseWinning_commentBox {
    margin-bottom: 16px;
    padding: 15px 8px;
  }
}
.oiseWinning_commentBox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 116px);
}
@media screen and (max-width: 639px) {
  .oiseWinning_commentBox_inner {
    width: calc(100% - 108px);
  }
}
.oiseWinning_commentBox_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oiseWinning_commentBox_img {
  margin-right: 16px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_commentBox_img {
    margin-right: 8px;
  }
}
.-right .oiseWinning_commentBox_img {
  margin-right: 0px;
  margin-left: 16px;
}
@media screen and (max-width: 639px) {
  .-right .oiseWinning_commentBox_img {
    margin-left: 8px;
  }
}
.oiseWinning_commentBox_img.-img1 {
  width: 100;
  height: 135px;
}
.oiseWinning_commentBox_img.-img2 {
  width: 100px;
  height: 146px;
}
.oiseWinning_commentBox_img.-img3 {
  width: 100px;
  height: 147px;
}
.oiseWinning_commentBox_img.-img4 {
  width: 100px;
  height: 131px;
}
.oiseWinning_comment {
  text-align: justify;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .oiseWinning_comment {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .oiseWinning_comment {
    line-height: 1.5;
    font-size: 12px;
  }
}
.oiseWinning_comment-emp {
  color: #DE0113;
  font-weight: 700;
}
.oiseWinning_title {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 52px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_title {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}
.oiseWinning_title_subTitle {
  width: 403px;
  height: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_title_subTitle {
    width: 72.2222222222%;
    height: auto;
    margin-bottom: 12px;
  }
}
.oiseWinning_title_mainTitle {
  width: 701px;
  height: auto;
}
@media screen and (max-width: 639px) {
  .oiseWinning_title_mainTitle {
    width: 94.0972222222%;
    height: auto;
  }
}
.oiseWinning_flowImgBox {
  text-align: center;
  max-width: 860px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_flowImgBox {
    margin-bottom: 0px;
  }
}
.oiseWinning_flowImg {
  width: 100%;
}
.oiseWinning_record_titleBox {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_titleBox {
    padding-top: 28px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.oiseWinning_record_title {
  width: 401px;
  height: auto;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_title {
    width: 56.9444444444%;
  }
}
.oiseWinning_record_contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 588px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.oiseWinning_record_content {
  width: 180px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_content {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_content {
    width: 265px;
  }
}
.oiseWinning_record_content img {
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_content img {
    width: 100px;
    height: auto;
    margin-right: 16px;
    margin-left: 8px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_content img {
    width: 80px;
    height: auto;
    margin-right: 16px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_content_textBox {
    padding-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_content_textBox {
    padding-top: 12px;
  }
}
.oiseWinning_record_content_text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.01rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_content_text {
    font-size: 14px;
  }
}
.oiseWinning_record_content_text-emp {
  color: #E61010;
  font-size: 40px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_content_text-emp {
    line-height: 1;
    font-size: 30px;
  }
}
.oiseWinning_record_container {
  max-width: 588px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .oiseWinning_record_container {
    width: 265px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .oiseWinning_record_container {
    width: 245px;
  }
}

.itenerary {
  padding-top: 40px;
  padding-bottom: 80px;
  padding: 40px 18px 80px 18px;
  background-color: #F9CCD0;
}
@media screen and (max-width: 639px) {
  .itenerary {
    padding: 16px 16px 30px 16px;
  }
}
.itenerary_title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 639px) {
  .itenerary_title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_title img {
    width: 76.7605633803%;
    height: auto;
  }
}

.itenerary_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1100px) {
  .itenerary_article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .itenerary_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 548px;
  }
}
@media (max-width: 639px) {
  .itenerary_article {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.itenerary_articleInner_bg {
  padding-right: 24px;
  background-image: url(/tips/10years/img02/dot_line.svg);
  background-position: right 11px top 0px;
  background-size: 1.49px 4px;
  background-repeat: repeat-y;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .itenerary_articleInner_bg {
    padding-right: 0px;
    background-image: none;
  }
}
.itenerary_articleInner_bg2 {
  background-image: url(/tips/10years/img02/dot_line_bottom.svg);
  background-position: bottom 0px left 0px;
  background-size: 4px 1.49px;
  background-repeat: repeat-x;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 29px;
  width: calc(100% - 42px);
  height: 1.49px;
}
@media screen and (max-width: 768px) {
  .itenerary_articleInner_bg2 {
    display: none;
  }
}
.itenerary_article_contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  background-image: url(/tips/10years/img02/dot_line.svg);
  background-repeat: repeat-y;
  background-position: 29px 60px;
  background-size: 1.49px 4px;
  position: relative;
  z-index: 3;
  margin-bottom: 12px;
  max-width: 529px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox {
    background-position: 25px 52px;
  }
}
.itenerary_article_contentBox::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 3;
  top: 56px;
  left: 27px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox::before {
    top: 48px;
    left: 23px;
  }
}
.itenerary_article_contentBox::after {
  content: "";
  background-image: url(/tips/10years/img02/dot_line_end.svg);
  background-size: 9px 5px;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 25px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox::after {
    left: 21px;
  }
}
.itenerary_article_contentBox.-c8 {
  background-image: none;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox.-c8 {
    background-image: url(/tips/10years/img02/dot_line.svg);
  }
}
.itenerary_article_contentBox.-c8::before {
  content: none;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox.-c8::before {
    content: "";
  }
}
.itenerary_article_contentBox.-c8::after {
  content: none;
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox.-c8::after {
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 23px;
  }
}
.itenerary_article_number {
  width: 59px;
  height: 59px;
  line-height: 59px;
  font-size: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F9CCD0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .itenerary_article_number {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 20px;
  }
}
.itenerary_article_content {
  width: calc(100% - 61px);
  position: relative;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content {
    width: calc(100% - 53px);
  }
}
.itenerary_article_content_text {
  font-size: 18px;
  margin-left: 16px;
  text-align: justify;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_text {
    font-size: 12px;
  }
}
.itenerary_article_content_text-emp {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 870px) {
  .itenerary_article_content_text-emp {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .itenerary_article_content_text-emp {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_text-emp {
    font-size: 14px;
  }
}
.itenerary_article_content img {
  -webkit-filter: drop-shadow(10px 6px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(10px 6px 20px rgba(0, 0, 0, 0.25));
}
.itenerary_article_content.-c1 {
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c1 {
    padding-bottom: 22px;
  }
}
.itenerary_article_content.-c1::after {
  display: block;
  content: "";
  width: 13px;
  height: 34px;
  background-image: url(/tips/10years/img02/dot_line_next.svg);
  position: absolute;
  right: -24px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .itenerary_article_content.-c1::after {
    display: none;
  }
}
.itenerary_article_content.-c2 {
  padding-bottom: 82px;
}
.itenerary_article_content.-c2 img {
  margin-top: -8px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c2 {
    padding-bottom: 86px;
  }
}
.itenerary_article_content.-c3 {
  padding-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c3 {
    padding-bottom: 12px;
  }
}
.itenerary_article_content.-c4 {
  padding-bottom: 92px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c4 {
    padding-bottom: 60px;
  }
}
.itenerary_article_content.-c5 {
  padding-bottom: 62px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c5 {
    padding-bottom: 86px;
  }
}
.itenerary_article_content.-c6 {
  padding-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c6 {
    padding-bottom: 12px;
  }
}
.itenerary_article_content.-c7 {
  padding-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c7 {
    padding-bottom: 12px;
  }
}
.itenerary_article_content.-c8 {
  padding-bottom: 28px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c8 {
    padding-bottom: 0px;
  }
}
.itenerary_article_content_comment {
  width: 100%;
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 6px 3px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 3px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 6;
}
.itenerary_article_content_comment-emp {
  font-weight: 700;
  color: #DF0213;
}
.-c2 .itenerary_article_content_comment {
  position: absolute;
  top: 88%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .-c2 .itenerary_article_content_comment {
    top: 92%;
  }
}
.-c4 .itenerary_article_content_comment {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .-c4 .itenerary_article_content_comment {
    bottom: -42px;
  }
}
.-c5 .itenerary_article_content_comment {
  position: absolute;
  top: 79%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .-c5 .itenerary_article_content_comment {
    top: 95%;
  }
}
.-c8 .itenerary_article_content_comment {
  position: absolute;
  top: 88%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .-c8 .itenerary_article_content_comment {
    top: 95%;
  }
}

.itenerary_article_contentBox.-c4::before {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: calc(100% - 3px);
  left: 27px;
}
@media screen and (max-width: 768px) {
  .itenerary_article_contentBox.-c4::before {
    background: none;
    border-radius: 0%;
    content: "";
    background-image: url(/tips/10years/img02/dot_line_end.svg);
    background-size: 9px 5px;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 25px;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox.-c4::before {
    top: 100%;
    left: 21px;
  }
}
.itenerary_article_contentBox.-c4::after {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: calc(100% - 3px);
  left: auto;
  right: -15px;
}
@media screen and (max-width: 768px) {
  .itenerary_article_contentBox.-c4::after {
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 56px;
    left: 27px;
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_article_contentBox.-c4::after {
    top: 48px;
    left: 23px;
    right: 0;
  }
}

.itenerary_article_content.-c2 .relative {
  text-align: right;
  margin-top: 16px;
}
.itenerary_article_content.-c4 .relative {
  margin-top: 16px;
}
.itenerary_article_content.-c5 .relative {
  text-align: right;
  margin-top: 16px;
}
.itenerary_article_content.-c7 .relative {
  text-align: right;
  margin-top: 16px;
}
.itenerary_article_content.-c8 .relative {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content.-c8 .relative {
    font-size: 14 px;
  }
}

.itenerary_article_content_2-3 {
  position: relative;
  width: 50.8849557522%;
  max-width: 230px;
  height: auto;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_2-3 {
    max-width: 280px;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
  }
}
.itenerary_article_content_2-2 {
  position: absolute;
  width: 30.3097345133%;
  max-width: 137px;
  height: auto;
  left: 40%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_2-2 {
    max-width: 200px;
    width: 61.5062761506%;
    height: auto;
    top: 83px;
    left: 50%;
    right: 0px;
    -webkit-transform: translateX(-17%);
    transform: translateX(-17%);
  }
}

.itenerary_article_content_2-1 {
  position: absolute;
  left: 0px;
  width: 30.3097345133%;
  max-width: 137px;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_2-1 {
    max-width: 200px;
    position: relative;
    display: block;
    left: initial;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 61.5062761506%;
    height: auto;
    -webkit-transform: translateX(-42px);
    transform: translateX(-42px);
  }
}

.itenerary_article_content_4-1 {
  position: relative;
  left: 0px;
  width: 51.7045454545%;
  max-width: 182px;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_4-1 {
    max-width: none;
    width: 182px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-34px);
    transform: translateX(-34px);
  }
}

.itenerary_article_content_5-3 {
  position: relative;
  width: 52.2123893805%;
  max-width: 230px;
  height: auto;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_5-3 {
    max-width: 280px;
    width: 100%;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .itenerary_article_content_5-3 {
    margin-right: 0px;
  }
}

.itenerary_article_content_5-2 {
  position: absolute;
  width: 30.3097345133%;
  max-width: 137px;
  height: auto;
  left: 40%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_5-2 {
    max-width: 200px;
    width: 61.5062761506%;
    height: auto;
    top: 63px;
    left: 50%;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    z-index: 4;
  }
}

.itenerary_article_content_5-1 {
  position: absolute;
  left: 0px;
  width: 30.3097345133%;
  max-width: 137px;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_5-1 {
    max-width: 200px;
    width: 61.5062761506%;
    position: relative;
    display: block;
    left: initial;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    height: auto;
    z-index: 3;
    -webkit-transform: translate(46px, 0px);
    transform: translate(46px, 0px);
  }
}

.itenerary_article_content_7-2 {
  position: relative;
  width: 39.2045454545%;
  max-width: 138px;
  height: auto;
  margin-right: 22%;
  z-index: 3;
  margin-top: 16px;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_7-2 {
    max-width: 200px;
    width: 61.5062761506%;
    margin-right: 0;
    margin-top: 73px;
    height: auto;
  }
}

.itenerary_article_content_7-1 {
  position: absolute;
  right: 49%;
  top: 0px;
  width: 39.2045454545%;
  max-width: 138px;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_7-1 {
    max-width: 200px;
    width: 61.5062761506%;
    right: auto;
    left: 0px;
    height: auto;
  }
}

.itenerary_article_content_8-3 {
  position: relative;
  width: 49.7512437811%;
  max-width: 200px;
  height: auto;
  z-index: 3;
  margin-right: 24px;
}
@media screen and (max-width: 1100px) {
  .itenerary_article_content_8-3 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .itenerary_article_content_8-3 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_8-3 {
    max-width: 280px;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 76.1506276151%;
    height: auto;
    -webkit-transform: translate(25px, 0px);
    transform: translate(25px, 0px);
  }
}
.itenerary_article_content_8-2 {
  position: absolute;
  width: 36.5671641791%;
  max-width: 147px;
  height: auto;
  left: 42%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_8-2 {
    max-width: 200px;
    width: 61.5062761506%;
    height: auto;
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%);
  }
}

.itenerary_article_content_8-1 {
  position: absolute;
  left: 0px;
  width: 36.5671641791%;
  max-width: 147px;
  height: auto;
  z-index: 4;
  margin-left: 24px;
}
@media screen and (max-width: 1100px) {
  .itenerary_article_content_8-1 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .itenerary_article_content_8-1 {
    margin-left: 24px;
  }
}
@media screen and (max-width: 639px) {
  .itenerary_article_content_8-1 {
    max-width: 200px;
    position: relative;
    display: block;
    left: initial;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 61.5062761506%;
    height: auto;
    -webkit-transform: translate(46px, 0px);
    transform: translate(46px, 0px);
  }
}

.otherCampaign {
  position: relative;
  padding-top: 52px;
  padding-left: 13px;
  padding-right: 13px;
}

@media (max-width: 768px) {
  .otherCampaign {
    padding-top: 60px;
    padding-bottom: 8px;
  }
}
.otherCampaign__10yearCP {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .otherCampaign__10yearCP {
    margin-bottom: 40px;
  }
}
.otherCampaign__10yearCP img {
  width: 100%;
}

.otherCampaign__tipsLink {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 992px) {
  .otherCampaign__tipsLink {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .otherCampaign__tipsLink {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.otherCampaign__tipsLink__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 286px;
  width: 100%;
}

.otherCampaign__tipsLink__item img {
  width: 100%;
}

@media (max-width: 992px) {
  .otherCampaign__tipsLink__item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 768px) {
  .otherCampaign__tipsLink__item {
    max-width: 400px;
  }
  .otherCampaign__tipsLink__item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}
.otherCampaign__tipsLink__title {
  font-weight: 700;
  text-align: center;
}

.otherCampaign__tipsLink__text {
  text-align: center;
}

.footContent {
  padding-bottom: 148px;
}

.footContent__innerWrap {
  max-width: 232px;
  margin-left: auto;
  margin-right: auto;
}

.footContent__innerWrap p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}

.footContent__SNSBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.footContent__SNSBox img {
  width: 59px;
  height: 59px;
}

.fixed__button {
  width: 116px;
  height: 116px;
  padding: 36px 20px 35px 20px;
  border-radius: 50%;
  background: #E61616;
  position: fixed;
  z-index: 10;
  right: 115px;
  bottom: 32px;
}

@media (max-width: 768px) {
  .fixed__button {
    width: calc(100% - 32px);
    height: auto;
    left: 16px;
    bottom: 9px;
    border-radius: 0;
    padding: 16px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .fixed__button {
    width: calc(100% - 16px);
    left: 8px;
    padding: 12px;
  }
}
.fixed__button p {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.2514092446;
}

.fixed__button:hover {
  background-color: #E75A5A;
}

.fixed__button:active {
  background-color: #E75A5A;
}

.otherCampaign__tipsLink__item a {
  color: #000;
  text-decoration: none;
}
.otherCampaign__tipsLink__item a:hover {
  opacity: 0.7;
  color: #000;
}
.otherCampaign__tipsLink__item a:active {
  opacity: 0.7;
  color: #000;
}
.otherCampaign__tipsLink__item a:visited {
  color: #000;
}

.otherCampaign_CpreviousCpn {
  padding-top: 52px;
  padding-bottom: 40px;
  text-align: center;
}
.otherCampaign_CpreviousCpn_title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .otherCampaign_CpreviousCpn_title {
    margin-bottom: 24px;
    width: 48.9795918367%;
  }
}
.otherCampaign_CpreviousCpn_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0%;
  background-color: #000;
}
@media screen and (max-width: 400px) {
  .otherCampaign_CpreviousCpn_title::after {
    height: 1px;
    bottom: 0px;
  }
}
.otherCampaign_CpreviousCpn_title img {
  width: 285px;
  height: auto;
}
.otherCampaign_CpreviousCpn_BannerBox {
  text-align: center;
}
.otherCampaign_CpreviousCpn_BannerBox > a:hover {
  opacity: 0.8;
}
.otherCampaign_CpreviousCpn_BannerBox > a:active {
  opacity: 0.8;
}
.otherCampaign_CpreviousCpn_BannerBox img {
  width: 600px;
  height: auto;
}

@media screen and (max-width: 400px) {
  .oiseWinning_comment .-top {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
.-c4 .itenerary_article_number::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  bottom: -3px;
  left: calc(50% - 3px);
}
@media screen and (max-width: 768px) {
  .-c4 .itenerary_article_number::after {
    content: none;
  }
}