@charset "UTF-8";
@media screen and (max-width: 640px) {
  #rim-tpl-header {
    z-index: 1000 !important;
  }
}

.text-title-lv2 {
  font-size: 44px;
  font-weight: normal;
  padding: 0 0 5px;
  text-align: center;
  font-weight: 500 !important;
}
@media screen and (max-width: 640px) {
  .text-title-lv2 {
    font-size: 28px;
  }
}
.gallery-detail .text-title-lv2 {
  max-width: 830px;
  font-size: 26px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .gallery-detail .text-title-lv2 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .gallery-detail .text-title-lv2 {
    font-size: 18px;
    text-align: center;
  }
}
.text-title-lv2 span {
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  float: none;
  font-weight: normal;
  margin-left: 25px;
}

.top-part {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top-part {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
.top-part .title {
  font-size: 26px;
  padding: 30px 0 40px;
}
@media screen and (max-width: 640px) {
  .top-part .title {
    font-size: 18px;
  }
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap {
    padding-bottom: 50px;
  }
}
.gallery-wrap .gallery-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap .gallery-block {
    width: 100%;
    margin-bottom: 60px;
  }
}
.gallery-wrap .gallery-block .photo {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap .gallery-block .photo {
    width: 42%;
    margin: 0 auto;
  }
}
.gallery-wrap .gallery-block .photo img {
  width: 100%;
}
.gallery-wrap .gallery-block .txt-block .title {
  font-size: 17px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap .gallery-block .txt-block .title {
    text-align: center;
  }
}
.gallery-wrap .gallery-block .txt-block .simple {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap .gallery-block .txt-block .simple {
    text-align: center;
  }
}
.gallery-wrap .gallery-block .txt-block .name {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .gallery-wrap .gallery-block .txt-block .name {
    text-align: center;
  }
}
.gallery-wrap .gallery-block .txt-block .name.new:after {
  content: "NEW";
  color: #e65a24;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#owl-img {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #owl-img {
    width: 100%;
  }
}
#owl-img .item {
  display: block;
  text-decoration: none;
}
#owl-img .item p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin: 5px auto 0;
  width: 473px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  #owl-img .item p {
    font-size: 12px;
    height: 70px;
    margin-top: 3px;
    width: 90%;
  }
}
#owl-img .item p.w90 {
  width: 852px;
  position: relative;
  top: -65px;
}
@media screen and (max-width: 750px) {
  #owl-img .item p.w90 {
    width: 90%;
    top: -65px;
  }
}
#owl-img .item .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 710px;
  width: 473px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  #owl-img .item .pic {
    height: 320px;
    width: 90%;
  }
}
#owl-img .item .pic.pic2 {
  width: 852px;
  height: 710px;
}
@media screen and (max-width: 750px) {
  #owl-img .item .pic.pic2 {
    height: 320px;
    width: 80%;
    background-position: 50% 40%;
  }
}
#owl-img img {
  display: block;
  width: 100%;
}

.page-wrap {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .page-wrap {
    margin: 10px auto 0;
    width: 90%;
  }
}
.page-wrap strong {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .page-wrap strong {
    margin-right: 5px;
  }
}
.page-wrap strong:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 48px;
  top: -3px;
}
@media screen and (max-width: 750px) {
  .page-wrap strong:after {
    left: 67%;
    top: -20%;
  }
}
.page-wrap strong sup {
  color: #fff;
  position: relative;
  top: -5px;
  left: 0px;
  display: inline-block;
  width: 45px;
}
@media screen and (max-width: 750px) {
  .page-wrap strong sup {
    width: 30px;
  }
}
.page-wrap strong sub {
  color: #fff;
  position: relative;
  bottom: -5px;
  right: -3px;
  display: inline-block;
  width: 25px;
}
@media screen and (max-width: 750px) {
  .page-wrap strong sub {
    width: 15px;
  }
}
.page-wrap .pic-info {
  text-align: right;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .page-wrap .pic-info {
    margin: 10px auto 0;
  }
}
.page-wrap .pic-info small {
  display: inline-block;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 11px;
  width: 255px;
}
@media screen and (max-width: 750px) {
  .page-wrap .pic-info small {
    width: 70%;
  }
}
.page-wrap .pic-info small b {
  color: #fff;
}

.owl-theme .owl-controls {
  position: absolute;
  bottom: 60%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .owl-theme .owl-controls {
    bottom: 70%;
  }
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  background: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page {
  display: none;
}
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #fff;
  opacity: 1;
  border: 3px solid #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page:hover span {
  background: #f35352;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #f35352;
}

#rim-tpl-header #rim-tpl-langauge .rim-tpl-first {
  z-index: 99;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

button.mfp-close {
  width: 20px;
  height: 30px;
}

button.mfp-arrow {
  width: 80px;
  height: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  button.mfp-arrow {
    width: 20px;
    height: 40px;
  }
}

