/*
Theme Name: Dragon Shogun
Text Domain: dragon-shogun
Version: 1.0
*/
 
/* Reset & Base region
-------------------------------------------------------------- */
* { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; box-sizing: border-box; word-break: break-all; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a { display: inline-block; }
input[type="submit"] { -webkit-appearance: none; }

p { text-align: left; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { display: block; padding: 2em; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
iframe { max-width: 100%; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; }
/* endregion */

/* WP NativeStyle region 
-------------------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* endregion */

/* common region 
-------------------------------------------------------------- */
.sp { display: none; }

a { text-decoration: none; transition: opacity .5s;}
a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; }
a:hover { opacity: .6; transition: opacity .5s; }

.t_left { text-align: left; }
.t_right { text-align: right; }
.t_center { text-align: center; }

.flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.no_maxw { max-width: none; width: 100%; }
small, .small {font-size: 77%;}

html {
  -webkit-text-size-adjust:100%;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
html:not(:lang(ja)) {
  font-family: "Noto Serif JP", serif;
  overflow-wrap: anywhere;
  hyphens: auto;
}
html:not(:lang(ja)) * {
  word-break: normal;
}


/*
読み込んでるWEBフォント
font-family: "Noto Sans JP", sans-serif;
font-family: "EB Garamond", serif;
font-family: "Noto Serif JP", serif;
font-family: "Zen Old Mincho", serif;
*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  html {
    width: 1280px;
    overflow-x: scroll;
  }
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.btn_common01 {
  width: 384px;
  height: 70px;
  background: url(images/common/btn_common01.webp) no-repeat center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgb(255, 252, 252) !important;
  margin: auto;
}
.btn_common01 span{
  background: linear-gradient(90deg, #f5e7cb, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;  
}
.btn_common02 {
  background: url(images/common/btn_common02.webp) no-repeat center / contain;
  color: #151513 !important;
}

.opa0 {
  opacity: 0;
  transition: 1s ease;
}
.opa100,
.opa100 .opa0 {
  opacity: 1;
}
.bg_line.opa100 {
  clip-path: inset(0 0 0 0);
}
.transY {
  transform: translateY(-30px);
}
.transXtoRight {
  
}
.transXtoLeft {
  clip-path: inset(0 0 0 100%);
  transition: clip-path .3s;
  
}
.transDelay1 {
  transition-delay: .5s;
}
.transDelay2 {
  transition-delay: 1s;
}
.transDelay3 {
  transition-delay: 1.5s;
}
.transDelay4 {
  transition-delay: 2s;
}
.transDelay5 {
  transition-delay: 2.5s;
}

.scroll-off {
  overflow: hidden;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .circle {
  width: 50px;
  height: 50px;
  border: 6px dotted #512f84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* endregion */

/* header region 
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
header a {
  pointer-events: auto;
}
.header_content {
  width: 470px;
  transform: translateX(100%);
  transition: transform .5s;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  pointer-events: auto;
  max-height: 100vh;
  background: url(images/common/bg_hamburger.webp) no-repeat center top / cover;
}
.header_content .wrap_navi {
  overflow-y: visible;
  position: relative;
  padding-top: 120px;
}
.header_content .wrap_navi::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient( -90deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -webkit-linear-gradient( -90deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -ms-linear-gradient( -90deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
}
.header_content .wrap_navi::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient( -180deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -webkit-linear-gradient( -180deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -ms-linear-gradient( -180deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
}

.header_content.open {
  transform: translateX(0);
}

header .logo {
  margin: 30px;
  width: 206px;
}
.btn_hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  width: 91px;
}
.btn_hamburger.open .close,
.btn_hamburger:not(.open) .open {
  display: none;
}

.g_navi {
  font-family: "EB Garamond", serif !important;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  color: #fbf8f3;
  margin: 0 auto 100px 112px;
  align-items: flex-start;
  letter-spacing: .04em;
  line-height: 1;
}
.g_navi > *:not(:last-of-type) {
  margin-bottom: 51px;
}
.g_navi a {
  position: relative;
  font-family: "EB Garamond", serif !important;
}
.g_navi a:hover,
.g_navi a.current {  
  color: #eec776;
}
.g_navi a.current::after {
  content: '';
  width: 34px;
  height: 27px;
  position: absolute;
  background: url(images/common/img_arrow.webp) no-repeat center / contain;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_lang {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 30px;
  right: 155px;
  z-index: 10;
}
.btn_lang ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.btn_lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  border: 2px solid #512f84;
  background: #FFF;
  transition: all .5s;
  color: #512f84;
}
.btn_lang .current,
.btn_lang a:hover {
  color: #FFF;
  background: #512f84;
  opacity: 1;
}
.btn_lang .bogoflags {
  display: none;
}
.btn_lang .bogo-language-name {
  font-size: 0;
}
.btn_lang a[title="英語"]::before,
.btn_lang a[title="English"]::before {
  content: 'EN';
  font-size: 17px;
}
.btn_lang a[title="日本語"]::before,
.btn_lang a[title="Japanese"]::before {
  content: 'JP';
  font-size: 17px;
}

.list_sns_h {
  display: flex;
  justify-content: space-between;
  padding: 56px 32px;
  background: url(images/common/bg_list_sns_h.webp) no-repeat center / cover;
}
.list_sns_h a {
  border: 2px solid #391d5d;
  background: #f3f0f6;
  width: 190px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_content.close .btn_hamburger .open,
.header_content.close .g_navi,
.header_content.close .list_sns_h 
{
/*  display: none;*/
}
.header_content:not(.close) .btn_hamburger .close {
  display: none;
}

/* endregion */

/* breadcrumb region
-------------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin: 68px 0 0;
  color: #512f84;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  text-align: left;
}
.breadcrumb li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #512f84;
  margin: 0 1em;
}

/* endregion */

/* top region 
-------------------------------------------------------------- */
.slider {
  background: url(images/top/bg_slider.webp) no-repeat top center;
  padding: 108px 0 40px;
  overflow: hidden;
}
.slider .swiper {
  width: 760px;
  overflow: visible;
}
.swiper .swiper-slide {
  transition: transform .5s;
  flex-shrink: 0;
  position: relative;
  margin-left: -5px;
  margin: 0 8px;
}
.swiper .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/slider/frame_mv.webp) no-repeat center / 100%;
  z-index: 1;
  transform: scale(1.0145);
  pointer-events: none;
}
.swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(.8105) !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.slider .swiper-button-next, .slider .swiper-button-prev {
  top: 50%;
  width: 69px;
}
.slider .swiper-button-next {
  transform: translateX(100%) translateY(-50%);
  right: -9px !important;
} 
.slider .swiper-button-prev {
  transform: translateX(-100%) translateY(-50%);
  left: -9px !important;
}

.slider .swiper-pagination {
  position: static;
  margin: 25px 0 40px;
  line-height: 1;
}


.slider .swiper-pagination-bullet {
  background: url(images/slider/pagi-inactive.webp) no-repeat center / contain;
  width: 15px;
  height: 19px;
  opacity: 1;
  margin: 0 7px !important;
}
.slider .swiper-pagination-bullet-active {
  background-image: url(images/slider/pagi-active.webp);
}
.slider .swiper-pagination-lock {
  display: block;
}

.swiper-pagination-bullet.is-hidden {
  display: none;
}

/* .sec01 */
.sec01 {
  overflow-x: clip;
}
.sec01 .bg01 {
  margin-top: -171px;
  padding-top: 84px;
  padding-bottom: 778px;
  background: url(images/top/bg_sec_01.webp) no-repeat center top;
}
.sec01 .character {
  position: relative;
  z-index: 11;
}
.purple {
  background: url(images/top/bg_purple.webp) no-repeat top center;
  padding: 29px 0 81px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
.purple .ttl01 {
  margin: -24px 0 7px;
}
.purple .img01 {
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-624px);
}
.purple .img02 {
  position: absolute;
  top: -97px;
  left: 50%;
  transform: translateX(216px);
}
.purple .img03 {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translateX(398px);
}
@media screen and (min-width: 1920px) {
  .sec01 .bg01 {
    margin-top: -8.91vw;
    padding-top: 4.38vw;
  }
  .purple {
    padding: 1.51vw 0 4.22vw;
    margin-top: -2.08vw;
  }
  .purple .logo img {
    width: 32.66vw;
  }
  .purple .ttl01 {
    margin: -1.25vw 0 0.36vw;
  }
  .purple .ttl01 img {
    width: 42.4vw;
  }
  .purple .img01 {
    top: 9.48vw;
    transform: translateX(-32.5vw);
    width: 14.58vw;
  }
  .purple .img02 {
    top: -5.05vw;
    transform: translateX(11.25vw);
    width: 19.11vw;
  }
  .purple .img03 {
    top: 23.44vw;
    transform: translateX(20.73vw);
    width: 14.64vw;
  }
  .purple .txt01 img {
    width: 43.96vw;
  }
}
.sec01 .copy .img01 {
  margin: -61px 0 23px 10px;
}
.special .flex > * {
  width: 50%;
}
.special .flex .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.special .img02 {
  margin: 58px 0 29px;
}
.special .txt01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: .05em;
  text-align: center;
}
.special .btn_common01 {
  margin: 60px 100px 0 auto;
}
html:not(:lang(ja)) .special .btn_common01 {
  margin: 60px 100px 0 auto;
}
.special .img04 {
  margin: -84px auto 0 -38px;
  width: 670px;
}
html:not(:lang(ja)) .special .img04 {
  margin: -25px auto 0 -38px;
}


.sec_movie {
  padding: 73px 0 87px;
/*  margin-top: -168px;*/
  margin-top: -368px;
  position: relative;
  overflow-x: clip;
}
.sec_movie .bg_line {
  position: absolute;
  top: -286px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  max-width: none;
  transition: .5s ease;
  pointer-events: none;
}
.sec_movie .content {
  position: relative;
  z-index: 22;
}
.sec_movie .ttl01 img {
  display: inline-block;
  margin-left: -432px;
  margin-bottom: 28px;
}
.sec_movie .modal {
  margin-bottom: 42px;
}
.sec_movie .modal .btn_movie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
}
.sec_movie .modal .bg {
  margin-left: 11px;
}
.sec_movie .ring01 {
  position: absolute;
  top: -159px;
  left: 50%;
  transform: translateX(-561px);
  z-index: 21;
}
.sec_movie .ttl01,
.sec_movie .modal {
  position: relative;
  z-index: 10;
}
.sec_movie .txt01 {
  width: 738px;
  margin: 0 auto;
  padding: 0 54px 18px;
  background: url(images/top/img_sec_movie_underline01.webp) no-repeat center bottom / contain;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .05em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(4,4,4, .85);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
}
.modal_box.hidden {
/*  display: none;*/
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s, visibility 0s linear .5s;
}
.modal_box .view {
  width: 1200px;
  height: 676px;
  position: relative;
}
.modal_box .close {
  position: absolute;
  top: -90px;
  right: 0;
  cursor: pointer;
}

.sec_sns {
/*  background: url(images/top/bg_sec_sns.webp) no-repeat calc(50% - 345px) top;*/
  padding: 104px 0 280px;
  position: relative;
}
.sec_sns .ttl01 {
  margin-left: 326px;
  margin-bottom: 38px;
  position: relative;
  z-index: 20;
}
.sec_sns .img_cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-686px);
}
.list_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.list_sns > * {
  width: 461px;
  height: 270px;
  margin: 0 15px;
}
.list_sns a {
  padding-top: 56px;
  display: block;
  width: 100%;
  height: 100%;
}
.list_sns .x {
  background: url(images/top/bg_x.webp) no-repeat center / contain;
}
.list_sns .youtube {
  background: url(images/top/bg_youtube.webp) no-repeat center / contain;
}
.list_sns .txt01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin: 16px 0 32px;
  text-align: center;
}
html:not(:lang(ja)) .list_sns .x img,
html:not(:lang(ja)) .list_sns .youtube img {
  margin-bottom: 40px;
}

.bg_sec_02 {
  background: url(images/top/bg_sec_sns.webp) no-repeat bottom center;
}

/* endregion */

