@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* 1260px以上*/
}
@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}
@media screen and (max-width: 768px) {
  /* 768px以下*/
}
@media screen and (max-width: 480px) {
  /* 480px以下*/
}
@media screen and (max-width: 320px) {
  /* 320px以下*/
}
img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

#wrapper {
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
  }
}

/*リンクを右下に固定*/
.js-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (max-width: 768px) {
  .js-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.js-pagetop a {
  display: block;
  background: #767676 url(/commonY15/img/icon_pagetop_white.png) no-repeat 50% 50%;
  text-indent: -99999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .js-pagetop a {
    width: 40px;
    height: 40px;
    background-size: 50%;
  }
}
.js-pagetop.UpMove {
  opacity: 1;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-pagetop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.show_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .show_sp {
    display: block;
  }
}

.show_pc {
  display: initial;
}
@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }
}

.ff-roboto {
  font-family: 'Roboto', sans-serif;
}

li .txtLink.iconOther {
  padding-left: 0;
  padding-right: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) top 5px right 3px no-repeat;
  text-decoration: underline !important;
}

.header {
  width: 100%;
  height: 100px;
  margin: 0 auto 0;
  position: fixed;
  z-index: 100;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s;
  transition: .6s;
}
.header.isOn {
  position: fixed;
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
}
.header .headerInner {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header .headerInner {
    width: 100%;
    padding: 10px 20px;
  }
}
.header .js-gnavBtn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 16px;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media screen and (max-width: 768px) {
  .header .js-gnavBtn {
    display: block;
  }
}
.header .js-gnavBtn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #040000;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  border-radius: 100px;
}
.header .js-gnavBtn span:nth-child(1) {
  top: 0;
}
.header .js-gnavBtn span:nth-child(2) {
  top: 50%;
}
.header .js-gnavBtn span:nth-child(3) {
  top: 100%;
}
.header .js-gnavBtn.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .js-gnavBtn.open span:nth-child(2) {
  display: none;
}
.header .js-gnavBtn.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header .logoArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 220px;
  }
}
.header .logoArea .logo a {
  display: block;
}
.header .logoArea .text {
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
  font-size: 16px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .header .logoArea .text {
    padding: 0;
    margin: 10px 0 0;
    width: auto;
  }
}
.header .logoArea .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .header .logoArea .text::before {
    display: none;
  }
}
.header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header .gnavi {
    display: none;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
}
.header .gnavi .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .gnavi .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .gnavi .links.linkText {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .header .gnavi .links.linkText {
    border-top: 1px solid #ddd;
  }
}
.header .gnavi .links.linkText > li {
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .gnavi .links.linkText > li {
    margin-left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.header .gnavi .links.linkText > li .iconNew {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  margin: auto;
  top: -22px;
  color: #cc0000;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #cc0000;
  padding: 2px 4px;
  border-radius: 2px;
  line-height: 1;
}
.header .gnavi .links.linkText > li .iconNew.iconon {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header .gnavi .links.linkText > li .iconNew {
    position: initial;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    margin-left: 5px;
    vertical-align: top;
  }
}
.header .gnavi .links.linkText > li .iconNew::before {
  display: block;
  width: 7px;
  height: 4px;
  background: #cc0000;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .header .gnavi .links.linkText > li .iconNew::before {
    display: none;
  }
}
.header .gnavi .links.linkText a {
  position: relative;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header .gnavi .links.linkText a {
    display: block;
    padding: 33px 0;
    text-align: left;
  }
  .header .gnavi .links.linkText a::after {
    position: absolute;
    right: 0;
  }
}
.header .links.sns {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .links.sns {
    margin-top: 33px;
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .links.sns > li {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .header .links.sns > li {
    width: 40px;
  }
}
.header .links.sns > li a {
  display: block;
}
.header .links.sns > li a:hover {
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}
.header .links.sns > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .header .links.sns > li + li {
    margin-left: 33px;
  }
}

.innerWrap {
  width: 950px;
  margin: auto;
  position: relative;
}

.innerWrap.btnList {
    width: 620px;
}
@media screen and (max-width: 768px) {
  .innerWrap {
    width: 96%;
    width: calc(100% - 40px);
  }
}

.global-footer {
  z-index: 99;
  position: relative;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .global-footer {
    width: 100%;
    padding: 24px 0;
  }
}
.global-footer .footerInner {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .global-footer .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}
.global-footer .footerInner .logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .global-footer .footerInner .logo {
    width: 295px;
  }
}
.global-footer .footerInner .copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global-footer .footerInner .copyright {
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
}
.global-footer .footerInner .copyright p {
  display: inline-block;
}

.c-pagetop {
  z-index: 99;
}

.title_sizeL {
  font-size: 40px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.title_sizeL .title_sizeM {
  border-bottom: none;
  display: block;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .title_sizeL {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

.title_sizeM {
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .title_sizeM {
    font-size: 20px;
  }
}

.title_sizeS {
  font-size: 16px;
  font-weight: bold;
}

.title_sec {
  color: #cc0000;
  font-size: 16px;
}
.title_sec span {
  font-size: 64px;
  color: #000000;
  display: block;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .title_sec span {
    font-size: 42px;
  }
}

.linkText a {
  color: #000;
  position: relative;
  padding: 0;
  display: inline;
}
.linkText a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: ("/jmb/corr_goods/img/icon_plane_r01_red.png") no-repeat cenurlter;
  background-size: contain;
  margin: 0 0 3px 5px;
  vertical-align: middle;
}

.linkBtn a {
  background: #cc0000;
  color: #fff;
  position: relative;
  padding: 15px 30px 15px 20px;
  display: block;
  text-align: center;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: bold;
}
.linkBtn a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
.linkBtn a:hover {
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}
.linkBtn.comingsoon a {
  background-color: #ddd;
  padding: 15px 20px 15px 20px;
}
.linkBtn.comingsoon a::after {
  display: none;
}
.linkBtn.comingsoon a:hover {
  opacity: 1;
  cursor: default;
  text-decoration: none;
}

.text_anno {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
}

.bg-white {
  padding-bottom: 50px;
}

.bg-gray {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .bg-gray {
    padding: 35px 0;
  }
}

.txtList li:not(:first-of-type) {
  margin-top: 4px;
}

.toppage .bg_slide {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc((var(--vh, 1vh) * 100) - 100px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .toppage .bg_slide {
    top: 80px;
    min-height: calc((var(--vh, 1vh) * 100) - 80px);
  }
}
.toppage .bg_slide * {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
.toppage .bg_slide.blur * {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.toppage .bg_slide .slideItem {
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc((var(--vh, 1vh) * 100) - 100px);
}
@media screen and (max-width: 768px) {
  .toppage .bg_slide .slideItem {
    min-height: calc((var(--vh, 1vh) * 100) - 80px);
  }
}
.toppage .bg_slide .slideItem img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 1920px) {
  .toppage .bg_slide .slideItem img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .toppage .bg_slide .slideItem img {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    height: 100%;
  }
}
.toppage .bg_slide .innerWrap {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.toppage .bg_slide .txt_period {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .toppage .bg_slide .txt_period {
    top: 10px;
  }
}
.toppage .banner {
  text-align: center;
  margin-bottom: 100px;
}
.toppage .banner a {
  display: inline-block;
}

.hidden {
  overflow: hidden;
}

.mainWrap {
  position: relative;
  z-index: 2;
  padding: 100px 0 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .mainWrap {
    padding: 80px 0 50px;
  }
}
.mainWrap .contentsSec {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mainWrap .contentsSec {
    margin-top: 35px;
  }
}
.mainWrap .categoryArea .categoryBox {
  margin-top: 90px;
  background: #fff;
  width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox {
    width: 100%;
  }
}
.mainWrap .categoryArea .categoryBox .textWrap {
  width: calc(100% - 680px);
  padding: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.mainWrap .categoryArea .categoryBox .textWrap.flex_jusC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox .textWrap {
    width: 100%;
    padding: 40px 15px;
  }
  .mainWrap .categoryArea .categoryBox .textWrap .title_sec {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mainWrap .categoryArea .categoryBox .textWrap .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mainWrap .categoryArea .categoryBox .textWrap .itemPic {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mainWrap .categoryArea .categoryBox .textWrap .linkBtn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.mainWrap .categoryArea .categoryBox .textWrap .text {
  margin-top: 35px;
  font-size: 16px;
}
.mainWrap .categoryArea .categoryBox .textWrap .linkBtn {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.mainWrap .categoryArea .categoryBox .textWrap .itemPic {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox .textWrap .itemPic {
    position: initial;
    text-align: center;
    margin: 30px auto 0;
  }
}
.mainWrap .categoryArea .categoryBox .textWrap .itemPic .noteList {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox .textWrap .itemPic .noteList {
    position: initial;
  }
}
.mainWrap .categoryArea .categoryBox .pic {
  width: 680px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox .pic {
    display: none;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(1) {
  margin-right: auto;
  margin-left: -220px;
  margin-top: 150px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(1) {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(1) .textWrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(1) .itemPic {
    margin: 30px auto 0;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(1) .itemPic img {
  width: 260px;
  position: absolute;
  right: 0px;
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(1) .itemPic img {
    position: initial;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(1) .itemPic .noteList {
  margin-top: 40px;
}
.mainWrap .categoryArea .categoryBox:nth-of-type(1) .pic {
  width: 680px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(1) .pic {
    width: 100%;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(2) {
  margin-left: auto;
}
.mainWrap .categoryArea .categoryBox:nth-of-type(2) .itemPic .noteList {
  float: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(2) .itemPic .noteList {
    float: none;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(2) .itemPic img {
  width: 280px;
  position: absolute;
  left: -40px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(2) .itemPic img {
    position: initial;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(3) {
  margin-right: auto;
  margin-left: -220px;
  margin-top: 150px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(3) {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(3) .textWrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(3) .itemPic {
    margin: 30px auto 0;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(3) .itemPic img {
  width: 364px;
  position: absolute;
  right: -110px;
  bottom: -110px;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(3) .itemPic img {
    position: initial;
    width: 250px;
  }
}
.mainWrap .categoryArea .categoryBox:nth-of-type(3) .itemPic .noteList {
  margin-top: 40px;
}
.mainWrap .categoryArea .categoryBox:nth-of-type(3) .pic {
  width: 680px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox:nth-of-type(3) .pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainWrap .categoryArea .categoryBox + .categoryBox {
    margin-top: 20px;
  }
}
.mainWrap .otherArea {
  margin-top: 150px;
}
.mainWrap .otherArea .bnrBox {
  margin: auto;
  margin-top: 50px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox {
    width: 100%;
  }
}
.mainWrap .otherArea .bnrBox a {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s;
  transition: .6s;
}
.mainWrap .otherArea .bnrBox a:hover {
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}
.mainWrap .otherArea .bnrBox a .pic {
  width: 310px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox a .pic {
    width: 50%;
  }
}
.mainWrap .otherArea .bnrBox a .pic:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mainWrap .otherArea .bnrBox a .pic:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox a .pic:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mainWrap .otherArea .bnrBox a .text {
  width: calc(100% - 620px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 35px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox a .text {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 28px 18px 30px;
  }
}
.mainWrap .otherArea .bnrBox a .text img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox a .text img {
    width: 255px;
  }
}
.mainWrap .otherArea .bnrBox a .btn {
  background: #cc0000;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 10px 20px 10px 30px;
  border-radius: 100px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 768px) {
  .mainWrap .otherArea .bnrBox a .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }
}
.mainWrap .otherArea .bnrBox a .btn .icon {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 11px;
}

.toppage .kvArea {
  width: 950px;
  height: calc(100vh - 200px);
  height: calc(100vh - 40vh);
  min-height: 550px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .toppage .kvArea {
    width: 100%;
    min-height: initial;
  }
}
@media screen and (max-height: 630px) and (max-width: 768px) {
  .toppage .kvArea {
    min-height: 550px;
  }
}
@media screen and (max-width: 480px) {
  .toppage .kvArea {
    min-height: initial;
  }
}
.toppage .kvArea .txt_title {
  width: 750px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .toppage .kvArea .txt_title {
    width: 100vw;
    right: 0;
    top: 30px;
    margin: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-height: 630px) and (min-width: 769px) {
  .toppage .kvArea .txt_title {
    min-height: 550px;
  }
}
.toppage .kvArea .txt_title .title img {
  margin-left: -100px;
}
@media screen and (max-width: 768px) {
  .toppage .kvArea .txt_title .title img {
    margin-left: -10%;
  }
}
.toppage .leadArea {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  width: auto;
  margin-top: -50px;
  text-shadow: 0px 0px 15px #1a1a1a;
  position: relative;
}
.toppage .leadArea::before {
  content: "";
  display: block;
  width: 75%;
  height: 140%;
  position: absolute;
  top: -20px;
  margin-left: -35px;
  background: rgba(26, 26, 26, 0.4);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  z-index: 1;
}
.toppage .leadArea p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .toppage .leadArea {
    margin-top: -20px;
    padding: 0 20px;
  }
  .toppage .leadArea p {
    line-height: 1.3;
  }
}
.toppage .leadArea .title_sizeL {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .toppage .leadArea .title_sizeL {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .toppage .leadArea .title_sizeL + p {
    text-align: left;
  }
}
.toppage .pickupArea {
  margin-top: 90px;
  margin: 0 auto;
}
.toppage .pickupArea .picupBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.toppage .pickupArea .picupBox .itemPicWrap {
  width: 260px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemPicWrap {
    width: auto;
  }
}
.toppage .pickupArea .picupBox .itemPicWrap .itemPic {
  width: 260px;
  height: 260px;
  overflow: hidden;
}
.toppage .pickupArea .picupBox .item-box {
    margin-top: 60px;
}
.toppage .pickupArea .picupBox .item-box .item-title {
    position: relative;
    color: #cc0000;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    border-bottom: 5px solid #cc0000;
    margin-bottom: 30px;
}
.toppage .pickupArea .picupBox .item-box .item-read {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.toppage .pickupArea .picupBox .item-box .annotation {
    font-size: 14px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemPicWrap .itemPic {
    width: 100%;
    height: 170px;
  }

  .toppage .pickupArea .picupBox .item-box {
    margin-top: 40px;
}
  .toppage .pickupArea .picupBox .item-box .item-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.toppage .pickupArea .picupBox .item-box .item-read {
    font-size: 18px;
    margin-bottom: 20px;
}
.toppage .pickupArea .picupBox .item-box .annotation {
    font-size: 12px;
}
}
.toppage .pickupArea .picupBox .itemPicWrap .itemPic img {
  max-width: initial;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.toppage .pickupArea .picupBox .itemTextWrap {
  width: 100%;
  text-align: center;
}
.toppage .pickupArea .picupBox .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.toppage .pickupArea .picupBox .img-list .img-container {
    position: relative;
    width: calc(50% - 5px);
    aspect-ratio: 335/188;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.img-container img.active {
    opacity: 1;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemTextWrap {
    width: auto;
    margin-top: 10px;
  }
}
.toppage .pickupArea .picupBox .itemTextWrap .infoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toppage .pickupArea .picupBox .itemTextWrap .infoText .tag {
  border: 1px solid #cc0000;
  color: #cc0000;
  border-radius: 8px;
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  min-width: 100px;
  text-align: center;
}
.toppage .pickupArea .picupBox .itemTextWrap .infoText .date {
  font-size: 16px;
}
.toppage .pickupArea .picupBox .itemTextWrap .title_sec {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemTextWrap .title_sec {
    margin-top: 10px;
    font-size: 22px;
  }
}
.toppage .pickupArea .picupBox .itemTextWrap .text {
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemTextWrap .text {
    margin-top: 10px;
    text-align: justify;
  }
}
.toppage .pickupArea .picupBox .itemTextWrap .linkBtn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .toppage .pickupArea .picupBox .itemTextWrap .linkBtn {
    margin-top: 20px;
  }
}

.goodspage {
  font-size: 16px;
  line-height: 1.75;
}
.goodspage .mainWrap {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .goodspage .mainWrap {
    padding: 80px 0 0;
  }
}
.goodspage .links .item span.noLink,
.goodsSpecBox .links .item span.noLink {
  padding: 13px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .goodspage .links .item span.noLink {
    font-size: 14px;
    padding: 20px 4px 20px 4px;
  }
}
.goodspage .links .item a,
.goodsSpecBox .links .item a {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goodspage .links .item a,
  .goodsSpecBox .links .item a {
    font-size: 14px;
    padding: 20px 16px 20px 13px;
  }
}
.goodspage .links .item a:hover,
.goodsSpecBox .links .item a:hover {
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}
.goodspage .links .item a.linkBK,
.goodsSpecBox .links .item a.linkBK {
  background: #333;
}
.goodspage .links .item a.linkBK.iconOn:after,
.goodsSpecBox .links .item a.linkBK.iconOn:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .goodspage .links .item a.linkBK.iconOn:after {
    right: 8px;
  }
}
.goodspage .links .item a.linkRD,
.goodsSpecBox .links .item a.linkRD {
  background: #cc0000;
}
.goodspage .links .item a:not(.iconOther):not(.iconDown):not(.linkBK):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .goodspage .links .item a:not(.iconOther):not(.iconDown):not(.linkBK):after {
    right: 8px;
  }
}
.goodspage .links .item a .icon_plus {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 11px;
  display: block;
}
.goodspage .links .item a .icon_plus:before, .goodspage .links .item a .icon_plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.goodspage .links .item a .icon_plus:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.goodspage .links .item a .icon_plus::after {
  margin-top: -1px;
}
.goodspage .links .item a.iconDown:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/jmb/corr_goods/img/icon_arrow_down01.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.goodspage .links .item a.iconOther:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url("/jmb/corr_goods/img/icon_link_other_wh.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.goodspage input.btnCP.iconOther {
  background: #cc0000 url("/jmb/corr_goods/img/icon_link_other_wh.png") no-repeat top 51% right 15px !important;
  background-size: 15px !important;
  padding: 20px 50px 16px 40px !important;
}
.goodspage .links.alC a {
  display: inline-block;
  width: 475px;
}
@media screen and (max-width: 768px) {
  .goodspage .links.alC a {
    width: 100%;
  }
}
.goodspage .kvArea {
  height: 339px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goodspage .kvArea {
    min-height: 392px;
    height: 100%;
  }
}
.goodspage .kvArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.goodspage .kvArea .txt_title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .goodspage .kvArea .txt_title {
    font-size: 14px;
  }
}
.goodspage .kvArea .txt_title h1 {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .goodspage .kvArea .txt_title h1 {
    font-size: 40px;
  }
}
.goodspage .kvSliderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 2000px;
  height: 360px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.goodspage .kvSliderWrap.show_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .goodspage .kvSliderWrap {
    height: auto;
    width: auto;
    position: relative;
  }
  .goodspage .kvSliderWrap.show_sp {
    display: block;
  }
  .goodspage .kvSliderWrap.show_pc {
    display: none;
  }
}
.goodspage .kvSliderWrap .kvSliders {
  width: calc(100% / 3);
  height: 339px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .goodspage .kvSliderWrap .kvSliders {
    height: auto;
    width: auto;
    display: block;
  }
}
.goodspage .kvSliderWrap .kvSliders .kvSlider_item {
  width: 100%;
  height: 100%;
  display: none;
}
.goodspage .kvSliderWrap .kvSliders .kvSlider_item.slick-slide {
  display: block;
}
.goodspage.authentic .kvArea {
  background-image: url("/jmb/corr_goods/authentic/img/kv_pic01_pc.jpg");
}
@media screen and (max-width: 768px) {
  .goodspage.authentic .kvArea {
    background-image: url("/jmb/corr_goods/authentic/img/kv_pic01_sp.jpg");
  }
}
.goodspage.authentic .commingsoon {
  text-align: center;
  margin: 50px auto 50px;
  font-weight: bold;
}
.goodspage.craftsmanship .kvArea {
  background-image: url("/jmb/corr_goods/craftsmanship/img/kv_pic01_pc.jpg");
}
@media screen and (max-width: 768px) {
  .goodspage.craftsmanship .kvArea {
    background-image: url("/jmb/corr_goods/craftsmanship/img/kv_pic01_sp.jpg");
  }
}
.goodspage.item787 .kvArea {
  background-image: url("/jmb/corr_goods/787item/img/kv_pic01_pc.jpg");
}
@media screen and (max-width: 768px) {
  .goodspage.item787 .kvArea {
    background-image: url("/jmb/corr_goods/787item/img/kv_pic01_sp.jpg");
  }
}
.goodspage.item787 .leadArea .leadTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .goodspage.item787 .leadArea .leadTitleWrap {
    display: block;
  }
  .goodspage.item787 .leadArea .leadTitleWrap .title_sizeL {
    margin-bottom: 20px;
  }
}
.goodspage.item787 .leadArea .logo_70th {
  margin-top: 30px;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .goodspage.item787 .leadArea .logo_70th {
    margin: 0 auto 20px;
    width: 210px;
  }
}
.goodspage .leadArea .title_sizeL {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .goodspage .leadArea .title_sizeL {
    font-size: 24px;
  }
}
.goodspage .leadPic {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .goodspage .leadPic {
    padding: 0 5px;
  }
}
.goodspage .howtoWrap .howtoBox {
  margin-top: 15px;
}
.goodspage .goodsItemBox {
  font-size: 16px;
}
.goodspage .goodsItemBox .banner {
  text-align: center;
}
.goodspage .goodsItemBox .banner a {
  display: inline-block;
}
.goodspage .goodsItemBox.mgb {
  margin-bottom: 60px;
}
.goodspage .goodsItemBox .goodsTitle {
  text-align: center;
  margin-bottom: 50px;
}
.goodspage .goodsItemBox .goodsTitle.commingsoon::before {
    content: "COMING SOON";
    color: #cc0000;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    top: 10px;
    left: 0;
    border: 2px solid;
    padding: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsItemBox .goodsTitle {
    margin-bottom: 30px;
  }

  .goodspage .goodsItemBox .goodsTitle.commingsoon {
    padding-top: 60px;
  }

  .goodspage .goodsItemBox .goodsTitle.commingsoon::before {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
}
.goodspage .goodsItemBox .goodsTitle .title_sizeL {
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsItemBox .goodsTitle .title_sizeL {
    letter-spacing: 0;
  }
}
.goodspage .goodsItemBox .goodsTitle p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsItemBox .goodsTitle p {
    margin-top: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .goodspage .goodsImgSlide {
    padding-bottom: 10px;
    margin: 0 -15px;
    width: initial;
  }
}
.goodspage .goodsImgSlide .goodsImgSlide_item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.goodspage .goodsImgSlide .goodsImgSlide_item .text_anno {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 0px 0px 3px #ffffff;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsImgSlide .goodsImgSlide_item .text_anno {
    left: 0;
    right: 3px;
    bottom: 3px;
    font-size: 12px;
  }
}
.goodspage .goodsImgSlide.slick-initialized .goodsImgSlide_item {
  display: block;
  opacity: 1;
}
.goodspage .goodsPoint {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsPoint {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.goodspage .goodsPoint .goodsPoint_item {
  width: 310px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .goodspage .goodsPoint .goodsPoint_item {
    width: 100%;
    margin: 5px 5px 0;
  }
}
.goodspage .goodsPoint .goodsPoint_item .pic {
  width: 100%;
}
.goodspage .goodsPoint .goodsPoint_item .pic img {
  width: 100%;
}
.goodspage .goodsPoint .goodsPoint_item .textWrap {
  padding: 33px 20px;
  position: relative;
}
.goodspage .goodsPoint .goodsPoint_item .textWrap .tits {
  width: 150px;
  margin: auto;
  padding: 5px 10px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsPoint .goodsPoint_item .textWrap .tits {
    top: -20px;
  }
}
.goodspage .goodsPoint .goodsPoint_item .textWrap .tits span {
  color: #cc0000;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsPoint .slick-track {
    height: 100%;
    height: calc(100% - 15px);
  }
}
.goodspage .goodsInfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.goodspage .goodsInfo.comingsoon {
    display: block;
    margin: 10px 0 0;
}
.goodspage .goodsInfo .pic {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .goodspage .goodsInfo.comingsoon {
    margin: 25px 0 0;
}
}
.goodspage .goodsInfo .pic .picsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
* + .goodspage .goodsInfo .pic .picsItem {
  margin-top: 15px;
}
.goodspage .goodsInfo .pic .picsItem img {
  width: 95%;
}
.goodspage .goodsInfo .textWrap {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap {
    width: 100%;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo_tits {
  margin-top: 35px;
  font-weight: bold;
}
.goodspage .goodsInfo .textWrap .salesInfo_tits + .salesInfo {
  margin-top: 5px;
}
.goodspage .goodsInfo .textWrap .salesInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  width: 50%;
  line-height: 1;
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item.-wLarge {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item:nth-of-type(1) {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item:nth-of-type(1) {
    padding-right: 0;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item:nth-of-type(2) {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item:nth-of-type(2) {
    padding-left: 0;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item dt {
  padding-right: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item dt {
    padding-right: 0;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item dd {
  color: #cc0000;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item dd {
    font-size: 16px;
    line-height: 1.2;
  }
}
.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .num {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .num {
    font-size: 24px;
  }
}

.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .small {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  }
  @media screen and (max-width: 768px) {
    .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .small {
      font-size: 16px;
    }
  }
.goodspage .goodsInfo .textWrap .salesInfo.only .salesInfo_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.goodspage .goodsInfo .textWrap .links,
.goodsSpecBox .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links,
  .goodsSpecBox .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.goodspage .goodsInfo .textWrap .links:not(.col02):not(.col03) .item:nth-of-type(1),
.goodsSpecBox .links:not(.col02):not(.col03) .item:nth-of-type(1) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links:not(.col02):not(.col03) .item:nth-of-type(1),
  .goodsSpecBox .links:not(.col02):not(.col03) .item:nth-of-type(1) {
    width: 100%;
  }
}
.goodspage .goodsInfo .textWrap .links:not(.col02):not(.col03) .item:nth-of-type(2) {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links:not(.col02):not(.col03) .item:nth-of-type(2) {
    width: 100%;
    margin-top: 10px;
  }
}
.goodspage .goodsInfo .textWrap .links .item a,
.goodsSpecBox .links .item a {
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links .item a,
  .goodspage .goodsInfo .textWrap .links .item .noLink,
  .goodsSpecBox .links .item a {
    line-height: 1.4;
    padding: 10px 16px 10px 13px;
  }
  .goodspage .goodsInfo .textWrap .links .item a br,
  .goodspage .goodsInfo .textWrap .links .item .noLink br,
  .goodsSpecBox .links .item a br {
    display: block;
  }
}
.goodspage .goodsInfo .textWrap .links.col02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: inherit;
          flex-flow: inherit;
}
#bearing_ball .links.col02 {
    justify-content: center;
}
.goodspage .goodsInfo .textWrap .links.col02 .item {
  width: 49%;
  width: calc((100% - 10px) / 2);
}
.goodspage .goodsInfo .textWrap .links.col02 + .col03 {
  margin-top: 20px;
}
.goodspage .goodsInfo .textWrap .links.col03,
.goodsSpecBox .links.col03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links.col03,
  .goodsSpecBox .links.col03 {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.goodspage .goodsInfo .textWrap .links.col03 .item,
.goodsSpecBox .links.col03 .item {
  width: 200px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links.col03 .item,
  .goodsSpecBox .links.col03 .item {
    width: 49%;
    width: calc((100% - 10px) / 2);
  }
  .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(even),
  .goodsSpecBox .links.col03 .item .item:nth-of-type(even) {
    margin-right: 10px;
  }
  .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(odd),
  .goodsSpecBox .links.col03 .item .item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(3n),
.goodsSpecBox .links.col03 .item:nth-of-type(3n) {
  margin-right: 0;
}
.goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(n+4),
.goodsSpecBox .links.col03 .item:nth-of-type(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(odd),
  .goodsSpecBox .links.col03 .item:nth-of-type(odd) {
    margin-right: 10px;
  }
  .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(even),
  .goodsSpecBox .links.col03 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(n+3), .goodspage .goodsInfo .textWrap .links.col03 .item:nth-of-type(n+4), .goodsSpecBox .links.col03 .item:nth-of-type(n+3), .goodsSpecBox .links.col03 .item:nth-of-type(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links.col03.colNormal .item:nth-of-type(1) {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .goodspage .goodsInfo .textWrap .links.col03.colNormal .item:nth-of-type(1) a {
    padding: 20px 16px 20px 13px;
  }
  .goodspage .goodsInfo .textWrap .links.col03.colNormal .item:nth-of-type(2), .goodspage .goodsInfo .textWrap .links.col03.colNormal .item:nth-of-type(n+3), .goodspage .goodsInfo .textWrap .links.col03.colNormal .item:nth-of-type(n+4) {
    margin-top: 5px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.goodspage .goodsInfo .textWrap .links + .textCaution {
  margin-top: 10px;
  color: #cc0000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .links + .textCaution {
    text-align: left;
  }
}
.goodspage #appArea {
  margin-top: 90px;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.goodsSpecBox {
  overflow: auto;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .goodsSpecBox .innerWrap {
    width: 100%;
  }
}
.goodsSpecBox .specTbl {
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.75;
}
.goodsSpecBox .specTbl .tblTr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goodsSpecBox .specTbl .tblTr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.goodsSpecBox .specTbl .tblTr dt,
.goodsSpecBox .specTbl .tblTr dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .goodsSpecBox .specTbl .tblTr dt,
  .goodsSpecBox .specTbl .tblTr dd {
    padding: 10px 12px;
  }
}
.goodsSpecBox .specTbl .tblTr dt {
  width: 310px;
  background: rgba(0, 0, 0, 0.06);
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .goodsSpecBox .specTbl .tblTr dt {
    width: 100%;
  }
}
.goodsSpecBox .specTbl .tblTr dd {
  width: calc(100% - 310px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .goodsSpecBox .specTbl .tblTr dd {
    width: 100%;
  }
}
.goodsSpecBox .specTbl .tblTr:last-of-type dt,
.goodsSpecBox .specTbl .tblTr:last-of-type dd {
  border-bottom: none;
}

.goodsIntroBox {
  overflow: auto;
  background: #fff;
  padding: 35px 25px 55px;
  margin-top: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox {
    padding: 25px 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .innerWrap {
    width: 100%;
  }
}
.goodsIntroBox .title_sizeM {
  text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 2.8rem;
}

.goodsIntroBox.flight_plan .read {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 2.8rem;
}
.goodsIntroBox .introItemBoxs + .introItemBoxs {
  margin-top: 50px;
}
.goodsIntroBox .introItemBoxs .introItemBoxs_title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .goodsIntroBox.flight_plan .read {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 30px;
        line-height: 2.2rem;
    }
  .goodsIntroBox .introItemBoxs .introItemBoxs_title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .introItemBoxs_title {
    margin-bottom: 0px;
  }
}
.goodsIntroBox .introItemBoxs .introItemBoxs_title .num {
  background: #cc0000;
  color: #fff;
  padding: 8px 10px;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.goodsIntroBox.flight_plan .introItemBoxs .introItemBoxs_title .num {
    font-size: 28px;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .introItemBoxs_title .num {
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .introItemBoxs_title .num {
    margin-bottom: 0px;
  }
}
.goodsIntroBox .introItemBoxs .introItemBoxs_title + .picBox {
  text-align: center;
}
.goodsIntroBox .introItemBoxs .introItemBoxs_title + .picBox img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .introItemBoxs_title + .picBox img {
    width: 80%;
  }
}
.goodsIntroBox .introItemBoxs .explanation {
  margin-top: 20px;
  padding: 25px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
}

.goodsIntroBox.flight_plan .introItemBoxs .explanation {
    padding: 15px 10px;
    margin-top: 0;
    border-radius: 0px;
    background: none;
}

.goodsIntroBox.flight_plan .introItemBoxs .explanation.bgGrey {
    padding: 25px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .explanation,
  .goodsIntroBox.flight_plan .introItemBoxs .explanation.bgGrey {
    padding: 20px;
  }
}
.goodsIntroBox .introItemBoxs .explanation .introItemBoxs_exTitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .explanation .introItemBoxs_exTitle {
    margin: 0 0 15px;
    font-size: 16px;
  }
}
.goodsIntroBox .introItemBoxs .explanation .introItemBoxs_exTitle .text_cap {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  width: 100%;
}
.goodsIntroBox .introItemBoxs .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .flexWrap {
    justify-content: center;
    margin-bottom: 20px;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs.second .flexWrap {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs.second .flexWrap {
    flex-direction: column;
}
}
.goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox {
  width: 42%;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.picBox {
    width: 40%;
    text-align: center;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.picBox img {
    width: 50%;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__comment {
    width: 85%;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2rem;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__comment.full {
    width: 100%;
    border: none;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__pilot {
    width: 15%;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__pilot img {
    max-height: 200px;
}

@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox img {
    width: 48%;
  }

  .goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.picBox {
    width: 100%;
}
.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.picBox img {
    width: 100%;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__comment {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2rem;
    border-radius: 30px;
}

.goodsIntroBox.goodsIntroBox.flight_plan .introItemBoxs .comment_area .comment_area__pilot {
    width: 50%;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox img {
    width: 100%;
  }
}

.goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox img + img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .flexWrap .flexItem.picBox img + img {
    margin-top: 0;
  }
}
.goodsIntroBox .introItemBoxs .flexWrap .flexItem.textBox {
  width: 55%;
  line-height: 1.6;
  font-size: 14px;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox {
    width: 60%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .flight-info {
    margin-top: 20px;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .info-row {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .info-row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .label {
    min-width: 150px; /* ラベルの幅を固定して位置を揃える */
    text-align: center; /* ラベルを右揃えにする */
    width: 35%;
}
.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .value {
    text-align: center;
    width: 65%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .textBox_planName {
    line-height: 30px;
    font-size: 1.8rem;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .textBox_planName span {
    font-weight: 700;
    font-size: 2.3rem;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .caution {
    color: #cc0000;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
  .goodsIntroBox .introItemBoxs .flexWrap .flexItem.textBox {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox {
    width: 100%;
  }

  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .info-row {
    flex-direction: column;
    padding: 0;
    font-size: 1.6rem;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .label,
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .value {
    width: 100%;
    padding: 5px;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .value {
    border-left: 0;
  }
  .goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .textBox_planName {
    line-height: 24px;
    font-size: 1.4rem;
}

.goodsIntroBox.flight_plan .introItemBoxs .flexWrap .flexItem.textBox .textBox_planName span {
    font-weight: 700;
    font-size: 1.8rem;
}
}
.goodsIntroBox .introItemBoxs .flexWrap .flexItem.textBox b {
  font-size: 16px;
}
.goodsIntroBox .introItemBoxs .flexWrap .flexItem.textBox .text + .text {
  margin-top: 20px;
}

.slick-slide {
  outline: none;
}

.slick-arrow,
.slick-dots {
  position: absolute;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    right: 0;
    bottom: -13px;
    left: 0;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button {
  outline: none;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  display: block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    -webkit-box-shadow: 0 0 0 1px #000;
            box-shadow: 0 0 0 1px #000;
  }
}
.slick-dots li.slick-active button {
  background: #cc0000;
}

.slick-arrow {
  background: url("/jmb/corr_goods/img/icon_arrow01.png") no-repeat 0 0;
  background-size: contain;
  padding: 0;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -15px;
  z-index: 99;
}
.slick-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 10px;
    height: 10px;
    right: 50%;
    top: initial;
    bottom: -13px;
    margin-top: 0;
    margin-right: -20%;
  }
}
.slick-arrow.slick-prev {
  background: url("/jmb/corr_goods/img/icon_arrow01.png") no-repeat 0 0;
  background-size: contain;
  left: -40px;
  right: inherit;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    width: 10px;
    height: 10px;
    left: 50%;
    right: inherit;
    top: initial;
    bottom: -13px;
    margin-top: 0;
    margin-left: -20%;
  }
}

#cboxClose {
  background-position: initial;
  top: -20px;
  right: 20px;
  text-indent: 0;
  padding: 5px 10px;
  width: 200px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333333;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    top: -30px;
    padding: 10px 55px;
    width: auto;
  }
}
#cboxClose::before, #cboxClose::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
}
#cboxClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
}

#cboxContent,
#cboxLoadedContent {
  background: none;
}

#cboxLoadedContent {
  padding: 20px;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

.js-accordion *[class^="title_size"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .js-accordion *[class^="title_size"] {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.js-accordion *[class^="title_size"] p {
  line-height: 1.2;
}
.js-accordion *[class^="title_size"] p span {
  font-size: 16px;
}
.js-accordion .js-accoTitle {
  position: relative;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #5c5050;
}
@media screen and (max-width: 768px) {
  .js-accordion .js-accoTitle {
    margin-top: 10px;
    text-align: center;
  }
}
.js-accordion .js-accoTitle:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
}
.js-accordion .js-accoTitle .js-accoIcon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  display: block;
}
.js-accordion .js-accoTitle .js-accoIcon:before, .js-accordion .js-accoTitle .js-accoIcon:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion .js-accoTitle .js-accoIcon:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.js-accordion .js-accoTitle .js-accoIcon::after {
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .js-accordion .js-accoTitle .js-accoIcon::after {
    margin-top: 0;
  }
}
.js-accordion .js-accoTitle.active .js-accoIcon::before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion .js-accoTitle.active .js-accoIcon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .js-accordion .js-accoCont {
    padding-top: 15px;
  }
}

.goodspage.itemindex .contentsSec.mgb {
  margin-bottom: 60px;
}
.goodspage.itemindex .itemindex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box {
  width: 465px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap {
    margin-top: 0px;
    margin-bottom: 30px;
}
.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box {
    width: 460px;
    box-shadow: none;
    padding: 0px;
}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box.secret {
    position: relative;
}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box.secret::before {
    content: "SECRET";
    position: absolute;
    font-size: 42px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;

}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box.secret img {
    filter: blur(5px);
}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(odd) {
    margin-right: 30px;
}

.goodsIntroBox.goodspage.itemindex .textWrap {
    margin-bottom: 30px;
}

.goodsIntroBox.goodspage.itemindex .itemindex_wrap .textWrap {
    margin-bottom: 0px;
}

.goodsIntroBox.goodspage.itemindex .goodsPoint .goodsPoint_item {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}
.goodsIntroBox.goodspage.itemindex .goodsPoint .goodsPoint_item .pic img {
    border-radius: 6px;
}
.goodsIntroBox .bearing_ball_story_title {
    margin-bottom: 20px;
}

.goodsIntroBox .flight_plan_story_title {
    line-height: 35px;
}

.goodsIntroBox .bearing_ball_story_title p,
.goodsIntroBox .flight_plan_story_title p {
    font-size: 2rem;
    font-weight: 700;
    border-left: 5px solid #cc0000;
    color: #cc0000;
    padding-left: 10px;
}

.goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(odd) {
  margin-right: 15px;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
.goodsIntroBox.goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(odd) {
    margin-right: 0px;
}
.goodsIntroBox.goodspage.itemindex .goodsPoint {
    margin-left: 0;
    margin-right: 0;
}
  .goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(odd) {
    margin-right: 0;
  }
  .goodspage.itemindex .itemindex_wrap .itemindex_box:nth-child(n+2) {
    margin-top: 15px;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .goodsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .title_sizeS {
  font-size: 18px;
  line-height: 1.3;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .title_sizeS + p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .title_sizeS br {
    display: none;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemPic {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemPic {
    width: 120px;
    height: 120px;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemPic img {
  max-width: initial;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemText {
  width: 50%;
  width: calc(100% - (140px + 15px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemText {
    width: calc(100% - (120px + 10px));
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemText .text {
  line-height: 1.4;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .itemText .text {
    font-size: 13px;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item {
    flex-direction: column;
  }
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item:nth-of-type(2) {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item dt {
  margin-right: 5px;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item dd {
  line-height: 1.8;
  color: #cc0000;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item dd .num {
  font-size: 24px;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .goodspage.itemindex .itemindex_wrap .itemindex_box .itemCont .salesInfo .salesInfo_item dd .num {
    font-size: 20px;
  }
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .links {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goodspage.itemindex .itemindex_wrap .itemindex_box .links .item {
  width: 48%;
  width: calc((100% - 10px) / 2);
}

/* UPCYCLE 背景写真*/
.goodspage.upcycle .kvArea {
  background-image: url("/jmb/corr_goods/upcycle/img/kv_pic01_pc.jpg");
}

@media screen and (max-width: 768px) {
  .goodspage.upcycle .kvArea {
    background-image: url("/jmb/corr_goods/upcycle/img/kv_pic01_sp.jpg");
  }
}

.goodspage.upcycle .goodsTitle .title_sizeL {
  letter-spacing: 0;
}

.goodspage.upcycle .itemindex_wrap .itemindex_box .goodsTitle {
  margin-bottom: 0;
}

.goodspage.upcycle .itemindex_wrap .itemindex_box .title_sizeS {
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}

.goodspage.upcycle .innerWrap .title_sizeM {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

.goodspage .upcycle .upcycleText .itemindex_box {
  width: 460px;
  background-color: transparent;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.goodspage .upcycle .upcycleText .itemindex_box:nth-child(odd) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .goodspage .upcycle .upcycleText .itemindex_box:nth-child(odd) {
    margin-right: 0;
  }
  .goodspage .upcycle .upcycleText .itemindex_box:nth-child(n+2) {
    margin-top: 15px;
  }
}

.goodspage.upcycle .upcycleText .itemindex_box .text {
  margin-top: 0;
}

.goodspage.upcycle .upcycleText .itemindex_box .imgTxt {
  text-align: right;
  font-size: 14px;
  margin-top: 3px;
}

.goodspage.upcycle .linkBtn {
  margin-top: 30px;
  padding-bottom: 50px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .goodspage.upcycle .linkBtn {
    width: 100%;
    margin-top: 30px;
  }

  .goodspage.upcycle .linkBtn {
    padding-bottom: 0;
  }
}

.footImg {
  background-color: rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
  .footImg {
    padding-top: 15px;
  }
}

.goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .aircraft {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
  .goodspage .goodsInfo .textWrap .salesInfo .salesInfo_item .aircraft {
    font-size: 12px;
  }
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.product-row .goodsTitle {
    flex: auto !important;
}

.product-row .itemindex_box:nth-child(odd) {
    margin-right: 0 !important;
}

.product-row .itemCont {
    gap: 10px;
    flex: auto;
}

.product-row .itemCont.new {
    flex-direction: column;
    gap: 10px;
    flex: auto;
}

.product-row .itemCont.new .itemPic,
.product-row .itemCont.new .itemText {
    width: 100% !important;
}

.product-row .itemCont.new .itemPic {
    height: 250px !important;
}

.product-row .itemCont.new .itemText {
    flex: auto;
}

.product-row .itemCont .itemPic,
.product-row .itemCont .itemText {
    width: calc((100% - 10px)/2) !important;
}

.product-row .itemCont.new .salesInfo_item {
    width: calc((100% - 10px) / 2) !important;
}

.product-row .itemCont.new .itemText .salesInfo_item .num {
    font-size: 24px !important;
}

.product-row .itemCont .itemText .salesInfo_item .num {
    font-size: 21px !important;
}



.product-row a:hover {
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
}

.discontinued {
    max-width: calc(25% - 11.25px);
    padding: 0;
}

.discontinued-products .product {
    position: relative;
    overflow: hidden;
}

.discontinued img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.discontinued-products .product:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product:hover .overlay {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .product-row .itemCont.new .itemPic {
        height: 200px !important;
    }

    .product-row .itemCont.new .salesInfo {
        flex-flow: row nowrap !important;
        justify-content: space-between !important;
    }

    .discontinued {
        max-width: calc((100% - 15px)/2)
    }
}

.bearing_ball_story {
    position: relative;
    margin-top: 30px;
}

.bearing_ball_story a {
    letter-spacing: 0 !important;
}


.bearing_ball_story::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -120px;
    width: 180px;
    height: 120px;
    background-image: url("/jmb/corr_goods/craftsmanship/img/bearing_ball_460_pic02.png");
    background-size: cover;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .bearing_ball_story::before {
        width: 120px;
        height: 80px;
        left: -75px;
        bottom: -10px;
    }
}