@charset "utf-8";

/*==============================

		common.css

==============================*/

/*------------------------------
	共通スタイル
------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  color: #292a33;
}
body {
  line-height: 1.8;
  width: 100%;
  height: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia,
    HGS明朝E, メイリオ, Meiryo, serif;
  /*	viewport
	------------------------------*/
  -webkit-text-size-adjust: 100%;
}

.page_top {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
}

/*------------------------------
LINK COLOR
------------------------------*/
a:link {
  color: #292a33;
  text-decoration: none;
  transition: 0.8s;
}
a:visited {
  color: #292a33;
  text-decoration: none;
}
a:hover {
  color: #292a33;
  text-decoration: underline;
}
a:active {
  color: #292a33;
  text-decoration: none;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }

  .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------------------------
	TABLET
------------------------------*/
@media only screen and (max-width: 959px) and (min-width: 769px) {
  .inner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .pcOnly {
    display: none !important;
  }
  .inner {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------------------------
	clearfix
------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*------------------------------
	上書き用スタイル
------------------------------*/

.gothic {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.dn {
  display: none !important;
}
.di {
  display: inline !important;
}
.dib {
  display: inline-block !important;
}
.db {
  display: block !important;
}

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

.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}

.tdn {
  text-decoration: none !important;
}
.tdu {
  text-decoration: underline !important;
}

.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml100 {
  margin-left: 100px !important;
}

/*------------------------------
header PC
------------------------------*/
@media screen and (min-width: 769px) {
  #header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    z-index: 10;
    background: rgba(41, 42, 51, 1);
  }
  #header .logo {
    position: absolute;
    top: 5px;
    left: 5%;
    z-index: 99;
  }
  #header .logo img {
    height: 50px;
    width: auto;
  }
  #header .globalNav {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  #header .globalNav ul {
    font-size: 0;
    text-align: center;
  }
  #header .globalNav li {
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    padding-right: 2rem;
  }
  #header .globalNav li a:link {
    color: #ffffff;
  }
  #header .globalNav li a:visited {
    color: #ffffff;
  }
  #header .globalNav li a:hover {
    color: #cc6d00;
    text-decoration: none;
  }
  #header .globalNav li:last-child {
    padding-right: 0;
  }
  /* Bogo プルダウンのスタイル */
  /* Dropdown */
  .bogo-dropdown {
    gap: 0;
    align-items: flex-start;
    height: 44px;
  }

  /* Language Switcher */
  .bogo-language-switcher {
    display: flex;
    flex-direction: column;
    border: 1px solid #cacaca;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: fit-content;
    box-sizing: border-box;
  }

  .bogo-language-switcher li {
    cursor: default;
    box-sizing: border-box;
    padding: 4px 8px !important;
    text-align: left;
    display: flex !important;
    align-items: center;
    gap: 4px;
    background: rgba(41, 42, 51, 1);
  }

  .bogo-language-switcher li a {
    text-decoration: none;
    font-weight: 600;
  }

  .active .bogo-language-switcher li:hover {
    background: var(--wp--preset--color--contrast);
  }

  .active .bogo-language-switcher li:hover a {
    color: var(--wp--preset--color--accent);
  }

  .bogo-language-switcher .ja {
    order: 1;
  }

  .bogo-language-switcher .en-GB {
    order: 2;
  }

  /* Display Item */
  .display-item {
    transition: 0.15s ease;
    width: 96px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 8px;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #fdfffa;
    padding-bottom: 0;
    font-weight: 600;
  }

  .bogo-language-name a {
    display: block;
    width: 100%;
    color: #333;
  }

  /* Arrow */
  .arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -8px;
    left: -10px;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
  }

  .arrow:before,
  .arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: var(--wp--preset--color--contrast);
    transition: 0.4s ease;
  }

  .arrow:after {
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
  }

  /* Active Arrow */
  .display-item.active .arrow {
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .display-item.active .arrow:before {
    transform: translate(10px, 0);
  }

  .display-item.active .arrow:after {
    transform: rotate(90deg) translate(10px, 0);
  }

  /* Active List */
  .display-item.active ul {
    opacity: 0.3;
    height: 108px;
  }

  /* Language Switcher Animation */
  .wp-block-bogo-language-switcher .bogo-language-switcher {
    height: 0;
    overflow: hidden;
    padding-bottom: 4px;
    transition: 0.4s ease;
  }

  /* CSS Variable for Height */
  :root {
    --item-height: 34px;
  }

  .wp-block-bogo-language-switcher.active .bogo-language-switcher {
    height: calc(var(--item-height) * var(--list-items));
    overflow: auto;
    padding-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Disabled Styles */
  .bogo-disable {
    color: var(--wp--preset--color--accent-5);
  }

  .bogo-disable .arrow:before,
  .bogo-disable .arrow:after {
    background-color: var(--wp--preset--color--accent-5);
  }
}

/*------------------------------
header TABLET
------------------------------*/

@media only screen and (max-width: 1159px) and (min-width: 769px) {
  #header .globalNav {
    left: auto;
    right: 0;
  }
  #header .globalNav li {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
  #header .globalNav li:last-child {
    padding-right: 1rem;
  }
}