/* sub region
-------------------------------------------------------------- */
.sub_header {
  background: url(images/common/bg_sub_header.webp) no-repeat center top / cover;
  padding-top: 100px 0;
  position: relative;
  z-index: 10;
}
.sub_header::before {
  content: '';
  position: absolute;
  background: url(images/common/img_sub_header_cloud01.webp) no-repeat center / contain;
  width: 309px;
  height: 252px;
  top: -37px;
  left: 50%;
  transform: translateX(256px);
}
.sub_header::after {
  content: '';
  position: absolute;
  background: url(images/common/img_sub_header_cloud02.webp) no-repeat center / contain;
  width: 198px;
  height: 174px;
  top: 192px;
  left: 50%;
  transform: translateX(-566px);
}
@media screen and (min-width: 1920px) {
  .sub_header::before {
    width: 16.09vw;
    height: 13.13vw;
    top: -1.93vw;
    left: 50%;
    transform: translateX(13.33vw);
  }
  .sub_header::after {
    width: 10.31vw;
    height: 9.06vw;
    top: 10vw;
    left: 50%;
    transform: translateX(-29.48vw);
  }

}
.sub_header .ttl01 {
  position: relative;
  z-index: 1;
}
.bg_sub_main {
  background: 
    url(images/common/bg_sub_main_top.webp) no-repeat center top 142px,
    url(images/common/bg_sub_main_bottom.webp) no-repeat center bottom -25px,
    url(images/common/bg_sub_main.webp) repeat-y center top -219px;
}

/* world region */
.world .sub_header {
  padding: 99px 0 81px;
}
@media screen and (min-width: 1920px) {
  .world .sub_header {
    padding: 5.16vw 0 4.22vw;
  }
  .world .sub_header img {
    width: 47.81vw;
  }
}

.world .sec01 {
  background: url(images/world/bg_sec01.webp) no-repeat center bottom -48px / auto 100%;
  position: relative;
  margin-top: -474px;
  padding-top: 399px;
}
.world .sec01::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #9e7a2b;
  left: 0;
  bottom: 0;
}
.world .sec01 .content {
  width: 1000px;
  margin: auto;
  background: url(images/world/bg_sec01_txt01.webp) no-repeat center bottom / auto;
  padding: 123px 54px 80px;
  position: relative;
}
html:not(:lang(ja)) .world .sec01 .content {
  padding: 115px 52px 80px 35px;
}
.world .sec01 .ttl01 {
  margin-bottom: 47px;
}
.world .sec01 .txt01 {
  font-family: "Zen Old Mincho", serif;
  color: #fbfbfb;
  line-height: 2.17;
  text-align: center;
  letter-spacing: .075em;
  font-size: 18px;
  font-weight: 700;
  text-shadow:
    0 0 2px  rgba(45,26,74,.18),
    0 0 4px  rgba(45,26,74,.24),
    0 0 6px  rgba(45,26,74,.32),
    0 0 8px  rgba(45,26,74,.45),
    0 0 12px rgba(45,26,74,.60),
    0 0 16px rgba(45,26,74,.70),
    0 0 20px rgba(45,26,74,.80);
  margin-bottom: 2em;
}
.world .sec01 .txt01:not(:last-of-type) {
}
.world .sec01 .txt01 strong {
  font-size: 28px;
  color: #f1dba0;
  line-height: 1.43;
}
.world .sec01 .img_cloud03 {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(364px);
}

.world .sec02 {
  background: url(images/world/bg_sec02.webp) no-repeat top -210px center / auto;
  padding: 112px 0 400px;
  position: relative;
}
html:not(:lang(ja)) .world .sec02 {
  background-image: url(images/world/en/bg_sec02.webp);
}
.world .sec02 .content {
  width: 1000px;
  height: 465px;
  background: url(images/world/bg_sec02_content.webp) no-repeat center top / auto;
  padding: 0 40px 0px 65px;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
html:not(:lang(ja)) .world .sec02 .content {
  background-image: url(images/world/en/bg_sec02_content.webp);
  height: 696px;
  padding: 0 65px 0 45px;
}
.world .sec02 .content .ttl01 {
  color: #4c2f71;
  font-size: 40px;
  letter-spacing: .05em;
  font-weight: 700;
}
html:not(:lang(ja)) .world .sec02 .content .ttl01 {
  letter-spacing: 0;
  font-weight: 900;
  white-space: nowrap;
}
.world .sec02 .content .ttl01 ruby {
  font-size: 64.3px;
}
html:not(:lang(ja)) .world .sec02 .content .ttl01 ruby {
  font-size: 42px;
}
.world .sec02 .content .ttl01 rt {
  font-size: 20px;
  letter-spacing: .1em;
  padding: 0 24px 5px;
}
html:not(:lang(ja)) .world .sec02 .content .ttl01 rt {
  font-size: 32px;
  padding: 0 55px 5px;
  letter-spacing: 0;
}
.world .sec02 .content .txt01 {
  width: 635px;
  font-size: 17px;
  line-height: 1.94;
  letter-spacing: .04em;
  font-weight: 700;
}
html:not(:lang(ja)) .world .sec02 .content .txt01 {
  width: 605px;
  font-weight: 600;
}
.world .sec02 .content .txt01 strong {
  font-size: 22px;
  line-height: 33px;
  color: #84631e;
}
.world .sec02 .content .txt01 strong small {
  font-size: 17px;
  line-height: 1.94;
  letter-spacing: 0;
}
.world .sec02 .content .txt01 p:not(:last-of-type) {
  margin-bottom: 31px;
}
.world .sec02 .img_cloud01 {
  top: -68px;
  left: 50%;
  transform: translateX(270px);
}
.world .sec02 .img_cloud02 {
  top: 470px;
  left: 50%;
  transform: translateX(-578px);
}
html:not(:lang(ja)) .world .sec02 .img_cloud02 {
  top: 703px;
}

.world .sec03 {
  background: url(images/world/bg_sec03.webp) no-repeat center top / auto, url(images/world/bg_sec02.webp) no-repeat center bottom -560px / auto;
  padding: 195px 0 80px;
  margin: -402px 0 0;
  position: relative;
  z-index: 20;
}
html:not(:lang(ja)) .world .sec03 {
  background: url(images/world/en/bg_sec03.webp) no-repeat center top / auto, url(images/world/bg_sec02.webp) no-repeat center bottom -560px / auto;
}
.world .box_chara {
  position: relative;
}
.world .box_chara .ttl01 {
  margin-bottom: 80px;
}
.world .box_chara .txt01,
.world .box_chara .txt02 {
  width: 600px;
  padding: 60px 50px 40px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 2.13;
  color: #FFF;
  margin: auto;
  background: url(images/world/bg_chara01_01.webp) no-repeat left top / contain;
}
html:not(:lang(ja)) .world .box_chara .txt01,
html:not(:lang(ja)) .world .box_chara .txt02 {
  font-size: 14px;
  padding: 60px 53px 40px 50px;
}
.world .box_chara .txt01 .ttl02,
.world .box_chara .txt02 .ttl03 {
  position: absolute;
  left: 48px;
  top: -44px;
}
html:not(:lang(ja)) .world .box_chara .txt01 .ttl02,
html:not(:lang(ja)) .world .box_chara .txt02 .ttl03 {
  top: -15px;
}
.world .box_chara .txt01 strong,
.world .box_chara .txt02 strong {
  color: #f1dba0;
}
.world .box_chara .txt01 {
  transform: translateX(240px);
  margin-bottom: 44px;
}
.world .box_chara .txt02 {
  transform: translateX(-240px);
  margin-top: 33px;
  z-index: 10;
}
.world .box_chara .img_ryuka {
  transform: translateX(-18px);
}
.world .box_chara .img_copy,
.world .box_chara .img_chara_before,
.world .box_chara .img_chara_after {
  position: absolute;
  left: 50%;
}
.world .box_chara .img_copy {
  z-index: 15;
}
.world .box_chara .img_chara_after {
  z-index: 11;
}

/* chara 01 */
.world .chara01 {
  padding-bottom: 184px;
}
html:not(:lang(ja)) .world .chara01 {
  padding-bottom: 127px;
}
.world .chara01 .txt01 {
  background-image: url(images/world/bg_chara01_01.webp);
}
.world .chara01 .txt02 {
  background-image: url(images/world/bg_chara01_02.webp);
}
html:not(:lang(ja)) .world .chara01 .txt01 {
  background-image: url(images/world/en/bg_chara01_01.webp);
  height: 458px;
}
html:not(:lang(ja)) .world .chara01 .txt02 {
  background-image: url(images/world/en/bg_chara01_02.webp);
  height: 218px;
}
.world .chara01 .img_copy {
  top: 124px;
  transform: translateX(-540px);
}
.world .chara01 .img_chara_before {
  top: 120px;
  transform: translateX(-466px);
  width: 425px;
}
.world .chara01 .img_chara_after {
  top: 439px;
  transform: translateX(93px);
  width: 439px;
}
html:not(:lang(ja)) .world .chara01 .img_chara_after {
  top: 540px;
}

/* chara 02 */
.world .chara02 {
  padding-bottom: 95px;
}
.world .chara02 .txt01 {
  background-image: url(images/world/bg_chara02_01.webp);
  height: 308px;
}
.world .chara02 .txt02 {
  background-image: url(images/world/bg_chara02_02.webp);
}
html:not(:lang(ja)) .world .chara02 .txt01 {
  background-image: url(images/world/en/bg_chara02_01.webp);
  height: 308px;
}
html:not(:lang(ja)) .world .chara02 .txt02 {
  background-image: url(images/world/en/bg_chara02_02.webp);
  height: 308px;
}
.world .chara02 .img_copy {
  top: 146px;
  transform: translateX(-540px);
}
html:not(:lang(ja)) .world .chara02 .img_copy {
  top: 111px;
}
.world .chara02 .img_chara_before {
  top: 101px;
  transform: translateX(-579px);
  width: 553px;
}
.world .chara02 .img_chara_after {
  top: 416px;
  transform: translateX(16px);
  width: 495px;
}

/* chara 03 */
.world .chara03 {
  padding-bottom: 299px;
}
.world .chara03 .txt01 {
  background-image: url(images/world/bg_chara03_01.webp);
}
.world .chara03 .txt02 {
  background-image: url(images/world/bg_chara03_02.webp);
}
html:not(:lang(ja)) .world .chara03 .txt01 {
  background-image: url(images/world/en/bg_chara03_01.webp);
  height: 338px;
}
html:not(:lang(ja)) .world .chara03 .txt02 {
  background-image: url(images/world/en/bg_chara03_02.webp);
  height: 278px;
}
.world .chara03 .img_copy {
  top: 126px;
  transform: translateX(-479px);
}
.world .chara03 .img_chara_before {
  top: 103px;
  transform: translateX(-401px);
  width: 299px;
}
.world .chara03 .img_chara_after {
  top: 432px;
  transform: translateX(31px);
  width: 543px;
}
html:not(:lang(ja)) .world .chara03 .img_chara_after {
  top: 478px;
}

/* 1920以上のとき、WORLDのキャラクター部分のみフルリキッドにする */
@media screen and (min-width: 1920px) {
  .world .sec02 {
    padding-bottom: 20.83vw;
  }
  .world .sec03 {
    background: url(images/world/bg_sec03.webp) no-repeat center top / auto, url(images/world/bg_sec02.webp) no-repeat center bottom -29.17vw / auto;
    padding: 10.16vw 0 4.17vw;
    margin: -20.94vw 0 0;
  }
  html:not(:lang(ja)) .world .sec03 {
    background: url(images/world/en/bg_sec03.webp) no-repeat center top / auto, url(images/world/bg_sec02.webp) no-repeat center bottom -29.17vw / auto;
  }
  .world .box_chara .ttl01 {
    margin-bottom: 4.17vw;
  }
  .world .box_chara .ttl01 img {
    width: 45.42vw;
  }
  .world .box_chara .txt01,
  .world .box_chara .txt02 {
    width: 31.25vw;
    padding: 3.13vw 2.6vw 2.08vw;
    font-size: 0.78vw;
  }
  .world .box_chara .txt01 .ttl02,
  .world .box_chara .txt02 .ttl03 {
    left: 2.5vw;
    top: -2.29vw;
  }
  html:not(:lang(ja)) .world .box_chara .txt01 .ttl02, 
  html:not(:lang(ja)) .world .box_chara .txt02 .ttl03 {
    top: -0.78vw;
  }
  .world .box_chara .txt01 .ttl02 img,
  .world .box_chara .txt02 .ttl03 img {
    height: 3.85vw;
  }
  .world .box_chara .txt01 {
    transform: translateX(12.5vw);
    margin-bottom: 2.29vw;
  }
  .world .box_chara .txt02 {
    transform: translateX(-12.5vw);
    margin-top: 1.72vw;
  }
  .world .box_chara .img_ryuka {
    transform: translateX(-0.94vw);
    width: 9.9vw;
  }
  html:not(:lang(ja)) .world .box_chara .img_ryuka {
    transform: translateX(-0.94vw);
    width: 10.42vw;
  }
  
  html:not(:lang(ja)) .world .box_chara .txt01, 
  html:not(:lang(ja)) .world .box_chara .txt02 {
    font-size: 0.73vw;
    padding: 3.13vw 2.76vw 2.08vw 2.6vw;
  }
  html:not(:lang(ja)) .world .box_chara .txt01 .ttl02 img,
  html:not(:lang(ja)) .world .box_chara .txt02 .ttl03 img {
    height: 2.81vw;
  }


  /* chara 01 */
  .world .chara01 {
    padding-bottom: 9.58vw;
  }
  .world .chara01 .img_copy {
    top: 6.46vw;
    transform: translateX(-28.13vw);
    width: 4.53vw;
  }
  .world .chara01 .img_chara_before {
    top: 6.25vw;
    transform: translateX(-24.27vw);
    width: 23.13vw;
  }
  .world .chara01 .img_chara_after {
    top: 22.86vw;
    transform: translateX(4.84vw);
    width: 23.85vw;
  }
  html:not(:lang(ja)) .world .chara01 .txt01 {
    height: 23.85vw;
  }
  html:not(:lang(ja)) .world .chara01 .img_chara_after {
    top: 28.13vw;
  }
  html:not(:lang(ja)) .world .chara01 .txt02 {
    height: 11.35vw;
  }
  html:not(:lang(ja)) .world .chara01 {
    padding-bottom: 6.61vw;
  }

  /* chara 02 */
  .world .chara02 {
    padding-bottom: 4.95vw;
  }
  .world .chara02 .img_copy {
    top: 7.6vw;
    transform: translateX(-28.13vw);
    width: 4.53vw;
  }
  .world .chara02 .img_chara_before {
    top: 5.26vw;
    transform: translateX(-30.16vw);
    width: 29.79vw;
  }
  .world .chara02 .img_chara_after {
    top: 21.67vw;
    transform: translateX(0.83vw);
    width: 25.78vw;
  }
  html:not(:lang(ja)) .world .chara02 .txt01 {
    height: 16.04vw;
  }
  html:not(:lang(ja)) .world .chara02 .txt02 {
    height: 16.04vw;
  }

  /* chara 03 */
  .world .chara03 {
    padding-bottom: 15.57vw;
  }
  .world .chara03 .img_copy {
    top: 6.56vw;
    transform: translateX(-24.95vw);
    width: 4.53vw;
  }
  .world .chara03 .img_chara_before {
    top: 5.36vw;
    transform: translateX(-20.89vw);
    width: 16.46vw;
  }
  .world .chara03 .img_chara_after {
    top: 22.5vw;
    transform: translateX(1.61vw);
    width: 29.06vw;
  }
  html:not(:lang(ja)) .world .chara03 .txt01 {
    height: 17.6vw;
  }
  html:not(:lang(ja)) .world .chara03 .txt02 {
    height: 14.48vw;
  }
  html:not(:lang(ja)) .world .chara03 .img_chara_after {
    top: 24.9vw;
  }
}
/* endregion */

/* howto region */
.howto {
  padding-bottom: 304px;
}
.howto .sub_header {
  padding: 101px 0 96px;
}
@media screen and (min-width: 1920px) {
  .howto .sub_header {
    padding: 5.26vw 0 5vw;
  }
  .howto .sub_header img {
    width: 60.36vw;
  }
}

.nav_howto ul {
  display: flex;
  justify-content: center;
  margin: 55px 0 70px;
}
.nav_howto li:not(:last-of-type) {
  margin-right: 20px
}
.nav_howto a {
  width: 270px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  letter-spacing: .05em;
  font-weight: bold;
  position: relative;
  color: #FFF;
  background: #512f84;
}
html:not(:lang(ja)) .nav_howto a {
  font-size: 17px;
}
.nav_howto a::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(images/common/arrow01.svg) no-repeat center / contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
html:not(:lang(ja)) .nav_howto a::after {
  display: none;
}

.wrap_sec_howto {
  margin-bottom: 110px;
}
.sec_howto:not(:first-of-type) {
  margin-top: 100px;
}
.sec_howto .ttl01 {
  background: #353338;
  color: #FFF;
  font-size: 25px;
  letter-spacing: .05em;
  font-weight: bold;
  padding: 33px 100px;
  line-height: 1;
  text-align: left;
  position: relative;
}
.sec_howto .ttl01::before {
  content: '';
  width: 27px;
  height: 29px;
  background: url(images/common/icn_sec_howto_ttl01.svg) no-repeat center / contain;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_howto .body {
  background: #f9f8fb;
  padding: 70px 100px 100px;
  border: 2px solid #353338;
  font-size: 18px;
}
.sec_howto .ttl02 {
  font-size: 22px;
  color: #512f84;
  font-weight: bold;
  padding: 0 23px 13px;
  text-align: left;
  border-bottom: 2px solid #512f84;
  margin: 0 0 33px;
  position: relative;
}
.sec_howto .ttl02:not(:first-of-type) {
  margin-top: 60px;
}
.sec_howto .ttl02::after {
  content: ''; 
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/common/icn_sec_howto_ttl02.svg) no-repeat left bottom / 100%;
}
.sec_howto .cols3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.sec_howto .cols3 > * {
  width: 30.7%;
}
.sec_howto .ttl03 {
  color: #512f84;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 25px;
  background: #eae7f1;
  margin-bottom: 22px;
}
.sec_howto .ttl03:not(:first-of-type) {
  margin-top: 30px;
}
.sec_howto .mb20 {
  margin-bottom: 20px;
}
.sec_howto .mb30 {
  margin-bottom: 30px;
}
.sec_howto .mb40 {
  margin-bottom: 40px;
}
.sec_howto .mb50 {
  margin-bottom: 50px;
}
.sec_howto .bold {
  font-weight: bold;
}
.sec_howto .small {
  font-size: 16px;
}
.sec_howto .txt01 {
  font-size: 16px;
  padding: 1em 1.5em;
  background: #FFF;
  border: 1px solid #512f84;
  line-height: 1.69;
}
.sec_howto .txt02 {
  font-size: 17px;
}
.sec_howto .bg01 {
  background: #eae7f1;
  padding: 42px 50px;
}
.sec_howto .dl01 {
  text-align: left;
  display: grid;
  grid-template-columns: auto 11fr;
  gap: 1.25rem 1.25rem;
  counter-reset: row;
}
.sec_howto .dl01 dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;   
  padding-right: 2em;
}
.sec_howto .dl01.no_num dt {
  padding-left: 0;
}
.sec_howto .dl01:not(.no_num) dt::before{
  counter-increment: row;
  content: counter(row); 
  position: absolute;
  left: 0;
  top: .5em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: .8em;
  border: 1px solid;
  line-height: 1;
  letter-spacing: 0;
}
.sec_howto .dl01 dt::after{
  content: '：';
  position: absolute;
  right: 0;
  top: 0;
}
.sec_howto .dl01 dd {
  font-size: 17px;
}
.sec_howto .ico img {
  vertical-align: middle;
  margin-right: 1em;
}
.sec_howto .ico img[src*="icn_tofuku"] {
  vertical-align: text-bottom;
  margin: 0 1em;
}
.sec_howto dt .ico img[src*="icn_tofuku"] {
  margin: 0;
}
.sec_howto .cols2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_howto .cols2.center {
  justify-content: center;
}
.sec_howto .cols2 > * {
  width: 48%;
}
.sec_howto .cols2.center > * {
  width: auto;
}
.sec_howto .cols2 .w100 {
  flex-grow: 10;
}
.sec_howto .cols2.center > *:not(:last-of-type) {
  margin-right: 60px
}
.sec_howto .listitem01 {
  list-style: disc;
  text-align: left;
  line-height: 1.75;
  font-size: 16px;
  padding-left: 1.5em;
}
.sec_howto .listitem01 > *:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec_howto .orderlistitem01 {
  text-align: left;
  list-style: decimal;
  padding-left: 1.5em;
}
.sec_howto .orderlistitem01 > *:not(:last-of-type) {
  margin-bottom: 22px;
}
.sec_howto .btn_s {
  background: #512f84;
  width: 270px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #FFF;
  position: relative;
  margin: auto;
  cursor: pointer;
}
.sec_howto .btn_s::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(images/common/arrow01.svg) no-repeat center / contain;
}
.sec_howto .btn_l {
  background: #512f84;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #FFF;
  position: relative;
}
.sec_howto .btn_l::after {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: url(images/common/arrow01.svg) no-repeat center / contain;
}


#card_type .cols3 .ttl03 {
  margin-bottom: 17px;
}
#card_type .cols3 li:nth-of-type(1) img {
  max-width: none;
  width: 323px;
  margin: 0 auto -4px -4px;
} 
#card_type .cols3 li:nth-of-type(2) img {
  max-width: none;
  width: 304px;
  margin-left: -9px;
} 
#card_type .cols3 li:nth-of-type(3) img {
  max-width: none;
  width: 302px;
} 

/* endregion */

/* endregion */

/* posts region 
-------------------------------------------------------------- */
.sec_topics {
  background: url(images/top/bg_topics.webp) no-repeat top center;
/*  padding: 90px 0 387px;*/
  padding: 90px 0 587px;
/*  padding: 90px 0 20.16vw;*/
  margin-top: -678px;
  position: relative;
  z-index: 10;
}

.sec_topics .ttl01 {
  margin-bottom: 60px;
}
.list_topics {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 73px;
}
.home .list_topics {
  display: none;
  opacity: 0;
  transition: opacity .5s;
}
.home .list_topics.active {
  display: flex;
  opacity: 1;
}
.list_topics .noentry {
  width: 100%;
  background: none;
  font-size: 18px;
}
.list_topics > * {
  width: 23.56%;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.list_topics > *:nth-of-type(n + 5) {
  margin-top: 23px;
}
.list_topics > *:not(:nth-of-type(4n)) {
  margin-right: 23px;
}
.list_topics .content {
  padding: 20px;
  border: 1px solid #512f84;
  border-top: 0;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_topics .content .ttl02 {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  line-height: 1.71;
  margin-bottom: 27px;
  text-align: left;
}
.list_topics .date {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: .05em;
  color: #84631e;
}
.list_topics .cat {
  font-family: "Noto Serif JP", serif;
  line-height: 1.71;
  letter-spacing: .05em;
  color: #FFF;
  background: #512f84;
  padding: 2px 13px;
}

.list_categories {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: bold;
  color: #512f84;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_categories ul,
.list_categories li {
  display: inline-block;
}
.list_categories li:not(:last-child) {
  margin-right: 16px;
}
.list_categories a {
  background: #f9f8f3;
  border: 2px solid #512f84;
  padding: 3px 20px;
  transition: all .5s;
  letter-spacing: 1px;
}
.home .list_categories .cat-item-1:not(.nocurrent) > a,
.list_categories .current-cat > a,
.list_categories a:hover {
  opacity: 1;
  background: #512f84;
  color: #FFF;
}

/* archive */
.topics {
  padding-bottom: 305px;
}
.topics .sub_header {
  padding: 94px 0 83px;
}
@media screen and (min-width: 1920px) {
  .topics .sub_header {
    padding: 4.9vw 0 4.32vw;
  }
  .topics .ttl01 img {
    width: 47.08vw;
  }
}
.list_categories {
  margin-top: 57px;
}

.pagenation {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 110px;
  font-family: "Noto Serif JP", serif;
}
.pagenation > *:not(:last-of-type) {
  margin-right: 19px;
}
.pagenation > *:not(.prevpage):not(.nextpage) > a,
.pagenation > *:not(.prevpage):not(.nextpage) > span {
  background-color: #f9f8f3;
  border: 2px solid #512f84;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 54px;
  transition: all .5s;
  color: #512f84;
}
.pagenation > *:not(.prevpage):not(.nextpage) a:hover,
.pagenation .current span {
  background-color: #512f84 !important;
  color: #FFF !important;
  opacity: 1;
}
.pagenation .prevpage img,
.pagenation .nextpage img {
  width: 41px;
}

.container_single {
  width: 1000px;
  margin: auto;
}

/* products region */
.products {
  padding-bottom: 306px;
}
.products .sub_header {
  padding: 100px 0 96px;
}
@media screen and (min-width: 1920px) {
  .products .sub_header {
    padding: 5.21vw 0 5vw;
  }
  .products .sub_header img {
    width: 52.86vw;
  }
}

.products .list_archive {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 60px 0 70px;
}
.products .list_archive > * {
  width: 31.15%;
  margin-right: 39px
}
.products .list_archive > *:nth-of-type(n + 4) {
  margin-top: 45px;
}
.products .list_archive > *:nth-of-type(3n) {
  margin-right: 0;
}

.products .list_archive .thum,
.products .list_archive .thum img {
  max-width: none;
  width: 100%;
}
.products .list_archive .content {
  background: #FFF;
  padding: 30px;
  border: 1px solid #512f84;
  border-top: 0;
}
.products .list_archive .content .ttl01 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 22px;
  border-bottom: 1px solid #a696bd;
}
html:not(:lang(ja)) .products .list_archive .content .ttl01,
html:not(:lang(ja)) .products .list_archive .content .ttl01 * {
  word-break: break-all !important;
}
.products .list_archive .content .tbl_products {
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.products .list_archive .content .tbl_products th {
  color: #84631e;
  padding-right: 1em;
  vertical-align: top;
}
.products .list_archive .content .tbl_products tr > * {
  padding-top: 1em;
}

/* events region*/
.sub_main.events {
  padding-bottom: 307px;
}
.events .sub_header {
  padding: 99px 0 82px;
}
@media screen and (min-width: 1920px) {
  .events .sub_header {
    padding: 5.16vw 0 4.27vw;
  }
  .events .sub_header img {
    width: 45.99vw;
  }
}

.list_archive.events {
  width: 1000px;
  margin: 70px auto;
}
.list_archive.events li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #FFF;
  padding: 30px;
  border: 1px solid #512f84;
  text-align: left;
}
.list_archive.events li:not(:last-of-type) {
  margin-bottom: 40px;
}
.list_archive.events li .thum {
  width: 45.74%;
}
.list_archive.events li .content {
  width: 51.06%;
}
.list_archive.events li .cat {
  font-size: 14px;
  background: #512f84;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  padding: 3px 15px;
  color: #FFF;
  margin-bottom: 20px;
}
.list_archive.events li .ttl01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
html:not(:lang(ja)) .list_archive.events li .ttl01,
html:not(:lang(ja)) .list_archive.events li .ttl01 * {
  word-break: break-all;
}
.list_archive.events li .txt01 {
  font-size: 16px;
  line-height: 1.81;
}

/* endregion */

/* single_body */
.single_body {
  margin: 65px 0 122px;
  background: #FFF;
  border: 2px solid #353338;
  padding: 70px 100px 78px;
}
.single_body .ttl01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  margin-bottom: 40px;
  text-align: left;
}
html:not(:lang(ja)) .single_body .ttl01 {
  word-break: break-all;
}
.single_body .thum {
  margin-bottom: 50px;
}
.single_body .tbl_products {
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.single_body .tbl_products th {
  color: #84631e;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 48px;
  vertical-align: top;
}
.single_body .tbl_products td {
  width: 100%;
}
.single_body .tbl_products tr:not(:last-of-type) > * {
  padding-bottom: 1.5em;
}

.header_single_body {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.header_single_body .cat {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  background: #512f84;
  padding: 8px 10px;
  color: #FFF;
  margin-right: 30px;
  letter-spacing: .05em;
}
.header_single_body .date {
  font-family: "EB Garamond", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: .05em;
  color: #84631e;
}

.single_body .wrap_content {
  text-align: left;
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 1.83;
  letter-spacing: .05em;
  font-weight: 500;
}
.single_body .wrap_content h3 {
  font-size: 22px;
  color: #512f84;
  font-weight: bold;
  padding: 0 23px 11px;
  border-bottom: 2px solid #512f84;
  margin: 50px 0 22px;
  position: relative;
}
.single_body .wrap_content h3::after {
  content: ''; 
  width: 28px;
  height: 27px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/common/icn_sec_howto_ttl02.svg) no-repeat left bottom / contain;
}
.single_body .wrap_content h4 {
  color: #512f84;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 20px;
  background: #eae7f1;
  margin-bottom: 23px;
  margin-top: 60px;
}
.single_body .wrap_content h5 {
  color: #512f84;
  font-size: 20px;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 30px;
  margin-top: 60px;
  border-bottom: 1px solid;
}
.single_body .wrap_content p {
  margin-bottom: 1em;
}
.single_body .wrap_content p:has(small) {
  line-height: 1.2;
}
.single_body .wrap_content a {
  color: #84631e;
  text-decoration: underline;
  font-weight: bold;
}
.single_body .wrap_content small {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.8;
}
.single_body .wrap_content strong {
  color: #9a2b1c;
  font-weight: 400;
}
.single_body .wrap_content ol,
.single_body .wrap_content ul {
  padding-left: 1.5em;
  font-size: 16px;
  margin: 1em 0;
}
.single_body .wrap_content ol > *:not(:last-of-type),
.single_body .wrap_content ul > *:not(:last-of-type) {
  margin-bottom: 1em;
}
.single_body .wrap_content ol {
  list-style: decimal;
}
.single_body .wrap_content ul {
  list-style: disc;
}
.single_body .wrap_content .img01,
.single_body .wrap_content *:not(.img01) img {
  margin-bottom: 50px;
}

.single_body .wrap_share {
  padding-top: 70px;
}
.single_body .list_share {
  font-size: 16px;
  margin-bottom: 0;
  align-items: center;
}
.single_body .list_share .ttl {
  margin-right: 24px;
}
.single_body .list_share > *:not(:last-of-type) {
  margin-right: 16px;
}

.sub_main.customer {
  padding-bottom: 304px;
}
.sub_main.customer .sub_header {
  padding: 65px 0 92px;
}
@media screen and (min-width: 1920px) {
  .sub_main.customer .sub_header {
    padding: 3.39vw 0 4.79vw;
  }
  .sub_main.customer .sub_header img {
    width: 66.77vw;
  }
}


.sub_main.cookie {
  padding-bottom: 306px;
}
.sub_main.cookie .sub_header {
  padding: 94px 0 106px;
}
@media screen and (min-width: 1920px) {
  .sub_main.cookie .sub_header {
    padding: 4.9vw 0 5.52vw;
  }
  .sub_main.cookie .sub_header img {
    width: 61.93vw;
  }
}

.sub_main.privacy {
  padding-bottom: 306px;
}
.sub_main.privacy .sub_header {
  padding: 95px 0 106px;
}

.sub_main.contact {
  padding-bottom: 306px;
}
.sub_main.contact .sub_header {
  padding: 97px 0 81px;
}
@media screen and (min-width: 1920px) {
  .sub_main.contact .sub_header {
    padding: 5.05vw 0 4.22vw;
  }
  .sub_main.contact .sub_header img {
    width: 54.95vw;
  }
}

.sub_main.contact .txt01 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 16px;
}
.sub_main.contact .txt02 {
  font-size: 14px;
  margin: 35px 0 60px;
}
.sub_main.contact .txt02 a:hover {
  text-decoration: none;
}
.tbl_contact {
  font-size: 16px;
  width: 100%;
}
.tbl_contact th {
  font-size: 18px;
  font-weight: bold;
  color: #512f84;
  vertical-align: top;
}
.tbl_contact tr > * {
  border-bottom: 1px solid #512f84;
  padding: 30px 0;
}
.tbl_contact .require {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #84631e;
  padding: 1px 10px;
  display: inline-block;
  margin-left: 18px;
}
.tbl_contact input[type="text"],
.tbl_contact input[type="email"],
.tbl_contact textarea {
  background: #eae7f1;
  padding: 13px 20px;
  line-height: 2.06;
  width: 100%;
  border-radius: 0;
}
.tbl_contact input[type="radio"] {
  accent-color: #512f84;
}
.tbl_contact .wpcf7-list-item {
  margin: 0;
}
.tbl_contact .wpcf7-list-item:not(:first-of-type) {
  margin-left: 40px;
}

.wrap_submit {
  text-align: center;
}
.wrap_submit input {
  background: #512f84;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin: auto;
  cursor: pointer;
  border-radius: 0;
}
.wrap_submit input:hover {
  background: #000;
}
.wrap_submit span {
  display: inline-block;
  position: relative;
}
.wrap_submit span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 14px;
  top: 27px;
  transform: rotate(-90deg);
  right: 20px;
  background: url(images/common/arrow01.svg) no-repeat center / contain;
  z-index: 1;
}



/* endregion */
/* endregion */

/* card gallery region
-------------------------------------------------------------- */
.sub_main.card_gallery {
  padding-bottom: 305px;  
}
.sub_main.card_gallery .sub_header {
  padding: 99px 0 96px;
}
@media screen and (min-width: 1920px) {
  .sub_main.card_gallery .sub_header {
    padding: 5.16vw 0 5vw;
  }
  .sub_main.card_gallery .sub_header img {
    width: 60.42vw;
  }
}

.list_card {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 60px 0 110px;
}
.list_card > * { 
  width: 18.5%; 
}
.list_card > *:nth-of-type(n + 6) { 
  margin-top: 36px;
}
.list_card > *:not(:nth-of-type(5n)) { 
  margin-right: 22px;
}
.list_card > *:last-of-type { 
  margin-right: 0;
}

.modal-card {
/*  display: none;*/
  position: fixed; 
  inset: 0; 
  z-index: 1000;
  justify-content: center;
  width: 100%;
  background-color: rgba(4, 4, 4, .85);
  overflow-y: scroll;
  overflow-x: clip;
  opacity: 0;
/*  transition: opacity .5s, visibility 0s linear .5s;*/
  display: flex; 
  visibility: hidden;
  pointer-events: none;
}
.modal-card.active { 
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity .5s;
}
.modal-card.active_next_prev { 
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: none !important;
}

.modal-content {
  background: #FFF;
  margin: 100px 0;
  position: relative;
  width: 1200px;
}

.modal-content .ttl01 {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 26px 30px 20px;
  background-image: -moz-linear-gradient( 0deg, rgb(53,51,56) 39%, rgb(81,47,132) 99%);
  background-image: -webkit-linear-gradient( 0deg, rgb(53,51,56) 39%, rgb(81,47,132) 99%);
  background-image: -ms-linear-gradient( 0deg, rgb(53,51,56) 39%, rgb(81,47,132) 99%);
  font-family: "Noto Serif JP", serif;
}
.modal-content .ttl01 span {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.modal-content .ttl02 {
  font-size: 20px;
  font-weight: bold;
  background: #eae7f1;
  color: #512f84;
  line-height: 1;
  padding: 10px;
  margin-bottom: 40px;
}
.modal-content table {
  width: 100%;
  text-align : left;
  font-size: 16px;
}
.modal-content tr > * {
  border-bottom: 1px solid #512f84;
  padding: 15px 0;
}
.modal-content tr:first-of-type > * {
  padding-top: 0;
}
.modal-content tr:last-of-type > * {
  border-bottom: 0;
}
.modal-content th {
  white-space: nowrap;
  color: #512f84;
  font-weight: bold;
  padding-right: 1em;
  vertical-align: top;
}
.modal-content th:first-of-type {
  padding-right: 40px;
}
.modal-content th:not(:first-of-type) {
  width: 3em;
}
.modal-content td {
  vertical-align: middle;
}
.modal-content td[colspan="3"] {
  width: 100%;
}
.modal-content td:not(:first-of-type) {
  width: 150px;
}
.modal-content td img:not(:last-of-type) {
  margin-right: 6px;
}
.modal-content td img:last-of-type {
  margin-right: 15px;
}
.modal-content table .icn {
  line-height: 38px;
}
.modal-content table .icn td {
  white-space: nowrap;
/*  width: 70%;*/
}
.modal-content table .icn td:nth-of-type(2) {
  width: 3em;
}
.modal-content tr.cols2 th {
  width: 20%;
}
.modal-content tr.cols2 td {
  width: 30%;
}

.modal-content .flex {
  display: flex;
  width: 100%;
  padding: 70px 100px;
  background: #FFF;
}
.modal-content .flex:not(:first-of-type) {
  padding-top: 0;
}
.modal-content .img01 { 
  width: 326px;
}
.modal-content .img01.reverse { 
  transform: rotate(180deg);
}
.modal-content .content {
  width: 605px; 
}

.modal-content button {
  background: none;
}
.modal-content .close {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-100%);
}
.modal-content .next,
.modal-content .prev {
  position: fixed;
  top: 50vh;
  cursor: pointer;
}
.modal-content .next {
  right: calc((100% - 1200px) / 2);
  transform: translate(50%, -50%);
}
.modal-content .prev {
  left: calc((100% - 1200px) / 2);
  transform: translate(-50%,  -50%) rotate(-180deg);
}

.error01 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5rem 0;
  color: #9a2b1c;
  text-align: center;
}


.form_search {
  margin-bottom: 80px;
}
.form_search:nth-of-type(1) {
  margin-top: 60px;
}
.form_search.sec_howto:not(:first-of-type) {
  margin-top: 0;
}
.form_search .body {
  font-size: 16px;
}
.form_search .body span {
  font-size: 17px;
  color: #512f84;
  font-weight: bold;
  margin-right: 1em;
  vertical-align: middle;
}
.form_search .body .endash {
  font-size: 20px;
  font-weight: bold;
  margin: 0 1em;
}
.form_search.sec_howto .ttl01 {
  text-align: center;
}
.form_search.sec_howto .ttl01::before {
  display: none;
}

.form_search input[type="text"],
.form_search select {
  border: 1px solid #512f84;
  background: #FFF;
  padding: 0.54rem 1.25rem;
}
.form_search input[type="checkbox"],
.form_search input[type="radio"] {
  accent-color: #512f84;
  margin-right: 10px;
  vertical-align: middle;
}
.form_search input.w100 {
  width: 100%;
}
.form_search label {
  margin-right: 1.1em;
  vertical-align: middle;
}
.form_search div {
  text-align: left;
  margin-bottom: 1em;
}
.form_search .block01 {
  display: inline-block;
  margin-bottom: 0;
}
.form_search input[type="submit"] {
  background: #512f84 url(images/card_gallery/icn_search.webp) no-repeat center right 20px;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  cursor: pointer;
  border-radius: 0;
}
.form_search .separate {
  margin-right: 60px;
}

.header_result {
  display: flex;
  align-items: center;
}
.header_result .btn01 {
  background: #512f84 url(images/card_gallery/icn_reset.webp) no-repeat center left 20px;
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  height: 64px;
  cursor: pointer;
  border-radius: 0;
  margin-right: 30px;
  padding-right: 30px;
}
.header_result .result_count {
  font-weight: 600;
  font-size: 27px;
  color: #512f84;
}

/* endregion */

/* footer region
-------------------------------------------------------------- */
footer {
  background: url(images/common/bg_footer.webp) no-repeat center top / cover;
  padding: 63px 0 50px;
  position: relative;
  z-index: 100;
}
footer::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: -moz-linear-gradient( 0deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -webkit-linear-gradient( 0deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
  background-image: -ms-linear-gradient( 0deg, rgb(151,115,39) 27%, rgb(205,171,72) 99%);
}
.footer_content {
  width: fit-content;
  margin: auto;
  color: #fbf8f3;
}
.footer_content .logo {
  margin-bottom: 45px;
}
.list_fnavi {
  display: flex;
  justify-content: center;
  font-family: "EB Garamond", serif;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 70px;
  letter-spacing: .04em;
}
.list_fnavi > *:not(:last-of-type) {
  margin-right: 1em;
}
.list_fnavi > *:not(:last-of-type)::after {
  content: '／';
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
}
.list_fnavi a.current,
.list_fnavi a:hover {
  color: #eec776;
}
.list_sns_f {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list_sns_f > *:not(:last-of-type) {
  margin-right: 20px;
}
.list_sns_f a {
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  background: #391d5d;
}
.list_share {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  margin-bottom: 80px;
}
.list_share > *:not(:last-of-type) {
  margin-right: 20px;
}
.list_share .ttl {
  margin-right: 29px;
}

.list_fnavi2 {
  display: flex;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
}
.list_fnavi2 > *:not(:last-of-type)::after {
  content: '｜';
}
.copyright {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: right;
}

.img_cloud01 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-491px);
  z-index: 10;
}
.img_cloud02 {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(187px);
  z-index: 10;
}

.pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

/* endregion */

/* other region
-------------------------------------------------------------- */

.sub_main.other {
  padding-bottom: 400px;
}
.sub_main.other .sub_header {
  padding: 50px 0 80px;
}
.sub_main.other .ttl01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 100px;
  color: #FFF;
}
/* endregion */

/* 1920px 以上のとき region
-------------------------------------------------------------- */
@media screen and (min-width: 1920px) {
  .slider,
  .purple,
  .sec01 .bg01,
  .sec_topics,
  .bg_sec_02,
  .world .sec01,
  .world .sec02,
  .world .sec03,
  html:not(:lang(ja)) .world .sec03,
  .bg_sub_main
  {
    background-size: 100% auto;
  }
  .sec_movie .bg_line {
    width: 100vw;
  }
}

/* endregion */

/* ENGLISH region
-------------------------------------------------------------- */
html:not(:lang(ja)) 
{}
html:not(:lang(ja)) .purple {
  background-image: url(images/top/en/bg_purple.webp);
  padding-bottom: 69px;
}
html:not(:lang(ja)) .purple .ttl01 {
  margin: -29px auto -7px;
/*  margin: 2px auto -9px;*/
}
html:not(:lang(ja)) .purple .img03 {
  top: 477px;
}
html:not(:lang(ja)) .sec01 .bg01 {
  margin-top: -158px;
}
html:not(:lang(ja)) .sec01 .copy .img01 {
  margin: -28px 0 4px;
}
html:not(:lang(ja)) .special .img02 {
  margin: 55px 27px 28px auto;
}
html:not(:lang(ja)) .special .txt01 {
  margin-right: -10px;
  font-family: inherit;
}
@media screen and (min-width: 1920px) {
  html:not(:lang(ja)) .purple .ttl01 img {
    width: 38.96vw;
/*    width: 49.9vw;*/
  }
  html:not(:lang(ja)) .purple .txt01 img {
    width: 44.79vw;
/*    width: 44.58vw;*/
  }
  html:not(:lang(ja)) .purple {
    padding-bottom: 3.59vw;
  }
  html:not(:lang(ja)) .purple .ttl01 {
    margin: -1.51vw 0 -.36vw;
  }
  html:not(:lang(ja)) .purple .img03 {
    top: 24.84vw;
  }
  html:not(:lang(ja)) .sec01 .bg01 {
    margin-top: -8.23vw;
  }
  html:not(:lang(ja)) .list_sns a {
    padding-top: 75px;
    font-weight: 600;
  }
  html:not(:lang(ja)) .list_sns a .btn_common02 {
    background-image: url(images/common/en/btn_common02.webp);
    margin-top: 38px;
    width: 314px;
  }
  
  
}


/* endregion */

/* for SP region
-------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
/* common region */
  .pc { display: none; }
  .sp { display: block; }
  
  html {
    width: auto;
    font-size: 2.54vw; /*26px*/
  }
  .container {
    width: 90.23vw;
  }
  .container_single,
  .bg_sub_main .container {
    width: 92.19%;
  }
  .btn_common01 {
    width: 71vw;
    height: 13.09vw;
    font-size: 1.69rem;
  }
  
/* endregion */
  
/* header region */
  header .logo {
    width: 28.71vw;
    margin: 3.91vw;
  }
  .header_content {
    width: 82.03vw;
  }
  .header_content .wrap_navi {
    padding-top: 18.55vw;
  }
  .header_content:not(.close)::before {
    height: 0.49vw;
  }
  .header_content:not(.close)::after {
    width: .49vw;
  }
  .btn_lang {
    top: 3.91vw;
    right: 24.71vw;
  }
  .btn_lang a {
    width: 8.5vw;
    height: 6.81vw;
    border-width: 0.2vw;
  }
  .btn_lang a::before {
    font-size: 1.14rem !important;
  }
  .btn_hamburger {
    width: 14.75vw;
    top: 3.91vw;
    right: 3.91vw;
  }
  .g_navi {
    font-size: 1.85rem;
    margin: 0 auto 14.65vw 17.19vw;
  }
  .g_navi > *:not(:last-of-type) {
    margin-bottom: 8.98vw;
  }
  .g_navi a.current::after {
    width: 4.79vw;
    left: -8.89vw;
  }
  .list_sns_h {
    padding: 8.3vw 8.3vw 10.25vw;
  }
  .list_sns_h a {
    width: 31.25vw;
    height: 8.01vw;
    border-width: 0.2vw;
  }
  .list_sns_h li:nth-of-type(1) img {
    width: 23.93vw;
  }
  .list_sns_h li:nth-of-type(2) img {
    width: 15.43vw;
  }
  
/* endregion */
  
/* top region */
  .slider {
    background-image: url(images/top/sp/bg_slider.webp);
    background-size: 100% auto;
    padding: 22.46vw 0 16.89vw;
  }
  .slider .swiper {
    width: 87.89vw;
  }
  .slider .swiper .swiper-slide a{
    width:100% !important;
  }
  .swiper .swiper-slide img {
      width:100% !important;
}
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    width: 9.96vw;
  }
  .slider .swiper-button-next {
    right: 5.18vw !important;
  }
  .slider .swiper-button-prev {
    left: 5.18vw !important;
  }
  .slider .swiper-pagination {
    margin: 5.37vw 0 11.43vw;
  }
  .slider .swiper-pagination-bullet {
    width: 2.34vw;
    height: 2.93vw;
    margin: 0 1.07vw !important;
  }
  .slider .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 2.15vw;
  }
  
  .purple {
    margin-top: -16.89vw;
    background-image: url(images/top/sp/bg_purple.webp);
    background-size: 100% auto;
    padding: 5.96vw 0 14.26vw;
  }
  html:not(:lang(ja)) .purple {
    background-image: url(images/top/sp/en/bg_purple.webp);
    padding-bottom: 14.75vw;
  }

  .purple .logo {
    width: 70.21vw;
/*    width: 63.48vw;*/
    margin: 0 auto;
  }
  .purple .ttl01 {
    width: 87.7vw;
    margin: -1.46vw auto 1.95vw;
  }
  html:not(:lang(ja)) .purple .ttl01 {
    width: 80.86vw;
    margin: 0vw auto -.39vw;
/*
    width: 96.97vw;
    margin: 2.73vw auto 1.17vw;
*/
  }
  
  .purple .txt01 {
    width: 64.06vw;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  html:not(:lang(ja)) .purple .txt01 {
    width: 93.65vw;
/*    width: 93.36vw;*/
  }
  .purple .img01 {
    width: 30.18vw;
    left: -10.25vw;
    top: 22.36vw;
    transform: none;
  }
  .purple .img02 {
    transform: none;
    width: 39.45vw;
    top: -14.75vw;
    left: 64.75vw;
  }
  .purple .img03 {
    transform: none;
    width: 27.44vw;
    top: 52.93vw;
    left: 75.68vw;
  }
  html:not(:lang(ja)) .purple .img03 {
    top: 52.93vw;
  }

  
  .sec01 .bg01 {
    background-image: url(images/top/sp/bg_sec_01.webp);
    background-size: 100% auto;
    margin-top: -18.65vw;
    padding: 1px 0 45.31vw;
  }
  html:not(:lang(ja)) .sec01 .bg01 {
    margin-top: -18.65vw;
    padding-bottom: 22.56vw;
    background-size: auto 100%;
  }

  .sec01 .character {
    margin-top: -6.6vw;
    position: relative;
    z-index: 10;
  }
  html:not(:lang(ja)) .sec01 .character {
    margin-top: -9.28vw;
  }
  .sec01 .copy .img01 {
    margin: 1.07vw auto 10.35vw;
    width: 91.21vw;
  }
  html:not(:lang(ja)) .sec01 .copy .img01 {
    margin: 3.22vw auto 20.8vw;
    width: 90.04vw;
  }
  .special .flex {
    flex-direction: column-reverse;
  }
  .special .flex > * {
    width: 100%;
  }
  .special .flex .content {
    align-items: center;
  }
  .special .img04,
  html:not(:lang(ja)) .special .img04 {
    max-width: none;
    width: 119.73vw;
    margin: 0 0 4.1vw 3.71vw;
  }
  .special .img02 {
    width: 92.48vw;
    margin: 0 auto 7.91vw;
  }
  html:not(:lang(ja)) .special .img02 {
    width: 87.3vw;
    margin: .39vw auto 6.41vw 8.2vw;
  }
  .special .txt01 {
    font-size: 1.39rem;
    line-height: 1.88;
    font-weight: 600;
  }
  .special .btn_common01 {
    margin: 7.13vw auto 0;
  }
  html:not(:lang(ja)) .special .btn_common01 {
    margin: 8.36vw auto 0;
  }
  
  .sec_topics {
    margin-top: -26.46vw;
    background-image: url(images/top/sp/bg_topics.webp);
    background-size: cover;
    padding: 11.13vw 0 103.71vw;
  }
  html:not(:lang(ja)) .sec_topics {
    margin-top: -3.71vw;
  }
  .sec_topics .ttl01 {
    margin-bottom: 11.13vw;
  }
  .list_categories {
    font-size: 1.12rem;
    margin: 11.13vw 0 7.23vw;
  }
  .list_categories li {
    margin: 0 1.17vw !important;
  }
  .list_categories a {
    line-height: 1;
    padding: 2.15vw 3.71vw;
    border-width: 0.29vw;
    margin-bottom: 2.25vw;
  }
  
  .list_topics {
    width: 97.88%;
    justify-content: space-between;
    margin: 0 auto 10.35vw;
  }
  .home .list_topics {
    width: 100%;
  }
  .list_topics > * {
    width: 43.65vw;
    margin-right: 2.93vw !important;
  }
  .home .list_topics > *:nth-of-type(n + 5) {
    display: none;
  }
  .list_topics > *:nth-of-type(n + 3) {
    margin-top: 2.64vw;
  }
  .list_topics > *:nth-of-type(4n),
  .list_topics > *:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .list_topics .content {
    padding: 3.91vw 3.42vw 3.32vw;
  }
  .list_topics .content .ttl02 {
    margin-bottom: 5.37vw;
  }
  .list_topics .content .flex {
    align-items: center;
  }
  .list_topics .date {
    font-size: 1rem;
    line-height: 1;
  }
  .list_topics .cat {
    font-size: 0.92rem;
    line-height: 1.69;
    padding: 0.29vw 2.34vw;
  }
  
  .bg_sec_02 {
    background: url(images/top/sp/bg_sec_02.webp) no-repeat center top / cover;
  }
  .sec_movie {
    padding: 0;
    margin-top: -60.25vw;
  }
  .sec_movie .bg_line {
    max-width: 100%;
    top: -39.26vw;
  }
  .sec_movie .ttl01 {
    text-align: left;
  }
  .sec_movie .ttl01 img {
    width: 54.3vw;
    margin: 0 0 3.52vw 4vw;
  }
  .sec_movie .ring01 {
    width: 80.27vw;
    left: -10.35vw;
    top: -32.42vw;
    transform: none;
  }
  .sec_movie .modal {
    margin-bottom: 7.81vw;
  }
  .sec_movie .modal .btn_movie {
    width: 13.96vw;
  }
  .sec_movie .modal .bg {
    margin-left: .98vw;
  }
  .sec_movie .txt01 {
/*    width: 86.23vw;*/
    width: 100%;
    padding: 0 0 3.81vw;
    font-size: 1.08rem;
    line-height: 1.32;
    font-weight: 600;
  }
  
  .sec_sns {
    background: none;
    padding: 29.69vw 0 33.4vw;
  }
  .sec_sns .ttl01 {
    width: 84.38%;
    margin: 0 auto 3.71vw;
    text-align: right;
  }
  .sec_sns .ttl01 img {
    width: 71.78vw;
  }
  .sec_sns .img_cat {
    width: 69.63vw;
    top: 7.03vw;
    left: -15.63vw;
    transform: none;
  }
  .list_sns {
    width: 100%;
  }
  .list_sns > * {
    width: 84.38vw;
    height: 39.06vw;
    margin: 0;
    padding: 0;
  }
  .list_sns a {
    padding-top: 0;
  }
  .list_sns > *:not(:last-of-type) {
    margin-bottom: 4.39vw;
  }
  .list_sns .txt01 {
    font-size: 1.17rem;
    margin: 2.15vw 0 4.88vw;
  }
  .list_sns .x {
    background-image: url(images/top/sp/bg_x.webp);
    background-size: cover;
  }
  .list_sns .x img {
    width: 55.37vw;
    margin-top: 6.54vw;
  }
  html:not(:lang(ja)) .list_sns .x img {
    width: 55.37vw;
    margin: 9.18vw auto 5.27vw;
  }
  .list_sns .youtube {
    background-image: url(images/top/sp/bg_youtube.webp);
    background-size: cover;
  }
  .list_sns .youtube img {
    width: 39.94vw;
    margin-top: 6.84vw;
  }
  html:not(:lang(ja)) .list_sns .youtube img {
    width: 39.94vw;
    margin: 9.18vw auto 5.27vw;
  }
  .list_sns .btn_common02 {
    width: 51.66vw;
    height: 9.57vw;
    font-size: 1.37rem;
  }
  
/* endregion */
  
/* post region */
  .topics .sub_header {
    padding: 22.75vw 0 10.74vw;
  }
  .topics .list_categories {
    margin: 7.81vw 0 8.79vw;
  }
  
  .header_single_body {
    margin-bottom: 3.91vw;
  }
  .header_single_body .cat {
    font-size: 1rem;
    padding: 1.56vw 2.44vw;
    margin-right: 3.22vw;
  }
  .header_single_body .date {
    font-size: 1.35rem;
  }
  
  .single_body {
    margin: 7.81vw 0 14.65vw;
    padding: 7.81vw 5.86vw 10.16vw;
    border-width: 0.2vw;
  }
  .single_body .wrap_content {
    font-size: 1.08rem;
    line-height: 1.96;
  }
  .single_body .wrap_content h3 {
    font-size: 1.19rem;
    margin: 2em 0 3.57vw;
    padding: 0 3.22vw .72vw;
    border-width: 0.29vw;
  }
  html:not(:lang(ja)) .single_body .wrap_content h3 {
    font-weight: 700;
  }
  .single_body .wrap_content h3::after {
    width: 3.71vw;
    height: 3.61vw;
  }
  .single_body .wrap_content h3:not(:first-of-type) {
    margin-top: 6.93vw;
  }
  .single_body .wrap_content ol, .single_body .wrap_content ul {
    font-size: 1.08rem;
  }
  .single_body .wrap_content p:has(small) {
    line-height: 1.8;
  }
  .single_body .wrap_content small {
    font-size: 0.96rem;
    line-height: 1.7;
  }
  .single_body .wrap_content h4 {
    font-size: 1.15rem;
    padding: 0.68vw 2.93vw;
    margin: 6.35vw 0 3.24vw;
  }
  html:not(:lang(ja)) .single_body .wrap_content h4 {
    font-weight: 700;
  }
  .single_body .wrap_content h5 {
    font-size: 1.15rem;
    padding: 1.07vw 0;
    margin: 6.35vw 0 4.88vw;
  }
  html:not(:lang(ja)) .single_body .wrap_content h5 {
    font-weight: 700;
  }
  .single_body .wrap_content .img01, .single_body .wrap_content *:not(.img01) img {
    margin-bottom: 4.88vw;
  }
  .single_body .wrap_content .img01 > * {
    width: 87.86%;
    margin: 0 auto 4.88vw;
  }
  .single_body .wrap_content iframe {
    width: 87.86%;
    height: 39.94vw;
    margin: 0 auto 4.88vw;
  }
  .single_body .wrap_share {
    padding-top: 9.77vw;
  }
  .single_body .wrap_share .list_share {
    justify-content: flex-end;
  }

  .single_body .ttl01 {
    font-size: 1.23rem;
    margin-bottom: 4.39vw;
  }
  .single_body .thum {
    margin-bottom: 6.35vw;
  }
  
  .products .sub_header {
    padding: 25.1vw 0 10.55vw;  
  }
  .products .list_archive {
    margin: 7.81vw auto 9.77vw;
    width: 97.88%;
  }
  .products .list_archive > * {
    width: 43.65vw;
    margin-right: 2.93vw !important;
  }
  .products .list_archive > *:nth-of-type(n + 3),
  .products .list_archive > *:nth-of-type(n + 4) {
    margin-top: 2.93vw;
  }
  .products .list_archive > *:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .products .list_archive .content {
    padding: 3.91vw 3.32vw 4.39vw;
  }
  .products .list_archive .content .ttl01 {
    font-size: 1rem;
    margin-bottom: 2.44vw;
    padding-bottom: 3.91vw;
    line-height: 1.62;
  }
  .products .list_archive .content .tbl_products {
    font-size: 1rem;
  }
  .products .list_archive .content .tbl_products * {
    display: block;
  }
  .products .list_archive .content .tbl_products th {
    padding: 0;
  }
  .products .list_archive .content .tbl_products td {
    padding: 0;
  }
  .products .list_archive .content .tbl_products tr:not(:first-of-type) {
    margin-top: 2.64vw;
  }
  .single_body .tbl_products {
    font-size: 1.15rem;
    font-weight: 500;
  }
  .single_body .tbl_products * {
    display: block;
  }
  .single_body .tbl_products th {
    padding: 0;
  }
  .single_body .tbl_products td {
    padding: 0;
  }
  .single_body .tbl_products tr:not(:last-of-type) > * {
    padding-bottom: 0;
  }
  .single_body .tbl_products tr:not(:last-of-type) td {
    padding-bottom: 4.88vw;
  }

  
  .sub_main.events {
    padding-bottom: 36.82vw;
  }
  .events .sub_header {
    padding: 23.44vw 0 10.74vw;
  }
  .events .list_categories {
    margin: 7.81vw 0 9.28vw;
  }
  .list_archive.events {
    width: 100%;
    margin: 0 0 9.77vw;
  }
  .list_archive.events li {
    padding: 4.88vw 4.88vw 6.35vw;
    flex-wrap: wrap;
  }
  .list_archive.events li .thum,
  .list_archive.events li .content {
    width: 100%;
  }
  .list_archive.events li .thum {
    margin-bottom: 4.88vw;
  }
  .list_archive.events li .cat {
    font-size: 1rem;
    padding: 0.59vw 2.93vw;
    margin-bottom: 3.42vw;
  }
  .list_archive.events li .ttl01 {
    font-size: 1.23rem;
    margin-bottom: 2.93vw;
  }
  .list_archive.events li .txt01 {
    font-size: 1.08rem;
    line-height: 1.96;
  }
  .list_archive.events li:not(:last-of-type) {
    margin-bottom: 5.86vw;
  }
  
  
  .pagenation {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14.65vw;
    align-items: center;
  }
  .pagenation > *:not(.prevpage):not(.nextpage) > a,
  .pagenation > *:not(.prevpage):not(.nextpage) > span {
    width: 8.59vw;
    height: 8.59vw;
    border-width: 0.29vw;
  }
  .pagenation > *:not(:last-of-type) {
    margin-right: 2.93vw;
  }
  .pagenation .nextpage a,
  .pagenation .prevpage a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagenation .nextpage {
    margin-left: 2.44vw;
  }
  .pagenation .prevpage {
    margin-right: 4.88vw;
  }
  .pagenation .prevpage img, .pagenation .nextpage img {
    width: 6.45vw;
  }
  
/* endregion */
  
/* sub region */
  .sub_header {
    background-image: url(images/common/sp/bg_sub_header.webp);
    overflow-x: clip;
  }
  .sub_header::before {
    width: 39.45vw;
    height: 32.13vw;
    top: 21.88vw;
    transform: none;
    left: 64.75vw;
  }
  .sub_header::after {
    width: 30.18vw;
    height: 25.98vw;
    top: 41.41vw;
    left: -6.84vw;
    transform: none;
  }
  
  .bg_sub_main {
    background: url(images/common/sp/bg_sub_main_top.webp) no-repeat center top 50.98vw / 100% auto, url(images/common/sp/bg_sub_main_bottom.webp) no-repeat center bottom -0.78vw / 100% auto, url(images/common/sp/bg_sub_main.webp) repeat-y center top;
    padding-bottom: 36.82vw;
  }
  .breadcrumb {
    margin-top: 12.3vw;
    font-size: 0.96rem;
    font-weight: 700;
  }
  .breadcrumb li:not(:last-child)::after {
    width: 4.1vw;
  }
  
  .sub_main.cookie {
    padding-bottom: 36.82vw;
  }
  .sub_main.cookie .sub_header {
    padding: 24.51vw 0 13.28vw;
  }
  
  .sub_main.customer {
    padding-bottom: 36.82vw;
  }
  .sub_main.customer .sub_header {
    padding: 24.22vw 0 11.72vw;
  }
  
/* endregion  */
  
/* world region */
  .world .sec01 .content,
  .world .sec02 .content,
  .world .sec02 .content .txt01,
  .world .box_chara .txt01, .world .box_chara .txt02
  {
    width: 100%;
    transform: none;
  }
  .world .sub_header {
    padding: 23.54vw 0 10.55vw;
  }

  .world .sec01 {
    margin-top: -25.39vw;
    padding-top: 22.66vw;
  }
  .world .sec01 .content {
    background-image: url(images/world/sp/bg_sec01_txt01.webp);
    background-size: 100% auto;
    padding: 10.06vw 4.88vw 20.41vw;
  }
  html:not(:lang(ja)) .world .sec01 .content {
    background-image: url(images/world/sp/en/bg_sec01_txt01.webp);
    padding: 9.86vw 2.64vw 26.37vw 4.88vw;
  }
  .world .sec01 .ttl01 {
    width: 90.63vw;
    margin: 0 auto 6.1vw;
  }
  html:not(:lang(ja)) .world .sec01 .ttl01 {
    width: 92.97vw;
    margin: 0 auto 6.74vw;
  }
  .world .sec01 .txt01 {
    font-size: 1.15rem;
    line-height: 2.17;
    margin-bottom: 1.6em;
  }
  html:not(:lang(ja)) .world .sec01 .txt01 {
    margin-bottom: 1em;
    line-height: 1.95;
  }
  .world .sec01 .txt01 strong {
    font-size: 1.77rem;
    line-height: 1.43;
  }
  html:not(:lang(ja)) .world .sec01 .txt01 strong {
    font-size: 1.58rem;
    line-height: 1.59;
  }
  
  .world .sec02 {
    background: url(images/world/sp/bg_sec02.webp) no-repeat top -17.4vw center / 100% auto;
    padding: 14.65vw 0 42.09vw;
  }
  html:not(:lang(ja)) .world .sec02 {
    background-image: url(images/world/sp/en/bg_sec02.webp);
  }
  .world .sec02 .content {
    width: 90.23%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8.59vw 6.84vw 6.84vw;
    background-image: url(images/world/sp/bg_sec02_content.webp);
    background-size: contain;
  }
  html:not(:lang(ja)) .world .sec02 .content {
    padding: 8.59vw 6.84vw 6.84vw;
    background-image: url(images/world/sp/en/bg_sec02_content.webp);
    height: auto;
/*    height: 151.17vw;*/
  }
  .world .sec02 .content .ttl01 {
    font-size: 4.59vw;
    line-height: 1;
    margin-bottom:  5.81vw;
    display: flex;
    align-items: flex-end;
  }
  .world .sec02 .content .ttl01 ruby {
    font-size: 7.32vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .world .sec02 .content .ttl01 rt {
    font-size: 2.25vw;
    padding: 0 1.2em .1em;
  }
  html:not(:lang(ja)) .world .sec02 .content .ttl01 ruby {
    font-size: 2.88rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    letter-spacing: 0;
    font-weight: 900;
  }
  html:not(:lang(ja)) .world .sec02 .content .ttl01 rt {
    font-size: 1.81rem;
    padding: 0 .5em 0 0;
    font-weight: 900;
  }
  .world .sec02 .content .txt01, 
  .world .sec02 .content .txt01 strong ,
  .world .sec02 .content .txt01 strong small {
    font-size: 1.12rem;
    line-height: 1.72;
  }
  html:not(:lang(ja)) .world .sec02 .content .txt01 {
    font-size: 1.12rem;
    letter-spacing: .05em;
    font-weight: 900;
    width: 100%;
  }
  html:not(:lang(ja)) .world .sec02 .content .txt01 strong ,
  html:not(:lang(ja)) .world .sec02 .content .txt01 strong small {
    font-size: 1.31rem;
    line-height: 1.47;
    color: inherit;
  }
  .world .sec02 .content .txt01 p:not(:last-of-type) {
    margin-bottom: 1.6em;
  }
  .world .sec02 .img_cloud01 {
    width: 34.18vw;
    top: -6.54vw;
    left: 58.2vw;
    transform: none;
  }
  .world .sec02 .img_cloud02 {
    width: 26.46vw;
    height: 23.24vw;
    top: 106.25vw;
    left: 1.56vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .sec02 .img_cloud02 {
    top: 156.45vw;
  }
  
  .world .sec03 {
/*    margin-top: -35.06vw;*/
    margin-top: -43.46vw;
    background: 
      url(images/world/sp/bg_sec03.webp) no-repeat center top / auto 100%,
      url(images/world/sp/bg_sec03_bottom.webp) no-repeat center bottom / 100% auto;
    padding: 17.87vw 0 42.58vw;
    overflow-x: clip;
  }
  html:not(:lang(ja)) .world .sec03 {
    background: 
      url(images/world/sp/en/bg_sec03.webp) no-repeat center top / auto 100%,
      url(images/world/sp/bg_sec03_bottom.webp) no-repeat center bottom / 100% auto;
    padding-bottom: 41.41vw;
  }
  .world .box_chara .ttl01 {
    width: 90.23vw;
    margin: 0 auto;
  }
  .world .box_chara .txt01, .world .box_chara .txt02 {
    padding: 9.28vw 6.84vw;
    font-size: 1.08rem;
    line-height: 1.96;
    width: 90.23vw;
    margin: auto;
    z-index: 17;
  }
  html:not(:lang(ja)) .world .box_chara .txt01,
  html:not(:lang(ja)) .world .box_chara .txt02 {
    padding: 8.69vw 6.74vw;
    line-height: 1.84;
    font-weight: 400;
    font-size: 1.05rem;
  }
  .world .box_chara .txt01 .ttl02, .world .box_chara .txt02 .ttl03 {
    left: 6.54vw;
    top: -7.03vw;
  }
  .world .box_chara .txt01 .ttl02 img , .world .box_chara .txt02 .ttl03 img {
    height: 11.43vw;
    width: auto;
  }
  html:not(:lang(ja)) .world .box_chara .txt01 .ttl02 img ,
  html:not(:lang(ja)) .world .box_chara .txt02 .ttl03 img {
    height: 8.79vw;
  }
  .world .box_chara .img_ryuka {
    width: 15.04vw;
    transform: none;
    margin: auto;
    position: relative;
    z-index: 17;
  }
  html:not(:lang(ja)) .world .box_chara .img_ryuka {
    width: 34.18vw;
  }
  
  .world .chara01 {
    padding-bottom: 11.72vw;
  }
  html:not(:lang(ja)) .world .chara01 {
    padding-bottom: 11.62vw;
  }
  .world .chara01 .txt01 {
    margin: 96.78vw auto 2.93vw;
    background-image: url(images/world/sp/bg_chara01_01.webp);
  }
  .world .chara01 .txt02 {
    margin: 85.25vw auto 0;
    background-image: url(images/world/sp/bg_chara01_02.webp);
  }
  
  html:not(:lang(ja)) .world .chara01 .txt01 {
    background-image: url(images/world/sp/en/bg_chara01_01.webp);
    height: 89.94vw;
  }
  html:not(:lang(ja)) .world .chara01 .txt02 {
    background-image: url(images/world/sp/en/bg_chara01_02.webp);
    height: 41.11vw;
  }
  
  .world .chara01 .img_copy {
    width: 12.3vw;
    top: 16.8vw;
    left: 4.88vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .chara01 .img_copy {
    top: 20.8vw;
  }
  .world .chara01 .img_chara_before {
    width: 81.35vw;
    top: 13.96vw;
    left: 12.7vw;
    transform: none;
  }
  .world .chara01 .img_chara_after {
    width: 96.78vw;
    top: 195.21vw;
    left: 2.44vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .chara01 .img_chara_after {
    top: 215.23vw;
  }
  
  .world .chara02 {
    padding-bottom: 8.4vw;
  }
  html:not(:lang(ja)) .world .chara02 {
    padding-bottom: 8.5vw;
  }
  .world .chara02 .txt01 {
    margin: 100.2vw auto 2.93vw;
    background-image: url(images/world/sp/bg_chara02_01.webp);
  }
  .world .chara02 .txt02 {
    margin: 101.86vw auto 0;
    background-image: url(images/world/sp/bg_chara02_02.webp);
  }
  html:not(:lang(ja)) .world .chara02 .txt01 {
    background-image: url(images/world/sp/en/bg_chara02_01.webp);
    height: 59.18vw;
  }
  html:not(:lang(ja)) .world .chara02 .txt02 {
    background-image: url(images/world/sp/en/bg_chara02_02.webp);
    height: 60.64vw;
  }
  .world .chara02 .img_copy {
    width: 12.6vw;
    top: 19.04vw;
    left: 4.88vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .chara02 .img_copy {
    top: 19.14vw;
  }
  .world .chara02 .img_chara_before {
    max-width: none;
    width: 111.23vw;
    top: 16.31vw;
    left: -7.81vw;
    transform: none;
  }
  .world .chara02 .img_chara_after {
    max-width: none;
    width: 115.33vw;
    top: 176.46vw;
    left: -16.41vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .chara02 .img_chara_after {
    top: 197.85vw;
  }
  
  .world .chara03 {
    padding-bottom: 0;
  }
  .world .chara03 .txt01 {
    margin: 104.3vw auto 2.93vw;
    background-image: url(images/world/sp/bg_chara03_01.webp);
  }
  .world .chara03 .txt02 {
    margin: 79.39vw auto 0;
    background-image: url(images/world/sp/bg_chara03_02.webp);
  }
  html:not(:lang(ja)) .world .chara03 .txt01 {
    background-image: url(images/world/sp/en/bg_chara03_01.webp);
    height: 65.43vw;
  }
  html:not(:lang(ja)) .world .chara03 .txt02 {
    background-image: url(images/world/sp/en/bg_chara03_02.webp);
    height: 50.88vw;
  }
  .world .chara03 .img_copy {
    width: 12.5vw;
    top: 22.85vw;
    left: 4.88vw;
    transform: none;
  }
  .world .chara03 .img_chara_before {
    width: 66.21vw;
    top: 18.95vw;
    left: 16.8vw;
    transform: none;
  }
  .world .chara03 .img_chara_after {
    max-width: none;
    width: 133.89vw;
    top: 195.31vw;
    left: -9.47vw;
    transform: none;
  }
  html:not(:lang(ja)) .world .chara03 .img_chara_after {
    top: 201.56vw;
  }


  
/* endregion */
  
/* how to region */
  .howto {
    padding-bottom: 36.82vw;
  }
  .howto .sub_header {
    padding: 26.76vw 0 10.55vw;
  }
  .nav_howto ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 7.81vw 0 4.2vw;
  }
  .nav_howto li:nth-of-type(n + 3) {
    margin-top: 2.15vw;
  }
  .nav_howto li:not(:last-of-type) {
    margin-right: 0;
  }
  .nav_howto li {
    width: 44.63vw;
  }
  .nav_howto a {
    width: 44.63vw;
    height: 9.28vw;
    font-size: 1.08rem;
  }
  html:not(:lang(ja)) .nav_howto a {
    font-size: 1.08rem;
  }
  .nav_howto a::after {
    width: 2.05vw;
    height: 1.76vw;
    right: 2.93vw;
  }
  
  .wrap_sec_howto {
    margin-bottom: 14.65vw;
  }
  .sec_howto .ttl01 {
    padding: 4.59vw 10.74vw;
    font-size: 1.35rem;
  }
  .sec_howto .ttl01::before {
    width: 3.61vw;
    height: 4.1vw;
    left: 4.88vw;
  }
  .sec_howto .body {
    padding: 6.84vw 5.86vw 13.67vw;
    font-size: 1.08rem;
    font-weight: 500;
    border-width: 0.2vw;
  }
  .sec_howto .ttl02 {
    font-size: 1.19rem;
    padding: 0 3.22vw 1.95vw;
    margin-bottom: 4.88vw;
    border-width: .2vw;
  }
  .sec_howto .ttl02::after {
    width: 3.71vw;
    height: 3.61vw;
  }
  .sec_howto {
/*    margin-bottom: 10.74vw;*/
  }
  .sec_howto:not(:first-of-type) {
    margin-top: 11.72vw;
  }
  .sec_howto .cols3 > * {
    width: 100%;
  }
  .sec_howto .cols3 > *:not(:last-of-type) {
    margin-bottom: 9.77vw;
  }
  .sec_howto .cols3 .ttl03, 
  .sec_howto .cols3 img {
    width: 65.53%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_howto .ttl03 {
    text-align: left;
    font-size: 1.15rem;
    padding: 0.98vw 3.42vw;
    margin-bottom: 3.91vw;
  }
  .ttl03.t_center {
    text-align: center;
  }
  
  .sec_howto .mb20 {
    margin-bottom: 3.91vw;
  }
  .sec_howto .tips {
    margin-bottom: 0;
  }
  .sec_howto .mb30 {
    margin-bottom: 5.88vw;
  }
  .sec_howto .mb40 {
    margin-bottom: 7.84vw;
  }
  .sec_howto .mb50 {
    margin-bottom: 9.8vw;
  }
  
  .sec_howto .txt01 {
    font-size: 1.04rem;
    padding: 1em;
  }
  .sec_howto .bg01 {
    padding: 5.86vw 3.91vw;
  }
  .sec_howto .dl01 {
    display: block;
  }
  .sec_howto .dl01 dt {
    font-size: 1.08rem;
    line-height: 1.96;
    padding-left: 1.1em;
    padding-right: 0;
  }
  .sec_howto .dl01 dt:not(:first-of-type) {
    margin-top: 2.93vw;
  }
  .sec_howto .dl01 dd {
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.96;
  }
  .sec_howto .dl01:not(.no_num) dt::before {
    width: 1em;
    height: 1em;
  }
  .sec_howto .dl01 dt::after {
    display: none;
  }
  .sec_howto .ico img {
    width: 5.86vw;
  }
  .sec_howto .ttl02:not(:first-of-type) {
    margin-top: 10.74vw;
  }
  .sec_howto .txt02 {
    font-size: 1.08rem;
  }
  .sec_howto .cols2 > * {
    width: 100%;
  }
  .sec_howto .cols2 > *:not(:first-child) {
    margin-top: 4.77vw;
  }
  
  .sec_howto .orderlistitem01 > *:not(:last-of-type),
  .sec_howto .listitem01 > *:not(:last-of-type) {
    margin-bottom: 2.47vw;
  }
  .sec_howto .listitem01 {
    font-size: 1.04rem;
  }
  .sec_howto .small {
    font-size: 1rem;
  }
  .sec_howto .cols2.center > *:not(:last-of-type) {
    margin-right: 0;
  }
  .sec_howto .cols2.center > * {
    width: 65.53%;
  }
  .sec_howto .ttl03:not(:first-of-type) {
    margin-top: 3.91vw;
  }
  .sec_howto .btn_s {
    width: 45.31vw;
    height: 10.74vw;
    font-size: 1.23rem;
    font-weight: 600;
  }
  .sec_howto .btn_s::after {
    width: 2.44vw;
    height: 2.05vw;
    right: 2.93vw;
  }
  .sec_howto .btn_l {
    width: 54.2vw;
    height: 12.7vw;
    font-size: 1.62rem;
    margin: 0 auto 5.86vw;
  }
  .sec_howto .btn_l::after {
    width: 3.03vw;
    height: 2.54vw;
    right: 3.61vw;
  }
  
  #card_type .cols3 .ttl03 {
    margin-bottom: 1.95vw;
  }
  #card_type .cols3 li:nth-of-type(1) img {
    width: 56.45vw;
    margin: 0;
  }
  #card_type .cols3 li:nth-of-type(2) img {
    width: 53.22vw;
    margin: 0 0 4.39vw;
  }
  #card_type .cols3 li:nth-of-type(3) img {
    width: 52.73vw;
    margin: 0 0 4.39vw;
  }
  .sec_howto dt.t_right {
    text-align: left;
  }
/* endregion */
  
/* card gallery region  */
  .sub_main.card_gallery {
    padding-bottom: 36.82vw;
  }
  .sub_main.card_gallery .sub_header {
    padding: 25.1vw 0 12.7vw;
  }
  .list_card {
    margin: 7.81vw 0 14.65vw;
  }
  .list_card > * {
    width: 31.25%;
  }
  .list_card > * {
    margin-right: 2.83vw !important;
  }
  .list_card > *:nth-of-type(3n),
  .list_card > *:last-of-type {
    margin-right: 0 !important;
  }
  .list_card > *:nth-of-type(n + 6),
  .list_card > *:nth-of-type(n + 4) {
    margin-top: 2.83vw;
  }
  
  .modal-content {
    width: 92.19vw;
    margin: 19.53vw auto 19.53vw;
  }
  .modal-content .close {
    width: 9.77vw;
    height: 9.77vw;
    top: -2.05vw;
  }
  .modal-content .ttl01 {
    font-size: 1.54rem;
    padding: 2.93vw;
  }
  .modal-content .ttl01 span {
    font-size: 1.08rem;
    margin-bottom: 0.98vw;
  }
  .modal-content .flex {
    padding: 8.79vw 5.86vw 9.77vw;
  }
  .modal-content .content {
    width: 100%;
  }
  .modal-content .img01 {
    width: 43.95vw;
    margin: 0 auto 7.81vw;
  }
  .modal-content .ttl02 {
    font-size: 1.38rem;
    padding: 1.66vw;
    margin-bottom: 6.84vw;
  }
  .modal-content table {
    font-size: 1.08rem;
  }
  .modal-content tr > * {
    padding: 2.73vw 0;
  }
  .modal-content td:not(:first-of-type) {
    width: auto;
  }
  .modal-content table .icn {
/*    line-height: 5.57vw;*/
    line-height: 5.57vw;
  }
  .modal-content table .icn td {
    padding: 2.44vw 0;
  }
  .modal-content table .icn img {
/*    width: 5.76vw;*/
    width: 5.57vw;
  }
  html:not(:lang(ja)) .modal-content td {
    font-weight: 700;
  }
  .modal-content td img:not(:last-of-type) {
    margin-right: 0.98vw;
  }
  .modal-content td img:last-of-type {
    margin-right: 1.95vw;
  }
  .modal-content .next, .modal-content .prev {
    width: 9.77vw;
    height: 9.77vw;
  }
  .modal-content .next {
    right: 0;
    transform: translate(0, -50%);
  }
  .modal-content .prev {
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
  }
  
  .form_search {
    margin-bottom: 11.72vw;
  }
  .form_search:nth-of-type(1) {
    margin-top: 7.81vw;
  }
  .form_search .body span:not(.endash) {
    font-size: 1.15rem;
    margin: 0 0 1em 0;
  }
  .form_search input[type="checkbox"], .form_search input[type="radio"] {
    margin-right: 1.95vw;
  }
  .form_search .body .endash {
    font-size: 1.23rem;
  }
  .form_search label {
    margin-right: .8em;
  }
  .form_search .block01 {
    display: block;
    margin-bottom: 1em;
  }
  .form_search .block01 > span:not(.endash) {
    margin-right: 3.91vw;
  }
  .form_search input[type="submit"] {
    font-size: 1.46rem;
    width: 48.83vw;
    height: 11.43vw;
    background-position: center right 3.22vw;
    background-size: 3.73vw;
    margin-top: 6.84vw;
  }
  
  .header_result .btn01 {
    font-size: 1.34rem;
    width: 38.83vw;
    height: 11vw;
    background-position: center left 3.22vw;
    background-size: 3.73vw;
    padding-right: 3.73vw;
    margin-right: 3.73vw;
  }
  .header_result .result_count {
    font-size: 1.35rem;
  }
/* endregion */
  
/* contact region */
  .sub_main.contact {
    padding-bottom: 36.82vw;
  }
  .sub_main.contact .sub_header {
    padding: 24.71vw 0 10.55vw;
  }
  .sub_main.contact .txt01 {
    font-size: 1.08rem;
    text-align: center;
    margin-bottom: 8.59vw;
  }
  .tbl_contact {
    font-size: 1.08rem;
  }
  .tbl_contact tr > * {
    display: block;
    padding: 0;
  }
  .tbl_contact tr:not(:first-of-type) th {
    padding-top: 4.88vw;
  }
  .tbl_contact th {
    font-size: 1.15rem;
    border-bottom: 0;
  }
  .tbl_contact td {
    padding: 4.88vw 0;
  }
  .tbl_contact .require {
    font-size: 1rem;
    margin-left: 3.42vw;
  }
  .tbl_contact input[type="text"],
  .tbl_contact input[type="email"],
  .tbl_contact textarea {
    padding: 2.52vw 3.91vw;
  }
  .tbl_contact .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }
  .tbl_contact .wpcf7-list-item label span {
    margin-left: 1.95vw;
  }
  .tbl_contact .wpcf7-list-item:not(:first-of-type) {
    margin-left: 6.54vw;
  }
  .sub_main.contact .txt02 {
    font-size: 0.96rem;
    margin: 4.88vw 0 8.59vw;
  }
  .wrap_submit input {
    font-size: 1.46rem;
    width: 48.83vw;
    height: 11.43vw;
  }
  .wrap_submit span::after {
    width: 2.73vw;
    height: 2.25vw;
    right: 3.22vw;
    top: 4.3vw;
  }
  .wpcf7-spinner {
    height: 1rem;
    width: 1rem;
  }
  
/* endregion */
  
/* footer region */
  footer {
    background-image: url(images/common/sp/bg_footer.webp);
    padding: 9.77vw 0 5.47vw;
    overflow-x: clip;
  }
  footer::after {
    height: 0.68vw;
  }
  .footer_content .logo {
    width: 56.15vw;
    margin-bottom: 9.77vw;
  }
  .list_fnavi {
    flex-wrap: wrap;
    font-size: 1.38rem;
    margin: 0 auto 5.27vw;
/*    width: 90.23%;*/
    width: 96.23%;
  }
  .list_fnavi > * {
    line-height: 1;
    margin-bottom: 4.3vw;
  }
  .list_fnavi > *:not(:last-of-type) {
    margin-right: .3em;
  }
  .list_fnavi > *:not(:last-of-type)::after {
    font-size: .8em;
    margin-left: .8em;
  }
  .list_fnavi > *:nth-of-type(4)::after {
    display: none;
  }
  
  .list_sns_f {
    justify-content: center;
    width: 100%;
    margin-bottom: 7.71vw;
  }
  .list_sns_f > *:not(:last-of-type) {
    margin-right: 2.93vw;
  }
  .list_sns_f a {
    width: 40.72vw;
    height: 8.01vw;
    border-width: 0.2vw;
  }
  .list_sns_f .x img {
    width: 23.93vw;
  }
  .list_sns_f .youtube img {
    width: 15.43vw;
  }
  
  .list_share {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.27rem;
    margin-bottom: 7.62vw;
  }
  .list_share .ttl {
    margin-right: 4.49vw;
  }
  .list_share > *:not(:last-of-type) {
    margin-right: 4vw;
  }
  .list_share > *:not(.ttl) {
    width: 6.74vw;
  }
  
  .list_fnavi2 {
    font-size: 0.96rem;
    justify-content: center;
    width: 100%;
    margin-bottom: 7.93vw;
  }
  html:not(:lang(ja)) .list_fnavi2 {
    flex-wrap: wrap;
    width: 58.59vw;
    margin: 0 auto 8.3vw;
  }
  html:not(:lang(ja)) .list_fnavi2 > *:nth-of-type(2)::after {
    display: none;
  }
  
  .img_cloud01 {
    width: 25.88vw;
    top: 22.75vw;
    left: -1.86vw;
    transform: none;
  }
  .img_cloud02 {
    width: 38.28vw;
    top: -6.45vw;
    left: 63.96vw;
    transform: none;
  }
  
  .copyright {
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
  }
  .pagetop {
    width: 46.09vw;
    transform: translateZ(0) translate(-50%, -100%);
    backface-visibility: hidden;
    z-index: 9999; 
  }
  
/* endregion */
  
  .modal_box .view {
    width: 100%;
    height: 56.33vw;
  }
  .modal_box .close {
    width: 13.96vw;
    top: -18.26vw;
  }
}
/* endregion */