@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;family=Noto+Sans+JP:wght@400;500;700&amp;family=Noto+Sans:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700&amp;display=swap");
@import url("font-awesome.min.css");
@font-face {
  font-family: "Yu Gothic";
  src: url("https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "Yu Gothic";
  src: url("https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/fonts/YuGothic-Bold.ttf");
}
/* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  position: relative;
  z-index: 2;
}

figure {
  font-size: 0;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.m-wysiwygArea {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea {
    font-size: 12px;
  }
}
.m-wysiwygArea * + * {
  margin-top: 1.75em;
}
.m-wysiwygArea br + * {
  margin-top: 0;
}
.m-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a {
    transition: all 0.6s ease 0s;
  }
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
.m-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.m-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.m-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.m-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.m-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.m-wysiwygArea h5,
.m-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.m-wysiwygArea h1 + h2,
.m-wysiwygArea h2 + h3,
.m-wysiwygArea h3 + h4,
.m-wysiwygArea h4 + h5,
.m-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.m-wysiwygArea p {
  font-size: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea p {
    font-size: 2.9333333333vw;
  }
}
.m-wysiwygArea strong,
.m-wysiwygArea strong * {
  font-weight: bold;
}
.m-wysiwygArea em,
.m-wysiwygArea em * {
  font-style: italic;
}
.m-wysiwygArea ul {
  list-style-type: none;
}
.m-wysiwygArea ol {
  list-style-type: decimal;
}
.m-wysiwygArea sup,
.m-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.m-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.m-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.m-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.m-wysiwygArea table thead th,
.m-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.m-wysiwygArea table tr th,
.m-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.m-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.m-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.m-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.m-wysiwygArea .gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.m-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.m-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.m-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 32;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.15);
}
.header.is-active {
  overflow: visible;
}
.header.nav-is-active {
  background-color: transparent;
  box-shadow: none;
}
.header.nav-is-active .header__navMenuContainer {
  background-color: #fff;
}
.header.nav-is-active .header__expoDepartmentTtl {
  opacity: 0;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1556824079vw;
  background-color: #092C87;
  z-index: 33;
}
.header__container {
  margin: 0 0 0 auto;
  width: calc(100% - 1.6606123508vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  z-index: 30;
}
.header__logo {
  width: 100%;
  max-width: 11.4167099118vw;
  font-size: 0;
  transition: all 0.6s ease 0s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.header__logo.is-active img:last-child {
  opacity: 1;
}
.header__expoDepartmentTtl {
  margin: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 70.0570835496vw;
  font-size: 1.349247535vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #082C87;
  transition: all 0.6s ease 0s;
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__expoDepartmentTtl {
    font-size: 12px;
  }
}
.header__navMenuContainer {
  padding: 1.5568240789vw 1.5568240789vw 1.349247535vw 0;
  width: 100%;
  max-width: 8.8738972496vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: all 0.6s ease 0s;
}
.header__navMenu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
}
.header__navMenu.m-pcDb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}
.header__navMenu-item {
  margin-right: 0.7784120394vw;
  position: relative;
}
.header__navMenu-item:last-child {
  margin-right: 1.5568240789vw;
}
.header__navMenu-link {
  padding-bottom: 0.1037882719vw;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7265179035vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #092C87;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .header__navMenu-link {
    font-size: 12px;
  }
}
.header__navMenu-link:after {
  margin: auto;
  content: "";
  position: absolute;
  bottom: -0.1037882719vw;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1556824079vw;
  background-color: #092C87;
  transition: all 0.6s ease 0s;
}
.header__navMenu-link.is-active:after, .header__navMenu-link:hover:after {
  width: 100%;
}
.header .bar {
  margin: 0.5189413596vw auto;
  width: 1.5568240789vw;
  height: 0.1037882719vw;
  display: block;
  background: #092C87;
  transition: all 0.7s ease;
}
.header .bar.top {
  margin-top: 0;
}
.header .bar.bottom {
  margin-bottom: 0;
}
.header .bars {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header .bars.bars-clicked .bar {
  background-color: #092C87;
}
.header .menu-bar {
  padding: 0;
  width: auto;
  display: inline-block;
  text-align: center;
  height: auto;
  position: relative;
  z-index: 10;
  font-size: 0;
}
.header .middle {
  margin: 0 auto;
}
.header .bars-clicked .top {
  transform: translateY(0.5189413596vw) rotateZ(45deg);
}
.header .bars-clicked .bottom {
  transform: translateY(-0.7265179035vw) rotateZ(-45deg);
}
.header .bars-clicked .middle {
  opacity: 0;
}

/*====================================================================
Header SP
====================================================================*/
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    overflow: visible;
    -webkit-box-shadow: 0px 0px 0.5333333333vw 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0.5333333333vw 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0.5333333333vw 0px rgba(0, 0, 0, 0.15);
  }
  .header:before {
    height: 0.8vw;
  }
  .header__container {
    margin: 0 auto;
    padding: 0 0 0 2.6666666667vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    z-index: 31;
  }
  .header__logo {
    max-width: 33%;
  }
  .header__logo img {
    max-width: 26.6666666667vw;
  }
  .header__expoDepartmentTtl {
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    display: block;
    width: 100%;
    max-width: 33%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    color: #082C87;
    text-align: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__expoDepartmentTtl {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header__navMenuContainer {
    padding: 4vw 4vw 4vw 4vw;
    max-width: none;
    width: 100%;
    max-width: 33%;
  }
  .header__navMenu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .header__navMenu-item {
    margin-right: 2.6666666667vw;
  }
  .header__navMenu-item:last-child {
    margin-right: 5.3333333333vw;
  }
  .header__navMenu-link {
    padding-bottom: 0.5333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__navMenu-link {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .header__navMenu-link:after {
    bottom: -0.5333333333vw;
    height: 0.8vw;
  }
  .header .bar {
    margin: 2.6666666667vw auto;
    width: 6.9333333333vw;
    height: 0.5333333333vw;
  }
  .header .bars {
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .header .bars.bars-clicked .bar {
    background-color: #092C87;
  }
  .header .menu-bar {
    padding: 0;
    width: auto;
    display: inline-block;
    text-align: center;
    height: auto;
    position: relative;
    z-index: 10;
    font-size: 0;
  }
  .header .middle {
    margin: 0 auto;
  }
  .header .bars-clicked .top {
    transform: translateY(2.6666666667vw) rotateZ(45deg);
  }
  .header .bars-clicked .bottom {
    transform: translateY(-3.7333333333vw) rotateZ(-45deg);
  }
  .header .bars-clicked .middle {
    opacity: 0;
  }
}
.mainMenu {
  position: absolute;
  top: 0;
  width: 100%;
  background: #092C87;
  z-index: 31;
  display: none;
}
.mainMenu__container {
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  background: url("../png/main-menu-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .mainMenu__container {
    display: block;
  }
}
.mainMenu__container .header {
  position: absolute;
  top: 0;
  left: 0;
}

.mainMenu__flex {
  height: auto;
  gap: 1.5568240789vw 2.8541774779vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 6.2272963155vw 2.5947067981vw 3.1136481578vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__flex {
    flex-direction: column;
    gap: 8vw;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}

.mainMenu__item {
  width: 42.5531914894vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__item {
    width: 100%;
  }
}

.mainMenu__itemLabel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.mainMenu__itemLabelText {
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemLabelText {
    font-size: 2.1333333333vw;
  }
}
.mainMenu__itemLabelText:before, .mainMenu__itemLabelText:after {
  content: "";
  background: #fff;
  display: inline-block;
}
.mainMenu__itemLabelText:after {
  width: 6.3310845874vw;
  border-bottom: 1px solid #fff;
  margin-left: 0.1556824079vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemLabelText:after {
    width: 25.3333333333vw;
    margin-left: 0.8vw;
  }
}
.mainMenu__itemLabelText:before {
  right: 0;
  position: absolute;
  bottom: 0.1556824079vw;
  width: 0.3113648158vw;
  height: 0.3113648158vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemLabelText:before {
    bottom: 0.6133333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.mainMenu__itemWrapper {
  position: relative;
  margin-top: 0.5189413596vw;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.8162947587vw 2.5947067981vw 1.8162947587vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemWrapper {
    border: 1px solid #fff;
    margin-top: 1.6vw;
    padding: 4vw 5.3333333333vw;
  }
}

.mainMenu__itemTitle {
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.349247535vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemTitle {
    width: 32vw;
    font-size: 4vw;
  }
  .mainMenu__itemTitle br {
    display: none;
  }
}

.mainMenu__itemFloor {
  position: absolute;
  top: -1.8162947587vw;
  right: 1.0378827193vw;
  width: 15.5682407888vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__itemFloor {
    top: -6.6666666667vw;
    right: -5.3333333333vw;
    width: 41.3333333333vw;
  }
}
.mainMenu__list {
  z-index: 1;
  position: relative;
  margin-top: 1.0378827193vw;
  gap: 1.0378827193vw 2.0757654385vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .mainMenu__list {
    display: block;
    margin-top: 2.1333333333vw;
  }
}

.mainMenu__listItem {
  width: calc(50% - 1.5568240789vw);
  background: #092C87;
}
@media screen and (max-width: 767px) {
  .mainMenu__listItem {
    width: calc(100% - 5.3333333333vw);
  }
  .mainMenu__listItem:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.mainMenu__listItem.item--group {
  background: none;
  width: calc(100% - 1.0378827193vw);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .mainMenu__listItem.item--group {
    display: block;
    width: calc(100% - 5.3333333333vw);
  }
}

.mainMenu__listLink {
  position: relative;
  border: 1px solid #fff;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.item--group .mainMenu__listLink {
  background: #092C87;
}
.item--group .mainMenu__listLink:first-child {
  width: 16.3985469642vw;
}
@media screen and (max-width: 767px) {
  .item--group .mainMenu__listLink:first-child {
    width: 100%;
  }
}
.item--group .mainMenu__listLink:not(:first-child) {
  flex: 1;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .item--group .mainMenu__listLink:not(:first-child) {
    border-left: 1px solid #fff;
    margin-top: 2.6666666667vw;
  }
}
.mainMenu__listLink.page--private {
  display: none !important;
}

.mainMenu__listItem--img {
  width: 6.4867669953vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__listItem--img {
    display: none;
  }
}
.mainMenu__listItem--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainMenu__listItem--name {
  flex: 1;
  color: #fff;
  line-height: 1.4;
  padding: 0.5708354956vw 0.7784120394vw;
  font-size: 0.9340944473vw;
}
.item--group .mainMenu__listItem--name {
  padding: 0.5708354956vw 3.6325895174vw 0.5708354956vw 0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__listItem--name {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 4.6666666667vw;
  }
  .item--group .mainMenu__listItem--name {
    padding: 2.6666666667vw 4.6666666667vw;
  }
  .mainMenu__listItem--name br {
    display: none;
  }
}

.mainMenu__listIcon {
  top: 50%;
  position: absolute;
  width: 1.8162947587vw;
  height: 1.8162947587vw;
  right: -1.0378827193vw;
  transform: translateY(-50%) skew(-10deg);
  background: linear-gradient(to bottom, #1248D5, #1276D9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .mainMenu__listIcon {
    width: 8vw;
    height: 10.9333333333vw;
    right: -5.3333333333vw;
  }
}
.item--group .mainMenu__listIcon {
  right: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .item--group .mainMenu__listIcon {
    right: -5.3333333333vw;
  }
}
.mainMenu__listIcon svg {
  width: 1.0378827193vw;
  margin-bottom: 0.2594706798vw;
}
@media screen and (max-width: 767px) {
  .mainMenu__listIcon svg {
    width: 4vw;
    margin-bottom: 0.8vw;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.footer {
  margin: 0 auto;
  padding: 101px 0 100px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #1276D9;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1215px;
}
.footer__upperWrapper {
  margin-bottom: 101px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.footer__logo {
  width: 100%;
  max-width: 200px;
  font-size: 0;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}
.footer__infos {
  display: block;
}
.footer__info__ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__info__ttl {
    font-size: 12px;
  }
}
.footer__info__desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__info__desc {
    font-size: 12px;
  }
}
.footer__copyrights {
  padding-top: 50px;
  border-top: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyrights {
    font-size: 12px;
  }
}
.footer__copyrights span {
  color: #46D7B6;
}
.footer__snsIcons {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.footer__snsIconItm {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: all 0.6s ease 0s;
}
.footer__snsIconItm svg path {
  transition: all 0.6s ease 0s;
}
.footer__snsIconItm:hover {
  background-color: #00CC99;
}
.footer__snsIconItm:hover svg path {
  fill: #fff;
}

/*====================================================================
siteFooter PC Breakpoint
====================================================================*/
@media screen and (max-width: 1440px) {
  .footer {
    padding: 5.2413077322vw 0 5.1894135963vw;
  }
  .footer__container {
    max-width: 63.0513751946vw;
  }
  .footer__upperWrapper {
    margin-bottom: 5.2413077322vw;
  }
  .footer__logo {
    max-width: 10.3788271925vw;
  }
  .footer__info__ttl {
    margin-bottom: 0.5189413596vw;
    font-size: 1.0378827193vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .footer__info__ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__info__desc {
    font-size: 0.8303061754vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #fff;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .footer__info__desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__copyrights {
    padding-top: 2.5947067981vw;
    border-top: 0.051894136vw solid #fff;
    font-size: 0.7265179035vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .footer__copyrights {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__snsIcons {
    margin-top: 1.0378827193vw;
    gap: 0.5189413596vw;
  }
  .footer__snsIconItm {
    width: 1.8162947587vw;
    height: 1.8162947587vw;
    border: 0.051894136vw solid #fff;
  }
}
/*====================================================================
siteFooter SP
====================================================================*/
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 auto;
    padding: 50px 0 50px;
  }
  .footer__container {
    margin: 0 auto;
    width: 100%;
    max-width: calc(100% - 20px);
  }
  .footer__upperWrapper {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 auto 40px;
    max-width: 200px;
  }
  .footer__infos {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer__infos:last-child {
    margin-bottom: 0;
  }
  .footer__info__ttl {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info__desc {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyrights {
    padding-top: 30px;
    border-top: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__copyrights {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__snsIcons {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 5px;
  }
  .footer__snsIconItm {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
  }
}
/*-----------------------------------------------
preLoader
------------------------------------------------*/
.preLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #fff;
  z-index: 35;
  display: none;
}
.preLoader.gTop-preloader .preLoader__v1cBg.is-preloaded {
  left: 20.7576543851vw;
  opacity: 0;
}
.preLoader.gTop-preloader .preLoader__v2cWrapper {
  transition: all 2s ease-out 0s;
}
.preLoader.gTop-preloader .preLoader__v2cWrapper.is-preloaded {
  opacity: 1;
  left: 0;
}
.preLoader.chld-preloader .preLoader__v2cWrapper {
  transition: all 1s ease-out 0s;
}
.preLoader.chld-preloader .preLoader__v2cWrapper.is-preloaded {
  opacity: 1;
  left: 0;
}
.preLoader__container {
  width: 100%;
}
.preLoader__mainLogo {
  width: 100%;
  max-width: 7.7841203944vw;
  transition: all 0.6s ease 0s;
  position: absolute;
  top: 1.5568240789vw;
  left: 0.8303061754vw;
}
@media screen and (min-width: 768px) {
  .preLoader__mainLogo:hover {
    opacity: 0.7;
  }
}
.preLoader__v1cWrapper {
  padding: 0 1.6606123508vw;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
}
.preLoader__v1cBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../png/preloader-v1-bg.png);
  transition: all 0.6s ease-in 0s;
  z-index: -1;
  opacity: 1;
}
.preLoader__v1cIntr {
  font-size: 3.1136481578vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.16;
  color: #fff;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .preLoader__v1cIntr {
    font-size: 12px;
  }
}
.preLoader__v1cScroll {
  position: absolute;
  width: 100%;
  max-width: 1.0378827193vw;
  bottom: 1.8681888947vw;
  left: 1.6606123508vw;
  transition: all 0.6s ease 0s;
}
.preLoader__v1cScroll svg {
  width: 100%;
}
.preLoader__v2cWrapper {
  position: absolute;
  top: 0;
  left: -2%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  opacity: 0;
}
.preLoader__v2cLogo {
  margin-right: 2.1795537104vw;
  width: 7.7841203944vw;
  transition: all 0.6s ease 0s;
}
.preLoader__v2cHead {
  font-size: 3.1136481578vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.16;
  color: #092C87;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .preLoader__v2cHead {
    font-size: 12px;
  }
}

/*====================================================================
preLoader SP
====================================================================*/
@media screen and (max-width: 767px) {
  .preLoader.gTop-preloader .preLoader__v1cBg.is-preloaded {
    left: 106.6666666667vw;
  }
  .preLoader__mainLogo {
    max-width: 40vw;
    top: 8vw;
    left: 4.2666666667vw;
  }
  .preLoader__v1cWrapper {
    padding: 0 8.5333333333vw;
  }
  .preLoader__v1cIntr {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.16;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .preLoader__v1cIntr {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .preLoader__v1cScroll {
    max-width: 4vw;
    bottom: 5.6vw;
    left: 4.8vw;
  }
  .preLoader__v2cLogo {
    margin-right: 4.5333333333vw;
    width: 26.6666666667vw;
  }
  .preLoader__v2cHead {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.16;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .preLoader__v2cHead {
    font-size: 7.4666666667vw;
  }
}
/*====================================================================
modal PC
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 234, 234, 0.8);
  backdrop-filter: blur(0.2594706798vw) brightness(115%);
  overflow: scroll;
  display: none;
  z-index: 30;
}
.modal .modal__content--product .wp-video-shortcode {
  width: 100%;
  min-height: auto;
  aspect-ratio: 16/9;
  margin: 0;
}
.modal .modal__content--product .mejs-video {
  margin: 0.7784120394vw 0;
}
@media screen and (max-width: 767px) {
  .modal .modal__content--product .mejs-video {
    margin: 4vw 0;
  }
}
.modal .modal__content--product .mejs-container,
.modal .modal__content--product .wp-video-shortcode,
.modal .modal__content--product .mejs-video {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
}
.modal .modal__content--product .mejs-overlay-play {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow {
    padding: 5.3333333333vw 4.5333333333vw 12vw;
  }
}
.modal .modal__content .contentFlow__ttl {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #092C87;
  font-size: 1.5568240789vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__ttl {
    font-size: 5.3333333333vw;
  }
}
.modal .modal__content .contentFlow__label {
  margin-top: 1.2973533991vw;
  font-weight: 500;
  font-size: 1.0378827193vw;
  line-height: 2;
  text-align: center;
  color: #092C87;
  padding: 0.2594706798vw;
  border: 1px solid #092C87;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__label {
    margin-top: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.modal .modal__content .contentFlow__body {
  margin-top: 1.2973533991vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__body {
    margin-top: 5.3333333333vw;
  }
}
.modal .modal__content .contentFlow__intro {
  font-weight: bold;
  font-size: 1.0378827193vw;
  line-height: 2;
  text-align: center;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__intro {
    font-size: 3.7333333333vw;
  }
}
.modal .modal__content .contentFlow__cards {
  margin-top: 2.3352361183vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2.9579657499vw 2.9579657499vw;
  padding-bottom: 3.6325895174vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cards {
    display: block;
    margin-top: 6.4vw;
  }
}
.modal .modal__content .contentFlow__cards.tech--presentation--cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6.0716139076vw 0;
}
.modal .modal__content .contentFlow__cards.tech--presentation--cards .contentFlow__cardsItem {
  width: 36.066424494vw;
}
.modal .modal__content .contentFlow__cards.tech--presentation--cards .contentFlow__cardsItem:not(:last-child):before {
  margin: auto;
  content: "";
  position: absolute;
  width: 0.7265179035vw;
  height: 1.5568240789vw;
  right: 0;
  left: 0;
  top: 27.5038920602vw;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/page-business-meeting/arrow-right.svg) no-repeat top center;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cards.tech--presentation--cards .contentFlow__cardsItem:not(:last-child):before {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: -9.3333333333vw;
    width: 3.7333333333vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cards.tech--presentation--cards {
    gap: 2.6666666667vw 0;
  }
  .modal .modal__content .contentFlow__cards.tech--presentation--cards .contentFlow__cardsItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal .modal__content .contentFlow__cards.tech--presentation--cards .contentFlow__cardsItem:not(:last-child):before {
    bottom: -12vw;
    width: 3.7333333333vw;
    height: 8vw;
  }
}
.modal .modal__content .contentFlow__cardsItem {
  width: 30.24%;
  background: #e9edf8;
  position: relative;
}
.modal .modal__content .contentFlow__cardsItem img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cardsItem {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .modal .modal__content .contentFlow__cardsItem:not(:last-child) {
    margin-bottom: 12vw;
  }
}
.modal .modal__content .contentFlow__cardsItem:not(:last-child):before {
  content: "";
  position: absolute;
  width: 0.7265179035vw;
  height: 1.5568240789vw;
  right: -1.6606123508vw;
  top: 5.4488842761vw;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/page-business-meeting/arrow-right.svg) no-repeat top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cardsItem:not(:last-child):before {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: -9.3333333333vw;
    width: 3.7333333333vw;
    height: 8vw;
  }
}
.modal .modal__content .contentFlow__cardsItem:after {
  content: "";
  position: absolute;
  right: -0.051894136vw;
  bottom: 0;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/page-business-meeting/icon-white-triangle.svg) no-repeat top center;
  background-size: 100% 100%;
  width: 1.5568240789vw;
  height: 1.5568240789vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cardsItem:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: -0.2666666667vw;
  }
}
.modal .modal__content .contentFlow__cardsHead {
  position: relative;
}
.modal .modal__content .contentFlow__cardsNumber {
  top: 0;
  left: 0;
  position: absolute;
  background: #092C87;
  width: 2.5947067981vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-weight: 500;
  font-size: 1.349247535vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cardsNumber {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.modal .modal__content .contentFlow__cardsFigure {
  width: 100%;
}
.modal .modal__content .contentFlow__cardsBody {
  padding: 1.2973533991vw 1.7125064868vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__cardsBody {
    padding: 3.4666666667vw 4vw;
  }
}
.modal .modal__content .contentFlow__text {
  line-height: 2;
  font-weight: 500;
  text-align: left;
  color: #262626;
  font-size: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__content .contentFlow__text {
    font-size: 3.2vw;
  }
}
.page-template-page-expo-business-meeting .modal .modal__content {
  padding-bottom: 5.1894135963vw;
}
@media screen and (max-width: 768px) {
  .page-template-page-expo-business-meeting .modal .modal__content {
    padding-bottom: 10.6666666667vw;
  }
}
.modal.page__factory-introduction .modal__heading {
  top: -1.6606123508vw;
}
.modal.page__factory-introduction .modal__heading .modal__headingContent {
  min-width: 27.4001037883vw;
}
.modal.page__factory-introduction .modal__heading .modal__headingContent .modal__itmTtl {
  padding: 2.0757654385vw 1.5568240789vw 1.1935651271vw;
}
.modal.page__factory-introduction .modal__content {
  margin: auto;
  padding: 3.0098598858vw 0 2.0757654385vw;
  max-width: 63.829787234vw;
}
.modal.page__factory-introduction .modal__content figure {
  margin: auto;
  display: block;
}
.modal.page__expo-product-info .modal__container {
  top: 8.303061754vw;
}
.modal.page__whats-tanaka .modal__heading, .modal.page__expo-product-info .modal__heading {
  top: -1.5568240789vw;
}
.modal.page__whats-tanaka .modal__heading .modal__headingContent, .modal.page__expo-product-info .modal__heading .modal__headingContent {
  min-width: 23.3523611832vw;
}
.modal.page__whats-tanaka .modal__heading .modal__headingContent .modal__itmTtl, .modal.page__expo-product-info .modal__heading .modal__headingContent .modal__itmTtl {
  padding: 2.8541774779vw 1.5568240789vw 3.3731188376vw;
}
.modal.page__whats-tanaka .modal__heading .modal__thumb, .modal.page__expo-product-info .modal__heading .modal__thumb {
  width: 23.3523611832vw;
}
.modal.page__whats-tanaka .modal__content, .modal.page__expo-product-info .modal__content {
  margin: auto;
  padding: 7.2651790348vw 0 3.3731188376vw;
  max-width: 63.829787234vw;
}
.modal.page__efforts-of-tanaka .modal__heading {
  top: -1.5568240789vw;
}
.modal.page__efforts-of-tanaka .modal__heading .modal__headingContent {
  min-width: 23.3523611832vw;
}
.modal.page__efforts-of-tanaka .modal__heading .modal__headingContent .modal__itmTtl {
  padding: 2.8541774779vw 1.5568240789vw 3.3731188376vw;
}
.modal.page__efforts-of-tanaka .modal__heading .modal__thumb {
  margin-left: -0.051894136vw;
  width: 27.4001037883vw;
}
.modal.page__efforts-of-tanaka .modal__content {
  margin: auto;
  padding: 8.303061754vw 0 3.3731188376vw;
}
.modal.page__efforts-of-tanaka.itm--2 .imgsBlock {
  justify-content: space-between;
}
.modal.page__efforts-of-tanaka.itm--2 .imgsBlock img:first-child {
  max-width: 15.256875973vw;
}
.modal.page__efforts-of-tanaka.itm--2 .imgsBlock img:last-child {
  max-width: 27.0887389725vw;
}
.modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
}
.modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--1 {
  display: block;
  margin: auto;
  max-width: 5.1894135963vw;
}
.modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--2 {
  display: block;
  margin: auto;
  max-width: 17.6440062273vw;
}
.modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--3 {
  max-width: 100%;
}
.modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal:first-child {
  margin-right: 0.9340944473vw;
}
.modal.page__efforts-of-tanaka.itm--3 ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.modal.page__efforts-of-tanaka.itm--3 ul li span {
  margin-right: 0.6746237675vw;
}
.modal.page__places-of-tanaka .modal__heading {
  top: -1.5568240789vw;
}
.modal.page__places-of-tanaka .modal__heading .tnk__bluBtn1Label {
  padding-right: 0;
}
.modal.page__places-of-tanaka .modal__heading .modal__headingContent {
  min-width: 23.3523611832vw;
}
.modal.page__places-of-tanaka .modal__heading .modal__headingContent .modal__itmTtl {
  padding: 4.151530877vw 3.6325895174vw 4.151530877vw 1.5568240789vw;
}
.modal.page__places-of-tanaka .modal__content {
  margin: auto;
  padding: 7.2651790348vw 0 3.3731188376vw;
}
.modal.page__places-of-tanaka .modal__content--pot-img {
  margin: 0vw auto 2.5947067981vw;
  width: 100%;
  max-width: 19.3046185781vw;
}
.modal.page__seminars .modal__heading {
  top: -1.6606123508vw;
}
.modal.page__seminars .modal__heading .modal__headingContent {
  min-width: 27.4001037883vw;
}
.modal.page__seminars .modal__heading .modal__headingContent .modal__itmTtl {
  padding: 2.0757654385vw 1.5568240789vw 1.1935651271vw;
}
.modal.page__seminars .modal__content {
  margin: auto;
  padding: 5.1894135963vw 0 2.0757654385vw;
  max-width: 63.829787234vw;
}
.modal.page__seminars .modal__content figure {
  margin: auto;
  display: block;
}
.modal.js-page-modal.is-active, .modal.js-page-archive-modal.is-active, .modal.js-page-product-modal.is-active {
  display: block;
}
.modal__container {
  padding: 0vw 0vw 4.151530877vw;
  position: absolute;
  top: 6.7462376751vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 80.0207576544vw;
}
.modal__frame {
  padding: 1.0378827193vw;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal__frame--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.1037882719vw solid #092C87;
}
.modal__frame--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 0.1037882719vw solid #092C87;
}
.modal__frame--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 4.0477426051vw);
  border-right: 0.1037882719vw solid #092C87;
}
.modal__frame--bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  border-bottom: 0.1037882719vw solid #092C87;
}
.modal__frame--bottom-edge {
  position: absolute;
  bottom: 1.992734821vw;
  right: -0.8303061754vw;
  width: 5.7083549559vw;
  height: auto;
  border-bottom: 0.1037882719vw solid #092C87;
  transform: rotate(-45.5deg);
}
.modal__detailsElem {
  position: absolute;
  top: -1.0378827193vw;
  right: 0;
  width: 10.8977685522vw;
  display: inline-flex;
  font-size: 0.5189413596vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #092C87;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__detailsElem {
    font-size: 12px;
  }
}
.modal__detailsElem:before {
  content: "";
  position: absolute;
  bottom: 0.2075765439vw;
  right: 0vw;
  width: 8.4068500259vw;
  height: 0.051894136vw;
  background-color: #092C87;
}
.modal__detailsElem:after {
  content: "";
  position: absolute;
  bottom: 0.2075765439vw;
  right: 0vw;
  width: 0.3113648158vw;
  height: 0.3113648158vw;
  background-color: #092C87;
}
.modal__innerContainer {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.modal__innerContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95.2%;
  height: 100%;
  background-color: #fff;
}
.modal__innerContainer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(../png/modal-frame-inner-edge.png);
}
.modal__heading {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  position: absolute;
  left: -3.9958484691vw;
  z-index: 3;
}
.modal__heading--btn {
  position: absolute;
  top: 0;
  left: -2.0757654385vw;
}
.modal__heading--btn .tnk__bluBtn1Label {
  color: #092C87;
}
.modal__heading--btn .tnk__bluBtn1Label:after {
  background-image: none;
  background-color: #F8E126;
}
.modal__heading--btn .tnk__bluBtn1Num {
  color: #092C87;
  left: -0.025947068vw;
}
.modal__heading--btn .tnk__bluBtn1Num:after {
  background-image: none;
  background-color: #F8E126;
}
.modal__headingContent {
  background-image: linear-gradient(#1248D5, #1276D9);
}
.modal__pageTtl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.3113648158vw 1.5568240789vw 0.3113648158vw 0.5189413596vw;
  font-size: 0.7265179035vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: #fff;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../png/modal-pagettl-edgecut.png);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__pageTtl {
    font-size: 12px;
  }
}
.modal__itmTtl {
  font-size: 1.6606123508vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal__itmTtl {
    font-size: 12px;
  }
}
.modal__thumb {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EAEAEA;
}
.modal__closeBtn {
  position: absolute;
  top: 0;
  right: -4.151530877vw;
  width: 3.1136481578vw;
  height: 3.1136481578vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #092C87;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
.modal__closeBtn svg {
  width: 0.9340944473vw;
  height: 0.9340944473vw;
  @incldue m-transition;
}
.modal__closeBtn svg #closeBtnLine1,
.modal__closeBtn svg #closeBtnLine2 {
  @incldue m-transition;
}
.modal__closeBtn:hover {
  background-color: #F8E126;
  color: #092C87;
}
.modal__closeBtn:hover svg #closeBtnLine1,
.modal__closeBtn:hover svg #closeBtnLine2 {
  stroke: #092C87;
}
.modal__navBtns {
  margin: 0.5189413596vw auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
.modal__navBtns.single--nav--next {
  justify-content: flex-end;
}
.modal__navBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.modal__navBtn:hover .modal__navBtnIcon {
  background-color: #F8E126;
}
.modal__navBtn.prev .modal__navBtnIcon {
  margin-right: 0.3632589517vw;
}
.modal__navBtn.next {
  text-align: right;
}
.modal__navBtn.next .modal__navBtnIcon {
  margin-left: 0.3632589517vw;
}
.modal__navBtnIcon {
  width: 1.5568240789vw;
  height: 1.5568240789vw;
  border: 0.051894136vw solid #092C87;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.6s ease 0s;
}
.modal__navBtnIcon svg {
  width: 0.7784120394vw;
  height: 0.2594706798vw;
}
.modal__navBtnLabel {
  font-size: 0.7784120394vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #092C87;
  text-overflow: ellipsis;
  max-width: 25.9470679813vw;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .modal__navBtnLabel {
    font-size: 12px;
  }
}
.modal__content {
  margin: auto;
  display: block;
  padding: 1.0378827193vw;
  width: 100%;
  max-width: 67.4623767514vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .modal__content {
    font-size: 12px;
  }
}
.modal__content h2 {
  margin-bottom: 1.2973533991vw;
  padding-bottom: 0.7784120394vw;
  display: inline-flex;
  width: 100%;
  font-size: 1.5568240789vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #092C87;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__content h2 {
    font-size: 12px;
  }
}
.modal__content h2:before {
  content: "";
  position: absolute;
  bottom: 0.2075765439vw;
  right: 0vw;
  width: 100%;
  height: 0.051894136vw;
  background-color: #092C87;
}
.modal__content h2:after {
  content: "";
  position: absolute;
  bottom: 0.2075765439vw;
  left: 0vw;
  width: 0.3113648158vw;
  height: 0.3113648158vw;
  background-color: #092C87;
}
.modal__content h2.no--bb {
  font-size: 2.0757654385vw;
  line-height: 1.5;
}
.modal__content h2.no--bb:before, .modal__content h2.no--bb:after {
  display: none;
}
.modal__content h3 {
  padding: 0.3632589517vw 1.0378827193vw 0.1556824079vw;
  display: inline-flex;
  font-size: 1.1416709912vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #092C87;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__content h3 {
    font-size: 12px;
  }
}
.modal__content h3 .h3--border {
  position: absolute;
  height: 100%;
  border-color: #092C87;
  border-style: solid;
  border-width: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.modal__content h3 .h3--border.border--top {
  top: 0;
  left: 1.0119356513vw;
  width: calc(100% - 1.0378827193vw);
  border-top-width: 0.0778412039vw;
}
.modal__content h3 .h3--border.border--top-edge {
  top: 0;
  left: 0;
  width: 1.0378827193vw;
  height: 1.0378827193vw;
  background-image: url(../png/h3-edge-top.png);
  border: 0;
}
.modal__content h3 .h3--border.border--left {
  bottom: 0;
  left: 0;
  height: calc(100% - 1.0378827193vw);
  border-left-width: 0.0778412039vw;
}
.modal__content h3 .h3--border.border--right {
  top: 0;
  right: 0;
  height: calc(100% - 1.0378827193vw);
  border-right-width: 0.0778412039vw;
}
.modal__content h3 .h3--border.border--bottom {
  top: 0;
  right: 1.0119356513vw;
  width: calc(100% - 1.0378827193vw);
  border-bottom-width: 0.0778412039vw;
}
.modal__content h3 .h3--border.border--bottom-edge {
  bottom: 0;
  right: 0;
  width: 1.0378827193vw;
  height: 1.0378827193vw;
  background-image: url(../png/h3-edge-bottom.png);
  border: 0;
}
.modal__content h4 {
  padding: 0.3632589517vw 1.0378827193vw 0.1556824079vw;
  width: 100%;
  font-size: 1.0378827193vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #262626;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__content h4 {
    font-size: 12px;
  }
}
.modal__content h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.0378827193vw;
  width: calc(100% - 1.0378827193vw);
  height: 100%;
  background-color: #EAEAEA;
  z-index: -1;
}
.modal__content h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0378827193vw;
  height: 1.0378827193vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../png/edge-top-left.png);
}
.modal__content h4 .h4--bgBot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.0378827193vw;
  height: calc(100% - 1.0378827193vw);
  background-color: #EAEAEA;
}
.modal__content p {
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .modal__content p {
    font-size: 12px;
  }
}
.modal__content li {
  font-size: 0.8303061754vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  color: #262626;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__content li {
    font-size: 12px;
  }
}
.modal__content .tnk__bluBtn1 {
  margin: 0 auto 0 0;
  position: relative;
  justify-content: flex-end;
}
.modal__content .imgsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.modal__content .imgsBlock img {
  overflow: hidden;
}
.modal__content .u-flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.modal__content iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  min-height: 36.3258951738vw;
}
.modal__content video {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.modal__content .video__jumpToBtns {
  margin-top: 1.0378827193vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.0378827193vw;
}
.modal__content .video__jumpToBtns button {
  margin: 0;
}
.modal__content img {
  width: auto;
}
.modal__header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 37.2599896212vw;
  margin-bottom: 2.0757654385vw;
}
@media screen and (max-width: 767px) {
  .modal__header {
    padding-bottom: 6.6666666667vw;
    padding-top: 5.3333333333vw;
    width: 70.4vw;
    margin: 0 auto 4.5333333333vw;
  }
}
.modal .stepsTtl {
  font-weight: bold;
  text-align: center;
  color: #092C87;
  font-size: 1.5568240789vw;
  line-height: 2.0757654385vw;
}
@media screen and (max-width: 767px) {
  .modal .stepsTtl {
    font-size: 6.4vw;
  }
}

/*====================================================================
modal SP
====================================================================*/
@media screen and (max-width: 767px) {
  .modal {
    backdrop-filter: blur(1.3333333333vw) brightness(115%);
  }
  .modal.page__factory-introduction .modal__frame {
    padding: 0;
  }
  .modal.page__factory-introduction .modal__heading {
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modal.page__factory-introduction .modal__heading .modal__headingContent {
    min-width: 100%;
  }
  .modal.page__factory-introduction .modal__heading .modal__headingContent .modal__itmTtl {
    padding: 10.6666666667vw 8vw 6.1333333333vw;
  }
  .modal.page__factory-introduction .modal__content {
    margin: auto;
    padding: 0;
    max-width: 100%;
  }
  .modal.page__whats-tanaka .modal__heading, .modal.page__expo-product-info .modal__heading {
    top: 0;
  }
  .modal.page__whats-tanaka .modal__heading .modal__headingContent, .modal.page__expo-product-info .modal__heading .modal__headingContent {
    min-width: 100%;
  }
  .modal.page__whats-tanaka .modal__heading .modal__headingContent .modal__itmTtl, .modal.page__expo-product-info .modal__heading .modal__headingContent .modal__itmTtl {
    padding: 12vw 5.3333333333vw 12vw;
  }
  .modal.page__whats-tanaka .modal__heading .modal__thumb, .modal.page__expo-product-info .modal__heading .modal__thumb {
    width: 100%;
  }
  .modal.page__whats-tanaka .modal__content, .modal.page__expo-product-info .modal__content {
    margin: auto;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    max-width: 100%;
  }
  .modal.page__efforts-of-tanaka .modal__container {
    top: 25.3333333333vw;
  }
  .modal.page__efforts-of-tanaka .modal__heading {
    top: 0;
  }
  .modal.page__efforts-of-tanaka .modal__heading .modal__headingContent {
    min-width: 100%;
  }
  .modal.page__efforts-of-tanaka .modal__heading .modal__headingContent .modal__itmTtl {
    padding: 12vw 5.3333333333vw 9.3333333333vw;
  }
  .modal.page__efforts-of-tanaka .modal__heading .modal__thumb {
    margin-left: 0;
    width: 100%;
  }
  .modal.page__efforts-of-tanaka .modal__content {
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
  .modal.page__efforts-of-tanaka.itm--2 .imgsBlock {
    flex-direction: column;
    justify-content: center;
  }
  .modal.page__efforts-of-tanaka.itm--2 .imgsBlock img:first-child {
    margin-bottom: 4vw;
    max-width: 48vw;
  }
  .modal.page__efforts-of-tanaka.itm--2 .imgsBlock img:last-child {
    max-width: 100%;
  }
  .modal.page__efforts-of-tanaka.itm--2 ul li {
    padding-left: 5.6vw;
  }
  .modal.page__efforts-of-tanaka.itm--2 ul li:after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal.page__efforts-of-tanaka.itm--2 ul li:after {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal.page__efforts-of-tanaka.itm--3 .u-flex {
    flex-direction: column;
  }
  .modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--1 {
    max-width: 20.5333333333vw;
  }
  .modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--2 {
    display: block;
    margin: auto;
    max-width: 66.6666666667vw;
  }
  .modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal .img--3 {
    max-width: 100%;
  }
  .modal.page__efforts-of-tanaka.itm--3 .u-flex .w-equal:first-child {
    margin-right: 0;
  }
  .modal.page__efforts-of-tanaka.itm--3 ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .modal.page__efforts-of-tanaka.itm--3 ul li span {
    margin-right: 3.4666666667vw;
  }
  .modal.page__places-of-tanaka .modal__heading {
    top: 0;
  }
  .modal.page__places-of-tanaka .modal__heading .modal__headingContent {
    min-width: 100%;
  }
  .modal.page__places-of-tanaka .modal__heading .modal__headingContent .modal__itmTtl {
    padding: 12vw 5.3333333333vw 18.6666666667vw 5.3333333333vw;
  }
  .modal.page__places-of-tanaka .modal__content {
    margin: auto;
    padding: 8vw 4vw 8vw;
  }
  .modal.page__places-of-tanaka .modal__content--pot-img {
    margin: 0vw auto 13.3333333333vw;
    max-width: 75.7333333333vw;
  }
  .modal.page__seminars .modal__heading {
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modal.page__seminars .modal__heading .modal__headingContent {
    min-width: 100%;
  }
  .modal.page__seminars .modal__heading .modal__headingContent .modal__itmTtl {
    padding: 10.6666666667vw 8vw 6.1333333333vw;
  }
  .modal.page__seminars .modal__content {
    margin: auto;
    padding: 5.3333333333vw 4vw;
    max-width: 100%;
  }
  .modal__container {
    padding: 0vw 5.3333333333vw 21.3333333333vw;
    position: absolute;
    top: 29.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .modal__frame {
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
  .modal__frame--top {
    display: none;
  }
  .modal__frame--left {
    border-left: 0.2666666667vw solid #092C87;
  }
  .modal__frame--right {
    height: calc(100% - 8.5333333333vw);
    border-right: 0.2666666667vw solid #092C87;
  }
  .modal__frame--bottom {
    width: 80.8266666667vw;
    border-bottom: 0.2666666667vw solid #092C87;
  }
  .modal__frame--bottom-edge {
    bottom: 4.24vw;
    right: -1.7066666667vw;
    width: 12vw;
    border-bottom: 0.2666666667vw solid #092C87;
    transform: rotate(-45.5deg);
  }
  .modal__detailsElem {
    top: -5.3333333333vw;
    right: auto;
    left: 5.3333333333vw;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__detailsElem {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__detailsElem:before {
    bottom: 1.0666666667vw;
    right: -44vw;
    width: 43.2vw;
    height: 0.2666666667vw;
  }
  .modal__detailsElem:after {
    bottom: 1.0666666667vw;
    right: -44vw;
    width: 1.6vw;
    height: 1.6vw;
    background-color: #092C87;
  }
  .modal__innerContainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 7.4666666667vw);
    height: 100%;
    background-color: #fff;
  }
  .modal__innerContainer:after {
    width: 7.6vw;
  }
  .modal__heading {
    margin-top: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .modal__heading--btn {
    position: absolute;
    top: 0;
    left: -1.6vw;
  }
  .modal__heading--btn .tnk__bluBtn1Num {
    left: -0.1333333333vw;
  }
  .modal__headingContent {
    background-image: linear-gradient(#1248D5, #1276D9);
  }
  .modal__pageTtl {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 1.6vw 8vw 1.6vw 2.6666666667vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    color: #fff;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../png/modal-pagettl-edgecut.png);
    overflow: hidden;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__pageTtl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__itmTtl {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__itmTtl {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__thumb {
    height: 40vw;
  }
  .modal__closeBtn {
    top: -8vw;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    z-index: 3;
  }
  .modal__closeBtn svg {
    width: 4.8vw;
    height: 4.8vw;
  }
  .modal__navBtns {
    margin: 2.6666666667vw auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }
  .modal__navBtn.prev .modal__navBtnIcon {
    margin-right: 1.3333333333vw;
  }
  .modal__navBtn.next .modal__navBtnIcon {
    margin-left: 1.3333333333vw;
  }
  .modal__navBtnIcon {
    padding: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border: 0.2666666667vw solid #092C87;
  }
  .modal__navBtnIcon svg {
    width: 3.7333333333vw;
    height: 1.3333333333vw;
  }
  .modal__navBtnLabel {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1;
    color: #092C87;
    text-overflow: ellipsis;
    max-width: 32vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__navBtnLabel {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    display: block;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    max-width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7.7333333333vw;
    height: calc(100% - 7.4666666667vw);
    background-color: #fff;
    z-index: -1;
  }
  .modal__content h2 {
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.33;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content h2 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content h2:before {
    bottom: 1.0666666667vw;
    height: 0.2666666667vw;
  }
  .modal__content h2:after {
    bottom: 1.0666666667vw;
    left: 0vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .modal__content h3 {
    padding: 1.3333333333vw 4.2666666667vw 0.8vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content h3 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content h3 .h3--border.border--top {
    left: 3.8666666667vw;
    width: calc(100% - 4vw);
    border-top-width: 0.2666666667vw;
  }
  .modal__content h3 .h3--border.border--top-edge {
    width: 4vw;
    height: 4vw;
  }
  .modal__content h3 .h3--border.border--left {
    height: calc(100% - 4vw);
    border-left-width: 0.2666666667vw;
  }
  .modal__content h3 .h3--border.border--right {
    height: calc(100% - 4vw);
    border-right-width: 0.2666666667vw;
  }
  .modal__content h3 .h3--border.border--bottom {
    right: 3.8666666667vw;
    width: calc(100% - 4vw);
    border-bottom-width: 0.2666666667vw;
  }
  .modal__content h3 .h3--border.border--bottom-edge {
    width: 4vw;
    height: 4vw;
  }
  .modal__content h4 {
    padding: 1.8666666667vw 4vw 0.8vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content h4:before {
    left: 4vw;
    width: calc(100% - 4vw);
  }
  .modal__content h4:after {
    width: 4vw;
    height: 4vw;
  }
  .modal__content h4 .h4--bgBot {
    width: 4vw;
    height: calc(100% - 4vw);
  }
  .modal__content p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #262626;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__content li {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__content iframe {
    width: 100%;
    min-height: 106.6666666667vw;
  }
  .modal__content video {
    width: 100%;
  }
  .modal__content .video__jumpToBtns {
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .modal .wp-video {
    width: 100% !important;
  }
  .modal .wp-video video {
    height: auto;
    min-height: 0;
  }
  .modal.infoModal .modal__header {
    margin-bottom: 0;
    padding: 6.6666666667vw;
    width: 100%;
    max-width: initial;
  }
  .modal.infoModal .modal__closeBtn {
    top: -10px;
    right: 5px;
  }
  .modal.infoModal .modal__container {
    padding: 5.3333333333vw;
  }
  .modal.infoModal .modal__content {
    padding: 0 0 13.3333333333vw;
  }
  .modal.infoModal .modal__frame {
    padding: 10px;
  }
  .modal.infoModal .modal__frame--top {
    top: 0;
    display: block;
  }
  .modal.infoModal .modal__frame--right {
    right: 0;
  }
  .modal.infoModal .modal__frame--left {
    top: 0;
    left: 0;
  }
  .modal.infoModal .seminars {
    padding: 0;
  }
  .modal.infoModal .seminars.customer--information--form .seminars__field {
    padding: 0 6.6666666667vw 6.6666666667vw;
    max-width: initial;
  }
  .modal.infoModal .seminars.customer--information--form .seminars__field .seminars__itm td {
    width: 100%;
  }
  .modal.infoModal .seminars.customer--information--form .seminars__field input {
    border-width: 1px;
  }
  .modal.infoModal .seminars__agreement {
    padding: 0 6.6666666667vw;
  }
  .modal.infoModal .seminars__agreementBox {
    margin-top: 0;
  }
  .modal.infoModal .stepsTtl {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
/*-----------------------------------------------
pageLabel
------------------------------------------------*/
.pageLabel {
  margin: 0 0;
  padding: 5.1894135963vw 1.6606123508vw 0;
  box-sizing: border-box;
  display: block;
}
.pageLabel__head {
  margin-bottom: 0.6227296316vw;
  font-size: 3.6325895174vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.22;
  color: #092C87;
}
@media screen and (max-width: 767px) {
  .pageLabel__head {
    font-size: 12px;
  }
}
.pageLabel__cap {
  display: inline-flex;
  font-size: 0.5189413596vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #092C87;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageLabel__cap {
    font-size: 12px;
  }
}
.pageLabel__cap:before {
  content: "";
  position: absolute;
  bottom: 0.1037882719vw;
  right: -8.8220031136vw;
  width: 8.4068500259vw;
  height: 0.051894136vw;
  background-color: #092C87;
}
.pageLabel__cap:after {
  content: "";
  position: absolute;
  bottom: 0.1037882719vw;
  right: -8.8220031136vw;
  width: 0.3113648158vw;
  height: 0.3113648158vw;
  background-color: #092C87;
}

/*====================================================================
pageLabel SP
====================================================================*/
@media screen and (max-width: 767px) {
  .pageLabel {
    padding: 0 5.6vw 0;
  }
  .pageLabel__head {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageLabel__head {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .pageLabel__cap {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageLabel__cap {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .pageLabel__cap:before {
    bottom: 0.5333333333vw;
    right: -44vw;
    width: 43.2vw;
    height: 0.2666666667vw;
  }
  .pageLabel__cap:after {
    bottom: 0.5333333333vw;
    right: -44vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
/*-----------------------------------------------
pageSwitch
------------------------------------------------*/
.pageSwitch {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 29;
}
.pageSwitch__container {
  padding: 0.8303061754vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  box-sizing: border-box;
  gap: 0 3.3212247016vw;
}
.pageSwitch__linkItm {
  padding: 0.3632589517vw 1.0378827193vw;
  width: 100%;
  max-width: 24.9091852621vw;
  font-size: 0.7784120394vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.73;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #092C87;
  position: relative;
  box-sizing: border-box;
  transition: all 0.6s ease 0s;
  text-align: center;
  gap: 0 0.4670472237vw;
}
@media screen and (max-width: 767px) {
  .pageSwitch__linkItm {
    font-size: 12px;
  }
}
.pageSwitch__linkItm:hover {
  background-color: #F8E126;
  color: #092C87;
}
.pageSwitch__linkItm:hover:first-child .pageSwitch__arrow {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.pageSwitch__linkItm:hover:last-child .pageSwitch__arrow {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.pageSwitch__linkItm:hover.departmentTop .pageSwitch__arrow {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.pageSwitch__linkItm:first-child .pageSwitch__arrow {
  transform: rotateY(180deg);
  right: auto;
}
.pageSwitch__linkItm:last-child .pageSwitch__arrow {
  right: auto;
}
.pageSwitch__linkItm.departmentTop .pageSwitch__arrow {
  transform: rotate(-90deg);
}
.pageSwitch__txt {
  max-width: 18.1629475869vw;
  display: table-cell;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageSwitch__arrow {
  display: block;
  width: 1.0378827193vw;
  height: 0.3113648158vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-white.svg);
  transition: all 0.6s ease 0s;
}

/*====================================================================
pageSwitch SP
====================================================================*/
@media screen and (max-width: 767px) {
  .pageSwitch {
    position: relative;
    background-color: white;
    backdrop-filter: blur(0.2594706798vw) brightness(115%);
  }
  .pageSwitch__container {
    padding: 2.6666666667vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2.6666666667vw 4vw;
  }
  .pageSwitch__linkItm {
    padding: 2.4vw 0;
    max-width: 33%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageSwitch__linkItm {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .pageSwitch__txt {
    max-width: 18.6666666667vw;
  }
  .pageSwitch__arrow {
    width: 4.2666666667vw;
    height: 1.3333333333vw;
  }
}
/*-----------------------------------------------
Box Partial Border
------------------------------------------------*/
.tnk__itmPartialBorder {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
}
.tnk__itmPartialBorder.top-left {
  top: -0.0778412039vw;
  left: -0.0778412039vw;
  border-top: 0.1037882719vw solid #F8E126;
  border-left: 0.1037882719vw solid #F8E126;
}
.tnk__itmPartialBorder.top-right {
  top: -0.0778412039vw;
  right: -0.0778412039vw;
  border-top: 0.1037882719vw solid #F8E126;
  border-right: 0.1037882719vw solid #F8E126;
}
.tnk__itmPartialBorder.bottom-left {
  bottom: -0.0778412039vw;
  left: -0.0778412039vw;
  border-bottom: 0.1037882719vw solid #F8E126;
  border-left: 0.1037882719vw solid #F8E126;
}
.tnk__itmPartialBorder.bottom-right {
  bottom: -0.0778412039vw;
  right: -0.0778412039vw;
  border-bottom: 0.1037882719vw solid #F8E126;
  border-right: 0.1037882719vw solid #F8E126;
}

/*====================================================================
Box Partial Border SP
====================================================================*/
@media screen and (max-width: 767px) {
  .tnk__itmPartialBorder.top-left {
    top: -0.4vw;
    left: -0.4vw;
    border-top: 0.5333333333vw solid #F8E126;
    border-left: 0.5333333333vw solid #F8E126;
  }
  .tnk__itmPartialBorder.top-right {
    top: -0.4vw;
    right: -0.4vw;
    border-top: 0.5333333333vw solid #F8E126;
    border-right: 0.5333333333vw solid #F8E126;
  }
  .tnk__itmPartialBorder.bottom-left {
    bottom: -0.4vw;
    left: -0.4vw;
    border-bottom: 0.5333333333vw solid #F8E126;
    border-left: 0.5333333333vw solid #F8E126;
  }
  .tnk__itmPartialBorder.bottom-right {
    bottom: -0.4vw;
    right: -0.4vw;
    border-bottom: 0.5333333333vw solid #F8E126;
    border-right: 0.5333333333vw solid #F8E126;
  }
}
/*-----------------------------------------------
side fixed content
------------------------------------------------*/
.sideFx {
  position: fixed;
  bottom: 4.151530877vw;
  right: 1.6606123508vw;
  z-index: 29;
  pointer-events: none;
}
.sideFx__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.sideFx__label {
  margin-bottom: 1.1416709912vw;
  font-size: 0.8303061754vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.16;
  color: #092C87;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .sideFx__label {
    font-size: 12px;
  }
}
.sideFx__figure {
  width: 100%;
  max-width: 2.2833419824vw;
}

/*====================================================================
side fixed content SP
====================================================================*/
@media screen and (max-width: 767px) {
  .sideFx {
    position: absolute;
    bottom: auto;
    right: auto;
  }
  .page-template-page-expo-whats-new .sideFx, .page-template-page-en-expo-whats-new .sideFx, .page-template-page-en-expo-product-info .sideFx, .page-template-page-expo-product-info .sideFx {
    display: block;
    position: fixed;
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: 100%;
  }
  .sideFx__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .sideFx__label {
    order: 2;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.16;
    color: #092C87;
    writing-mode: unset;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sideFx__label {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sideFx__figure {
    margin-right: 2.1333333333vw;
    order: 1;
    width: 100%;
    max-width: 8vw;
  }
}
/*-----------------------------------------------
Common Blue Button
------------------------------------------------*/
.tnk__bluBtn1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  z-index: 3;
}
.tnk__bluBtn1.external--link .tnk__bluBtn1Icon {
  background-image: none;
  position: relative;
}
.tnk__bluBtn1.external--link .tnk__bluBtn1Icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  font-size: 0.9859885833vw;
  text-rendering: auto;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .tnk__bluBtn1.external--link .tnk__bluBtn1Icon:before {
    font-size: 3.7333333333vw;
  }
}
.tnk__bluBtn1Label {
  padding: 0.6227296316vw 1.0378827193vw 0.6227296316vw 1.1935651271vw;
  font-size: 0.9859885833vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  transition: all 0.6s ease 0s;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tnk__bluBtn1Label {
    font-size: 12px;
  }
}
.tnk__bluBtn1Label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1276D9;
  transform: skew(-10deg);
  z-index: -1;
  transition: all 0.6s ease 0s;
}
.tnk__bluBtn1Label.expoLinkLabel {
  min-width: 17.1250648677vw;
  text-align: center;
}
.expo .tnk__bluBtn1Label.expoLinkLabel {
  min-width: auto;
}
.tnk__bluBtn1Label.expoLinkLabel:after {
  background-image: none;
  background-color: #000;
  transform: skew(0);
}
.tnk__bluBtn1Icon {
  width: 3.1136481578vw;
  height: auto;
  background-size: 1.0378827193vw 0.3113648158vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-white.svg);
  position: relative;
  transition: all 0.6s ease 0s;
}
.backBtn .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-left-white.svg);
}
.tnk__bluBtn1Icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.051894136vw;
  width: 100%;
  height: 100%;
  background-color: #092C87;
  transform: skew(-10deg);
  z-index: -1;
  transition: all 0.6s ease 0s;
}
.tnk__bluBtn1Num {
  font-family: "Montserrat", sans-serif;
  width: 2.802283342vw;
  height: auto;
  font-size: 1.5049299429vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .tnk__bluBtn1Num {
    font-size: 12px;
  }
}
.tnk__bluBtn1Num:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1037882719vw;
  width: 100%;
  height: 100%;
  background-color: #092C87;
  transform: skew(-10deg);
  z-index: -1;
  transition: all 0.6s ease 0s;
}

/*====================================================================
Common Blue Button SP
====================================================================*/
@media screen and (max-width: 767px) {
  .tnk__bluBtn1Label {
    padding: 0.8vw 2.6666666667vw 0.8vw 3.4666666667vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tnk__bluBtn1Label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tnk__bluBtn1Icon {
    width: 8.8vw;
    background-size: 4.2666666667vw 1.3333333333vw;
  }
  .tnk__bluBtn1Icon:after {
    left: -0.2666666667vw;
  }
  .tnk__bluBtn1Num {
    left: -0.5333333333vw;
    width: 9.6vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tnk__bluBtn1Num {
    font-size: 4.5333333333vw;
  }
}
/*-----------------------------------------------
Swipe Instruction
------------------------------------------------*/
.swipeInstruction {
  padding: 14.6666666667vw 0 10.6666666667vw;
  position: absolute;
  top: 55.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 53.3333333333vw;
  background-color: rgba(9, 44, 135, 0.9);
  backdrop-filter: blur(2.6666666667vw) brightness(115%);
  z-index: 2;
  display: none;
}
.swipeInstruction__figure {
  display: block;
}
.swipeInstruction__arrow {
  margin: 0 auto;
  width: 100%;
  max-width: 34.1333333333vw;
  display: block;
}
.swipeInstruction__hand {
  margin: -3.2vw auto 3.7333333333vw;
  width: 100%;
  max-width: 13.3333333333vw;
  display: block;
  animation: handSwiping 2s linear infinite;
}
.swipeInstruction__label {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .swipeInstruction__label {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .swipeInstruction {
    display: block;
  }
}

/*-----------------------------------------------
scrollDown
------------------------------------------------*/
.scrollDown {
  position: fixed;
  top: 90vh;
  right: 5.3333333333vw;
  width: 100%;
  max-width: 12vw;
  height: 12vw;
  border: 0.2666666667vw solid #092C87;
  border-radius: 100%;
  display: none;
  animation: scrollDown 1.5s linear infinite;
}
.scrollDown__icon {
  width: 100%;
  max-width: 16px;
}
@media screen and (max-width: 767px) {
  .scrollDown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

/*====================================================================
Seminars PC
====================================================================*/
.seminars {
  /* =======================
  RADIO BUTTON
  * ======================= */
  /* =======================
  CHECKBOX
  * ======================= */
  /* =======================
  Agreement CHECKBOX
  * ======================= */
}
.seminars__container {
  margin: 0 auto;
  width: 100%;
  max-width: 48.4691229891vw;
}
.seminars__field {
  width: 100%;
}
.seminars .inq--theatre,
.seminars .inq--departmentid,
.seminars .inq--languageVersion {
  display: none;
}
.seminars .inq--theatre input,
.seminars .inq--departmentid input,
.seminars .inq--languageVersion input {
  pointer-events: none;
  opacity: 0;
  display: none;
  height: 0;
  width: 0;
}
.seminars .inq--deptname {
  display: none;
}
.seminars__itm td {
  vertical-align: top;
  padding: 1.5568240789vw 0;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seminars__itm td {
    font-size: 12px;
  }
}
.seminars__itm td:first-child {
  width: 24.63%;
  font-weight: bold;
}
.seminars__itm td:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.0378827193vw;
}
.seminars__itm td input[type=text],
.seminars__itm td input[type=tel],
.seminars__itm td textarea {
  padding: 0.2594706798vw 0.5189413596vw;
  box-sizing: border-box;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .seminars__itm td input[type=text],
  .seminars__itm td input[type=tel],
  .seminars__itm td textarea {
    font-size: 12px;
  }
}
.seminars__itm td input[type=text],
.seminars__itm td input[type=tel] {
  width: 50%;
}
.seminars__itm td textarea {
  width: 100%;
  resize: none;
}
.seminars__itm td.seminars__blck {
  display: block;
}
.seminars__itm.has-error .seminars__errorCode {
  display: block;
}
.seminars__labelReq {
  display: block;
  font-size: 0.8303061754vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #E83131;
}
@media screen and (max-width: 767px) {
  .seminars__labelReq {
    font-size: 12px;
  }
}
.seminars__errorCode {
  position: absolute;
  bottom: -0.5189413596vw;
  left: 0;
  font-size: 0.7265179035vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #E83131;
  display: none;
}
@media screen and (max-width: 767px) {
  .seminars__errorCode {
    font-size: 12px;
  }
}
.seminars__blckHeading {
  margin-bottom: 0.5189413596vw;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(38, 38, 38, 0.5);
}
@media screen and (max-width: 767px) {
  .seminars__blckHeading {
    font-size: 12px;
  }
}
.seminars__daysOption {
  margin-bottom: 0.5189413596vw;
}
.seminars__daysOption, .seminars__timeOption {
  gap: 1.0378827193vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.seminars__daysOption .seminars__customField, .seminars__timeOption .seminars__customField {
  display: none;
}
.seminars__daysOption .seminars__customField.is-visible, .seminars__timeOption .seminars__customField.is-visible {
  display: block;
}
.seminars#seminars-confirm .seminars__customField {
  display: block;
}
.seminars#seminars-confirm .day_option_result {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.seminars__customField {
  word-break: keep-all;
  box-sizing: border-box;
  border: 0.1037882719vw solid rgba(17, 16, 17, 0.2);
}
.seminars__customField svg {
  width: 1.1935651271vw;
  height: 0.9340944473vw;
  margin-right: 0.3632589517vw;
}
@media screen and (max-width: 767px) {
  .seminars__customField svg {
    width: 4.088vw;
    height: 3.2vw;
    margin-right: 0.4533333333vw;
  }
}
.seminars__customField.is-active {
  background-color: #1248D5;
}
.seminars__customField.is-active svg path {
  fill: #f8df1b;
}
.seminars__agreement {
  display: block;
  position: relative;
}
.seminars__agreement.has-error .seminars__errorCode {
  margin: auto;
  display: block;
  bottom: -0.7784120394vw;
  left: 0;
  right: 0;
}
.seminars__agreement .seminars__customField {
  border: 0;
}
.seminars__agreementHeading {
  text-align: center;
}
.seminars__agreementBox {
  margin: 1.5568240789vw auto 2.5947067981vw;
  padding: 1.1935651271vw 1.5568240789vw;
  border: 0.051894136vw solid #000;
  height: 18.1629475869vw;
  overflow: scroll;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seminars__agreementBox {
    font-size: 12px;
  }
}
.seminars__agreementBoxTtl {
  font-weight: bold;
  margin-bottom: 1.1935651271vw;
  font-size: 0.8303061754vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminars__agreementBoxTtl {
    font-size: 3.2vw;
  }
}
.seminars__agreementBoxText {
  font-weight: 500;
  font-size: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .seminars__agreementBoxText {
    font-size: 3.2vw !important;
  }
}
.seminars ol.seminars__agreementBoxList {
  padding-left: 0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .seminars ol.seminars__agreementBoxList {
    padding-left: 2.6666666667vw;
  }
}
.seminars li.seminars__agreementBoxText a {
  color: #1248D5;
  text-decoration: underline;
}
.seminars .agreementChkbox {
  background: #fff;
  width: 2.0757654385vw;
  height: 2.0757654385vw;
  border: 0.051894136vw solid #aaa;
  display: inline-block;
  position: relative;
  margin-right: 0.4151530877vw;
}
@media screen and (max-width: 767px) {
  .seminars .agreementChkbox {
    width: 8vw;
    height: 8vw;
    margin-right: 2.1333333333vw;
  }
}
.seminars .agreementChkbox svg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seminars .is-active .agreementChkbox {
  background: #1248D5;
  border: 0.051894136vw solid #1248D5;
}
.seminars__agreementCheckmark {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.seminars__agreementCheckmark .seminars__customField [name=agreement] {
  display: none;
}
.seminars__agreementCheckmark .seminars__customField.is-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .seminars__agreementCheckmark .seminars__fieldLabel {
    font-size: 3.7333333333vw;
  }
}
.seminars__btns {
  margin-top: 2.0757654385vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1.0378827193vw;
}
@media screen and (max-width: 767px) {
  .seminars__btns {
    margin-top: 5.3333333333vw;
  }
}
.seminars__submitBtn {
  border: none;
  cursor: pointer;
  background: none;
}
.seminars__submitBtn .tnk__bluBtn1Label {
  padding-left: 4.6704722366vw;
  padding-right: 4.151530877vw;
}
@media screen and (max-width: 767px) {
  .seminars__submitBtn .tnk__bluBtn1Label {
    padding-left: 4vw;
    padding-right: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.seminars__submitBtn.disabled {
  pointer-events: none;
}
.seminars__submitBtn.disabled .tnk__bluBtn1Label:after {
  background-image: linear-gradient(to right, #d2d0d2, #d2d0d2);
}
.seminars__submitBtn.disabled .tnk__bluBtn1Icon:after {
  background-image: linear-gradient(to right, #d2d0d2, #d2d0d2);
}
.seminars.customer--information--form .seminars__field {
  max-width: 39.5433316035vw;
  margin: auto;
}
.seminars.customer--information--form .seminars__field .seminars__itm td:first-child {
  width: 30.472441%;
  font-weight: bold;
}
.seminars.customer--information--form .seminars__field input[type=text],
.seminars.customer--information--form .seminars__field input[type=tel] {
  width: 100%;
}
.seminars.customer--information--form .seminars__btns {
  font-size: 0;
  letter-spacing: 0;
}
.seminars.customer--information--form .seminars__btns .seminars__submitBtn.return--btn .tnk__bluBtn1Icon {
  margin-right: -0.1037882719vw;
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-left-white.svg);
}
.seminars [type=radio]:checked,
.seminars [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.seminars [type=radio]:checked + label,
.seminars [type=radio]:not(:checked) + label {
  position: relative;
  padding: 0.8303061754vw 1.0378827193vw;
  cursor: pointer;
  line-height: 1.5;
  display: inline-block;
  color: #666;
}
.seminars .js-date [type=radio]:checked + label,
.seminars .js-date [type=radio]:not(:checked) + label {
  padding: 0.2594706798vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .seminars .js-date [type=radio]:checked + label,
  .seminars .js-date [type=radio]:not(:checked) + label {
    padding: 1.3333333333vw;
  }
}
.seminars .js-date [type=radio]:checked + label label svg,
.seminars .js-date [type=radio]:not(:checked) + label label svg {
  margin: 0.5189413596vw 0 0;
}
@media screen and (max-width: 767px) {
  .seminars .js-date [type=radio]:checked + label label svg,
  .seminars .js-date [type=radio]:not(:checked) + label label svg {
    margin: 0.4533333333vw 0 0;
  }
}
.seminars .js-date [type=radio]:checked + label .seminars__fieldLabel,
.seminars .js-date [type=radio]:not(:checked) + label .seminars__fieldLabel {
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 4.151530877vw;
  height: auto;
}
.seminars .is-taken,
.seminars .is-approved {
  background: #dadada;
  pointer-events: none;
  border-color: #dadada;
}
.seminars .is-taken .seminars__fieldLabel,
.seminars .is-approved .seminars__fieldLabel {
  color: #fff;
  border-color: #dadada;
}
.seminars [type=radio]:checked + .seminars__fieldLabel {
  color: #fff;
}
.seminars__fieldLabel span {
  padding: 0.2594706798vw 0;
  display: block;
}
.seminars [type=checkbox]:checked,
.seminars [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.seminars [type=checkbox]:checked + label,
.seminars [type=checkbox]:not(:checked) + label {
  padding: 0.5189413596vw 1.5568240789vw;
  position: relative;
  cursor: pointer;
  line-height: 1.0378827193vw;
  display: inline-block;
  color: #666;
}
.seminars [type=checkbox]:checked + .seminars__fieldLabel {
  color: #fff;
}
.seminars .agreeCheckBox:checked,
.seminars .agreeCheckBox:not(:checked) {
  position: absolute;
  left: -9999px;
}
.seminars .agreeCheckBox:checked + label,
.seminars .agreeCheckBox:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: rgba(38, 38, 38, 0.8);
}
@media screen and (max-width: 767px) {
  .seminars .agreeCheckBox:checked + label,
  .seminars .agreeCheckBox:not(:checked) + label {
    font-size: 12px;
  }
}
.seminars .agreeCheckBox:checked + label:before,
.seminars .agreeCheckBox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.1037882719vw);
  transform: translateY(-50%);
  width: 0.9340944473vw;
  height: 0.9340944473vw;
  border: 0.051894136vw solid #262626;
  background: #fff;
  content: none;
}
.seminars .agreeCheckBox:checked + .seminars__fieldLabel {
  color: rgba(38, 38, 38, 0.8);
}
.seminars .agreeCheckBox:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0.2075765439vw;
  top: calc(50% - 0.1037882719vw);
  background: rgba(0, 0, 0, 0.2);
  width: 0.1037882719vw;
  height: 0.1037882719vw;
  transition: all 0.2s ease;
  width: 0.1037882719vw;
  height: 0.1037882719vw;
  box-shadow: 0.1037882719vw 0 0 rgba(0, 0, 0, 0.2), 0.2075765439vw 0 0 rgba(0, 0, 0, 0.2), 0.2075765439vw -0.1037882719vw 0 rgba(0, 0, 0, 0.2), 0.2075765439vw -0.2075765439vw 0 rgba(0, 0, 0, 0.2), 0.2075765439vw -0.3113648158vw 0 rgba(0, 0, 0, 0.2), 0.2075765439vw -0.4151530877vw 0 rgba(0, 0, 0, 0.2);
  transform: rotate(45deg) translateY(-50%);
  content: none;
}
.seminars .agreeCheckBox:checked + label:after {
  content: "";
  position: absolute;
  left: 0.2075765439vw;
  top: calc(50% - 0.1037882719vw);
  background: #1248d5;
  width: 0.1037882719vw;
  height: 0.1037882719vw;
  transition: all 0.2s ease;
  width: 0.1037882719vw;
  height: 0.1037882719vw;
  box-shadow: 0.1037882719vw 0 0 #1248d5, 0.2075765439vw 0 0 #1248d5, 0.2075765439vw -0.1037882719vw 0 #1248d5, 0.2075765439vw -0.2075765439vw 0 #1248d5, 0.2075765439vw -0.3113648158vw 0 #1248d5, 0.2075765439vw -0.4151530877vw 0 #1248d5;
  transform: rotate(45deg) translateY(-50%);
  content: none;
}
.seminars .agreeCheckBox:not(:checked) + label:after {
  opacity: 0;
}
.seminars .agreeCheckBox:checked + label:after {
  opacity: 1;
}

/*====================================================================
seminars SP
====================================================================*/
@media screen and (max-width: 767px) {
  .seminars {
    margin: auto;
    padding: 2.6666666667vw 0 10.6666666667vw;
    /* =======================
    RADIO BUTTON
    * ======================= */
    /* =======================
    CHECKBOX
    * ======================= */
    /* =======================
    Agreement CHECKBOX
    * ======================= */
  }
  .seminars__container {
    max-width: 100%;
  }
  .seminars__itm {
    margin-bottom: 2.6666666667vw;
    display: block;
  }
  .seminars__itm td {
    display: block;
    padding: 3.3333333333vw 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__itm td {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__itm td:first-child {
    padding: 0vw 0;
    width: 100%;
  }
  .seminars__itm td:last-child {
    padding: 0 0 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2.6666666667vw;
  }
  .seminars__itm td input[type=text],
  .seminars__itm td input[type=tel],
  .seminars__itm td textarea {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__itm td input[type=text],
  .seminars__itm td input[type=tel],
  .seminars__itm td textarea {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__itm td input[type=text],
  .seminars__itm td input[type=tel] {
    width: 100%;
  }
  .seminars__itm td textarea {
    height: 34.6666666667vw;
  }
  .seminars__itm:last-child {
    margin-bottom: 0;
  }
  .seminars__labelReq {
    margin-bottom: 1.3333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #E83131;
    display: inline-block;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__labelReq {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__errorCode {
    bottom: -2.6666666667vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #E83131;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__errorCode {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__blckHeading {
    margin-bottom: 1.3333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: rgba(38, 38, 38, 0.5);
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__blckHeading {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__daysOption {
    margin-bottom: 1.3333333333vw;
  }
  .seminars__daysOption .seminars__fieldLabel {
    width: 10.6666666667vw;
  }
  #seminars-confirm .seminars__daysOption .seminars__fieldLabel {
    width: auto;
  }
  .seminars__daysOption, .seminars__timeOption {
    gap: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .seminars__customField {
    border: 0.2666666667vw solid rgba(17, 16, 17, 0.2);
  }
  .seminars__agreement.has-error .seminars__errorCode {
    bottom: -1.3333333333vw;
  }
  .seminars__agreementBox {
    margin: 4vw auto 4vw;
    padding: 3.4666666667vw 4vw;
    border: 0.2666666667vw solid #000;
    height: 53.3333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars__agreementBox {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2.6666666667vw;
  }
  .seminars__submitBtn:disabled {
    background-color: #d2d0d2;
  }
  .seminars [type=radio]:checked + label,
  .seminars [type=radio]:not(:checked) + label {
    position: relative;
    padding: 1.8666666667vw 2.6666666667vw;
    text-align: center;
  }
  .seminars__fieldLabel span {
    padding: 0.6666666667vw 0;
  }
  .seminars [type=checkbox]:checked + label,
  .seminars [type=checkbox]:not(:checked) + label {
    padding: 1.3333333333vw 4vw;
    line-height: 1.5;
  }
  .seminars .agreeCheckBox:checked + label,
  .seminars .agreeCheckBox:not(:checked) + label {
    padding: 0 0 0 5.3333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    color: rgba(38, 38, 38, 0.8);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminars .agreeCheckBox:checked + label,
  .seminars .agreeCheckBox:not(:checked) + label {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .seminars .agreeCheckBox:checked + label:before,
  .seminars .agreeCheckBox:not(:checked) + label:before {
    top: calc(50% - 0.2666666667vw);
    transform: translateY(-50%);
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border: 0.2666666667vw solid #262626;
    content: none;
  }
  .seminars .agreeCheckBox:not(:checked) + label:after {
    content: "";
    position: absolute;
    left: 0.5333333333vw;
    top: calc(50% - 0.2666666667vw);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    width: 0.5333333333vw;
    height: 0.5333333333vw;
    box-shadow: 0.5333333333vw 0 0 rgba(0, 0, 0, 0.2), 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2), 1.0666666667vw -0.5333333333vw 0 rgba(0, 0, 0, 0.2), 1.0666666667vw -1.0666666667vw 0 rgba(0, 0, 0, 0.2), 1.0666666667vw -1.6vw 0 rgba(0, 0, 0, 0.2), 1.0666666667vw -2.1333333333vw 0 rgba(0, 0, 0, 0.2);
    transform: rotate(45deg) translateY(-50%);
    content: none;
  }
  .seminars .agreeCheckBox:checked + label:after {
    content: "";
    position: absolute;
    left: 0.5333333333vw;
    top: calc(50% - 0.2666666667vw);
    background: #1248d5;
    width: 0.5333333333vw;
    height: 0.5333333333vw;
    box-shadow: 0.5333333333vw 0 0 #1248d5, 1.0666666667vw 0 0 #1248d5, 1.0666666667vw -0.5333333333vw 0 #1248d5, 1.0666666667vw -1.0666666667vw 0 #1248d5, 1.0666666667vw -1.6vw 0 #1248d5, 1.0666666667vw -2.1333333333vw 0 #1248d5;
    transform: rotate(45deg) translateY(-50%);
    content: none;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Yu gothic", sans-serif;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  position: relative;
  display: none;
}
body.menu-is-active {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow: scroll;
  }
  body.modal-is-active {
    overflow: hidden;
  }
}

main {
  position: relative;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
Font weight class
------------------------------------------------*/
.fw--bold {
  font-weight: bold;
}

.fw--medium {
  font-weight: 500;
}

/*-----------------------------------------------
Js Modal Btn
------------------------------------------------*/
.js--modalProduct,
.js--modalBtn {
  cursor: pointer;
}

/*-----------------------------------------------
Mobile Sticky for scrolling viewport
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mob-xstck-wrapper {
    position: sticky;
    top: 0;
    left: 0;
  }
  .mob-xstck-wrapper.tech-presentation {
    position: relative;
  }
}
/*-----------------------------------------------
Sweet alert text size custom
------------------------------------------------*/
.swal2-popup {
  width: 40em !important;
}

.swal2-html-container {
  font-size: 1.349247535vw !important;
}

@media screen and (max-width: 767px) {
  .swal2-html-container {
    font-size: 4vw !important;
  }
}
/*-----------------------------------------------
PAge 404
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page--404 .pageLabel {
    padding-top: 30vw;
  }
}
/*-----------------------------------------------
Expo Page Video Chapters custom styles
------------------------------------------------*/
.video__jumpToBtn {
  margin-bottom: 0.5189413596vw;
  padding: 0.5189413596vw 0.5189413596vw;
  font-size: 0.9859885833vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  color: #fff;
  transition: all 0.6s ease 0s;
  box-sizing: border-box;
  position: relative;
  background-color: #092C87;
  border: 0;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .video__jumpToBtn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .video__jumpToBtn {
    margin-bottom: 2.6666666667vw;
    padding: 0.8vw 2.6666666667vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .video__jumpToBtn {
    font-size: 3.4666666667vw;
  }
}

/*-----------------------------------------------
Custom Styles
------------------------------------------------*/
.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .alignright {
    margin: auto;
  }
  .alignleft {
    margin: auto;
  }
}
.wp-video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.wp-movie-720 {
  width: 720px;
  height: 404px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wp-movie-720 {
    width: 100%;
    height: auto;
  }
}
.wp-movie-720-nh {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wp-movie-720-nh {
    width: 100%;
  }
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoModal__container .video-wrapper {
  width: 63.829787234vw;
  height: 26.2584327971vw;
}
@media screen and (max-width: 767px) {
  .videoModal__container .video-wrapper {
    width: 90vw;
  }
}
.videoModal__container .video-wrapper .videoModal__iframe,
.videoModal__container .video-wrapper .videoModal__item {
  transform: translate(0);
}

.childPage {
  width: 100%;
  min-height: 100vh;
  background: #F2F2F2;
  padding-bottom: 7.2651790348vw;
}
@media screen and (max-width: 767px) {
  .childPage.pageFullHeight {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__business-meeting {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__business-meeting, .childPage.expoPage__tech-presentation {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 13.3333333333vw;
    background-size: cover !important;
  }
}
.childPage.expoPage__business-meeting {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../jpg/kv-01-img.jpg);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__business-meeting {
    background-image: url(../jpg/kv-01-img-sp.jpg);
  }
}
.childPage.expoPage__efforts-of-tanaka {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../jpg/kv-01-img-2.jpg);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__efforts-of-tanaka {
    background-image: url(../jpg/kv-01-img-sp-2.jpg);
  }
}
.childPage.expoPage__tech-presentation {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../jpg/kv-01-img-3.jpg);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__tech-presentation {
    background-image: url(../jpg/kv-01-img-sp-3.jpg);
  }
}
.childPage.expoPage__whats-new {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../jpg/kv-01-img-2.jpg);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__whats-new {
    background-image: url(../jpg/kv-01-img-sp-2.jpg);
  }
}
.childPage.expoPage__whats-tanaka {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../jpg/kv-01-img-2.jpg);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__whats-tanaka {
    background-image: url(../jpg/kv-01-img-sp-2.jpg);
  }
}
.childPage.expoPage__product-info {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../png/kv-01-img.png);
}
@media screen and (max-width: 767px) {
  .childPage.expoPage__product-info {
    background-image: url(../png/kv-01-img.png);
  }
}
@media screen and (max-width: 767px) {
  .childPage {
    padding-top: 40vw;
    padding-bottom: 8.5333333333vw;
  }
  .childPage .pageSwitch {
    background: none;
    position: fixed;
    backdrop-filter: none;
  }
  .childPage .pageSwitch__container {
    background-color: rgba(9, 44, 135, 0.1);
    backdrop-filter: blur(0.2594706798vw) brightness(115%);
  }
  .childPage .pageLabel {
    top: 169.3333333333vw;
  }
}

.childPage__content {
  margin-top: 0.2594706798vw;
}

.childPage__article {
  background: #fff;
  position: relative;
  margin: 1.1416709912vw auto 0;
  width: 80.0207576544vw;
}
.childPage__article.expo--efforts {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .childPage__article.expo--efforts {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .childPage__article {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
}
.childPage__article .u-wysiwyg {
  width: 100%;
  margin: 0 auto;
  max-width: 47.6388168137vw;
  padding: 3.1136481578vw 0 6.901920083vw;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .childPage__article .u-wysiwyg {
    font-size: 12px;
  }
}
.childPage__article .u-wysiwyg * + * {
  margin-top: 1.75em;
}
.childPage__article .u-wysiwyg br + * {
  margin-top: 0;
}
.childPage__article .u-wysiwyg a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .childPage__article .u-wysiwyg a {
    transition: all 0.6s ease 0s;
  }
}
@media screen and (min-width: 768px) {
  .childPage__article .u-wysiwyg a:hover {
    opacity: 0.7;
  }
}
.childPage__article .u-wysiwyg h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.childPage__article .u-wysiwyg h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.childPage__article .u-wysiwyg h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.childPage__article .u-wysiwyg h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.childPage__article .u-wysiwyg h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.childPage__article .u-wysiwyg h5,
.childPage__article .u-wysiwyg h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.childPage__article .u-wysiwyg h1 + h2,
.childPage__article .u-wysiwyg h2 + h3,
.childPage__article .u-wysiwyg h3 + h4,
.childPage__article .u-wysiwyg h4 + h5,
.childPage__article .u-wysiwyg h5 + h6 {
  margin-top: 0.5em;
}
.childPage__article .u-wysiwyg p {
  font-size: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .childPage__article .u-wysiwyg p {
    font-size: 2.9333333333vw;
  }
}
.childPage__article .u-wysiwyg strong,
.childPage__article .u-wysiwyg strong * {
  font-weight: bold;
}
.childPage__article .u-wysiwyg em,
.childPage__article .u-wysiwyg em * {
  font-style: italic;
}
.childPage__article .u-wysiwyg ul {
  list-style-type: none;
}
.childPage__article .u-wysiwyg ol {
  list-style-type: decimal;
}
.childPage__article .u-wysiwyg sup,
.childPage__article .u-wysiwyg sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.childPage__article .u-wysiwyg hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.childPage__article .u-wysiwyg blockquote {
  background: blue;
  padding: 30px;
}
.childPage__article .u-wysiwyg table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.childPage__article .u-wysiwyg table thead th,
.childPage__article .u-wysiwyg table thead td {
  font-weight: bold;
  text-align: center;
}
.childPage__article .u-wysiwyg table tr th,
.childPage__article .u-wysiwyg table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.childPage__article .u-wysiwyg table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.childPage__article .u-wysiwyg img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.childPage__article .u-wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.childPage__article .u-wysiwyg img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.childPage__article .u-wysiwyg .gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.childPage__article .u-wysiwyg .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.childPage__article .u-wysiwyg .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.childPage__article .u-wysiwyg .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .childPage__article .u-wysiwyg {
    max-width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 16vw;
  }
}

.childPage__articleTtl {
  color: #fff;
  font-size: 1.6606123508vw;
  min-height: 7.7841203944vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0.5189413596vw 2.5947067981vw;
  background: linear-gradient(to bottom, #1248D5 0%, #1276D9 100%);
}
@media screen and (max-width: 767px) {
  .childPage__articleTtl {
    font-size: 6.4vw;
    min-height: 37.3333333333vw;
    padding: 5.3333333333vw;
  }
}

.childPage__articleImg {
  width: 100%;
  position: relative;
}
.expoPage__efforts-of-tanaka .childPage__articleImg {
  max-width: 63.829787234vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .expoPage__efforts-of-tanaka .childPage__articleImg {
    max-width: 100%;
  }
}

.childPage__articleImgCaption {
  font-size: 1.0378827193vw;
  position: absolute;
  left: 2.4909185262vw;
  bottom: 2.1795537104vw;
}
@media screen and (max-width: 767px) {
  .childPage__articleImgCaption {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .page__product-info .sideFx,
  .page__whats-new .sideFx,
  .page__efforts-of-tanaka .sideFx,
  .page__whats-tanaka .sideFx,
  .page__business-meeting .sideFx,
  .page__tech-presentation .sideFx {
    top: 17.3333333333vw;
    left: 5.3333333333vw;
  }
}

/*====================================================================
Grand top pages Common
====================================================================*/
.grndTopCom__wBox {
  margin: 7.7322262584vw 8.6144265698vw 0 5.7602490919vw;
  padding: 1.8162947587vw 1.5568240789vw;
  width: 100%;
  max-width: 19.3046185781vw;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.5189413596vw) brightness(115%);
  box-sizing: border-box;
  font-size: 0.9340944473vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .grndTopCom__wBox {
    font-size: 12px;
  }
}
.grndTopCom__wBoxTtl {
  margin-bottom: 1.6606123508vw;
  padding-bottom: 0.5708354956vw;
  font-size: 1.349247535vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #092C87;
  position: relative;
}
@media screen and (max-width: 767px) {
  .grndTopCom__wBoxTtl {
    font-size: 12px;
  }
}
.grndTopCom__wBoxTtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.051894136vw;
  background-color: #092C87;
}
.grndTopCom__wBoxTtl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.3113648158vw;
  height: 0.3113648158vw;
  background-color: #092C87;
}
.grndTopCom__wBoxDesc {
  font-size: 0.9340944473vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .grndTopCom__wBoxDesc {
    font-size: 12px;
  }
}

/*====================================================================
Grand top pages Common SP
====================================================================*/
@media screen and (max-width: 767px) {
  .grndTopCom__wBox {
    margin: 0;
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw;
    max-width: 100%;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grndTopCom__wBox {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .grndTopCom__wBoxTtl {
    margin-bottom: 4vw;
    padding-bottom: 2.4vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grndTopCom__wBoxTtl {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .grndTopCom__wBoxTtl:before {
    height: 0.2666666667vw;
  }
  .grndTopCom__wBoxTtl:after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .grndTopCom__wBoxDesc {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grndTopCom__wBoxDesc {
    font-size: 3.7333333333vw;
  }
}
/*====================================================================
showRoom PC
====================================================================*/
.showRoom {
  margin: 0 auto;
  padding-top: 0.7265179035vw;
  width: 100%;
  height: 111vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../png/showroom-01-background.png);
  position: relative;
  overflow: hidden;
}
.showRoom .page--private {
  display: none !important;
}
.showRoom__container {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.showRoom__figure {
  position: absolute;
  top: 0;
  right: 1.6606123508vw;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 85.5215360664vw;
}
.showRoom__partItm.itm--1 .showRoom__linkWall {
  top: 18.1629475869vw;
  left: 5.7083549559vw;
  width: 20.2387130254vw;
  height: 7.7841203944vw;
  transform: rotate3d(1, 1, 1, -65deg) rotateX(62deg);
}
.showRoom__partItm.itm--1 .tnk__bluBtn1 {
  top: 11.0015568241vw;
  left: -0.5189413596vw;
}
.showRoom__partItm.itm--1 .showRoom__connector {
  width: auto;
  height: 8.4587441619vw;
  top: 13.5962636222vw;
  left: 9.8598858329vw;
}
.showRoom__partItm.itm--2 .showRoom__linkWall {
  top: 18.6818889465vw;
  left: 35.8069538142vw;
  width: 14.5303580695vw;
  height: 10.3788271925vw;
  transform: rotate3d(1, 1, 1, 37deg) rotateX(30deg);
}
.showRoom__partItm.itm--2 .tnk__bluBtn1 {
  top: 4.6704722366vw;
  left: 17.6440062273vw;
}
.showRoom__partItm.itm--2 .showRoom__connector {
  width: auto;
  height: 12.9735339907vw;
  top: 6.2272963155vw;
  left: 31.1364815776vw;
}
.showRoom__partItm.itm--3 .showRoom__linkWall {
  top: 26.9849507006vw;
  left: 35.8069538142vw;
  width: 17.6440062273vw;
  height: 16.606123508vw;
  transform: rotate3d(1, 1, 1, 38deg) rotateX(32deg);
}
.showRoom__partItm.itm--3 .tnk__bluBtn1 {
  top: 30.2542812662vw;
  left: 20.7576543851vw;
}
.showRoom__partItm.itm--3 .showRoom__connector {
  height: auto;
  width: 13.2848988064vw;
  top: 31.1364815776vw;
  left: 25.9470679813vw;
}
.showRoom__partItm.itm--3 .showRoom__connector img {
  width: 100%;
  height: auto;
}
.showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-1 {
  top: -2.8541774779vw;
  right: 10.3788271925vw;
  width: 22.8334198236vw;
  height: 34.2501297353vw;
  transform: rotate3d(1, 0, 1, 36deg) rotateX(25deg) rotateY(-5deg) skewX(-19deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-2 {
  top: 17.6440062273vw;
  right: -14.0114167099vw;
  width: 52.4130773223vw;
  height: 11.4167099118vw;
  transform: rotate3d(1, 1, 1, -76deg) rotateX(70deg) rotateY(-3deg);
}
.showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-3 {
  top: 20.2387130254vw;
  right: 22.8334198236vw;
  width: 7.7841203944vw;
  height: 17.6440062273vw;
  transform: rotate3d(1, 1, 1, 38deg) rotateX(32deg);
}
.showRoom__partItm.itm--4 .tnk__bluBtn1 {
  top: 35.5474831344vw;
  right: 8.8738972496vw;
}
.showRoom__partItm.itm--4 .showRoom__connector {
  height: auto;
  width: 10.3788271925vw;
  top: 21.5879605605vw;
  right: 17.6440062273vw;
}
.showRoom__partItm.itm--4 .showRoom__connector img {
  width: 100%;
  height: auto;
}
.showRoom__partItm.expoLink:nth-child(n+10) {
  display: none;
}
.showRoom__partItm.expoLink:hover .tnk__bluBtn1Label {
  background-color: #F8E126;
  color: #092C87;
}
.showRoom__partItm.expoLink.expoLink--1 .tnk__bluBtn1 {
  top: 37.3637778931vw;
  left: -2.5947067981vw;
  transform: rotate3d(1, 1, 1, -27deg) skewX(-10deg) skewY(-18deg) scale(0.85);
  perspective: 500px;
  transform-style: preserve-3d;
}
.showRoom__partItm.expoLink.expoLink--1 .showRoom__connector {
  top: 38.1421899325vw;
  left: 8.0435910742vw;
  width: 4.203425013vw;
  height: 4.0477426051vw;
}
.showRoom__partItm.expoLink.expoLink--2 .tnk__bluBtn1 {
  top: 41.5153087701vw;
  left: 3.6325895174vw;
  transform: rotate3d(1, 1, 1, -27deg) skewX(-10deg) skewY(-18deg) scale(0.85);
  perspective: 500px;
  transform-style: preserve-3d;
}
.showRoom__partItm.expoLink.expoLink--2 .showRoom__connector {
  top: 42.0342501297vw;
  left: 15.0492994292vw;
  width: 4.203425013vw;
  height: 4.0477426051vw;
}
.showRoom__partItm.expoLink.expoLink--3 .tnk__bluBtn1 {
  top: 45.6668396471vw;
  left: 9.8598858329vw;
  transform: rotate3d(1, 1, 1, -27deg) skewX(-10deg) skewY(-18deg) scale(0.85);
  perspective: 500px;
  transform-style: preserve-3d;
}
.showRoom__partItm.expoLink.expoLink--3 .showRoom__connector {
  top: 45.822522055vw;
  left: 22.158796056vw;
  width: 4.203425013vw;
  height: 4.0477426051vw;
}
.showRoom__partItm:hover .showRoom__linkWall {
  background-color: rgba(255, 255, 255, 0.1);
}
.showRoom__partItm:hover .tnk__bluBtn1Label {
  color: #092C87;
}
.showRoom__partItm:hover .tnk__bluBtn1Label:after {
  background-color: #F8E126;
}
.showRoom__partItm:hover .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.showRoom__partItm:hover .tnk__bluBtn1Icon:after {
  background-color: #F8E126;
}
.showRoom__partItm.hide {
  display: none;
}
.showRoom__linkWall {
  position: absolute;
  z-index: 3;
}
.showRoom .tnk__bluBtn1 {
  position: absolute;
}
.showRoom__connector {
  position: absolute;
  z-index: 2;
}
.showRoom__connector img {
  width: auto;
  height: 100%;
}
.showRoom__label {
  position: absolute;
  top: 43.072132849vw;
  left: 1.6606123508vw;
  display: block;
  text-align: left;
}
.showRoom__labelHead {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(170, 170, 170, 0.6);
}
@media screen and (max-width: 767px) {
  .showRoom__labelHead {
    font-size: 12px;
  }
}
.showRoom__labelNum {
  font-family: "Montserrat", sans-serif;
  font-size: 10.3788271925vw;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2;
  color: rgba(170, 170, 170, 0.6);
}
@media screen and (max-width: 767px) {
  .showRoom__labelNum {
    font-size: 12px;
  }
}

/*====================================================================
showRoom SP
====================================================================*/
@media screen and (max-width: 767px) {
  .showRoom {
    padding-top: 0;
    height: 177.8666666667vw;
    min-height: 177.8666666667vw;
    background-image: url(../png/showroom-01-background-2.png);
  }
  .showRoom__container {
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .showRoom__figure {
    margin: 0 -1.0378827193vw 0 auto;
    padding-top: 61.3333333333vw;
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 94.9333333333vw;
  }
  .showRoom__partItm.itm--1 .showRoom__linkWall {
    top: 85.8666666667vw;
    left: 5.3333333333vw;
    width: 22.4vw;
    height: 8.2666666667vw;
    transform: rotate3d(1, 1, 1, -65deg) rotateX(62deg);
  }
  .showRoom__partItm.itm--1 .tnk__bluBtn1 {
    top: 63.4666666667vw;
    left: 0;
  }
  .showRoom__partItm.itm--1 .showRoom__connector {
    width: 13.8666666667vw;
    height: 20.2666666667vw;
    top: 66.6666666667vw;
    left: 6.4vw;
  }
  .showRoom__partItm.itm--2 .showRoom__linkWall {
    top: 86.4vw;
    left: 40vw;
    width: 16vw;
    height: 10.9333333333vw;
    transform: rotate3d(1, 1, 1, 37deg) rotateX(30deg);
  }
  .showRoom__partItm.itm--2 .tnk__bluBtn1 {
    top: 46.4vw;
    left: 17.3333333333vw;
  }
  .showRoom__partItm.itm--2 .showRoom__connector {
    width: 13.8666666667vw;
    height: 41.0666666667vw;
    top: 50.6666666667vw;
    left: 28vw;
  }
  .showRoom__partItm.itm--3 .showRoom__linkWall {
    top: 94.9333333333vw;
    left: 38.6666666667vw;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    transform: rotate3d(1, 1, 1, 38deg) rotateX(32deg);
  }
  .showRoom__partItm.itm--3 .tnk__bluBtn1 {
    top: 122.9333333333vw;
    right: 8.8vw;
    left: auto;
  }
  .showRoom__partItm.itm--3 .showRoom__connector {
    width: 13.8666666667vw;
    height: 21.3333333333vw;
    top: 106.6666666667vw;
    right: 28.5333333333vw;
    left: auto;
  }
  .showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-1 {
    top: 61.3333333333vw;
    right: 9.3333333333vw;
    width: 26.6666666667vw;
    height: 40vw;
    transform: rotate3d(1, 0, 1, 36deg) rotateX(25deg) rotateY(-5deg) skewX(-21deg);
  }
  .showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-2 {
    top: 85.3333333333vw;
    right: -13.3333333333vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    transform: rotate3d(1, 1, 1, -76deg) rotateX(70deg) rotateY(-3deg);
  }
  .showRoom__partItm.itm--4 .showRoom__linkWall.linkWall--4-3 {
    top: 88vw;
    right: 24vw;
    width: 10.6666666667vw;
    height: 21.3333333333vw;
    transform: rotate3d(1, 1, 1, 38deg) rotateX(32deg);
  }
  .showRoom__partItm.itm--4 .tnk__bluBtn1 {
    top: 32vw;
    right: 5.6vw;
  }
  .showRoom__partItm.itm--4 .showRoom__connector {
    width: 13.8666666667vw;
    height: 41.0666666667vw;
    top: 38.6666666667vw;
    right: 12.8vw;
  }
  .showRoom__partItm.itm--4 .showRoom__connector img {
    width: auto;
    height: 100%;
  }
  .showRoom__partItm.expoLink.expoLink--1 .tnk__bluBtn1 {
    top: 140vw;
    left: 30vw;
    right: auto;
    transform: rotate3d(1, 1, 1, 0) skewX(0) skewY(0) scale(1);
  }
  .showRoom__partItm.expoLink.expoLink--1 .showRoom__connector {
    pointer-events: none;
    top: 110.6666666667vw;
    left: 4.8vw;
    width: 25.8666666667vw;
    height: 56.8vw;
  }
  .showRoom__partItm.expoLink.expoLink--2 .tnk__bluBtn1 {
    top: 151.7333333333vw;
    left: 30vw;
    right: auto;
    transform: rotate3d(1, 1, 1, 0) skewX(0) skewY(0) scale(1);
  }
  .showRoom__partItm.expoLink.expoLink--3 .tnk__bluBtn1 {
    top: 163.4666666667vw;
    left: 30vw;
    right: auto;
    transform: rotate3d(1, 1, 1, 0) skewX(0) skewY(0) scale(1);
  }
  .showRoom__label {
    top: 148vw;
    left: 5.3333333333vw;
  }
  .showRoom__labelHead {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: rgba(170, 170, 170, 0.6);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .showRoom__labelHead {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .showRoom__labelNum {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.2;
    color: rgba(170, 170, 170, 0.6);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .showRoom__labelNum {
    font-size: 24vw;
  }
}
/*====================================================================
showRoomExpo PC
====================================================================*/
.showRoomExpo {
  position: relative;
}
.showRoomExpo__figure {
  max-width: 74.4161909704vw;
  right: 5.1375194603vw;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__figure {
    top: 64.2666666667vw;
    right: -1.9200830306vw;
    max-width: 96%;
  }
}
.showRoomExpo .showRoomExpo__item:hover .showRoom__linkWall {
  background-color: rgba(255, 255, 255, 0.1);
}
.showRoomExpo .showRoomExpo__item:hover .tnk__bluBtn1Label {
  color: #092C87;
}
.showRoomExpo .showRoomExpo__item:hover .tnk__bluBtn1Label:after {
  background-color: #F8E126;
}
.showRoomExpo .showRoomExpo__item:hover .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.showRoomExpo .showRoomExpo__item:hover .tnk__bluBtn1Icon:after {
  background-color: #F8E126;
}
.showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--1 {
  top: 4.9299429165vw;
  left: 4.5147898287vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--1 {
    top: -29.3333333333vw;
    left: 4vw;
  }
}
.showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--1.whats-tanaka-pos-fill {
  top: 8.5625324338vw;
  left: 4.9558899844vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--1.whats-tanaka-pos-fill {
    top: -8vw;
    left: 2.6666666667vw;
  }
}
.showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--2 {
  top: 8.5625324338vw;
  left: 4.9558899844vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--2 {
    top: -8vw;
    left: 4vw;
  }
}
.showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--3 {
  top: 12.1951219512vw;
  left: 4.9558899844vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--3 {
    top: -18.6666666667vw;
    left: 4vw;
  }
}
.showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--3.whats-tanaka-pos-fill {
  top: 8.5625324338vw;
  left: 6.2272963155vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .tnk__bluBtn1.path--3.whats-tanaka-pos-fill {
    top: -8vw;
    left: 5.3333333333vw;
  }
}
.showRoomExpo__item.expoGroup--1 .showRoomExpo__connector {
  height: auto;
  width: 18.6818889465vw;
  top: 9.8598858329vw;
  left: 16.8655941879vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--1 .showRoomExpo__connector {
    height: 29.3333333333vw;
    width: 6.1333333333vw;
    top: -2.6666666667vw;
    left: 33.3333333333vw;
  }
  .showRoomExpo__item.expoGroup--1 .showRoomExpo__connector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.showRoomExpo__item.expoGroup--2 .tnk__bluBtn1.path--4 {
  top: 22.5220550078vw;
  left: -12.8697457187vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--2 .tnk__bluBtn1.path--4 {
    top: 61.8666666667vw;
    left: -1.0666666667vw;
  }
}
.showRoomExpo__item.expoGroup--2 .showRoomExpo__connector {
  height: auto;
  width: 21.6398546964vw;
  top: 23.4561494551vw;
  left: 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--2 .showRoomExpo__connector {
    height: 34.6666666667vw;
    width: 8.5333333333vw;
    top: 29.3333333333vw;
    left: 9.3333333333vw;
  }
  .showRoomExpo__item.expoGroup--2 .showRoomExpo__connector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.showRoomExpo__item.expoGroup--3 .tnk__bluBtn1.path--5 {
  right: auto;
  top: 41.7488323819vw;
  left: 9.8546964193vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--3 .tnk__bluBtn1.path--5 {
    top: 74.6666666667vw;
    left: 33.3333333333vw;
  }
}
.showRoomExpo__item.expoGroup--3 .showRoomExpo__connector {
  height: auto;
  width: 18.3658536585vw;
  top: 38.2719252724vw;
  left: 12.9216398547vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--3 .showRoomExpo__connector {
    width: 21.3333333333vw;
    height: 32vw;
    top: 45.3333333333vw;
    left: 38.6666666667vw;
  }
  .showRoomExpo__item.expoGroup--3 .showRoomExpo__connector img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.showRoomExpo__item.expoGroup--4 .tnk__bluBtn1.path--6 {
  top: 7.2132848988vw;
  left: 43.5910742086vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--4 .tnk__bluBtn1.path--6 {
    top: -8vw;
    left: 53.3333333333vw;
  }
}
.showRoomExpo__item.expoGroup--4 .showRoomExpo__connector {
  height: auto;
  width: 1.5568240789vw;
  top: 9.2890503373vw;
  left: 48.2615464453vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--4 .showRoomExpo__connector {
    height: 21.3333333333vw;
    width: 10.4986666667vw;
    top: -2.0533333333vw;
    left: 57.3333333333vw;
  }
}
.showRoomExpo__item.expoGroup--4 .showRoomExpo__connector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showRoomExpo__item.expoGroup--5 .tnk__bluBtn1.topLink--1 {
  top: 35.8069538142vw;
  left: 58.1214322782vw;
  transform: rotate3d(1, 1, 1, 27deg) skewX(10deg) skewY(10deg) scale(0.85);
  perspective: 500px;
  transform-style: preserve-3d;
}
.showRoomExpo__item.expoGroup--5 .tnk__bluBtn1.topLink--1:hover .tnk__bluBtn1Label {
  background-color: #F8E126;
  color: #092C87;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item.expoGroup--5 .tnk__bluBtn1.topLink--1 {
    top: 131%;
    left: auto;
    right: 2%;
    transform: unset;
    perspective: none;
    transform-style: unset;
  }
}
.showRoomExpo__item .showRoomExpo__connector {
  height: auto;
  width: 7.9398028023vw;
  top: 35.4955889984vw;
  left: 52.9839128179vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo__item .showRoomExpo__connector {
    width: 14.9333333333vw;
    top: 46.6666666667vw;
    left: 69.3333333333vw;
  }
}
.showRoomExpo__connector {
  position: absolute;
  z-index: 2;
}

.showRoomExpo .showRoom__linkWall.linkWall--1 {
  top: 16.1411520498vw;
  left: 33.3783082512vw;
  width: 3.1883757135vw;
  height: 9.2314997405vw;
  transform: rotate3d(1, 1, 1, 34deg) rotateX(35deg);
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--1 {
    top: 20.7vw;
    left: 43.2vw;
    width: 4.2vw;
    height: 12.2586666667vw;
    transform: rotate3d(1, 1, 1, 35deg) rotateX(35deg);
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--1--2 {
  top: 17.9346133887vw;
  left: 37.3637778931vw;
  width: 3.1883757135vw;
  height: 9.4654903996vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--1--2 {
    top: 25.3vw;
    left: 53.5vw;
    width: 4.2vw;
    height: 12.7vw;
    transform: rotate3d(1, 1, 1, 35deg) rotateX(35deg);
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--1--3 {
  top: 19.8277114686vw;
  left: 41.5485210171vw;
  width: 3.1883757135vw;
  height: 9.4654903996vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--1--3 {
    top: 23.2vw;
    left: 48.2vw;
    width: 4.2vw;
    height: 12.2586666667vw;
    transform: rotate3d(1, 1, 1, 35deg) rotateX(35deg);
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--2 {
  top: 18.8318629995vw;
  left: 7.9734820965vw;
  width: 26.6861961598vw;
  height: 12.7804878049vw;
  transform: rotate3d(1, 1, 1, 284deg);
  border-bottom-left-radius: 3.0098598858vw;
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--2 {
    top: 18.6vw;
    left: 6vw;
    width: 37.333333vw;
    height: 23.133333vw;
    transform: rotate3d(1, 1, 1, 284deg);
    border-bottom-left-radius: 4.466667vw;
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--3 {
  height: 18.3498183705vw;
  width: 29.3967306694vw;
  top: 32.1707317073vw;
  left: 17.8063829787vw;
  transform: rotate3d(1, 1, 1, -79deg) rotateX(0);
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--3 {
    top: 41.8vw;
    left: 23.5vw;
    width: 39.333333vw;
    height: 22.666667vw;
    transform: rotate3d(1, 1, 1, -79deg) rotateX(0);
    border-bottom-left-radius: 4vw;
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--4 {
  height: 26.9849507006vw;
  width: 23.8713025428vw;
  top: 2.5947067981vw;
  left: auto;
  border-top-right-radius: 50%;
  right: 13.4924753503vw;
  transform: rotate3d(1, 1, 1, -85deg) rotateX(0);
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--4 {
    left: auto;
    top: 1.3333333333vw;
    right: 14.6666666667vw;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    transform: rotate3d(1, 1, 1, -85deg) rotateX(0);
  }
}
.showRoomExpo .showRoom__linkWall.linkWall--4_2 {
  top: 22.3144784639vw;
  left: auto;
  right: 19.2008303062vw;
  height: 9.8598858329vw;
  width: 5.7083549559vw;
  transform: skewY(25deg);
}
@media screen and (max-width: 767px) {
  .showRoomExpo .showRoom__linkWall.linkWall--4_2 {
    top: 29.3333333333vw;
    right: 25.3333333333vw;
    width: 6.6666666667vw;
    height: 10.6666666667vw;
    transform: skewY(25deg);
  }
}

/*====================================================================
factoryIntr PC
====================================================================*/
.page--movie .factoryIntr {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 56.0456668396vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../png/background.png);
  position: relative;
  overflow: hidden;
}
.page--movie .factoryIntr__container {
  margin: auto;
  width: 100%;
  max-width: 100%;
  order: 1;
}
.page--movie .factoryIntr__mobWrapper {
  margin: 0 7.3689673067vw 0 auto;
  position: relative;
}
.page--movie .factoryIntr__itms {
  margin: 4.151530877vw 0 0 auto;
  padding: 1.0378827193vw 0.8822003114vw;
  width: 100%;
  max-width: 62.2729631552vw;
  height: 25.9470679813vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .page--movie .factoryIntr__itms {
    margin: 3.8920601972vw 0 0 auto;
  }
}
@media screen and (max-width: 1160px) {
  .page--movie .factoryIntr__itms {
    margin: 3.6325895174vw 0 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .page--movie .factoryIntr__itms {
    margin: 3.3731188376vw 0 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .page--movie .factoryIntr__itms {
    margin: 3.1136481578vw 0 0 auto;
  }
}
.page--movie .factoryIntr__itms:after {
  content: "";
  position: absolute;
  top: -0.1037882719vw;
  left: -3.3731188376vw;
  width: 2.3352361183vw;
  height: 100%;
  border: 0.1037882719vw solid #1B70B9;
  background-color: #0B3786;
  display: none;
}
.page--movie .factoryIntr__itms .slider-prev,
.page--movie .factoryIntr__itms .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0757654385vw;
  height: 100%;
  background-color: #092C87;
  z-index: 3;
}
.page--movie .factoryIntr__itms .slider-prev svg,
.page--movie .factoryIntr__itms .slider-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1935651271vw;
}
.page--movie .factoryIntr__itms .slider-prev.swiper-button-disabled,
.page--movie .factoryIntr__itms .slider-next.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}
.page--movie .factoryIntr__itms .slider-prev.swiper-button-disabled svg,
.page--movie .factoryIntr__itms .slider-next.swiper-button-disabled svg {
  opacity: 0.4;
}
.page--movie .factoryIntr__itms .slider-prev {
  left: 0;
  right: auto;
}
.page--movie .factoryIntr__itms .slider-next {
  left: auto;
  right: 0;
}
.page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 62.2729631552vw;
  height: 25.9470679813vw;
  overflow: hidden;
}
.page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive .swiper-wrapper {
  margin-top: 0;
  padding: 1.0378827193vw 3.1136481578vw;
  height: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 0.8303061754vw;
}
.page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive .swiper-wrapper .factoryIntr__itm {
  max-width: 18.111053451vw !important;
}
.page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-active {
  padding: 0 0.1556824079vw;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 55.7343020239vw;
  height: 25.9470679813vw;
  overflow: hidden;
}
.page--movie .factoryIntr__itms__sliderContainer .swiper-wrapper {
  margin-top: 1.0378827193vw;
  flex-wrap: wrap;
  align-items: flex-end;
  height: auto;
  gap: 1.0378827193vw 0;
}
.page--movie .factoryIntr__itm {
  margin-top: 0 !important;
  padding: 1.5568240789vw 2.6984950701vw 1.0378827193vw;
  width: 100%;
  height: 11.4167099118vw;
  background-color: #212121;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.6s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page--movie .factoryIntr__itm:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1248D5;
  opacity: 0;
  transition: all 0.6s ease 0s;
  z-index: 1;
}
.page--movie .factoryIntr__itm:hover:after {
  opacity: 1;
  background-color: rgba(18, 72, 213, 0.4);
}
.page--movie .factoryIntr__itm:hover .factoryIntr__itmTtl {
  background-image: none;
  background-color: #F8E126;
  color: #092C87;
}
.page--movie .factoryIntr__itm:hover .factoryIntr__itmPlayBtn {
  top: 80%;
  left: 85%;
  width: 2.5947067981vw;
}
.page--movie .factoryIntr__itm:hover .factoryIntr__itmPlayBtn svg circle {
  fill: #F8E126;
}
.page--movie .factoryIntr__itm:hover .factoryIntr__itmPlayBtn svg path.playBtn {
  fill: #092C87;
}
.page--movie .factoryIntr__itm:hover .factoryIntr__itmDesc {
  opacity: 1;
}
.page--movie .factoryIntr__itm:hover .tnk__itmPartialBorder {
  width: 3.1136481578vw;
  height: 3.1136481578vw;
  opacity: 1;
}
.page--movie .factoryIntr__itm.coming-soon:after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmTtl {
  background-image: linear-gradient(to right, #1248D5, #1276D9);
  color: #fff;
}
.page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmPlayBtn {
  display: none;
}
.page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmDesc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8303061754vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.18;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmDesc {
    font-size: 12px;
  }
}
.page--movie .factoryIntr__itm.coming-soon .tnk__itmPartialBorder {
  display: none;
}
.page--movie .factoryIntr__itmTtl {
  padding: 0.3632589517vw 0.5189413596vw;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0378827193vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  background-image: linear-gradient(to right, #1248D5, #1276D9);
  box-sizing: border-box;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itmTtl {
    font-size: 12px;
  }
}
.page--movie .factoryIntr__itmPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6325895174vw;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.page--movie .factoryIntr__itmPlayBtn svg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
}
.page--movie .factoryIntr__itmPlayBtn svg circle {
  transition: all 0.6s ease 0s;
}
.page--movie .factoryIntr__itmPlayBtn svg path {
  transition: all 0.6s ease 0s;
}
.page--movie .factoryIntr__itmDesc {
  font-size: 0.9340944473vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease 0s;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itmDesc {
    font-size: 12px;
  }
}
.page--movie .factoryIntr__itmPartialBorder {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
}
.page--movie .factoryIntr__itmPartialBorder.top-left {
  top: -0.0778412039vw;
  left: -0.0778412039vw;
  border-top: 0.1556824079vw solid #F8E126;
  border-left: 0.1556824079vw solid #F8E126;
}
.page--movie .factoryIntr__itmPartialBorder.top-right {
  top: -0.0778412039vw;
  right: -0.0778412039vw;
  border-top: 0.1556824079vw solid #F8E126;
  border-right: 0.1556824079vw solid #F8E126;
}
.page--movie .factoryIntr__itmPartialBorder.bottom-left {
  bottom: -0.0778412039vw;
  left: -0.0778412039vw;
  border-bottom: 0.1556824079vw solid #F8E126;
  border-left: 0.1556824079vw solid #F8E126;
}
.page--movie .factoryIntr__itmPartialBorder.bottom-right {
  bottom: -0.0778412039vw;
  right: -0.0778412039vw;
  border-bottom: 0.1556824079vw solid #F8E126;
  border-right: 0.1556824079vw solid #F8E126;
}
.page--movie .grndTopCom__wBox {
  margin: 0;
  position: absolute;
  top: 13.4924753503vw;
  left: 5.7083549559vw;
  z-index: 2;
}

/*====================================================================
factoryIntr SP
====================================================================*/
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    background-image: none;
  }
  .page--movie .factoryIntr__label {
    position: fixed;
    top: 102vw;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .page--movie .factoryIntr__container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .page--movie .factoryIntr__mobWrapper {
    margin: 0 auto;
    padding: 0 3vw;
    width: 100%;
    height: 100%;
    width: 100%;
    min-height: 120vw;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../png/background-2.png);
    background-size: 100% 120vw;
    position: relative;
    box-sizing: border-box;
  }
  .page--movie .factoryIntr__itms {
    margin: 0 auto;
    padding: 2vw 0;
    width: 100%;
    max-width: 92vw;
    height: 55vw;
    position: absolute;
    top: 36.5vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page--movie .factoryIntr__itms.is-windows {
    max-width: 93%;
  }
  .page--movie .factoryIntr__itms:after {
    top: -0.5333333333vw;
    left: -10.9333333333vw;
    width: 7.4666666667vw;
    height: 100%;
    border: 0.5333333333vw solid #1B70B9;
  }
  .page--movie .factoryIntr__itms .slider-prev,
  .page--movie .factoryIntr__itms .slider-next {
    width: 4vw;
  }
  .page--movie .factoryIntr__itms .slider-prev svg,
  .page--movie .factoryIntr__itms .slider-next svg {
    width: 2.5vw;
  }
  .page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive {
    padding: 1vw 0.5333333333vw;
    max-width: 80vw;
    height: 96%;
  }
  .page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive .swiper-wrapper {
    margin-top: 0;
    padding: 0;
    gap: 2.1333333333vw;
  }
  .page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-inactive .swiper-wrapper .factoryIntr__itm {
    max-width: 38.4vw !important;
  }
  .page--movie .factoryIntr__itms__sliderContainer.movies-swiper-container-active {
    padding: 1vw 0.5333333333vw;
    max-width: 80vw;
    height: 53vw;
  }
  .page--movie .factoryIntr__itms__sliderContainer .swiper-wrapper {
    margin-top: 0vw;
    gap: 2.1333333333vw 0;
  }
  .page--movie .factoryIntr__itm {
    padding: 0 2.6666666667vw;
    max-width: 42.6666666667vw;
    height: 24.4vw;
    box-sizing: border-box;
  }
  .page--movie .factoryIntr__itm:hover .factoryIntr__itmPlayBtn {
    top: 90%;
    left: 90%;
    width: 4vw;
  }
  .page--movie .factoryIntr__itm:hover .factoryIntr__itmDesc {
    opacity: 1;
  }
  .page--movie .factoryIntr__itm:hover .tnk__itmPartialBorder {
    width: 8vw;
    height: 8vw;
    opacity: 1;
  }
  .page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmDesc {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--movie .factoryIntr__itm.coming-soon .factoryIntr__itmDesc {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itmTtl {
    padding: 0.5333333333vw 3.2vw 0.5333333333vw 1.6vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--movie .factoryIntr__itmTtl {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itmPlayBtn {
    width: 8.8vw;
  }
  .page--movie .factoryIntr__itmDesc {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--movie .factoryIntr__itmDesc {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page--movie .factoryIntr__itmPartialBorder.top-left {
    top: -0.4vw;
    left: -0.4vw;
    border-top: 0.5333333333vw solid #F8E126;
    border-left: 0.5333333333vw solid #F8E126;
  }
  .page--movie .factoryIntr__itmPartialBorder.top-right {
    top: -0.4vw;
    right: -0.4vw;
    border-top: 0.5333333333vw solid #F8E126;
    border-right: 0.5333333333vw solid #F8E126;
  }
  .page--movie .factoryIntr__itmPartialBorder.bottom-left {
    bottom: -0.4vw;
    left: -0.4vw;
    border-bottom: 0.5333333333vw solid #F8E126;
    border-left: 0.5333333333vw solid #F8E126;
  }
  .page--movie .factoryIntr__itmPartialBorder.bottom-right {
    bottom: -0.4vw;
    right: -0.4vw;
    border-bottom: 0.5333333333vw solid #F8E126;
    border-right: 0.5333333333vw solid #F8E126;
  }
  .page--movie .grndTopCom__wBox {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .page--movie .sideFx {
    display: block;
    position: fixed;
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: 100%;
  }
}
/*====================================================================
whtsTanaka PC
====================================================================*/
.page--about .whtsTanaka {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../png/background-3.png);
  position: relative;
}
.page--about .whtsTanaka.en {
  background-image: url(../png/background-en.png);
}
.page--about .whtsTanaka.ja {
  background-image: url(../png/background-ja.png);
}
.page--about .whtsTanaka__container {
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.page--about .whtsTanaka__items {
  list-style: none;
  position: relative;
}
.page--about .whtsTanaka__item {
  position: absolute;
  transform-style: preserve-3d;
}
.page--about .whtsTanaka__item.itm--1 {
  top: 11.157239232vw;
  right: 10.3788271925vw;
  width: 27.2444213804vw;
  height: 15.5682407888vw;
  transform: perspective(500px) rotateZ(0deg) rotateY(0deg) rotate3d(1, 1, 1, -1deg);
}
.page--about .whtsTanaka__item.itm--2 {
  top: 28.3341982356vw;
  right: 39.4395433316vw;
  width: 25.4281266217vw;
  height: 15.4125583809vw;
  transform: perspective(500px) rotateZ(0.7deg) rotateY(-3.7deg) rotate3d(1, 1, 1, -0.7deg);
}
.page--about .whtsTanaka__item.itm--3 {
  top: 28.0228334198vw;
  right: 10.8977685522vw;
  width: 26.9849507006vw;
  height: 16.606123508vw;
  transform: perspective(500px) rotateZ(1.5deg) rotateY(-3.7deg) rotate3d(1, 1, 1, -1.5deg);
}
.page--about .whtsTanaka__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 0.2594706798vw solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.page--about .whtsTanaka__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--about .whtsTanaka__item:hover {
  z-index: 2;
}
.page--about .whtsTanaka__item:hover:after {
  background-color: rgba(255, 255, 255, 0);
}
.page--about .whtsTanaka__item:hover .whtsTanaka__itemPlayBtn svg circle {
  fill: #F8E126;
}
.page--about .whtsTanaka__item:hover .whtsTanaka__itemPlayBtn svg path.playBtn {
  fill: #092C87;
}
.page--about .whtsTanaka__item:hover .whtsTanaka__itemLabel {
  opacity: 1;
}
.page--about .whtsTanaka__item:hover .whtsTanaka__itemPartialBorder {
  width: 3.1136481578vw;
  height: 3.1136481578vw;
  opacity: 1;
}
.page--about .whtsTanaka__itemPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6325895174vw;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.page--about .whtsTanaka__itemPlayBtn svg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
}
.page--about .whtsTanaka__itemPlayBtn svg circle {
  transition: all 0.6s ease 0s;
}
.page--about .whtsTanaka__itemPlayBtn svg path {
  transition: all 0.6s ease 0s;
}
.page--about .whtsTanaka__itemPartialBorder {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
}
.page--about .whtsTanaka__itemPartialBorder.top-left {
  top: -0.1556824079vw;
  left: -0.1556824079vw;
  border-top: 0.1816294759vw solid #F8E126;
  border-left: 0.1816294759vw solid #F8E126;
}
.page--about .whtsTanaka__itemPartialBorder.top-right {
  top: -0.1556824079vw;
  right: -0.1556824079vw;
  border-top: 0.1816294759vw solid #F8E126;
  border-right: 0.1816294759vw solid #F8E126;
}
.page--about .whtsTanaka__itemPartialBorder.bottom-left {
  bottom: -0.1556824079vw;
  left: -0.1556824079vw;
  border-bottom: 0.1816294759vw solid #F8E126;
  border-left: 0.1816294759vw solid #F8E126;
}
.page--about .whtsTanaka__itemPartialBorder.bottom-right {
  bottom: -0.1556824079vw;
  right: -0.1556824079vw;
  border-bottom: 0.1816294759vw solid #F8E126;
  border-right: 0.1816294759vw solid #F8E126;
}
.page--about .whtsTanaka__itemLabel {
  padding: 0.3632589517vw 0.5189413596vw;
  position: absolute;
  bottom: -0.2594706798vw;
  right: -2.2314478464vw;
  font-size: 1.0378827193vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  color: #092C87;
  background-color: #F8E126;
  box-sizing: border-box;
  transition: all 0.6s ease 0s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page--about .whtsTanaka__itemLabel {
    font-size: 12px;
  }
}
.page--about .whtsTanaka .sideFx {
  position: absolute;
  top: 17.3333333333vw;
  left: 5.3333333333vw;
  width: 100%;
}
.page--about .grndTopCom__wBox {
  margin: 0;
  position: absolute;
  top: 17.1250648677vw;
  left: 5.1894135963vw;
  z-index: 2;
}
.page--about .tnk__bluBtn1 {
  margin: 1.5568240789vw 0 0 0;
  position: relative;
  justify-content: flex-end;
  right: -2.8541774779vw;
}
.page--about .tnk__bluBtn1:hover .showRoom__linkWall {
  background-color: rgba(255, 255, 255, 0.1);
}
.page--about .tnk__bluBtn1:hover .tnk__bluBtn1Label {
  color: #092C87;
}
.page--about .tnk__bluBtn1:hover .tnk__bluBtn1Label:after {
  background-color: #F8E126;
}
.page--about .tnk__bluBtn1:hover .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.page--about .tnk__bluBtn1:hover .tnk__bluBtn1Icon:after {
  background-color: #F8E126;
}
.page--about .modal__wrapper .modal:nth-child(3) .modal__thumb {
  background-position: top;
}

/*====================================================================
whtsTanaka SP
====================================================================*/
@media screen and (max-width: 767px) {
  .page--about .whtsTanaka {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 177.8666666667vw;
    background-image: none;
  }
  .page--about .whtsTanaka.en {
    background-image: none;
  }
  .page--about .whtsTanaka.en .whtsTanaka__mobWrapper {
    background-image: url(../png/background-en.png);
  }
  .page--about .whtsTanaka.ja {
    background-image: none;
  }
  .page--about .whtsTanaka.ja .whtsTanaka__mobWrapper {
    background-image: url(../png/background-ja.png);
  }
  .page--about .whtsTanaka__label {
    position: fixed;
    top: 149.3333333333vw;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .page--about .whtsTanaka__container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    order: 1;
    overflow: scroll;
  }
  .page--about .whtsTanaka__mobWrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: scroll;
    min-height: 177.8666666667vw;
    width: 316vw;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../png/background-3.png);
    background-size: cover;
    position: relative;
  }
  .page--about .whtsTanaka__item.itm--1 {
    top: 37.3333333333vw;
    right: 37.6vw;
    width: 77.3333333333vw;
    height: 48vw;
    transform: perspective(200px) rotateZ(-0.5deg) rotateY(-1.5deg) rotate3d(1, 1, 1, 0.5deg);
  }
  .page--about .whtsTanaka__item.itm--2 {
    top: 92vw;
    right: 122.6666666667vw;
    width: 77.3333333333vw;
    height: 46.6666666667vw;
    transform: perspective(250px) rotateZ(1deg) rotateY(-1.3deg) rotate3d(1, 1, 1, -0.5deg);
  }
  .page--about .whtsTanaka__item.itm--3 {
    top: 92vw;
    right: 37.6vw;
    width: 77.3333333333vw;
    height: 48vw;
    transform: perspective(249px) rotateZ(1deg) rotateY(-0.3deg) rotate3d(1, 1, 1, -0.5deg);
  }
  .page--about .whtsTanaka__item:after {
    border: 1.0666666667vw solid #fff;
  }
  .page--about .whtsTanaka__item:hover .whtsTanaka__itemLabel {
    opacity: 1;
  }
  .page--about .whtsTanaka__item:hover .whtsTanaka__itemPartialBorder {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    opacity: 1;
  }
  .page--about .whtsTanaka__itemPlayBtn {
    width: 13.3333333333vw;
  }
  .page--about .whtsTanaka__itemPartialBorder.top-left {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
    border-top: 0.6666666667vw solid #F8E126;
    border-left: 0.6666666667vw solid #F8E126;
  }
  .page--about .whtsTanaka__itemPartialBorder.top-right {
    top: -0.5333333333vw;
    right: -0.5333333333vw;
    border-top: 0.6666666667vw solid #F8E126;
    border-right: 0.6666666667vw solid #F8E126;
  }
  .page--about .whtsTanaka__itemPartialBorder.bottom-left {
    bottom: -0.5333333333vw;
    left: -0.5333333333vw;
    border-bottom: 0.6666666667vw solid #F8E126;
    border-left: 0.6666666667vw solid #F8E126;
  }
  .page--about .whtsTanaka__itemPartialBorder.bottom-right {
    bottom: -0.5333333333vw;
    right: -0.5333333333vw;
    border-bottom: 0.6666666667vw solid #F8E126;
    border-right: 0.6666666667vw solid #F8E126;
  }
  .page--about .whtsTanaka__itemLabel {
    padding: 1.8666666667vw 1.3333333333vw;
    position: absolute;
    bottom: -1.3333333333vw;
    right: -5.3333333333vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    color: #092C87;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--about .whtsTanaka__itemLabel {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page--about .grndTopCom__wBox {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 30;
  }
  .page--about .sideFx {
    display: block;
    position: fixed;
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: 100%;
  }
  .page--about .tnk__bluBtn1 {
    margin: 8vw 0 0 0;
    position: relative;
    justify-content: flex-end;
    right: 0;
  }
}
/*====================================================================
eot PC
====================================================================*/
.page--effort .eot {
  margin: 0 auto;
  padding-bottom: 10vw;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../png/background-4.png);
  position: relative;
}
.page--effort .eot.expo-eot {
  background-image: url(../jpg/kv-01-img-2.jpg);
}
.page--effort .eot__container {
  margin: auto;
  width: 100%;
  display: block;
}
.page--effort .eot__wBox {
  margin: 0;
}
.page--effort .eot__mobWrapper {
  margin: 0;
  width: 100%;
}
.page--effort .eot__items {
  margin: 2.0757654385vw 6.2272963155vw 0 auto;
  width: 100%;
  max-width: 62.532433835vw;
  list-style: none;
  position: relative;
  gap: 8.0435910742vw;
  padding: 0.5189413596vw 0.5189413596vw 2.0757654385vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.page--effort .eot__items.post-count-1 {
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-1 .eot__itm {
  width: 100%;
  max-width: 22.8334198236vw;
}
.page--effort .eot__items.post-count-1 .eot__itm .eot__itmContent {
  padding: 1.2454592631vw 0vw 1.2454592631vw;
  height: 8.8220031136vw;
}
.page--effort .eot__items.post-count-1 .eot__itm .eot__itmContent .eot__itmBtn {
  position: absolute;
  bottom: -2.0757654385vw;
  margin-top: 0;
}
.page--effort .eot__items.post-count-2 {
  gap: 6.7462376751vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-2 .eot__itm {
  width: 100%;
  max-width: 22.8334198236vw;
}
.page--effort .eot__items.post-count-2 .eot__itm .eot__itmContent {
  padding: 1.2454592631vw 0vw 1.2454592631vw;
  height: 8.8220031136vw;
}
.page--effort .eot__items.post-count-2 .eot__itm .eot__itmContent .eot__itmBtn {
  position: absolute;
  bottom: -2.0757654385vw;
  margin-top: 0;
}
.page--effort .eot__items.post-count-3 {
  margin-right: 6.7462376751vw;
  gap: 8.7182148417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-3 .eot__itm {
  width: 100%;
  max-width: 15.0492994292vw;
}
.page--effort .eot__items.post-count-4 {
  margin-right: 6.7462376751vw;
  gap: 0vw;
  max-width: 64.8676699533vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-4 .eot__itm {
  width: 100%;
  max-width: 13.2848988064vw;
}
.page--effort .eot__items.post-count-normal {
  gap: 3.1136481578vw 4.9299429165vw;
  max-width: 62.532433835vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-normal .eot__itm {
  width: 100%;
  max-width: 27.5038920602vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.page--effort .eot__items.post-count-normal .eot__itm .eot__itmThumb {
  width: 100%;
  max-width: 9.8598858329vw;
  height: 9.8598858329vw;
}
.page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent {
  padding: 1.2454592631vw 0 1.2454592631vw;
  width: 100%;
  height: auto;
}
.page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent .eot__itmLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent .eot__itmBtn {
  margin-top: 0;
  position: absolute;
  bottom: -1.2973533991vw;
}
.page--effort .eot__items::-webkit-scrollbar {
  height: 0.5189413596vw;
}
.page--effort .eot__items::-webkit-scrollbar-track {
  background: #d2d0d2;
}
@media screen and (max-width: 767px) {
  .page--effort .eot__items::-webkit-scrollbar-track {
    background: rgba(210, 208, 210, 0);
  }
}
.page--effort .eot__items::-webkit-scrollbar-thumb {
  background: #26ABFF;
}
@media screen and (max-width: 767px) {
  .page--effort .eot__items::-webkit-scrollbar-thumb {
    background: rgba(38, 171, 255, 0);
  }
}
.page--effort .eot__items::-webkit-scrollbar-thumb:hover {
  background: #1276D9;
}
@media screen and (max-width: 767px) {
  .page--effort .eot__items::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 118, 217, 0);
  }
}
.page--effort .eot__itm {
  width: 100%;
  max-width: 15.1530877011vw;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0.2594706798vw 0px rgba(0, 0, 0, 0.2);
}
.page--effort .eot__itm:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px solid #fff;
  z-index: -1;
}
.page--effort .eot__itm:hover .eot__itmBtn .tnk__bluBtn1Label {
  color: #092C87;
}
.page--effort .eot__itm:hover .eot__itmBtn .tnk__bluBtn1Label:after {
  background-color: #F8E126;
}
.page--effort .eot__itm:hover .eot__itmBtn .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.page--effort .eot__itm:hover .eot__itmBtn .tnk__bluBtn1Icon:after {
  background-color: #F8E126;
}
.page--effort .eot__itm:hover .tnk__itmPartialBorder {
  width: 4.151530877vw;
  height: 4.151530877vw;
  opacity: 1;
}
.page--effort .eot__itmThumb {
  width: 100%;
  height: 14.5822522055vw;
  background-color: #EAEAEA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.page--effort .eot__itmContent {
  padding: 1.2454592631vw 0vw 2.1795537104vw;
  height: 14.5303580695vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.page--effort .eot__itmLabel {
  padding: 0 0.7784120394vw;
  font-size: 1.349247535vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .page--effort .eot__itmLabel {
    font-size: 12px;
  }
}
.page--effort .eot__itmBtn {
  margin: 0;
  position: absolute;
  bottom: 2.5947067981vw;
  justify-content: flex-end;
  right: -1.6606123508vw;
  z-index: 3;
}
.page--effort .eot .tnk__itmPartialBorder {
  z-index: 1;
}
.page--effort .eot .tnk__itmPartialBorder.top-left {
  top: -2px;
  left: -2px;
  border-top: 2px solid #F8E126;
  border-left: 2px solid #F8E126;
}
.page--effort .eot .tnk__itmPartialBorder.top-right {
  top: -2px;
  right: -2px;
  border-top: 2px solid #F8E126;
  border-right: 2px solid #F8E126;
}
.page--effort .eot .tnk__itmPartialBorder.bottom-left {
  bottom: -2px;
  left: -2px;
  border-bottom: 2px solid #F8E126;
  border-left: 2px solid #F8E126;
}
.page--effort .eot .tnk__itmPartialBorder.bottom-right {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #F8E126;
  border-right: 2px solid #F8E126;
}
.page--effort .grndTopCom__wBoxDesc {
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .page--effort .grndTopCom__wBoxDesc {
    font-size: 12px;
  }
}
.page--effort .grndTopCom__wBox {
  margin: 0;
  position: absolute;
  top: 13.2330046705vw;
  left: 5.1894135963vw;
  z-index: 2;
}
.page--effort.page-template-page-expo-efforts-of-tanaka .modal__content, .page--effort.page-template-page-en-expo-efforts-of-tanaka .modal__content {
  padding-top: 1.5568240789vw;
}

/*====================================================================
eot SP
====================================================================*/
@media screen and (max-width: 767px) {
  .page--effort .eot {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 177.8666666667vw;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  .page--effort .eot__label {
    position: fixed;
    top: 144vw;
    left: 0;
    order: 2;
    z-index: 1;
    pointer-events: none;
  }
  .page--effort .eot__container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    order: 1;
    overflow: scroll;
  }
  .page--effort .eot__mobWrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 177.8666666667vw;
    position: relative;
  }
  .page--effort .eot__items {
    margin: 41.3333333333vw 20vw 0 auto;
    width: 100%;
    min-width: 197.3333333333vw;
    list-style: none;
    position: relative;
    gap: 26.6666666667vw;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    padding: 2.6666666667vw 8vw 8vw 5.3333333333vw;
  }
  .page--effort .eot__items.post-count-1 {
    gap: 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-1 .eot__itm {
    width: 100%;
    max-width: 53.3333333333vw;
  }
  .page--effort .eot__items.post-count-1 .eot__itm .eot__itmContent {
    padding: 3.2vw 0 6.4vw;
    height: 26.6666666667vw;
  }
  .page--effort .eot__items.post-count-1 .eot__itm .eot__itmContent .eot__itmBtn {
    margin-top: 0;
    position: absolute;
    bottom: -5.3333333333vw;
  }
  .page--effort .eot__items.post-count-2 {
    padding-bottom: 11vw;
    gap: 16vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-2 .eot__itm {
    max-width: 53.3333333333vw;
  }
  .page--effort .eot__items.post-count-2 .eot__itm .eot__itmContent {
    padding: 3.2vw 0 6.4vw;
    height: 26.6666666667vw;
  }
  .page--effort .eot__items.post-count-2 .eot__itm .eot__itmContent .eot__itmBtn {
    position: absolute;
    bottom: -5.3333333333vw;
    right: -5.3333333333vw;
    margin-top: 0;
  }
  .page--effort .eot__items.post-count-3 {
    margin-right: 0;
    gap: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-3 .eot__itm {
    width: 100%;
    max-width: 40vw;
  }
  .page--effort .eot__items.post-count-3 .eot__itm .eot__itmContent {
    padding-bottom: 0;
  }
  .page--effort .eot__items.post-count-3 .eot__itm .eot__itmContent .eot__itmBtn {
    bottom: 5.3333333333vw;
    right: -5.3333333333vw;
  }
  .page--effort .eot__items.post-count-4 {
    margin-right: 0;
    gap: 13.3333333333vw;
    min-width: 266.6666666667vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-4 .eot__itm {
    width: 100%;
    max-width: 32vw;
  }
  .page--effort .eot__items.post-count-4 .eot__itm .eot__itmContent {
    padding-bottom: 8vw;
  }
  .page--effort .eot__items.post-count-4 .eot__itm .eot__itmContent .eot__itmBtn {
    right: -5.3333333333vw;
  }
  .page--effort .eot__items.post-count-normal {
    gap: 16vw 18.6666666667vw;
    max-width: none;
    min-width: 293.3333333333vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-normal .eot__itm {
    width: 100%;
    max-width: 80vw;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .page--effort .eot__items.post-count-normal .eot__itm .eot__itmThumb {
    width: 100%;
    max-width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
  .page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent {
    padding: 6.4vw 0 6.4vw;
    width: 100%;
  }
  .page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent .eot__itmLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .page--effort .eot__items.post-count-normal .eot__itm .eot__itmContent .eot__itmBtn {
    margin-top: 0;
    position: absolute;
    bottom: -5.3333333333vw;
    right: -5.3333333333vw;
  }
  .page--effort .eot__itm {
    width: 100%;
    min-width: 48vw;
    -webkit-box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
  }
  .page--effort .eot__itm:after {
    content: "";
    position: absolute;
    top: -2vw;
    left: -2vw;
    width: calc(100% + 2.4vw);
    height: calc(100% + 2.4vw);
    border: 0.8vw solid #fff;
    z-index: 1;
  }
  .page--effort .eot__itm:hover .tnk__itmPartialBorder {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .page--effort .eot__itmThumb {
    height: 45.3333333333vw;
  }
  .page--effort .eot__itmContent {
    padding: 6.4vw 0vw 11.2vw;
    height: 42.6666666667vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .page--effort .eot__itmLabel {
    padding: 0 3.2vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--effort .eot__itmLabel {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .page--effort .eot__itmBtn {
    margin: 0;
    right: -2.6666666667vw;
  }
  .page--effort .eot .tnk__itmPartialBorder {
    z-index: 1;
  }
  .page--effort .eot .tnk__itmPartialBorder.top-left {
    top: -0.8vw;
    left: -0.8vw;
    border-top: 0.8vw solid #F8E126;
    border-left: 0.8vw solid #F8E126;
  }
  .page--effort .eot .tnk__itmPartialBorder.top-right {
    top: -0.8vw;
    right: -0.8vw;
    border-top: 0.8vw solid #F8E126;
    border-right: 0.8vw solid #F8E126;
  }
  .page--effort .eot .tnk__itmPartialBorder.bottom-left {
    bottom: -0.8vw;
    left: -0.8vw;
    border-bottom: 0.8vw solid #F8E126;
    border-left: 0.8vw solid #F8E126;
  }
  .page--effort .eot .tnk__itmPartialBorder.bottom-right {
    bottom: -0.8vw;
    right: -0.8vw;
    border-bottom: 0.8vw solid #F8E126;
    border-right: 0.8vw solid #F8E126;
  }
  .page--effort .grndTopCom__wBoxDesc {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #262626;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page--effort .grndTopCom__wBoxDesc {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page--effort .grndTopCom__wBox {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .page--effort .sideFx {
    display: block;
    position: fixed;
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: 100%;
  }
  .page--effort.page-template-page-expo-efforts-of-tanaka .modal__content, .page--effort.page-template-page-en-expo-efforts-of-tanaka .modal__content {
    padding-top: 5.3333333333vw;
  }
}
/*====================================================================
plc PC
====================================================================*/
.page--introduction,
.page--discovering {
  min-height: 1100px;
  overflow-y: auto;
  /* Ensure vertical scrollbar appears when content overflows */
}
@media screen and (max-width: 1700px) {
  .page--introduction,
  .page--discovering {
    min-height: 100vh;
  }
}

/* Width of the scrollbar */
.page--introduction::-webkit-scrollbar,
.page--discovering::-webkit-scrollbar {
  width: 0.3113648158vw;
  /* Set the width of the scrollbar */
}

/* Style of the scrollbar track */
.page--introduction::-webkit-scrollbar-track,
.page--discovering::-webkit-scrollbar-track {
  background: transparent;
  /* Make the track transparent */
}

/* Style of the scrollbar thumb/handle */
.page--introduction::-webkit-scrollbar-thumb,
.page--discovering::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  /* Set the color of the thumb */
  border-radius: 0.2594706798vw;
  /* Set the border radius of the thumb */
}

/* Overwrite the default to keep the scrollbar always visible */
.plc {
  margin: 0 auto;
  width: 100%;
  min-height: 1100px;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../png/background-5.png);
}
@media screen and (max-width: 1700px) {
  .plc {
    background-size: 100%;
    min-height: 880px;
    min-height: 56vw;
    height: auto;
  }
}
.plc__container {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.plc__itm.itm--4 .plc__itmModPrev {
  max-width: 10.3788271925vw;
  top: 7.005708355vw;
  right: 33.9906590555vw;
}
.plc__itm.itm--4 .tnk__bluBtn1 {
  position: absolute;
  top: 16.8655941879vw;
  right: 38.4016606124vw;
}
.plc__itm.itm--4 .plc__itmConnector {
  width: 100%;
  max-width: 6.7981318111vw;
  height: 1.0378827193vw;
  top: 15.8277114686vw;
  right: 46.1857810067vw;
}
.plc__itm.itm--4 .plc__itmBxT {
  top: 14.7898287494vw;
  right: 52.9320186819vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
  transform: rotate(-90deg);
}
.plc__itm.itm--4 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  transform: translate(-50%, -50%) rotate(180deg);
}
.plc__itm.itm--4 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--6 .plc__itmModPrev {
  max-width: 10.3788271925vw;
  top: 31.6554229372vw;
  right: 51.8941359626vw;
}
.plc__itm.itm--6 .tnk__bluBtn1 {
  position: absolute;
  top: 42.9683445771vw;
  right: 50.5448884276vw;
}
.plc__itm.itm--6 .plc__itmConnector {
  width: 100%;
  max-width: 5.1894135963vw;
  height: 5.2932018682vw;
  top: 39.0243902439vw;
  left: 44.8365334717vw;
}
.plc__itm.itm--6 .plc__itmBxT {
  top: 37.5713544369vw;
  left: 50.0778412039vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
}
.plc__itm.itm--6 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  transform: translate(-50%, -50%) rotate(270deg);
}
.plc__itm.itm--6 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--1 .plc__itmModPrev {
  max-width: 8.303061754vw;
  top: 24.9091852621vw;
  left: 23.3523611832vw;
}
.plc__itm.itm--1 .tnk__bluBtn1 {
  position: absolute;
  top: 35.1323300467vw;
  left: 22.158796056vw;
}
.plc__itm.itm--1 .plc__itmConnector {
  width: 100%;
  max-width: 9.6004151531vw;
  height: 0.7265179035vw;
  top: 36.4815775817vw;
  left: 15.8277114686vw;
}
.plc__itm.itm--1 .plc__itmBxT {
  top: 35.2880124546vw;
  left: 14.0114167099vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
}
.plc__itm.itm--1 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  transform: translate(-50%, -50%) rotate(180deg);
}
.plc__itm.itm--1 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--2 .plc__itmModPrev {
  max-width: 11.7280747276vw;
  height: 11.2091333679vw;
  top: 10.3788271925vw;
  left: 7.5765438505vw;
}
.plc__itm.itm--2 .tnk__bluBtn1 {
  position: absolute;
  top: 22.9372080955vw;
  left: 7.5765438505vw;
}
.plc__itm.itm--2 .plc__itmConnector {
  width: 100%;
  max-width: 2.8541774779vw;
  height: 4.9299429165vw;
  top: 25.2205500778vw;
  left: 15.8277114686vw;
}
.plc__itm.itm--2 .plc__itmBxT {
  top: 28.8012454593vw;
  left: 18.4224182667vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
  transform: perspective(200px) rotateZ(0deg) rotateY(40deg) rotate3d(1, 1, 1, 0deg);
}
.plc__itm.itm--2 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  transform: translate(-50%, -50%) rotate(270deg);
}
.plc__itm.itm--2 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--5 .plc__itmModPrev {
  max-width: 11.7280747276vw;
  top: 22.9372080955vw;
  left: 54.4888427608vw;
}
.plc__itm.itm--5 .tnk__bluBtn1 {
  position: absolute;
  top: 22.9372080955vw;
  left: 41.1520498184vw;
}
.plc__itm.itm--5 .plc__itmConnector {
  width: 100%;
  max-width: 2.8541774779vw;
  height: 3.9439543332vw;
  top: 24.2345614946vw;
  left: 48.3653347172vw;
}
.plc__itm.itm--5 .plc__itmBxT {
  top: 27.6595744681vw;
  left: 47.223663726vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
}
.plc__itm.itm--5 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
}
.plc__itm.itm--5 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--7 .plc__itmModPrev {
  max-width: 11.7280747276vw;
  height: auto;
  top: 8.303061754vw;
  right: 15.8277114686vw;
}
.plc__itm.itm--7 .tnk__bluBtn1 {
  position: absolute;
  top: 18.3705241308vw;
  right: 15.8277114686vw;
}
.plc__itm.itm--7 .plc__itmConnector {
  width: 100%;
  max-width: 2.8541774779vw;
  height: 6.2272963155vw;
  top: 18.9932537623vw;
  right: 23.3523611832vw;
}
.plc__itm.itm--7 .plc__itmBxT {
  top: 24.9091852621vw;
  right: 22.158796056vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
}
.plc__itm.itm--7 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--7 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  max-width: 0.9859885833vw;
}
.plc__itm.itm--8 .plc__itmModPrev {
  max-width: 11.7280747276vw;
  top: 36.3258951738vw;
  right: 23.3523611832vw;
}
.plc__itm.itm--8 .tnk__bluBtn1 {
  position: absolute;
  top: 42.2937208095vw;
  right: 10.4307213285vw;
}
.plc__itm.itm--8 .plc__itmConnector {
  width: 100%;
  max-width: 1.5049299429vw;
  height: 7.3689673067vw;
  top: 35.2880124546vw;
  right: 13.1811105345vw;
}
.plc__itm.itm--8 .plc__itmBxT {
  top: 33.2122470161vw;
  right: 13.4924753503vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
}
.plc__itm.itm--8 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
  transform: translate(-50%, -50%) rotate(90deg);
}
.plc__itm.itm--8 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm.itm--3 .plc__itmModPrev {
  max-width: 10.3788271925vw;
  top: 18.6818889465vw;
  left: 26.4660093409vw;
}
.plc__itm.itm--3 .tnk__bluBtn1 {
  position: absolute;
  top: 14.7898287494vw;
  left: 26.4660093409vw;
}
.plc__itm.itm--3 .plc__itmConnector {
  width: 100%;
  max-width: 2.750389206vw;
  height: 2.3871302543vw;
  top: 16.5542293721vw;
  left: 25.5319148936vw;
}
.plc__itm.itm--3 .plc__itmBxT {
  top: 17.6440062273vw;
  left: 23.3523611832vw;
  max-width: 2.3352361183vw;
  height: 2.3352361183vw;
  transform: perspective(200px) rotateZ(0deg) rotateY(40deg) rotate3d(1, 1, 1, 0deg);
}
.plc__itm.itm--3 .plc__itmBxT .plc__itmBxTIcon {
  width: 0.8822003114vw;
}
.plc__itm.itm--3 .plc__itmBxT .tnk__itmPartialBorder {
  width: 0.8822003114vw;
  height: 0.8822003114vw;
}
.plc__itm:hover .tnk__bluBtn1 .tnk__bluBtn1Label,
.plc__itm:hover .tnk__bluBtn1 .tnk__bluBtn1Num {
  color: #fff;
}
.plc__itm:hover .tnk__bluBtn1 .tnk__bluBtn1Label:after,
.plc__itm:hover .tnk__bluBtn1 .tnk__bluBtn1Num:after {
  background-image: none;
  background-color: #F8E126;
}
.plc__itm:hover .plc__itmModPrev {
  opacity: 1;
}
.plc__itm:hover .plc__itmConnector svg path {
  stroke: #F8E126;
}
.plc__itm:hover .plc__itmBxT .plc__itmBxTIcon svg path {
  fill: #1248D5;
}
.plc__itm:hover .plc__itmBxT .tnk__itmPartialBorder {
  border-color: #F8E126 !important;
}
.plc__itm:hover .plc__itmBxT .tnk__itmPartialBorder.outer {
  border-color: #fff !important;
}
.plc__itm:hover .plc__itmBxT .plc__itmBxTInnerBg {
  background-color: #F8E126;
}
.plc__itmModPrev {
  position: absolute;
  width: 100%;
  max-width: 11.0015568241vw;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.5189413596vw) brightness(110%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.plc__itmModPrev .tnk__itmPartialBorder {
  width: 40%;
  height: 40%;
  opacity: 1;
  z-index: 1;
}
.plc__itmModPrev .tnk__itmPartialBorder.top-left {
  top: -0.1556824079vw;
  left: -0.1556824079vw;
  border-top: 0.1556824079vw solid #F8E126;
  border-left: 0.1556824079vw solid #F8E126;
}
.plc__itmModPrev .tnk__itmPartialBorder.top-right {
  top: -0.1556824079vw;
  right: -0.1556824079vw;
  border-top: 0.1556824079vw solid #F8E126;
  border-right: 0.1556824079vw solid #F8E126;
}
.plc__itmModPrev .tnk__itmPartialBorder.bottom-left {
  bottom: -0.1556824079vw;
  left: -0.1556824079vw;
  border-bottom: 0.1556824079vw solid #F8E126;
  border-left: 0.1556824079vw solid #F8E126;
}
.plc__itmModPrev .tnk__itmPartialBorder.bottom-right {
  bottom: -0.1556824079vw;
  right: -0.1556824079vw;
  border-bottom: 0.1556824079vw solid #F8E126;
  border-right: 0.1556824079vw solid #F8E126;
}
.plc__itmModPrevCont {
  padding: 1.453035807vw 0.9859885833vw 1.453035807vw 1.5049299429vw;
  box-sizing: border-box;
}
.plc__itmModPrevFigure {
  width: 100%;
  max-width: 8.5106382979vw;
}
.plc__itmModPrevIcon {
  position: absolute;
  bottom: 0;
  right: -0.6227296316vw;
  width: 2.0757654385vw;
  height: 2.0757654385vw;
  z-index: 2;
}
.plc__itmModPrevIcon svg {
  width: 100%;
  height: 100%;
}
.plc__itmConnector {
  position: absolute;
  transition: all 0.6s ease 0s;
  z-index: -1;
}
.plc__itmConnector svg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
}
.plc__itmConnector svg path {
  transition: all 0.6s ease 0s;
}
.plc__itmBxT {
  position: absolute;
  width: 100%;
  max-width: 3.1136481578vw;
  height: 3.1136481578vw;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 20px 0px rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgb(255, 255, 255);
  transition: all 0.6s ease 0s;
}
.plc__itmBxT .tnk__itmPartialBorder {
  opacity: 1;
  z-index: 1;
}
.plc__itmBxT .tnk__itmPartialBorder.top-left {
  top: 0;
  left: 0;
  border-top: 0.1037882719vw solid #1248D5;
  border-left: 0.1037882719vw solid #1248D5;
}
.plc__itmBxT .tnk__itmPartialBorder.top-right {
  top: 0;
  right: 0;
  border-top: 0.1037882719vw solid #1248D5;
  border-right: 0.1037882719vw solid #1248D5;
}
.plc__itmBxT .tnk__itmPartialBorder.bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 0.1037882719vw solid #1248D5;
  border-left: 0.1037882719vw solid #1248D5;
}
.plc__itmBxT .tnk__itmPartialBorder.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 0.1037882719vw solid #1248D5;
  border-right: 0.1037882719vw solid #1248D5;
}
.plc__itmBxT .tnk__itmPartialBorder.outer {
  z-index: -1;
}
.plc__itmBxT .tnk__itmPartialBorder.outer.top-left {
  width: 45%;
  height: 45%;
  top: -0.1037882719vw;
  left: -0.1037882719vw;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.plc__itmBxT .tnk__itmPartialBorder.outer.top-right {
  width: 45%;
  height: 45%;
  top: -0.1037882719vw;
  right: -0.1037882719vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.plc__itmBxT .tnk__itmPartialBorder.outer.bottom-left {
  width: 45%;
  height: 45%;
  bottom: -0.1037882719vw;
  left: -0.1037882719vw;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.plc__itmBxT .tnk__itmPartialBorder.outer.bottom-right {
  width: 45%;
  height: 45%;
  bottom: -0.1037882719vw;
  right: -0.1037882719vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.plc__itmBxTIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1.2973533991vw;
  font-size: 0;
  transition: all 0.6s ease 0s;
}
.plc__itmBxTIcon svg {
  width: 100%;
  height: 100%;
}
.plc__itmBxTwBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.6s ease 0s;
  z-index: -1;
}
.plc__itmBxTInnerBg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  background-color: rgba(18, 72, 213, 0.5);
  backdrop-filter: blur(0.5189413596vw) brightness(110%);
  transition: all 0.6s ease 0s;
  z-index: -1;
}
.plc__disc {
  position: absolute;
  top: 47.8982874935vw;
  right: 9.8079916969vw;
  padding: 1.0378827193vw 1.5568240789vw 0.7784120394vw;
  width: 100%;
  max-width: 37.8827192527vw;
  background-color: white;
  backdrop-filter: blur(0.5189413596vw) brightness(30%);
  box-sizing: border-box;
  text-align: center;
  font-size: 1.0378827193vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .plc__disc {
    font-size: 12px;
  }
}
.plc__disc.en--page {
  top: 46.7047223664vw;
}
@media screen and (max-width: 1440px) {
  .plc__disc.en--page {
    top: 47.8982874935vw;
  }
}
.plc__modalFigureCont {
  margin: 0 auto 2.0757654385vw auto;
  width: 100%;
  max-width: 35.4955889984vw;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.plc__modalFigureImg {
  width: 100%;
}
.plc__modalFigureImg.item--1 {
  margin-right: 1.8681888947vw;
  max-width: 34.9247535029vw;
}
.plc__modalFigureImg.item--2 {
  margin-right: 2.0238713025vw;
  max-width: 36.170212766vw;
}
.plc__modalFigureImg.item--3 {
  margin-right: 7.3170731707vw;
  max-width: 27.711468604vw;
}
.plc__modalFigureImg.item--4 {
  margin-right: 10.0674623768vw;
  max-width: 24.7016087182vw;
}
.plc__modalFigureImg.item--5 {
  margin-right: 4.2553191489vw;
  max-width: 39.0762843799vw;
}
.plc__modalFigureImg.item--6 {
  margin-right: 6.7462376751vw;
  max-width: 34.0944473275vw;
}
.plc__modalFigureImg.item--7 {
  margin: 0 auto;
  align-self: center;
  max-width: 20.0830306175vw;
}
.plc__modalFigureImg.item--8 {
  margin: 0 auto;
  align-self: center;
  max-width: 34.665282823vw;
}
.plc__modalFigureImg img {
  max-width: 100%;
}
.plc__modalFigureImg2 {
  width: 100%;
  max-width: 22.3144784639vw;
}

.modal__navBtnLabel {
  padding: 0 0.5189413596vw;
  box-sizing: border-box;
}

/*====================================================================
plc SP
====================================================================*/
@media screen and (max-width: 767px) {
  .page--introduction,
  .page--discovering {
    min-height: 177.8666666667vw;
  }
  .plc {
    width: 100%;
    max-width: 100%;
    min-height: 177.8666666667vw;
    background-image: none;
  }
  .plc__label {
    position: fixed;
    top: 146.6666666667vw;
    bottom: auto;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .plc__container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    overflow: scroll;
  }
  .plc__mobWrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: scroll;
    min-height: 177.8666666667vw;
    width: 314.6666666667vw;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../png/background-5.png);
    background-size: cover;
    position: relative;
  }
  .plc__itms {
    position: sticky;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .plc__itm.itm--4 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 28vw;
    right: 117vw;
  }
  .plc__itm.itm--4 .tnk__bluBtn1 {
    top: 53.3333333333vw;
    right: 126vw;
  }
  .plc__itm.itm--4 .plc__itmConnector {
    max-width: 20.2666666667vw;
    height: 8.5333333333vw;
    top: 47.7333333333vw;
    right: 147vw;
  }
  .plc__itm.itm--4 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 47vw;
    right: 167vw;
  }
  .plc__itm.itm--4 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--4 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--6 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 106.6666666667vw;
    right: auto;
    left: 115vw;
  }
  .plc__itm.itm--6 .tnk__bluBtn1 {
    top: 134.6666666667vw;
    left: 16vw;
  }
  .plc__itm.itm--6 .plc__itmConnector {
    width: 100%;
    max-width: 21.7333333333vw;
    height: 16vw;
    top: 123.4666666667vw;
    left: 132.5vw;
  }
  .plc__itm.itm--6 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 120vw;
    left: 152vw;
  }
  .plc__itm.itm--6 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--6 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--1 .plc__itmModPrev {
    max-width: 18.6666666667vw;
    width: 100%;
    height: auto;
    top: 124.2666666667vw;
    right: auto;
    left: 37vw;
  }
  .plc__itm.itm--1 .tnk__bluBtn1 {
    top: 124.2666666667vw;
    left: 58vw;
  }
  .plc__itm.itm--1 .plc__itmConnector {
    width: 100%;
    max-width: 13.3333333333vw;
    height: 9.3333333333vw;
    top: 119.4666666667vw;
    left: 50vw;
  }
  .plc__itm.itm--1 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 112.2vw;
    left: 46.6vw;
  }
  .plc__itm.itm--1 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--1 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--2 .plc__itmModPrev {
    max-width: 21.3333333333vw;
    width: 100%;
    height: auto;
    top: 82.6666666667vw;
    right: auto;
    left: 30vw;
  }
  .plc__itm.itm--2 .tnk__bluBtn1 {
    top: 74.6666666667vw;
    left: 29vw;
  }
  .plc__itm.itm--2 .plc__itmConnector {
    width: 100%;
    max-width: 8.5333333333vw;
    height: 14.6666666667vw;
    top: 80vw;
    left: 50vw;
  }
  .plc__itm.itm--2 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 90.7vw;
    left: 59vw;
    transform: perspective(500px) rotateZ(0deg) rotateY(30deg) rotate3d(1, 1, 1, 0deg);
  }
  .plc__itm.itm--2 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--2 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--5 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 88vw;
    left: 130vw;
    right: auto;
  }
  .plc__itm.itm--5 .tnk__bluBtn1 {
    top: 76.8vw;
    left: 141vw;
  }
  .plc__itm.itm--5 .plc__itmConnector {
    max-width: 11.2vw;
    height: 11.7333333333vw;
    top: 81.3333333333vw;
    left: 146.5vw;
  }
  .plc__itm.itm--5 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 87.5vw;
    left: 158vw;
  }
  .plc__itm.itm--5 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--5 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--7 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 72vw;
    right: 62vw;
  }
  .plc__itm.itm--7 .tnk__bluBtn1 {
    top: 61.8666666667vw;
    right: 52vw;
  }
  .plc__itm.itm--7 .plc__itmConnector {
    max-width: 8.5333333333vw;
    height: 18.6666666667vw;
    top: 67.7333333333vw;
    right: 55.5vw;
  }
  .plc__itm.itm--7 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 87vw;
    right: 51.7vw;
  }
  .plc__itm.itm--7 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
    max-width: 2.6666666667vw;
  }
  .plc__itm.itm--7 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--8 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 106.6666666667vw;
    right: 52vw;
  }
  .plc__itm.itm--8 .tnk__bluBtn1 {
    top: 122.1333333333vw;
    right: 56vw;
  }
  .plc__itm.itm--8 .plc__itmConnector {
    max-width: 4.5333333333vw;
    height: 21.8666666667vw;
    top: 101.3333333333vw;
    right: 67vw;
  }
  .plc__itm.itm--8 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 96vw;
    right: 68vw;
  }
  .plc__itm.itm--8 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--8 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc__itm.itm--3 .plc__itmModPrev {
    max-width: 26.6666666667vw;
    width: 100%;
    height: auto;
    top: 58.6666666667vw;
    left: 90vw;
  }
  .plc__itm.itm--3 .tnk__bluBtn1 {
    top: 50.1333333333vw;
    left: 84vw;
  }
  .plc__itm.itm--3 .plc__itmConnector {
    max-width: 8.2666666667vw;
    height: 7.2vw;
    top: 55.4666666667vw;
    left: 79vw;
  }
  .plc__itm.itm--3 .plc__itmBxT {
    max-width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 59vw;
    left: 73vw;
    transform: perspective(500px) rotateZ(0deg) rotateY(40deg) rotate3d(1, 1, 1, 0deg);
  }
  .plc__itm.itm--3 .plc__itmBxT .plc__itmBxTIcon {
    width: 2.6666666667vw;
  }
  .plc__itm.itm--3 .plc__itmBxT .tnk__itmPartialBorder {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .plc .tnk__bluBtn1Label {
    padding: 1.3333333333vw 2.6666666667vw 0.8vw 3.4666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
  .plc .tnk__bluBtn1Num {
    width: 8vw;
    font-size: 4vw;
    line-height: 1.8;
  }
  .plc__itmModPrev {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    backdrop-filter: blur(2.6666666667vw) brightness(110%);
  }
  .plc__itmModPrev .tnk__itmPartialBorder {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    opacity: 1;
    z-index: 1;
  }
  .plc__itmModPrev .tnk__itmPartialBorder.top-left {
    top: 0;
    left: 0;
    border-top: 1px solid #F8E126;
    border-left: 1px solid #F8E126;
  }
  .plc__itmModPrev .tnk__itmPartialBorder.top-right {
    top: 0;
    right: 0;
    border-top: 1px solid #F8E126;
    border-right: 1px solid #F8E126;
  }
  .plc__itmModPrev .tnk__itmPartialBorder.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #F8E126;
    border-left: 1px solid #F8E126;
  }
  .plc__itmModPrev .tnk__itmPartialBorder.bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #F8E126;
    border-right: 1px solid #F8E126;
  }
  .plc__itmModPrevCont {
    padding: 2.6666666667vw;
  }
  .plc__itmModPrevFigure {
    width: 100%;
    max-width: 26.6666666667vw;
  }
  .plc__itmModPrevIcon {
    right: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .plc__itmBxT {
    max-width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
  .plc__itmBxT .tnk__itmPartialBorder.top-left {
    top: 0;
    left: 0;
    border-top: 1px solid #1248D5;
    border-left: 1px solid #1248D5;
  }
  .plc__itmBxT .tnk__itmPartialBorder.top-right {
    top: 0;
    right: 0;
    border-top: 1px solid #1248D5;
    border-right: 1px solid #1248D5;
  }
  .plc__itmBxT .tnk__itmPartialBorder.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #1248D5;
    border-left: 1px solid #1248D5;
  }
  .plc__itmBxT .tnk__itmPartialBorder.bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #1248D5;
    border-right: 1px solid #1248D5;
  }
  .plc__itmBxT .tnk__itmPartialBorder.outer {
    z-index: -1;
  }
  .plc__itmBxT .tnk__itmPartialBorder.outer.top-left {
    width: 47%;
    height: 47%;
    top: -2px;
    left: -2px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .plc__itmBxT .tnk__itmPartialBorder.outer.top-right {
    width: 47%;
    height: 47%;
    top: -2px;
    right: -2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .plc__itmBxT .tnk__itmPartialBorder.outer.bottom-left {
    width: 47%;
    height: 47%;
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .plc__itmBxT .tnk__itmPartialBorder.outer.bottom-right {
    width: 47%;
    height: 47%;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .plc__itmBxTIcon {
    max-width: 6.6666666667vw;
  }
  .plc__modalFigureCont {
    margin: 0 0 7.4666666667vw auto;
    max-width: 75.7333333333vw;
  }
  .plc__modalFigureImg.item--1 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--2 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--3 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--4 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--5 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--6 {
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
  }
  .plc__modalFigureImg.item--7 {
    max-width: 90%;
  }
  .plc__modalFigureImg.item--8 {
    max-width: 90%;
  }
  .modal__navBtnLabel {
    padding: 0 1.3333333333vw;
  }
  .sideFx {
    position: fixed;
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: auto;
  }
}
.productInfo {
  margin-top: -5.1894135963vw;
}
@media screen and (max-width: 767px) {
  .productInfo {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    margin-top: 4vw;
  }
}

.productInfo__flex {
  position: relative;
  min-height: 46.7047223664vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .productInfo__flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .productInfo__item {
    width: 100%;
  }
}
.productInfo__item.carousel {
  flex: 1;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .productInfo__item.carousel {
    margin-bottom: 10.6666666667vw;
  }
}

.carouselMain {
  width: 26.9849507006vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carouselMain {
    width: 100%;
  }
}

.productInfo__flex nav.nav-swiper {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  width: 38.920601972vw;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .productInfo__flex nav.nav-swiper {
    top: 32.5%;
    width: calc(100% - 5.3333333333vw);
  }
}
.productInfo__flex nav.nav-swiper button {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 0;
  width: 5.7083549559vw;
  height: 3.9958484691vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .productInfo__flex nav.nav-swiper button {
    width: 17.3333333333vw;
    height: 12vw;
  }
}
.productInfo__flex nav.nav-swiper button.prev, .productInfo__flex nav.nav-swiper button.next {
  z-index: 5;
  position: relative;
  background-image: linear-gradient(to right, #1248D5, #1276D9);
}
.productInfo__flex nav.nav-swiper button.prev:after, .productInfo__flex nav.nav-swiper button.next:after {
  content: "";
  position: absolute;
  width: 2.5947067981vw;
  height: 0.6227296316vw;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-white.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .productInfo__flex nav.nav-swiper button.prev:after, .productInfo__flex nav.nav-swiper button.next:after {
    width: 5.3333333333vw;
    height: 1.6vw;
  }
}
.productInfo__flex nav.nav-swiper button.prev {
  transform: skew(-10deg) scale(1.2);
}
@media screen and (max-width: 767px) {
  .productInfo__flex nav.nav-swiper button.prev {
    transform: skew(-10deg) scale(1);
  }
}
.productInfo__flex nav.nav-swiper button.prev:after {
  content: "";
  transform: rotateY(180deg) translateY(-50%);
}
.productInfo__flex nav.nav-swiper button.next {
  transform: skew(-10deg) scale(1.2);
}
@media screen and (max-width: 767px) {
  .productInfo__flex nav.nav-swiper button.next {
    transform: skew(-10deg) scale(1);
  }
}
.productInfo__flex nav.nav-swiper button.next:after {
  content: "";
  transform: translateY(-50%);
}

.carousel-swiper {
  width: 23.3523611832vw;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .carousel-swiper {
    width: 85.3333333333vw;
  }
}
.carousel-swiper .eot__itmBtn {
  z-index: 1;
  right: -30%;
  bottom: 2.5947067981vw;
  position: absolute;
  opacity: 0;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .carousel-swiper .eot__itmBtn {
    margin: 0;
    bottom: 8vw;
  }
}
.carousel-swiper .swiper-slide-active .eot__itmBtn {
  right: -16%;
  opacity: 1;
}
.carousel {
  margin: 0 auto;
  perspective: 850px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .carousel {
    perspective: 280vw;
  }
}
.carousel > * {
  flex: 0 0 auto;
}
.carousel nav {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 38.920601972vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .carousel nav {
    width: calc(100% - 5.3333333333vw);
  }
}
.carousel nav button {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 0;
  width: 5.7083549559vw;
  height: 3.9958484691vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .carousel nav button {
    width: 17.3333333333vw;
    height: 12vw;
  }
}
.carousel nav button.prev, .carousel nav button.next {
  z-index: 5;
  position: relative;
  background-image: linear-gradient(to right, #1248D5, #1276D9);
}
.carousel nav button.prev:after, .carousel nav button.next:after {
  content: "";
  position: absolute;
  width: 2.5947067981vw;
  height: 0.6227296316vw;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-white.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .carousel nav button.prev:after, .carousel nav button.next:after {
    width: 5.3333333333vw;
    height: 1.6vw;
  }
}
.carousel nav button.prev {
  transform: skew(-10deg) scale(1.2);
}
@media screen and (max-width: 767px) {
  .carousel nav button.prev {
    transform: skew(-10deg) scale(1);
  }
}
.carousel nav button.prev:after {
  content: "";
  transform: rotateY(180deg) translateY(-50%);
}
.carousel nav button.next {
  transform: skew(-10deg) scale(1.2);
}
@media screen and (max-width: 767px) {
  .carousel nav button.next {
    transform: skew(-10deg) scale(1);
  }
}
.carousel nav button.next:after {
  content: "";
  transform: translateY(-50%);
}
.carousel .eot__itmBtn {
  z-index: 1;
  right: -30%;
  bottom: 2.5947067981vw;
  position: absolute;
  opacity: 0;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .carousel .eot__itmBtn {
    margin: 0;
    bottom: 8vw;
  }
}
.carousel .eot__itmBtn:hover .showRoom__linkWall {
  background-color: rgba(255, 255, 255, 0.1);
}
.carousel .eot__itmBtn:hover .tnk__bluBtn1Label {
  color: #092C87;
}
.carousel .eot__itmBtn:hover .tnk__bluBtn1Label:after {
  background-color: #F8E126;
}
.carousel .eot__itmBtn:hover .tnk__bluBtn1Icon {
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.carousel .eot__itmBtn:hover .tnk__bluBtn1Icon:after {
  background-color: #F8E126;
}
.carousel .is-active .eot__itmBtn {
  right: -16%;
  opacity: 1;
}
.carousel__wrapper {
  margin: 0;
  width: 31.1364815776vw;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .carousel__wrapper {
    width: 100%;
  }
}

.carousel__item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.2272963155vw;
  opacity: 0.7;
}
.swiper-slide-active .carousel__item, .carousel__item.is-active {
  opacity: 1;
}
.swiper .carousel__item {
  padding: 0 2.0757654385vw;
}
@media screen and (max-width: 767px) {
  .carousel__item {
    padding: 0 17.0666666667vw;
  }
  .swiper .carousel__item {
    padding: 0 9.8666666667vw;
  }
}
.carousel__item:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel__head {
  width: 100%;
  height: 13.0773222626vw;
}
@media screen and (max-width: 767px) {
  .carousel__head {
    width: 100%;
    height: 41.8666666667vw;
  }
}
.carousel__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__itemInner,
.carousel__body {
  position: relative;
}
.carousel__itemInner:before, .carousel__itemInner:after,
.carousel__body:before,
.carousel__body:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  border: 2px solid;
  transform: scale(0);
  transition: all 0.6s ease 0s;
  width: 3.3731188376vw;
  height: 3.3731188376vw;
  border-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .carousel__itemInner:before, .carousel__itemInner:after,
  .carousel__body:before,
  .carousel__body:after {
    border: 2px solid;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.swiper-slide-active .carousel__itemInner:before, .is-active .carousel__itemInner:before, .swiper-slide-active .carousel__itemInner:after, .is-active .carousel__itemInner:after,
.swiper-slide-active .carousel__body:before,
.is-active .carousel__body:before,
.swiper-slide-active .carousel__body:after,
.is-active .carousel__body:after {
  border-color: #092C87;
  transform: scale(1);
}

.carousel__itemInner {
  background: rgba(255, 255, 255, 0.8);
}
.carousel__itemInner:before {
  left: 0px;
  top: 0px;
  border-right-width: 0;
  border-bottom-width: 0;
  transform-origin: left top;
}
.carousel__itemInner:after {
  right: 0px;
  top: 0px;
  border-left-width: 0;
  border-bottom-width: 0;
  transform-origin: right top;
}

.carousel__body {
  opacity: 0;
  transition: all 0.6s ease 0s;
  padding: 2.0757654385vw 1.5568240789vw 7.2651790348vw;
}
.swiper-slide-active .carousel__body, .is-active .carousel__body {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .carousel__body {
    padding: 5.3333333333vw 4vw 21.3333333333vw;
  }
}
.swiper-slide-next .carousel__body, .swiper-slide-prev .carousel__body, .swiper-slide-active .carousel__body, .is-prev .carousel__body, .is-next .carousel__body, .is-active .carousel__body {
  opacity: 1;
}
.carousel__body:before {
  left: 0px;
  top: auto;
  bottom: 0px;
  border-right-width: 0;
  border-top-width: 0;
  transform-origin: left bottom;
}
.carousel__body:after {
  right: 0px;
  top: auto;
  bottom: 0px;
  border-left-width: 0;
  border-top-width: 0;
  transform-origin: right bottom;
}

.carousel__ttl {
  font-size: 1.349247535vw;
  margin-bottom: 0.8822003114vw;
  color: #092C87;
  min-height: 4.151530877vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carousel__ttl {
    font-size: 4.2666666667vw;
    min-height: 13.3333333333vw;
  }
}

.carousel__content {
  line-height: 1.9;
  font-size: 0.9340944473vw;
  min-height: 12.1951219512vw;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carousel__content {
    font-size: 3.2vw;
    min-height: 41.3333333333vw;
  }
}

.productInfo__item.carousel-thumb {
  padding: 0.2594706798vw;
  position: absolute;
  top: 0;
  right: 5.78%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .productInfo__item.carousel-thumb {
    background: #fff;
    margin-top: 5.3333333333vw;
    padding: 4vw 0 6.6666666667vw;
  }
}
.productInfo__item.carousel-thumb:before {
  content: "";
  position: absolute;
  width: 12.1951219512vw;
  height: 100%;
  top: 0;
  right: -0.025947068vw;
  border: 1px solid #fff;
  background: rgba(9, 44, 135, 0.15);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .productInfo__item.carousel-thumb:before {
    content: none;
  }
}
.productInfo__item.carousel-thumb:after {
  content: "";
  top: calc(50% + 0.051894136vw);
  right: 0.1816294759vw;
  z-index: -1;
  background: #fff;
  position: absolute;
  transform: translateY(-50%);
  width: 11.9356512714vw;
  height: calc(100% - 0.2594706798vw);
}
@media screen and (max-width: 767px) {
  .productInfo__item.carousel-thumb:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .productInfo__item.carousel-thumb {
    width: 100%;
    position: static;
  }
}

.thumbList {
  padding: 1.0378827193vw 0.6227296316vw 1.0378827193vw 0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .thumbList {
    padding: 0 5.3333333333vw;
  }
}

.thumbList__label {
  margin: 0 0 0 auto;
  color: #092C87;
  width: 9.3928386092vw;
  font-size: 1.0378827193vw;
  padding-right: 0.8822003114vw;
}
@media screen and (max-width: 767px) {
  .thumbList__label {
    padding: 0;
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}

.thumbList__slider {
  overflow: auto;
  height: 42.6050856253vw;
  margin-top: 0.7784120394vw;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 767px) {
  .thumbList__slider {
    height: auto;
    margin-top: 0;
    width: calc(100% + 10.6666666667vw);
    margin-left: -5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.thumbList__slider::-webkit-scrollbar {
  width: 2px;
}
@media screen and (max-width: 767px) {
  .thumbList__slider::-webkit-scrollbar {
    height: 2px;
  }
}
.thumbList__slider::-webkit-scrollbar-track {
  background: #EAEAEA;
}
.thumbList__slider::-webkit-scrollbar-thumb {
  background: #092C87;
}
.thumbList__slider::-webkit-scrollbar-thumb:hover {
  background: #1248D5;
}

.thumbList__inner {
  width: 20.7576543851vw;
  position: relative;
  padding-right: 0.7784120394vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .thumbList__inner {
    flex-direction: row;
    padding: 0 0 2.6666666667vw;
    width: auto;
  }
}

.thumbList__item {
  position: relative;
  transition: all 0.6s ease 0s;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .thumbList__item {
    width: auto;
    margin-right: 2.6666666667vw;
  }
  .thumbList__item:last-child {
    margin-right: 0;
    padding-right: 5.3333333333vw;
  }
}
.thumbList__item:hover {
  opacity: 0.8;
}
.thumbList__item:not(:first-of-type) {
  margin-top: 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .thumbList__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.thumbList__item.is-active .thumbList__figure:after {
  opacity: 0;
}
.thumbList__item.is-active .thumbList__ttl {
  opacity: 0;
}
.thumbList__item.is-active .thumbList__link {
  opacity: 1;
  right: 5.9678256357vw;
}

.thumbList__figure {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 8.35495589vw;
  height: 5.8121432278vw;
}
@media screen and (max-width: 767px) {
  .thumbList__figure {
    width: 30.6666666667vw;
    height: 21.3333333333vw;
  }
}
.thumbList__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .thumbList__figure {
    width: 30.6666666667vw;
  }
}
.thumbList__figure img {
  width: 100%;
}
.thumbList__figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/product-info/product-mask.svg);
  background-size: 100% 100%;
}

.thumbList__itemEdges {
  position: absolute;
  width: 100%;
  height: 100%;
}
.thumbList__itemEdges:before, .thumbList__itemEdges:after {
  content: "";
  position: absolute;
  width: 0.5189413596vw;
  height: 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .thumbList__itemEdges:before, .thumbList__itemEdges:after {
    width: 1.9733333333vw;
    height: 1.9733333333vw;
  }
}
.thumbList__itemEdges:before {
  left: 0;
  top: 0;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/edge-top-left-wh.svg);
  background-size: 100% 100%;
}
.thumbList__itemEdges:after {
  right: 0;
  bottom: 0;
  background: url(../png/edge-top-left-wh.png);
  background-size: 100% 100%;
}

.thumbList__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 0.8303061754vw;
  padding: 0.5189413596vw 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .thumbList__ttl {
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}

.thumbList__link {
  z-index: 1;
  width: auto;
  position: relative;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  right: 25%;
  white-space: pre-wrap;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .thumbList__link {
    display: none;
  }
}
.thumbList__link .tnk__bluBtn1Label {
  padding-right: 0;
  white-space: nowrap;
  color: #092C87;
  font-size: 0.8303061754vw;
}
.thumbList__link .tnk__bluBtn1Label:after {
  background: #F8E126;
}
.thumbList__link .tnk__bluBtn1Icon {
  width: 2.3352361183vw;
  background-image: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/common/link-arrow-icon-right-blue.svg);
}
.thumbList__link .tnk__bluBtn1Icon:after {
  background-image: none;
  background: #F8E126;
}

.carousel__contentType .carousel__linkPdf {
  display: none;
}
.carousel__contentType .carousel__linkModal {
  display: flex;
}
.carousel__contentType.is-pdf .carousel__linkPdf {
  display: flex;
}
.carousel__contentType.is-pdf .carousel__linkModal {
  display: none;
}

/*====================================================================
Business Meeting Page
====================================================================*/
@media screen and (max-width: 767px) {
  .businessMeeting {
    background: url(../jpg/kv-01-img-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.businessMeeting .childPage {
  background: url(../jpg/kv-01-img.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .businessMeeting .childPage {
    background: none;
    height: calc(100vh - 8.5333333333vw);
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__dataDesc {
  margin: 3.1136481578vw auto 3.5288012455vw;
  width: 100%;
  max-width: 76.2843798651vw;
  font-size: 1.349247535vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #092C87;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__dataDesc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__dataDesc {
    margin: 2.6666666667vw auto 7.4666666667vw;
    max-width: 90%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #092C87;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__dataDesc {
    font-size: 4.2666666667vw;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__data {
  margin-top: 8.8220031136vw;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__data {
    margin-top: 33.3333333333vw;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__data.with-data-desc {
  margin-top: 0;
}
.businessMeeting .expoPage__businessMeeting .eot__itmBtn {
  cursor: pointer;
}
.businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Label {
  text-align: right;
  padding: 1.1416709912vw 4.5666839647vw 1.1416709912vw 6.4867669953vw;
  font-size: 1.349247535vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Label {
    padding: 4vw 16vw 4vw 21.3333333333vw;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Label {
    font-size: 5.0666666667vw;
  }
}
.businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Icon {
  width: 3.6325895174vw;
  background-size: 1.0378827193vw 0.3113648158vw;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .eot__itmBtn .tnk__bluBtn1Icon {
    width: 13.3333333333vw;
    background-size: 5.3333333333vw 1.6vw;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__btnWrapper {
  margin: 6.2791904515vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__btnWrapper {
    margin: 16.5333333333vw auto 0;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow {
  height: 2.0757654385vw;
  min-width: 11.2091333679vw;
  background: #fff;
  border: 1px solid #092C87;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-weight: 500;
  font-size: 0.7265179035vw;
  line-height: 2;
  color: #092C87;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow {
    height: 8vw;
    min-width: 43.2vw;
    font-size: 2.9333333333vw;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow svg {
  width: 1.2454592631vw;
  height: 1.2454592631vw;
  margin-right: 0.3113648158vw;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.6vw;
  }
}
.businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow.en--version {
  min-width: 12.9735339907vw;
}
@media screen and (max-width: 767px) {
  .businessMeeting .expoPage__businessMeeting .businessMeeting__btnFlow.en--version {
    min-width: 61.3333333333vw;
  }
}

.seminars__dayOption {
  position: relative;
}
.seminars__dayOption .swiper-button-prev:after,
.seminars__dayOption .swiper-rtl .swiper-button-next:after,
.seminars__dayOption .swiper-button-next:after,
.seminars__dayOption .swiper-rtl .swiper-button-prev:after {
  font-size: 1.0378827193vw;
}
@media screen and (max-width: 767px) {
  .seminars__dayOption .swiper-button-prev:after,
  .seminars__dayOption .swiper-rtl .swiper-button-next:after,
  .seminars__dayOption .swiper-button-next:after,
  .seminars__dayOption .swiper-rtl .swiper-button-prev:after {
    font-size: 3.7333333333vw;
  }
}
.seminars__dayOption .swiper-button-prev {
  left: -0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .seminars__dayOption .swiper-button-prev {
    left: -4vw;
  }
}
.seminars__dayOption .swiper-button-next {
  right: -0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .seminars__dayOption .swiper-button-next {
    right: -5.3333333333vw;
  }
}

.js--swiperDayOption {
  width: 33.4198235599vw;
}
@media screen and (max-width: 767px) {
  .js--swiperDayOption {
    width: 73.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}

.js--dayOptionSlider {
  width: 35.4955889984vw;
  padding: 0 2.0757654385vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .js--dayOptionSlider {
    width: 75.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.js--dayOptionSlider .slick-arrow {
  font-size: 0;
  width: 0.5189413596vw;
  height: 1.0378827193vw;
  position: absolute;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .js--dayOptionSlider .slick-arrow {
    width: 1.8666666667vw;
    height: 3.7333333333vw;
  }
}
.js--dayOptionSlider .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/page-business-meeting/slick-prev.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .js--dayOptionSlider .slick-prev {
    left: 1.3333333333vw;
  }
}
.js--dayOptionSlider [aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
.js--dayOptionSlider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(https://ds.tanaka-preciousmetals.com/wp-content/themes/tanaka-theme_20250605/_assets/images/page-business-meeting/slick-next.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .js--dayOptionSlider .slick-next {
    right: 1.3333333333vw;
  }
}

.dayOptionSlider-slide {
  margin: 0 0.2594706798vw;
}
@media screen and (max-width: 767px) {
  .dayOptionSlider-slide {
    margin: 0 1.3333333333vw;
  }
}
.dayOptionSlider-slide.is-hidden {
  display: none;
}

.page-template-page-en-expo-business-meeting .modal__header,
.page-template-page-expo-business-meeting .modal__header {
  margin-bottom: 2.0757654385vw;
  padding-bottom: 2.0757654385vw;
  border-bottom: 0.051894136vw solid #aaa;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .modal__header,
  .page-template-page-expo-business-meeting .modal__header {
    padding-bottom: 6.6666666667vw;
    padding-top: 5.3333333333vw;
    width: 100%;
    margin: 0 auto 4.5333333333vw;
    max-width: unset;
  }
}
.page-template-page-en-expo-business-meeting .stepsTtl,
.page-template-page-expo-business-meeting .stepsTtl {
  font-weight: bold;
  text-align: center;
  color: #092C87;
  line-height: 1;
  font-size: 2.0757654385vw;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .stepsTtl,
  .page-template-page-expo-business-meeting .stepsTtl {
    font-size: 6.4vw;
    line-height: 1;
  }
}
.page-template-page-en-expo-business-meeting .stepsTrack,
.page-template-page-expo-business-meeting .stepsTrack {
  z-index: 1;
  position: relative;
  width: 33.2122470161vw;
  margin: 1.401141671vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .stepsTrack,
  .page-template-page-expo-business-meeting .stepsTrack {
    width: 64.8vw;
    margin: 4.5333333333vw auto 0;
  }
}
.page-template-page-en-expo-business-meeting .stepsTrack:before,
.page-template-page-expo-business-meeting .stepsTrack:before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 0.051894136vw;
  border-bottom: 1px dashed #092C87;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .stepsTrack:before,
  .page-template-page-expo-business-meeting .stepsTrack:before {
    width: 100%;
    height: 0.2666666667vw;
  }
}
.page-template-page-en-expo-business-meeting .stepsTrack__item,
.page-template-page-expo-business-meeting .stepsTrack__item {
  background: #fff;
  width: 7.1613907628vw;
  height: 2.0757654385vw;
  border-radius: 1.0378827193vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 0.051894136vw solid #092C87;
}
.page-template-page-en-expo-business-meeting .stepsTrack__item.en--version,
.page-template-page-expo-business-meeting .stepsTrack__item.en--version {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .stepsTrack__item,
  .page-template-page-expo-business-meeting .stepsTrack__item {
    width: 18.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    border: 0.2666666667vw solid #092C87;
  }
  .page-template-page-en-expo-business-meeting .stepsTrack__item.en--version,
  .page-template-page-expo-business-meeting .stepsTrack__item.en--version {
    width: 100%;
  }
  .page-template-page-en-expo-business-meeting .stepsTrack__item.en--version .stepsTrack__label,
  .page-template-page-expo-business-meeting .stepsTrack__item.en--version .stepsTrack__label {
    font-size: 2.4vw;
  }
}
.page-template-page-en-expo-business-meeting .stepsTrack__item.is-current,
.page-template-page-expo-business-meeting .stepsTrack__item.is-current {
  background: #f8df1b;
  border: 0.051894136vw solid #f8df1b;
}
.page-template-page-en-expo-business-meeting .stepsTrack__item:not(:last-child),
.page-template-page-expo-business-meeting .stepsTrack__item:not(:last-child) {
  margin-right: 4.9299429165vw;
}
.page-template-page-en-expo-business-meeting .stepsTrack__label,
.page-template-page-expo-business-meeting .stepsTrack__label {
  font-size: 1.0378827193vw;
  line-height: 2;
  font-weight: 500;
  color: #092C87;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .stepsTrack__label,
  .page-template-page-expo-business-meeting .stepsTrack__label {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expo-business-meeting .sideFx,
  .page-template-page-expo-business-meeting .sideFx {
    display: block;
    position: fixed;
    top: 17.3333333333vw;
    left: 5.3333333333vw;
    width: 100%;
  }
  .page-template-page-en-expo-business-meeting .pageLabel,
  .page-template-page-expo-business-meeting .pageLabel {
    margin-top: 181px;
  }
}

/*====================================================================
whtsTanaka PC
====================================================================*/
.tech-presentation .techPresentation {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../jpg/kv-01-img-3.jpg);
  position: relative;
}
.tech-presentation .techPresentation.en--page {
  background-image: url(../jpg/kv-01-img-en.jpg);
}
.tech-presentation .techPresentation__container {
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tech-presentation .techPresentation__items {
  list-style: none;
  position: relative;
}
.tech-presentation .techPresentation__item {
  position: absolute;
}
.tech-presentation .techPresentation__item.itm--1 {
  position: absolute;
  width: 65.0752464971vw;
  top: 15.4125583809vw;
  left: 28.4379865075vw;
}
.tech-presentation .techPresentation__itemPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6325895174vw;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.tech-presentation .techPresentation__itemPlayBtn svg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
}
.tech-presentation .techPresentation__itemPlayBtn svg circle {
  transition: all 0.6s ease 0s;
}
.tech-presentation .techPresentation__itemPlayBtn svg path {
  transition: all 0.6s ease 0s;
}
.tech-presentation .techPresentation__itemPartialBorder {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
}
.tech-presentation .techPresentation__itemPartialBorder.top-left {
  top: -0.1556824079vw;
  left: -0.1556824079vw;
  border-top: 0.1816294759vw solid #F8E126;
  border-left: 0.1816294759vw solid #F8E126;
}
.tech-presentation .techPresentation__itemPartialBorder.top-right {
  top: -0.1556824079vw;
  right: -0.1556824079vw;
  border-top: 0.1816294759vw solid #F8E126;
  border-right: 0.1816294759vw solid #F8E126;
}
.tech-presentation .techPresentation__itemPartialBorder.bottom-left {
  bottom: -0.1556824079vw;
  left: -0.1556824079vw;
  border-bottom: 0.1816294759vw solid #F8E126;
  border-left: 0.1816294759vw solid #F8E126;
}
.tech-presentation .techPresentation__itemPartialBorder.bottom-right {
  bottom: -0.1556824079vw;
  right: -0.1556824079vw;
  border-bottom: 0.1816294759vw solid #F8E126;
  border-right: 0.1816294759vw solid #F8E126;
}
.tech-presentation .techPresentation__itemLabel {
  padding: 0.3632589517vw 0.5189413596vw;
  position: absolute;
  bottom: -0.2594706798vw;
  right: -2.2314478464vw;
  font-size: 1.0378827193vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  color: #092C87;
  background-color: #F8E126;
  box-sizing: border-box;
  transition: all 0.6s ease 0s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .tech-presentation .techPresentation__itemLabel {
    font-size: 12px;
  }
}
.tech-presentation .techPresentation .sideFx {
  position: absolute;
  top: 17.3333333333vw;
  left: 5.3333333333vw;
  width: 100%;
}
.tech-presentation .grndTopCom__wBox {
  margin: 0;
  position: absolute;
  top: 17.1250648677vw;
  left: 5.1894135963vw;
  z-index: 2;
}
.tech-presentation .tnk__bluBtn1 {
  margin: 1.5568240789vw 0 0 0;
  position: relative;
  justify-content: flex-end;
  right: -2.8541774779vw;
}

.techPresentation__dataMedia .techPresentation__dataThumb .eot__itmBtn {
  top: 50%;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
.techPresentation__dataMedia .techPresentation__dataThumb .tnk__bluBtn1Label {
  flex: 1;
  text-align: center;
}

.techPresentation__data {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.349247535vw;
  flex-wrap: wrap;
}

.techPresentation__dataBox {
  position: relative;
  width: 36.066424494vw;
}

.techPresentation__dataMedia {
  width: 100%;
  height: 20.3943954333vw;
  margin-left: 0.7784120394vw;
}

.techPresentation__dataThumb {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0.7784120394vw;
  overflow: hidden;
  z-index: 1;
}
.techPresentation__dataThumb:after, .techPresentation__dataThumb:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s ease 0s;
}
.techPresentation__dataThumb.is-current:before {
  background: rgba(0, 0, 0, 0.6);
}
.techPresentation__dataThumb.is-current:after {
  position: absolute;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.15);
  /* (plus shape's fill blended on top as a separate layer with 90% opacity) */
}
.techPresentation__dataThumb.is-current .eot__itmBtn {
  opacity: 1;
  width: 100%;
  max-width: 40%;
}
.techPresentation__dataThumb.is-current .techPresentation__dataPreviewDetails {
  opacity: 0;
}
.techPresentation__dataThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.techPresentation__dataPreviewDetails {
  padding-top: 6.7462376751vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
}
.techPresentation__dataPreviewDetails:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 18.6818889465vw;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../png/bg-post-today-details.png);
  opacity: 0.9;
}
.techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper {
  padding-left: 1.9719771666vw;
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
}
.techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__month {
  display: inline-block;
  font-size: 2.5947067981vw;
  line-height: 1.4;
}
.techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__day {
  margin-left: 0.2594706798vw;
  font-size: 1.5568240789vw;
  line-height: 1.4;
  display: inline-block;
}
.techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__time {
  font-size: 1.0378827193vw;
  line-height: 1.3;
}
.techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper:last-child {
  margin-top: -0.5189413596vw;
}

.techPresentation__item__iframe,
.techPresentation__item__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.techPresentation__dataContent {
  width: 26.8811624286vw;
  height: 19.9792423456vw;
  margin-left: 0.6227296316vw;
  padding: 1.0378827193vw 1.2973533991vw;
}

.techPresentation__dataContentScrollArea {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 1.349247535vw;
  box-sizing: border-box;
}
.techPresentation__dataContentScrollArea::-webkit-scrollbar {
  width: 0.1037882719vw;
}
.techPresentation__dataContentScrollArea::-webkit-scrollbar-track {
  background-color: #EAEAEA;
}
.techPresentation__dataContentScrollArea::-webkit-scrollbar-thumb {
  background-color: #092C87;
}

.techPresentation__dataTitle {
  z-index: 1;
  width: 100%;
  position: relative;
  min-height: 4.4110015568vw;
  padding: 0.2594706798vw 0.7784120394vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 1.349247535vw;
  font-weight: bold;
  line-height: 1.4;
}
.techPresentation__dataTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #092c87 0%, rgba(18, 72, 213, 0.99) 85.71%, rgba(18, 72, 213, 0) 100%);
}

.techPresentation__dataInfo {
  margin-top: 0.5189413596vw;
  color: #092C87;
  font-weight: bold;
  line-height: 1.4;
}

.techPresentation__dataInfo__year,
.techPresentation__dataInfo__day,
.techPresentation__dataInfo__time {
  font-size: 0.9340944473vw;
}

.techPresentation__dataInfo__month {
  font-size: 2.0757654385vw;
}

.techPresentation__dataInfoArea {
  font-size: 0.8303061754vw;
  line-break: anywhere;
}

.techPresentation__dataFooter,
.techPresentation__dataLinks {
  margin-top: 2.5947067981vw;
}

.techPresentation__dataPresenter {
  text-align: right;
  margin-top: 0.8303061754vw;
  margin-right: 3.5288012455vw;
}

.techPresentation__dataCaption {
  color: #262626;
  font-size: 0.7265179035vw;
}

.techPresentation__dataLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7265179035vw;
  border: 1px solid #092C87;
  min-height: 2.0757654385vw;
  padding: 0.4151530877vw 0.7784120394vw;
  background: #fff;
  margin-top: 0.7784120394vw;
}
.techPresentation__dataLink svg {
  margin-right: 0.3113648158vw;
  width: 1.2454592631vw;
  height: 1.2454592631vw;
}

.techPresentation__dataInner {
  flex: 1;
}

.techPresentation__dataLinks {
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5189413596vw;
}
.techPresentation__dataLinks.m-pcDf {
  display: flex;
}
.techPresentation__dataLinks.m-spDf {
  display: none;
}

.techPresentation__dataLinksItem {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  background: #262626;
  min-height: 2.3871302543vw;
  padding: 0.4151530877vw 2.3352361183vw 0.4151530877vw 0.7784120394vw;
  font-size: 0.8303061754vw;
  font-weight: bold;
  position: relative;
  transition: all 0.6s ease 0s;
}
.techPresentation__dataLinksItem svg {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 0.7784120394vw;
  width: 1.2454592631vw;
  width: 1.1416709912vw;
  height: 0.4363777893vw;
  transition: all 0.6s ease 0s;
}
.techPresentation__dataLinksItem svg path {
  transition: all 0.6s ease 0s;
}
.techPresentation__dataLinksItem:hover {
  background-color: #F8E126;
  color: #092C87;
}
.techPresentation__dataLinksItem:hover svg path {
  stroke: #092C87;
}

.modal__tp {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 2.5947067981vw;
}
@media screen and (max-width: 767px) {
  .modal__tp {
    padding: 8vw 4vw;
  }
}

.modal__tpLabel {
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #092C87;
  font-size: 1.5568240789vw;
}
@media screen and (max-width: 767px) {
  .modal__tpLabel {
    font-size: 5.3333333333vw;
  }
}

.modal__tpList {
  width: 47.6388168137vw;
  margin: 2.2833419824vw auto 0;
}
@media screen and (max-width: 767px) {
  .modal__tpList {
    width: auto;
    margin: 8vw auto 0;
  }
}

.modal__tpItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9340944473vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8vw;
  }
  .modal__tpItem .m-spDb {
    width: 100%;
  }
}
.modal__tpItem:not(:last-child) {
  margin-bottom: 2.0757654385vw;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 1.5568240789vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItem:not(:last-child) {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 12vw;
  }
}

.modal__tpItemKv {
  width: 19.3046185781vw;
  height: 10.8977685522vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItemKv {
    width: 100%;
    height: 42.6666666667vw;
  }
}
.modal__tpItemKv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__tpItemData {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal__tpItemData {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal__tpItemHead {
    margin-bottom: 3.2vw;
  }
}

.modal__tpItemTtl {
  z-index: 1;
  width: 100%;
  position: relative;
  padding: 0.2594706798vw 1.2973533991vw 0.7784120394vw 0.7784120394vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 1.349247535vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .modal__tpItemTtl {
    font-size: 4.8vw;
    min-height: 16vw;
    padding: 1.8666666667vw 21.3333333333vw 1.8666666667vw 2.6666666667vw;
    text-align: left;
    width: 100%;
  }
}
.modal__tpItemTtl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #092c87 0%, rgba(18, 72, 213, 0.99) 85.71%, rgba(18, 72, 213, 0) 100%);
}

.modal__tpItemInner {
  margin-top: 0.5189413596vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItemInner {
    margin-top: 1.3333333333vw;
  }
}

.modal__tpItemInfo {
  color: #092C87;
  font-weight: bold;
  line-height: 1.4;
}

.modal__tpItemInfo__year,
.modal__tpItemInfo__day,
.modal__tpItemInfo__time {
  font-size: 1.0378827193vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItemInfo__year,
  .modal__tpItemInfo__day,
  .modal__tpItemInfo__time {
    font-size: 4.2666666667vw;
  }
}

.modal__tpItemInfo__month {
  font-size: 2.0757654385vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItemInfo__month {
    font-size: 10.6666666667vw;
  }
}

.modal__tpItemInfoAra {
  font-size: 0.8303061754vw;
}
@media screen and (max-width: 767px) {
  .modal__tpItemInfoAra {
    font-size: 3.7333333333vw;
    margin-top: 4.5333333333vw;
  }
}

.tp__data {
  width: 72.1328489881vw;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 2.3352361183vw;
  gap: 1.5568240789vw 0.7784120394vw;
}
@media screen and (max-width: 767px) {
  .tp__data {
    width: 100%;
    margin-top: 5.8666666667vw;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
}

.tp__dataItem {
  width: 32.5%;
  height: 13.1292163985vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tp__dataItem.itemNoHover {
  pointer-events: none;
}
.tp__dataItem.itemNoHover:hover .tp__dataItemKv::after {
  background: rgba(38, 38, 38, 0.6);
}
.tp__dataItem.itemNoHover:hover .tp__dataItemKv img {
  transform: none;
}
.tp__dataItem:hover .tp__dataItemKv::after {
  background: rgba(0, 0, 0, 0.7);
}
.tp__dataItem:hover .tp__dataItemKv img {
  transform: scale(1.1);
}
.tp__dataItem:hover .tp__dataItemIcon {
  opacity: 1;
}
.tp__dataItem:hover .tp__dataItemIcon svg #Polygon_2,
.tp__dataItem:hover .tp__dataItemIcon svg #Ellipse_2 {
  fill: #F8DF1B;
}
.tp__dataItem:hover .tp__dataItemIcon svg path:last-child {
  fill: #092C87;
}
@media screen and (max-width: 767px) {
  .tp__dataItem {
    width: 100%;
    height: auto;
    min-height: 42.6666666667vw;
  }
}

.tp__dataItemKv {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tp__dataItemKv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  background: rgba(38, 38, 38, 0.6);
}
.tp__dataItemKv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease 0s;
}

.tp__dataItemInfo {
  position: relative;
  z-index: 2;
  padding: 1.0378827193vw 1.2973533991vw;
}
@media screen and (max-width: 767px) {
  .tp__dataItemInfo {
    padding: 4vw 4.5333333333vw;
  }
}

.tp__dataItemTtl,
.tp__dataItemContent {
  color: #fff;
}

.tp__dataItemTtl {
  width: 12.1951219512vw;
  font-size: 1.2973533991vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tp__dataItemTtl {
    font-size: 5.3333333333vw;
    width: 50.6666666667vw;
  }
}

.tp__dataItemContent {
  width: 14.5303580695vw;
  margin-top: 1.0378827193vw;
  font-size: 0.8303061754vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tp__dataItemContent {
    font-size: 3.2vw;
    width: 53.3333333333vw;
    margin-top: 2.9333333333vw;
  }
}

.tp__dataItemIcon {
  position: absolute;
  right: 1.2973533991vw;
  bottom: 1.0378827193vw;
}
@media screen and (max-width: 767px) {
  .tp__dataItemIcon {
    right: 3.4666666667vw;
    bottom: 2.9333333333vw;
  }
}
.tp__dataItemIcon #icon_play {
  width: 3.6325895174vw;
  height: 3.6325895174vw;
}
@media screen and (max-width: 767px) {
  .tp__dataItemIcon #icon_play {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.tp__dataItemIcon svg,
.tp__dataItemIcon svg > * {
  transition: all 0.6s ease 0s;
}

.videoModal {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 35;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.videoModal.is-active {
  display: flex;
}

.videoModal__container {
  position: relative;
}

.videoModal__closeBtn {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.videoModal__closeBtn svg {
  width: 1.2973533991vw;
  height: 1.2973533991vw;
}

.videoModal__iframe,
.videoModal__item {
  width: 46.7047223664vw;
  height: 26.2584327971vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.videoMod8al__item {
  background: rgba(0, 0, 0, 0.6);
}

/*====================================================================
whtsTanaka SP
====================================================================*/
@media screen and (max-width: 767px) {
  .tech-presentation .techPresentation {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 93vh;
    background-image: none;
  }
  .tech-presentation .techPresentation.en--page {
    padding-bottom: 6vw;
    min-height: 0;
    background-image: none;
  }
  .tech-presentation .techPresentation.en--page .techPresentation__mobWrapper {
    background-image: url(../jpg/kv-01-img-en.jpg);
  }
  .tech-presentation .techPresentation__label {
    position: relative;
    margin-bottom: -57vw;
    top: -57vw;
    left: 0;
    z-index: 2;
    pointer-events: auto;
  }
  .tech-presentation .techPresentation__label.is-ms-active {
    margin-bottom: -30vw;
    top: -30vw;
    height: 26vw;
    overflow: scroll;
  }
  .tech-presentation .techPresentation__container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    order: 1;
    overflow: scroll;
    position: relative;
  }
  .tech-presentation .techPresentation__mobWrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../jpg/kv-01-img-3.jpg);
    background-size: cover;
    position: relative;
    width: 316vw;
    height: 177.8666666667vw;
    min-height: 177.8666666667vw;
  }
  .tech-presentation .techPresentation__item.itm--1 {
    top: 49.3333333333vw;
    left: 92vw;
    width: 201.3333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataBox {
    width: 113.3333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataMedia {
    height: 63.4666666667vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataFooter {
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataCaption {
    font-size: 3.2vw;
    margin: 0 auto;
    width: 74.1333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataLink {
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
    min-height: 8vw;
    padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 3.4666666667vw;
    align-self: end;
    margin-right: 4vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataLink svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 5px;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataTitle {
    min-height: 16vw;
    padding: 1.8666666667vw 21.3333333333vw 1.8666666667vw 2.6666666667vw;
    font-size: 4.8vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfo {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfo__year,
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfo__day,
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfo__time {
    font-size: 3.2vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfo__month {
    font-size: 5.3333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInfoArea {
    font-size: 3.7333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataInner {
    flex: 1;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails {
    padding-top: 13.3333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails:after {
    width: 100%;
    max-width: 61.3333333333vw;
    height: 100%;
    background-size: 100% 102%;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper {
    padding-left: 6.4vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__month {
    font-size: 9.6vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__day {
    margin-left: 1.3333333333vw;
    font-size: 5.6vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper .techPresentation__dataInfo__time {
    font-size: 3.7333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataPreviewDetails .techPresentation__dataPreviewDetails__wrapper:last-child {
    margin-top: -1.3333333333vw;
  }
  .tech-presentation .techPresentation__item.itm--1 .techPresentation__dataContent {
    padding-left: 4vw;
    width: 85.3333333333vw;
    height: 61.3333333333vw;
  }
  .tech-presentation .techPresentation__itemPlayBtn {
    width: 13.3333333333vw;
  }
  .tech-presentation .techPresentation__itemPartialBorder.top-left {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
    border-top: 0.6666666667vw solid #F8E126;
    border-left: 0.6666666667vw solid #F8E126;
  }
  .tech-presentation .techPresentation__itemPartialBorder.top-right {
    top: -0.5333333333vw;
    right: -0.5333333333vw;
    border-top: 0.6666666667vw solid #F8E126;
    border-right: 0.6666666667vw solid #F8E126;
  }
  .tech-presentation .techPresentation__itemPartialBorder.bottom-left {
    bottom: -0.5333333333vw;
    left: -0.5333333333vw;
    border-bottom: 0.6666666667vw solid #F8E126;
    border-left: 0.6666666667vw solid #F8E126;
  }
  .tech-presentation .techPresentation__itemPartialBorder.bottom-right {
    bottom: -0.5333333333vw;
    right: -0.5333333333vw;
    border-bottom: 0.6666666667vw solid #F8E126;
    border-right: 0.6666666667vw solid #F8E126;
  }
  .tech-presentation .techPresentation__itemLabel {
    padding: 1.8666666667vw 1.3333333333vw;
    position: absolute;
    bottom: -1.3333333333vw;
    right: -5.3333333333vw;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    color: #092C87;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tech-presentation .techPresentation__itemLabel {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .tech-presentation .grndTopCom__wBox {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 30;
  }
  .tech-presentation .tnk__bluBtn1 {
    margin: 8vw 0 0 0;
    position: relative;
    justify-content: flex-end;
    right: 0;
  }
  .tech-presentation .techPresentation__dataLinks {
    margin: 0vw auto 5.3333333333vw 0;
    width: 100%;
    align-items: flex-start;
  }
  .tech-presentation .techPresentation__dataLinks.m-pcDf {
    display: none;
  }
  .tech-presentation .techPresentation__dataLinks.m-spDf {
    display: flex;
  }
  .tech-presentation .techPresentation__dataLinksItem {
    min-height: 9.3333333333vw;
    padding: 1.0666666667vw 10.6666666667vw 1.0666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .tech-presentation .techPresentation__dataLinksItem:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .tech-presentation .techPresentation__dataLinksItem svg {
    top: 50%;
    transform: translateY(-50%);
    right: 2.6666666667vw;
    width: 5.0666666667vw;
    width: 4.5333333333vw;
    height: 1.7090666667vw;
  }
  .page-template-page-en-expo-tech-presentation .sideFx,
  .page-template-page-expo-tech-presentation .sideFx {
    display: block;
    position: fixed;
    top: 17.3333333333vw;
    left: 4vw;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