/*------------------------------
header SP
------------------------------*/
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    z-index: 10;
    background: rgba(41, 42, 51, 1);
  }
  #header .logo {
    position: absolute;
    top: 5px;
    left: 5%;
    z-index: 2;
  }
  #header .logo img {
    height: 50px;
    width: auto;
  }
  #header .globalNav {
    display: none;
  }
  .navToggle {
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/share/menu_off.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
    position: absolute;
  }
  .navToggle.open {
    background-image: url(../img/share/menu_on.png);
  }
  .smp_nav {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: right;
    z-index: 0;
    opacity: 0;
    display: none;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(41, 42, 51, 1);
  }
  .smp_nav.openNav {
    display: block;
    animation-name: navshow;
    animation-duration: 0.25s;
    opacity: 1;
    text-align: left;
  }
  .smp_nav .gNav {
    padding-top: 17vw;
    overflow-x: scroll;
  }
  .smp_nav .gNav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 4%;
    margin-left: 4%;
    line-height: 2.5;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      HGS明朝E, メイリオ, Meiryo, serif;
  }

  .smp_nav .gNav li a {
    margin-bottom: 4px;
    font-size: 4.5vw;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
  }
  .smp_nav .gNav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .smp_nav .gNav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .spLanguageSwitcher {
    margin: 6vw 4% 0;
  }
  .spLanguageSwitcher_title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 3vw;
    text-align: left;
    margin: 0 0 3vw;
    letter-spacing: 0.1em;
  }
  .spLanguageSwitcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .spLanguageSwitcher li {
    display: block;
    padding: 6px 14px!important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    transition: background 0.2s, border-color 0.2s;
  }
  .spLanguageSwitcher li a,
  .bogoflags, .bogoflags-before:before{
    color: #ffffff;
    font-size: 3.5vw;
    text-decoration: none;
  }
  .spLanguageSwitcher li:hover,
  .spLanguageSwitcher li.current {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
  }
}

/*------------------------------
#wrapper PC
------------------------------*/
@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 60px;
  }
}
/*------------------------------
#wrapper SP
------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 60px;
  }
}

/*------------------------------
social PC
------------------------------*/
@media screen and (min-width: 769px) {
  #social_section {
    background: #292a33;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 100px;
    margin-top: -10px;
  }
  #social_section .socialTit {
    color: #ffffff;
    font-size: 3rem;
    display: inline-block;
    margin-bottom: 5rem;
  }
  #social_section .snsIcn {
    display: inline-block;
    margin-left: 2rem;
    width: 60%;
  }
  #social_section .snsIcn li {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  #social_section .socialBlockLeft {
    width: 48%;
    float: left;
  }
  #social_section .socialBlockRight {
    width: 48%;
    float: right;
  }
  #social_section .socialBlock {
    background: #ffffff;
    margin-bottom: 3rem;
    padding-bottom: 0;
    font-size: 0;
  }
  #social_section .googleplus img {
    width: 100%;
    height: auto;
  }
  #social_section h3.socialSubTit {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 2rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

/*------------------------------
social SP
------------------------------*/
@media screen and (max-width: 768px) {
  #social_section {
    background: #292a33;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 15vw;
    margin-top: -10px;
  }
  #social_section .socialTit {
    color: #ffffff;
    font-size: 5vw;
    margin-bottom: 1rem;
  }
  #social_section .snsIcn {
    display: inline-block;
  }
  #social_section .snsIcn li {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  #social_section .snsIcn li img {
    height: 6vw;
    width: auto;
  }
  #social_section .socialBlock {
    background: #ffffff;
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 0;
  }
  #social_section .socialBlockLeft {
    margin-top: 2rem;
  }
  #social_section .googleplus img {
    width: 100%;
    height: auto;
  }
  #social_section h3.socialSubTit {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 4vw;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

/*------------------------------
footerBnr PC
------------------------------*/
@media screen and (min-width: 769px) {
  #footerBnr_section {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  #footerBnr_section li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  #footerBnr_section li img {
    width: 100%;
    height: auto;
  }
  #footerBnr_section li:last-child {
    margin-right: 0;
  }
}
/*------------------------------
footerBnr TABLET
------------------------------*/
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  #footerBnr_section {
    width: 92%;
  }
}
/*------------------------------
footerBnr SP
------------------------------*/
@media screen and (max-width: 768px) {
  #footerBnr_section {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #footerBnr_section li {
    margin-bottom: 1rem;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 1.6rem;
  }
}
/*------------------------------
footer PC
------------------------------*/
@media screen and (min-width: 769px) {
  #footer {
    background: #292a33;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  #footer ul {
    text-align: center;
    margin-top: 2rem;
  }

  #footer li {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 1.4rem;
    border-right: 1px solid #ffffff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #footer li:last-child {
    border: none;
  }

  #footer li a:link {
    color: #ffffff;
  }
  #footer li a:visited {
    color: #ffffff;
  }
  #footer li a:hover {
    color: #ffffff;
  }
  #footer .copyright {
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    padding-top: 3rem;
  }
}
/*------------------------------
footer SP
------------------------------*/
@media screen and (max-width: 768px) {
  #footer {
    background: #292a33;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }
  #footer .logo {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
  }
  #footer ul {
    display: none;
  }
  #footer .copyright {
    text-align: center;
    font-size: 3vw;
    color: #ffffff;
    padding-top: 3rem;
  }
}

/*------------------------------
button(RED) PC
------------------------------*/
.button a {
  text-align: center;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  text-decoration: none;
  font-weight: 700;
  font-size: 3.5vw;
  color: #ffffff;
  display: block;
}

/*------------------------------
pagetitle PC
------------------------------*/
@media screen and (min-width: 769px) {
  #page_title {
    position: relative;
  }
  #page_title img {
    width: 100%;
    height: auto;
  }
  #page_title h1.pageTitle {
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 0;
    left: 0;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #ffffff;
    font-size: 4.6rem;
    width: 4.6rem;
    text-align: center;
  }
  #page_title.__hn h1.pageTitle{
      writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: auto;
      right: auto;
      margin: 0;
      text-align: center;
      white-space: nowrap;
      color: #ffffff;
      font-size: 4.6rem;
  }
}

/*------------------------------
pagetitle TABLET
------------------------------*/
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  #page_title h1.pageTitle {
    font-size: 3rem;
    width: 4rem;
  }
}

/*------------------------------
pagetitle SP
------------------------------*/
@media screen and (max-width: 768px) {
  #page_title {
    position: relative;
  }
  #page_title img {
    width: 100%;
    height: auto;
  }
  #page_title h1.pageTitle {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #ffffff;
    font-size: 5vw;
    width: 5vw;
    text-align: center;
  }
  #page_title.__hn h1.pageTitle{
      writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      width: auto;
      font-size: 3.6rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: auto;
      right: auto;
      margin: 0;
      text-align: center;
      white-space: nowrap;
      font-size: 5vw;
  }
}

/*------------------------------
rebrand PC
------------------------------*/
@media screen and (min-width: 769px) {
  #rebrand .rebrandTitle {
    text-align: center;
    font-size: 3.8rem;
    padding-bottom: 2rem;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 100px;
    line-height: 1.4;
  }
  #rebrand .rebrandTitle span {
    background: linear-gradient(transparent 35%, #ffff66 10%);
  }

  #rebrand p {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #rebrand img {
    width: 100%;
    height: auto;
  }
}

/*------------------------------
rebrand SP
------------------------------*/
@media screen and (max-width: 768px) {
  #rebrand .rebrandTitle {
    text-align: center;
    font-size: 4vw;
    padding-bottom: 1rem;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 10vw;
    line-height: 1.4;
  }
  #rebrand .rebrandTitle span {
    background: linear-gradient(transparent 35%, #ffff66 10%);
  }
  #rebrand p {
    font-size: 3.3vw;
    padding-bottom: 1rem;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

/*------------------------------
rebrand PC
------------------------------*/
@media screen and (min-width: 769px) {
  #page_top {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    text-align: right;
  }
  #page_top img {
    width: 75%;
    height: auto;
  }
}
/*------------------------------
rebrand SP
------------------------------*/
@media screen and (max-width: 768px) {
  #page_top {
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 100;
  }
  #page_top {
    width: 8%;
  }
}

/*------------------------------
Language Switcher Dropdown
------------------------------*/
.languageSwitcher {
  z-index: 1000;
}

.langDropdown {
  position: relative;
  display: inline-block;
}

.langDropdown_toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, serif;
  color: #fff;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}

.langDropdown_toggle:hover {
  border-color: #cc6d00;
  color: #cc6d00;
}

.langDropdown.is-open .langDropdown_toggle {
  border-color: #cc6d00;
}

.langDropdown_current {
  font-weight: 400;
}

.langDropdown_arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  transition: all 0.3s ease;
}

.langDropdown_toggle:hover .langDropdown_arrow {
  border-color: #cc6d00;
}

.langDropdown.is-open .langDropdown_arrow {
  transform: rotate(-135deg) translateY(-2px);
  border-color: #cc6d00;
}

.langDropdown_menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(41, 42, 51, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  z-index: 1001;
}

.langDropdown.is-open .langDropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Bogo出力のリストをスタイリング */
.langDropdown_menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.langDropdown_menu li:last-child {
  border-bottom: none;
}

.langDropdown_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.4rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, serif;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}

.langDropdown_menu a:hover {
  background-color: rgba(204, 109, 0, 0.15);
  color: #cc6d00;
  text-decoration: none;
}

/* 現在の言語をハイライト */
.langDropdown_menu .current a,
.langDropdown_menu a[aria-current="page"] {
  color: #cc6d00;
  background-color: rgba(204, 109, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .langDropdown_toggle {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  
  .langDropdown_menu {
    right: 0;
    left: auto;
  }
  
  .langDropdown_menu a {
    font-size: 1.2rem;
  }
}