.mfp-arrow-left {
  background: url("/resources/japan/products/gr-4/gallery/img/icon-prev.png") no-repeat center center !important;
  left: 4%;
  top: 50%;
}
@media only screen and (max-width: 1400px) {
  .mfp-arrow-left {
    left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mfp-arrow-left {
    left: 5px;
    top: 55%;
  }
}

.mfp-arrow-right {
  background: url("/resources/japan/products/gr-4/gallery/img/icon-next.png") no-repeat center center !important;
  top: 50%;
  right: 4%;
}
@media only screen and (max-width: 1400px) {
  .mfp-arrow-right {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mfp-arrow-right {
    right: 5px;
    top: 55%;
  }
}

.gallery01 .mfp-arrow-left {
  background: url("/resources/japan/products/gr-4/gallery/img/icon-prev-w.png") no-repeat center center !important;
}

.gallery01 .mfp-arrow-right {
  background: url("/resources/japan/products/gr-4/gallery/img/icon-next-w.png") no-repeat center center !important;
}

.mfp-arrow-left::before, .mfp-arrow-left::after {
  display: none;
}

.mfp-arrow-right::before, .mfp-arrow-right::after {
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 1200px;
}
@media only screen and (max-width: 640px) {
  .mfp-image-holder .mfp-content {
    max-width: 86%;
  }
}

@media only screen and (max-width: 640px) {
  img.mfp-img {
    max-width: 100%;
  }
}

.mfp-container {
  top: -15px;
}
@media only screen and (max-width: 640px) {
  .mfp-container {
    top: -30px;
  }
}
.mfp-container .mfp-counter {
  top: 94%;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .mfp-container .mfp-counter {
    position: absolute;
    right: 0;
  }
}
.mfp-container .mfp-counter::after {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 1px 5px;
  position: absolute;
  right: 0px;
  top: 30px;
}
.mfp-container .mfp-counter .num {
  font-size: 20px;
}
.mfp-container .mfp-counter .total {
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
}
.mfp-container .mfp-counter .total:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  left: 0;
  bottom: 2px;
}

.gallery01 .mfp-container .mfp-counter {
  color: #fff;
}
.gallery01 .mfp-container .mfp-counter::before {
  background: #fff;
}

.gallery02 .mfp-container .mfp-counter {
  color: #333;
}
.gallery02 .mfp-container .mfp-counter::before {
  background: #333;
}

.pic-wrap {
  padding-bottom: 50px;
}
@media only screen and (min-width: 641px) {
  .pic-wrap {
    max-width: 830px;
    margin: 0 auto;
    margin-top: 60px;
    transform: translateX(9px);
  }
}
@media only screen and (max-width: 640px) {
  .pic-wrap {
    margin-top: 40px;
    text-align: center;
  }
}
.pic-wrap .imgs {
  height: 170px;
}
@media only screen and (max-width: 640px) {
  .pic-wrap .imgs {
    height: 70px;
  }
}
.pic-wrap a {
  margin-right: 18px;
  margin-bottom: 18px;
  display: inline-block;
  height: 170px;
}
@media only screen and (max-width: 640px) {
  .pic-wrap a {
    height: 70px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.pic-txt {
  font-size: 13px;
  padding: 0 80px 80px;
}
@media only screen and (max-width: 640px) {
  .pic-txt {
    padding: 0 30px 30px;
  }
}
.pic-txt .name {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.return {
  background: #575957;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .return {
    padding: 25px 0px;
  }
}
.return a {
  display: inline-block;
  background: #000;
  padding: 5px 100px;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 5px;
}

.gallery01 .mfp-title {
  padding-top: 5px;
  color: #fff;
}

.gallery01 .mfp-close {
  color: #eee;
  right: 10px;
}

.gallery01 .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
  background: #333;
}

.gallery02 .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
  background: #fff;
}

.gallery02 .mfp-title {
  padding-top: 5px;
  color: #333;
}

.gallery02 .mfp-close {
  color: #333;
  right: 10px;
}

.info-wrap {
  display: flex;
  padding: 200px 80px 120px;
}
@media screen and (max-width: 640px) {
  .info-wrap {
    padding: 80px 0px 80px;
  }
}
.info-wrap .imgs {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .info-wrap .imgs {
    width: 28%;
  }
}
.info-wrap .imgs img {
  height: auto;
}
.info-wrap .txt {
  width: 80%;
  font-size: 13px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .info-wrap .txt {
    width: 72%;
    padding: 0 0px 0 12px;
  }
}
.info-wrap .txt > * {
  margin-top: 1em;
}
.info-wrap .txt > *:first-child {
  margin-top: 0;
}
.info-wrap .txt .name {
  font-size: 18px;
  font-weight: 400 !important;
  display: inline-block;
}
.info-wrap .txt a {
  text-decoration: underline;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */