/*Fonts*/
body {
  margin: 0;
  padding: 0;
  /*
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  */
  font-family: 'Noto Serif JP', serif;
}

svg,
img {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}
@media only screen and (min-width: 800px) {
  * {
    background-attachment: fixed;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(15vh);
  -webkit-transform: translateY(15vh);
  -moz-transform: translateY(15vh);
  -ms-transform: translateY(15vh);
  -o-transform: translateY(15vh);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.fadeInUp {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

#r_trademark {
  font-size: 1.1rem;
  position: relative;
  top: 5px;
  font-weight: 300;
}

header {
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  overflow: hidden;
}
header .headerLinks a:hover .underLine {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 800px) {
  header {
    background-image: url("../images/oshimaya_mv_sp.png");
    background-position: 100% 100%;
  }
  header .headerTitle {
    overflow: hidden;
  }
  header .headerTitle .desktopVersion {
    display: none;
  }
  header .headerTitle .mobileVersion {
    padding-top: 5vh;
    width: 170%;
    transform: translateX(-10vw);
    -webkit-transform: translateX(-10vw);
    -moz-transform: translateX(-10vw);
    -ms-transform: translateX(-10vw);
    -o-transform: translateX(-10vw);
  }
  header .headerLinks svg {
    width: 200%;
    transform: translateX(-13vw);
    -webkit-transform: translateX(-13vw);
    -moz-transform: translateX(-13vw);
    -ms-transform: translateX(-13vw);
    -o-transform: translateX(-13vw);
  }
}
@media only screen and (min-width: 800px) {
  header {
    background-image: url("../images/oshimaya_mv.jpg");
  }
  header .headerTitle .mobileVersion {
    display: none;
  }
  header .headerTitle .desktopVersion {
    padding-top: 10vh;
    width: 80vw;
    max-width: 1240px;
  }
  header .headerLinks svg {
    width: 80vw;
    max-width: 1240px;
  }
}

@media only screen and (min-width: 500px) {
  br#titleBreaker_sp {
    display: none;
  }
}
@media only screen and (max-width: 499.9px) {
  br#titleBreaker_pc {
    display: none;
  }
}
.fs45px {
  font-size: 2.813rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
}
@media (max-width: 500px) {
  .fs45px {
    font-size: 2rem;
  }
}

.fs40px {
  font-size: 2.5rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
}
@media (max-width: 500px) {
  .fs40px {
    font-size: 1.8rem;
  }
}

.fs36px {
  font-size: 2.25rem;
  /*font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;*/
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
@media (max-width: 500px) {
  .fs36px {
    font-size: 1.3rem;
  }
}

.fs28px {
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
}
@media (max-width: 500px) {
  .fs28px {
    font-size: 1.4rem;
  }
  .fs28px .lineBreakerMobile {
    display: none;
  }
}

p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 400px) {
  p {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 700px) {
  .lineBreakerMobile {
    display: none;
  }
}
@media (max-width: 700px) {
  .lineBreakerDesktop {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #mobileVersion {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #desktopVersion {
    display: none;
  }
}
article:first-child {
  background-color: black;
  color: #fff;
}
article .videoSection {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  article .videoSection {
    padding: 10vh 0vw;
  }
  article .videoSection .textContainer {
    padding: 15vh 3vw 0vw;
  }
  article .videoSection .textContainer h2 {
    text-shadow: 0 0 0.01em #000000, 0 0 0.5em #000000;
  }
  article .videoSection .textContainer p {
    padding: 5vh 0 10vh;
    text-shadow: 0 0 0.01em #000000, 0 0 0.5em #000000;
  }
}
@media (min-width: 1000px) {
  article .videoSection {
    padding: 15vh 7vw;
  }
  article .videoSection .textContainer {
    padding: 20vh 3vw 0vw;
  }
  article .videoSection .textContainer p {
    padding: 3vw 0 3vw;
  }
}
article .videoSection .textContainer {
  background-image: url("../images/oshimaya_image.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
article .videoSection .textContainer p {
  font-weight: 500;
}
@media only screen and (max-width: 430px) {
  article .videoSection .textContainer p br {
    display: none;
  }
}
article .videoSection .videoContainer {
  position: relative;
  margin-top: 15vh;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  article .videoSection .videoContainer {
    margin-top: 10vh;
  }
}
article .videoSection .videoContainer .videoBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
article .videoSection .videoContainer .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .groundSection .sectionHeader {
  background-image: url("../images/groundBg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20vh 0;
}
article .groundSection .sectionHeader h2 {
  padding-bottom: 5vh;
}
article .groundSection .sectionBody {
  margin-bottom: 10vh;
  position: relative;
  background-color: #262626;
}
article .groundSection .sectionBody .inner {
  margin: 0 auto;
  display: flex;
}
article .groundSection .sectionBody .inner .bodyText h3 {
  text-align: left;
  border-bottom: 2px solid white;
}
article .groundSection .sectionBody .inner .bodyText p {
  text-align: left;
}
@media only screen and (max-width: 430px) {
  article .groundSection .sectionBody .inner .bodyText p br {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  article .groundSection .sectionBody {
    max-height: 522px;
  }
  article .groundSection .sectionBody .inner {
    max-width: 1240px;
    flex-direction: row;
    text-align: right;
    text-align: -webkit-right;
  }
  article .groundSection .sectionBody .inner .bodyText {
    width: calc(488px + 7vw);
  }
  article .groundSection .sectionBody .inner .bodyText h3 {
    max-width: 488px;
    min-width: 488px;
    /*元 231225追記
    padding-left: 40px;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: min(40px, 6vh);
    padding-top: 40px;
  }
  article .groundSection .sectionBody .inner .bodyText p {
    max-width: 481px;
    min-width: 481px;
    /*元padding: 30px 0 0 30px;*/
    padding: 30px 30px 0 30px;

  }
  article .groundSection .sectionBody .inner .bodyImage {
    width: calc(1240px - (488px + 7vw));
  }
  article .groundSection .sectionBody .inner .bodyImage img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 522px;
  }
  article .groundSection .sectionBody .innerTop .bodyText {
    padding: 0vh 7vw 10vh 0;
  }
  article .groundSection .sectionBody .innerTop .bodyImage img {
    margin-top: -10vh;
  }
  article .groundSection .sectionBody .innerBottom {
    flex-direction: row-reverse;
  }
  article .groundSection .sectionBody .innerBottom .bodyText {
    padding: 0vh 0 10vh 7vw;
  }
  article .groundSection .sectionBody .innerBottom .bodyImage {
    max-height: calc(527px - 12vh);
  }
  article .groundSection .sectionBody .innerBottom .bodyImage img {
    margin-top: 7vh;
    max-height: 436px;
  }
}
@media only screen and (max-width: 999px) {
  article .groundSection .sectionBody .inner {
    max-width: 650px;
    flex-direction: column;
  }
  article .groundSection .sectionBody .inner .bodyText {
    margin-top: -5vh;
    max-width: 525px;
    background-color: #262626;
  }
  article .groundSection .sectionBody .inner .bodyText h3 {
    padding: 5vw;
  }
  article .groundSection .sectionBody .inner .bodyText p {
    padding: 4vw 5vw 7vh;
  }
  article .groundSection .sectionBody .inner .bodyImage {
    width: 100%;
    margin-top: -5vh;
  }
  article .groundSection .sectionBody .innerBottom {
    text-align: -webkit-right;
  }
}
article .makerSection .sectionHeader {
  background-image: url("../images/makerBg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20vh 0;
}
article .makerSection .sectionHeader h2 {
  padding-bottom: 5vh;
}
article .makerSection .sectionBody {
  position: relative;
}
article .makerSection .sectionBody .inner {
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 1000px) {
  article .makerSection {
    padding-top: 15vh;
  }
  article .makerSection .sectionBody {
    max-height: 522px;
  }
  article .makerSection .sectionBody .inner {
    max-width: 1240px;
    flex-direction: row;
    padding: 0 0 100px 7vw;
  }
  article .makerSection .sectionBody .inner .bodyText p {
    text-align: left;
    padding: 5vh 0 0 30px;
  }
  article .makerSection .sectionBody .inner .bodyImage img {
    max-width: 382px;
    margin-top: -4vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 999px) {
  article .makerSection {
    padding-top: 10vh;
  }
  article .makerSection .sectionBody .inner {
    max-width: 650px;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  article .makerSection .sectionBody .inner .bodyText {
    height: 400px;
    margin-top: -10vw;
  }
  article .makerSection .sectionBody .inner .bodyText p {
    position: absolute;
    left: 0;
    width: 445px;
    padding: 4vw;
    background-color: #000000;
    text-align: left;
  }
  article .makerSection .sectionBody .inner .bodyImage img {
    max-width: 400px;
    margin-top: -4vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 430px) {
  article .makerSection .sectionBody .inner {
    max-width: 100%;
  }
  article .makerSection .sectionBody .inner .bodyText {
    height: 40vh;
  }
  article .makerSection .sectionBody .inner .bodyText p {
    max-width: 100%;
    padding-bottom: 5vh;
  }
  article .makerSection .sectionBody .inner .bodyText p br {
    display: none;
  }
}

.productDetaisArticle {
  background-color: #fff;
  color: rgba(0, 0, 0, 0) !important;
}
.productDetaisArticle .productDetais {
  color: #194224;
  text-align: center;
  padding: 10vh 0;
}
.productDetaisArticle section:nth-of-type(2), .productDetaisArticle section:nth-of-type(3) {
  padding-top: 15vh;
}
@media (max-width: 500px) {
  .productDetaisArticle section .sectionHeader .golf-tatamiImage {
    bottom: -2vh;
  }
}
@media (min-width: 500px) {
  .productDetaisArticle section .sectionHeader .golf-tatamiImage {
    bottom: -4vh;
  }
}
.productDetaisArticle section .sectionHeader {
  max-width: 1240px;
  display: flex;
  flex-direction: row;
  padding: 0 7vw;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
.productDetaisArticle section .sectionHeader .title {
  display: flex;
  height: 100%;
}
.productDetaisArticle section .sectionHeader .title img {
  max-width: 604px;
}
.productDetaisArticle section .sectionHeader .tatamiImage {
  position: relative;
}
.productDetaisArticle section .sectionHeader .tatamiImage img {
  max-width: 375px;
}
.productDetaisArticle section .sectionHeader .tatamiImage:not(.golf-tatamiImage) {
  bottom: -2vh;
}
.productDetaisArticle section .sectionBody {
  padding-top: 10vh;
  background-color: #c5c5c5;
}
.productDetaisArticle section .sectionBody .inner {
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .productDetaisArticle section .sectionBody .inner {
    max-width: 650px;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer {
    display: flex;
    flex-direction: column-reverse;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer .textBox p {
    padding: 2vh 5vw;
    color: #000;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer .imageBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer {
    flex-direction: column;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox {
    padding: 3vw;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox:last-child {
    margin-top: 5vh;
  }
}
@media only screen and (min-width: 1000px) {
  .productDetaisArticle section .sectionBody .inner {
    max-width: 1240px;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer {
    flex-direction: row;
    justify-content: space-between;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer .textBox {
    padding-right: 5vw;
    padding-left: 7vw;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer .textBox p {
    padding-top: 2vh;
    max-width: 457px;
  }
  .productDetaisArticle section .sectionBody .inner .detailsContainer .imageBox img {
    max-width: 568px;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer {
    max-width: 1240px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox {
    padding: min(20px, 2vw);
    width: 486px;
    /*231223追記 英語サイトで大きさ合わせる*/
    height: 320px;
    /*231223追記end*/
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox:first-child {
    margin-right: 20px;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox {
    padding-right: min(20px, 4vw);
  }
}
.productDetaisArticle section .sectionBody .inner .detailsContainer {
  display: flex;
}
.productDetaisArticle section .sectionBody .inner .detailsContainer .textBox p {
  color: #000;
}
.productDetaisArticle section .sectionBody .inner .detailsContainer .imageBox img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer {
    padding: 5vh 2vw;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h5 {
    font-size: 1rem;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h4 {
    font-size: 1.1rem;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox p {
    font-size: 0.9rem;
    line-height: 1.3rem !important;
  }
}
@media (min-width: 500px) {
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer {
    padding: 5vh 7vw;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h5 {
    font-size: 1.375rem;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h4 {
    font-size: 1.5rem;
  }
  .productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .imageBox img {
    max-width: 128px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer {
  display: flex;
  margin: 0 auto;
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h5 {
  color: #251e1c;
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox h4 {
  color: #24572f;
  margin-top: 10px;
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .textBox p {
  margin-top: 10px;
  color: #000000;
}
.productDetaisArticle section .sectionBody .inner .priceBoxContainer .priceBox .imageBox img {
  max-width: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productDetaisArticle section .sectionBody .inner .videoContainer {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  padding: 10vh 0 15vh;
}
.productDetaisArticle section .sectionBody .inner .videoContainer .videoBox {
  position: relative;
  margin: 0 auto;
}
.productDetaisArticle section .sectionBody .inner .videoContainer .videoBox img {
  margin: 0 auto;
  max-width: 853px;
}
.productDetaisArticle section .sectionBody .inner .videoContainer .videoBox h5 {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.productDetaisArticle section .sectionBody .inner .videoContainer .videoBox h5 img {
  max-width: 500px;
}
.productDetaisArticle section .sectionBody .inner .videoContainer p {
  font-size: 0.7rem;
  padding-top: 2vh;
  margin: 0 auto;
  max-width: 853px;
  text-align: left;
  color: #000;
}
.productDetaisArticle section .sectionBody .inner .videoContainer p span {
  font-size: 0.8rem;
}
@media only screen and (min-width: 400px) {
  .productDetaisArticle section .sectionBody .inner .videoContainer p {
    font-size: 0.9rem;
  }
  .productDetaisArticle section .sectionBody .inner .videoContainer p span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 670px) {
  .productDetaisArticle section .sectionBody .inner .videoContainer p {
    padding: 2vh 5vw;
  }
}

.utilizationArticle {
  position: relative;
  background-color: black;
  color: #fff;
}
.utilizationArticle .utilizationSection .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
  .utilizationArticle .utilizationSection .inner {
    max-width: 1240px;
    padding: 15vh 0;
  }
  .utilizationArticle .utilizationSection .inner .textBox {
    margin-left: 7vw;
    padding-right: 40px;
  }
  .utilizationArticle .utilizationSection .inner .textBox p:nth-of-type(1) {
    margin-top: 5vh;
  }
  .utilizationArticle .utilizationSection .inner .textBox p:nth-of-type(2) {
    margin-top: 1vh;
  }
  .utilizationArticle .utilizationSection .inner .textBox h5 {
    margin-top: 6vh;
    padding: 10px;
  }
  .utilizationArticle .utilizationSection .inner .imageBox {
    max-width: 570px;
    max-height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 999px) {
  .utilizationArticle .utilizationSection .inner {
    max-width: 650px;
    flex-direction: column-reverse;
    padding: 10vh 0 5vh;
  }
  .utilizationArticle .utilizationSection .inner .textBox {
    padding: 5vh 5vw;
  }
  .utilizationArticle .utilizationSection .inner .textBox h2 {
    padding: 0vh 0 3vh;
    top: 0;
    left: 0;
  }
  .utilizationArticle .utilizationSection .inner .textBox h5 {
    padding: 10px;
    margin-top: 3vh;
  }
  .utilizationArticle .utilizationSection .inner .textBox p:nth-of-type(2) {
    margin-top: 1vh;
  }
}
@media only screen and (max-width: 500px) {
  .utilizationArticle .utilizationSection .inner .textBox h5 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 500px) {
  .utilizationArticle .utilizationSection .inner .textBox h5 {
    font-size: 1.063rem;
    line-height: 2.125rem;
  }
  .utilizationArticle .utilizationSection .inner .textBox h5 a {
    font-size: 1.063rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 430px) {
  .utilizationArticle .utilizationSection .inner .textBox br {
    display: none;
  }
}
.utilizationArticle .utilizationSection .inner .textBox h5 {
  border: 2px solid white;
}
.utilizationArticle .utilizationSection .inner .textBox h5 a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fffdfd;
  -moz-text-decoration-color: #fffdfd;
}
.utilizationArticle .utilizationSection .inner .textBox h5 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 999px) {
  footer .orderPage .orderLink {
    padding: 5vw;
  }
  footer .orderPage .orderLink a svg {
    max-width: 496px;
  }
}
@media only screen and (min-width: 1000px) {
  footer .orderPage {
    padding: 10vh 0;
  }
  footer .orderPage .orderLink {
    padding: 0 7vw;
  }
  footer .orderPage .orderLink .borderL a svg {
    max-width: 496px;
  }
}
footer .orderPage {
  background-color: #ae0018;
}
footer .orderPage .orderLink {
  max-width: 1240px;
  margin: 0 auto;
}
footer .orderPage .orderLink .borderL {
  margin: 0 auto;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 4vw;
}
footer .orderPage .orderLink a:hover svg .cls-1 {
  fill: rgb(224, 221, 221);
  border-bottom: 2px solid black;
  transform-origin: center center;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
footer .orderPage .orderLink a svg .cls-1 {
  fill: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
footer .websiteLinks {
  padding: calc(3vh - 10px) 0 3vh;
  background-color: #f2f2f2;
}
footer .websiteLinks nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .websiteLinks nav a {
  margin-top: 10px;
  padding: 0 20px;
  color: #7b7b7b;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media only screen and (max-width: 500px) {
  footer .websiteLinks nav a {
    font-size: 0.8rem;
  }
}
footer .websiteLinks nav a:hover {
  color: #000;
  text-decoration: underline;
}
footer .websiteLinks nav a:not(:first-child) {
  border-left: #7b7b7b 2px solid;
}
footer .copyrightText {
  text-align: center;
  padding: 2vh 0;
}
footer .copyrightText object {
  max-width: 252px;
}

.iframeVideoContainer {
  max-width: 854px !important;
}
.iframeVideoContainer .videoBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.iframeVideoContainer .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */


/*231013追記 link▼*/
.c-bnr.bg {
  position: relative;
  overflow: hidden;
}
.c-bnr.bg::before,
.c-bnr.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.c-bnr.bg::before {
  background: rgba(190,91,70,.6);
  width: 100%;
  height: 100%;
}
.c-bnr.bg::after {
  color: #fff;
  /*content: "購入はこちら";*/
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  margin-top: 0px;
  margin-right: 0px;
}

.buy-ja.c-bnr.bg::after {
  content: "購入はこちら";
}  
.buy-en.c-bnr.bg::after {
  content: "Click here to purchase";
}

.c-bnr.bg:hover::before,
.c-bnr.bg:hover::after {
  opacity: 1;
}
/*231013追記 link▲ */

/* 231117追記▼ */

.arial {
  font-family: Arial, Helvetica, "sans-serif";
}
.language {
  float: right;
  font-size: 1rem;
  /*font-size: 4vw;*/
  color: #fff;
	position: absolute;
  top: 28px;
  right: 25px;
  z-index: 9999;
}
.language dt {
  display: inline-block;
  margin-right: 15px;
}
.language dd {
  display: inline-block;
}
.language dd:not(:last-child):after {
  content: "/";
  padding: 0 8px 0 10px;
}
.language a{
  text-decoration: underline;
}


@media screen and (min-width: 786px){
  .language {
    font-size: 1.0rem;
  }
  .language dt {
    display: none;
    margin-right: 15px;
  }
}
.language ,a:hover,a:visited{
  color: #fff;
}
/* 231117追記▲ */

/* 231128追記▼ */
@media only screen and (max-width: 999px) {
  .orderPage .orderLink {
    padding: 5vw;
  }
  .orderPage .orderLink a svg {
    max-width: 496px;
  }
}
@media only screen and (min-width: 1000px) {
  .orderPage {
    padding: 10vh 0;
  }
  .orderPage .orderLink {
    padding: 0 7vw;
  }
  .orderPage .orderLink .borderL a svg {
    max-width: 496px;
  }
}
 .orderPage {
  background-color: #ae0018;
}
 .orderPage .orderLink {
  max-width: 1240px;
  margin: 0 auto;
}
 .orderPage .orderLink .borderL {
  margin: 0 auto;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 4vw;
}
 .orderPage .orderLink a:hover svg .cls-1 {
  fill: rgb(224, 221, 221);
  border-bottom: 2px solid black;
  transform-origin: center center;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
 .orderPage .orderLink a svg .cls-1 {
  fill: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
 }
 /* 231128追記end */

/* 231128追記 */
@media only screen and (max-width: 999px) {
  .catalogPage .catalogLink {
    padding: 5vw;
  }
  }
 @media only screen and (min-width: 1000px) {
  .catalogPage {
    padding: 10vh 0;
  }
  .catalogPage .catalogLink {
    padding: 0 7vw;
  }
  }
 .catalogPage {
  background-color: black;
 }
 .catalogPage .catalogLink {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
 }
 .catalogPage .catalogLink .borderL {
  margin: 0 auto;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 4vw;
 }
 .catalogLink img{
  max-width: 40vw;
 }
 .catalogLink {
  max-width: 40vw;
  text-align: center;
  color: #fff;
 }
 /* 231128追記end */

 /* 商品リンク */ 
 .headerText .cls-1 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: .9px;
  color: #fff;
}

.headerText .cls-1,
.headerText .cls-2 {
  fill: #fff;
}

.headerText .title {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: .9px;
  color: #fff;
  margin:0 0 0 auto
}
.headerText .title2 {
  margin:0 0 0 auto
}
.orderLink{
  font-size: 3vw;
  }
  @media (min-width: 640px) {
  .orderLink {
  font-size: 33px;
  }
}
.titleBox{
  width: 80vw;
  height: 20vh;
  text-align: right;
}
.title2{
  font-weight: 600;
  font-size: 48px;
}
.orderLink{
  font-weight: 600;
}


/* swing畳モニターPOPUP */
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  /*padding: 20px;*/
  /*border: 1px solid #ccc;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 20vw;

}
#closeButton {
  cursor: pointer;
  color: #ae0018;
  font-weight: bold;
  margin-top: 10px;
}
#popup img{
  width: 100%;
}
#closeButton{
  font-size: 1vw;
}
@media only screen and (max-width: 600px) {
#popup {
  width: 50vw;
  top: 65%;
  left: 71%;
}
#closeButton{
  font-size: 5vw;
  background-color: transparent;
}
}
/* swing畳モニターPOPUP_end */