@charset "UTF-8";

/* =====================================
structure
------------------------------------- */

/* ===========================
content
--------------------------- */
.contents-wrapper {
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.contents-wrapper.product {
  text-align: left;
}

.product .section {
  margin-bottom: 48px;
}

.contents-wrapper .lyt-col-01.col4.fit-col {
  margin: 0 0 -15px;
}

.contents-wrapper .lyt-col-01.col4.fit-col .col {
  padding: 0;
}

.contents-wrapper .lyt-col-01.col4.fit-col .col a .link {
  margin: 0 15px;
  text-align: left;
}

/* =====================================
module
------------------------------------- */

/* ===========================
adjust
--------------------------- */
.switch_02 {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.nav-index-04 li a.current {
  background-color: #f2f2f2;
}

#main .area-content .area-content-inner.pt-0 {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .switch_01 {
    display: none;
  }
  .switch_02 {
    display: inline;
  }
}

/* ===========================
layout
--------------------------- */
.section-inner.image {
  margin-right: 8.33%;
  margin-left: 8.33%;
}

.lyt-col-01.col2.arrow .col p {
  margin-bottom: 0;
}

.lyt-col-01.col2.arrow .col.col-01 {
  padding-right: 25px;
}

.lyt-col-01.col2.arrow .col.col-02 {
  padding-left: 25px;
}

.lyt-col-01.col2.arrow .a-col {
  display: block;
  position: relative;
}

.lyt-col-01.col2.arrow .a-col-arrow:after {
  background-image: url("/others/shared/images/arrow_r_img.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  content: "";
  position: absolute;
  right: -35px;
  width: 20px;
  height: 100%;
}

.lyt-col-01.col2.arrow .col2-caption {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.71429em;
  width: 100%;
}

.product .section-inner {
  margin-top: 48px;
  margin-left: 6.25%;
  margin-right: 6.25%;
  margin-bottom: 0;
  padding-right: 5.42%;
  padding-left: 5.42%;
  letter-spacing: -.4em;
}

.product-image, .product-info {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.product-image {
  width: 50%;
  margin-right: 4.35%;
}

.product-info {
  width: 45.65%;
  margin-top: 48px;
}

.product-info p {
  margin-bottom: 48px;
}

.product-info p.short {
  margin-bottom: 24px;
}

.product-info .title.type_02 {
  text-align: left;
}

.column-layout:after {
  content: "";
  display: block;
  clear: both;
}

.column-layout .column_03 {
  width: 33.3333%;
  float: left;
  text-align: center;
  margin-bottom: 64px;
}

.column-layout .column_03:after {
  content: "";
  display: block;
  clear: both;
}

.column-layout .column_03 .image {
  margin-bottom: 0;
}

.column-layout .column_03 .image a img:hover {
  opacity: 0.9;
}

.column-layout .column_03 .textarea {
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 0;
}

.column-layout .column_03 .textarea .name {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
}

.column-layout .column_03 .textarea .introduction {
  margin-bottom: 32px;
  font-size: 16px;
}

.column-layout:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.bgcolor_01 {
  background: #f2f2f2;
}

.column_02_01, .column_02_02 {
  float: left;
  width: 50%;
}

.ratio-1_1{
  position: relative;
  height: auto;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 56%; /* 1:1 */
}

.ratio-1_1inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 720px) {
  .ratio-1_1:before {
      content: "";
      display: block;
      padding-top: 0; /* 1:1 */
  }

  .ratio-1_1 .ratio-1_1inner{
    position: static;
    transform: none;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
  }
}

.section-inner .image {
  margin-bottom: 0;
}

.section-inner .image .caption {
  color: #666;
  font-size: 1.4rem;
  margin-top: 0.57143em;
  display: block;
}

.image.trim {
  overflow: hidden;
}

.section-inner.overlap {
  position: relative;
  margin-bottom: 0;
}

.section-inner.overlap .image {
  margin-bottom: 0;
}

.overlap .overlap_text {
  text-align: left;
  position: absolute;
  top: 96px;
  left: 8.33%;
}

.overlap_text-title {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1px;
}

.overlap_text-subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
}

.overlap_text-subtitle_02 {
  font-size: 16px;
  display: block;
  margin-top: 24px;
}

.color_01 h1, .color_01 p {
  color: #fff;
}

.section.mb-ta-l {
  margin-bottom: 96px;
  text-align: left;
}

.section.logo-area {
  margin-top: 96px;
}

.section-inner.text {
  padding-left: 16px;
  padding-right: 16px;
}

.section-inner.short_01 {
  margin-bottom: 0;
}

.rtl .column_02_01, .rtl .column_02_02 {
  float: right;
}
.ratio-1_1 .column_innertext{
  margin-top: 0;
}
.column_innertext {
  margin-top: 12%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  box-sizing: content-box;
}

.column_innertext p {
  margin-bottom: 0;
}

.column_innertext p.column_innertext-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.column_innertext p.column_innertext-introduction {
  line-height: 1.8;
}

.global-en .column_innertext {
	margin-top: 4%;
}

.global-en .rtl .column_innertext{
	margin-top: 10%;
}

@media screen and (max-width: 1199px) {
	.global-en .column_innertext {
		margin-top: 0%;
	}
	.global-en .column_innertext p.column_innertext-title {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 999px) {
	.global-en .column_innertext p.column_innertext-title {
		line-height: 1.6;
	}
}
@media only screen and (max-width: 899px) {
	.global-en .column_innertext {
		margin-top: -1%;
	}
}
@media only screen and (max-width: 799px) {
	.global-en .column_innertext.left {
		margin-top: -1%;
	}
}

.logo p {
  margin-bottom: 0;
  text-align: center;
}

.logo img {
  width: 100%;
  max-width: 450px;
}

.design-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 48px;
  text-align: center;
}

.design-text {
  line-height: 2.4;
  text-align: center;
}

.section-inner.field {
  margin-right: 18.75%;
  margin-left: 18.75%;
}

.field .image {
  float: left;
}

.field .name {
  text-align: center;
  color: #000;
  width: 100%;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.field_01 {
  width: 20%;
  float: left;
}

.field_02, .field_03 {
  width: 40%;
  float: left;
}

.field_01 .image {
  width: 100%;
}

.field_02 .image, .field_03 .image {
  width: 50%;
}

.field_01 .name {
  background-color: #f0871b;
}

.field_02 .name {
  background-color: #07a8f6;
}

.field_03 .name {
  background-color: #a4d321;
}

.switch-view_pc {
  display: block;
}

.switch-view_sp {
  display: none;
}

.logo-wrap img {
  max-width: 400px;
}

.hdg-categorytop-01 .hdg .color-box {
  font-size: 1.5rem;
  font-weight: normal;
}

.color-box {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  vertical-align: baseline;
  position: relative;
  top: -0.25em;
}

.color-01 {
  color: #fff;
  background-color: #20256b;
}

.color-02 {
  color: #000;
  background-color: #e9b226;
}

.color-03 {
  color: #000;
  background-color: #ccc;
}

.color-04 {
  color: #fff;
  background-color: #292929;
}

.key {
  position: relative;
  top: 0.1em;
  vertical-align: baseline;
}

@media screen and (max-width: 1439px) {
  .overlap .overlap_text {
    max-width: 620px;
  }
}

@media screen and (max-width: 1199px) {
  .overlap .overlap_text {
    top: 48px;
  }
  .column_innertext {
    margin-top: 7.5%;
  }
  .logo img {
    max-width: 380px;
  }
}

@media screen and (max-width: 999px) {
  .overlap .overlap_text {
    position: static;
    top: auto;
    left: auto;
    padding: 24px 0 0 0;
    margin-right: 18.75%;
    margin-left: 18.75%;
    max-width: none;
  }
  .overlap_text-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.6;
  }
  .overlap_text-subtitle {
    text-align: center;
  }
  .color_01 h1, .color_01 p {
    color: #333;
  }
  .column_innertext {
    margin-top: 6%;
    font-size: 14px;
  }
  .logo img {
    max-width: 35%;
  }
}

@media only screen and (max-width: 899px) {
  .column_innertext {
    margin-top: 4%;
  }
}

@media only screen and (max-width: 799px) {
  .column_innertext.left {
    margin-top: 3%;
  }
  .column_innertext p.column_innertext-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .column_innertext p.column_innertext-introduction {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  .section-inner.image {
    margin-right: 3.13%;
    margin-left: 3.13%;
  }
  .product .section-inner {
    margin-top: 0;
    padding-right: 7.81%;
    padding-left: 7.81%;
  }
  .product-image, .product-info {
    width: 100%;
    display: block;
  }
  .product-image {
    margin-right: 0;
  }
  .product-info {
    margin-top: 0;
  }
  .product-info .title.type_02 {
    text-align: center;
  }
  .column-layout .column_03 {
    width: 100%;
    float: none;
    text-align: left;
  }
  .column-layout .column_03 .image, .column-layout .column_03 .textarea {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
  .column-layout .column_03 .image {
    width: 40%;
    float: left;
  }
  .column-layout .column_03 .textarea {
    width: 60%;
    padding-top: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
  .overlap .overlap_text {
    margin-right: 6.25%;
    margin-left: 6.25%;
  }
  .section.logo-area {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .logo img {
    max-width: 224px;
  }
  .design-text {
    line-height: 1.6;
    text-align: left;
  }
  .section-inner.field {
    margin-right: 6.25%;
    margin-left: 6.25%;
  }
}

@media only screen and (max-width: 720px) {
  .section-inner.image {
    margin-right: 0;
    margin-left: 0;
  }
  .column_02_01, .column_02_02 {
    padding: 0;
    width: 100%;
  }
  .section-inner.column-layout {
    margin-bottom: 48px;
  }
  .section-inner.column-layout.bgcolor_01 {
    margin-bottom: 0;
    padding-bottom: 48px;
  }
  .column_02_01 {
    margin-bottom: 24px;
  }
  .column_innertext {
    margin-top: 0 !important;
    max-width: none;
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
    padding: 0;
  }
  .column_innertext p.column_innertext-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 640.00512px) {
  .lyt-col-01.col2.arrow .col, .lyt-col-01.col2.arrow .col.col-01 {
    text-align: center;
  }
  .lyt-col-01.col2.arrow .col.col-01 {
    padding-right: 8px;
    margin-bottom: 50px;
  }
  .lyt-col-01.col2.arrow .col.col-02 {
    padding-left: 8px;
  }
  .lyt-col-01.col2.arrow .col.col-01 .lyt-img-01 {
    position: relative;
  }
  .lyt-col-01.col2.arrow .col.col-01 .a-col-wrap:after {
    background-image: url("/others/shared/images/arrow_b.svg");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 20px;
  }
  .lyt-col-01.col2.arrow .a-col-arrow:after {
    display: none;
  }
}

@media only screen and (max-width: 548px) {
  .product .section-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .image.trim img {
    position: relative;
    top: 0;
    left: 50%;
    width: 548px;
    max-width: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .design-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .column-layout .column_03 .image, .column-layout .column_03 .textarea {
    width: 100%;
  }
  .column-layout .column_03 .textarea {
    text-align: center;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .logo-wrap img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 408px) {
  .switch-view_pc {
    display: none;
  }
  .switch-view_sp {
    display: block;
  }
}

#brand-connection h1.hdg {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 8px;
}

#brand-connection .hdg b {
  font-size: 4.2rem;
  margin-top: 0;
}

#brand-connection .hdg span {
  letter-spacing: 2px;
}

#brand-connection .hdg button {
  font-family: Arial, Helvetica, YuGothicRedifined, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.nav-btn-hidden {
  display: none;
}

@media only screen and (max-width: 1248px) {
  #brand-connection .hdg b {
    line-height: 1.4;
  }
  #brand-connection br.switch_01 {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  #brand-connection br.switch_02 {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #brand-connection .hdg b {
    font-size: 2.4rem;
    font-size: 7.5vw;
  }
}

#brand-connection.ad-2016 h1.hdg {
  text-shadow: 0 0 2px rgba(32, 37, 107, 1);
}

#brand-connection.ad-2016 .hdg span {
  margin-top: 144px;
  letter-spacing: 5px;
}

#brand-connection.ad-2016 .section:before, #brand-connection.ad-2016.fixed:before, #brand-connection.ad-2016>.section.section-01:before, #brand-connection.ad-2016>.section.section-02:before, #brand-connection.ad-2016>.section.section-03:before, #brand-connection.ad-2016>.section.section-04:before, #brand-connection.ad-2016.fixed.bg-01:before, #brand-connection.ad-2016.fixed.bg-02:before, #brand-connection.ad-2016.fixed.bg-03:before, #brand-connection.ad-2016.fixed.bg-04:before {
  display: none;
  background-image: none;
}

#brand-connection.ad-2016>.section {
  margin-top: 0;
}

#brand-connection.ad-2016 br.switch_01, #brand-connection.ad-2016 br.switch_02 {
  display: none;
}

@media only screen and (max-width: 1248px) {
  #brand-connection.ad-2016 .hdg {
    background-position: 18% 50%;
  }
}

@media only screen and (max-width: 768px) {
  #brand-connection.ad-2016 .hdg span {
    margin-top: 216px;
  }
}

@media only screen and (max-width: 767px) {
  #brand-connection.ad-2016>.hdg {
    font-size: 1.8rem;
  }
  #brand-connection.ad-2016 .hdg span {
    margin-top: 200px;
  }
}

@media only screen and (max-height: 479px) {
  #brand-connection.ad-2016 .hdg span {
    margin-top: 50px;
  }
}

#brand-connection.ad-2015 h1.hdg {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

#brand-connection.ad-2015 .hdg span {
  margin-top: 36px;
}

.area-content.ad {
  background-color: #fff !important;
}

#brand-connection.ad-2015 h2.hdg {
  background-image: none;
}

@media only screen and (max-width: 768px) {
  #brand-connection.ad-2015 .hdg span {
    margin-top: 216px;
  }
  #brand-connection.ad-2015 .hdg {
    background-position: 62% 50%;
  }
  #brand-connection.ad-2015 .section.section-01:before {
    background-position: 40% 50%;
  }
}

@media only screen and (max-height: 479px) {
  #brand-connection.ad-2015 .hdg span {
    margin-top: 50px;
  }
}

/* ===========================
box
--------------------------- */
body.product-list {
  position: relative;
}

.section-inner.image.image_fixed {
  margin-right: 5%;
}

.imgblock_row {
  text-align: left;
  clear: both;
}

.imgblock {
  font-size: 0;
}

.imgblock.type_02 {
  margin-bottom: -4%;
}

.imgblock_left {
  float: left;
  width: 50%;
}

.imgblock_right {
  float: right;
  width: 50%;
}

.imgbox {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
}

.imgblock_left .imgbox, .imgblock_right .imgbox {
  width: 50%;
}

.imgbox .imgarea {
  margin: 0 16% 16% 0;
  box-shadow: 5px 5px #bdbdbd;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.imgbox p {
  margin: 0;
  padding: 0;
}

.imgbox img {
  background-color: rgba(255, 255, 255, .01);
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.imgbox .imgarea a:hover {
  text-decoration: none;
}

.imgbox .imgarea:hover {
  box-shadow: none;
}

.imgbox .imgarea:hover a {
  margin: 5px -5px -5px 5px;
}

.imgbox a:hover img {
  opacity: .2;
}

.imgbox_textlink img {
  -webkit-transition: none;
  transition: none;
}

.imgbox_textlink:hover img {
  opacity: 1;
}

.imgbox .imgcaption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 100;
  text-align: center;
  line-height: 1.5;
}

.imgbox_textlink .imgcaption {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  text-align: center;
}

.imgbox a:hover .imgcaption {
  opacity: 1;
}

.imgbox_textlink:hover .imgcaption .link {
  text-decoration: underline;
  color: #08107b;
}

.imgcaption span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.imgcaption .name {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.imgcaption .introduction {
  text-align: left;
  color: #333333;
}

.imgcaption .link {
  color: #08107b;
  display: inline;
  position: relative;
  vertical-align: middle;
}

.imgbox_textlink .link {
  color: #333333;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  display: inline-block;
}

.imgcaption .link:after {
  content: url("/others/shared/images/arrow_r.svg");
  width: 8px;
  height: 22px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.imgbox_textlink .imgcaption .link:after {
  height: 30px;
  content: url("/others/shared/images/arrow_r_b.svg");
}

.imgbox_textlink:hover .imgcaption .link:after {
  content: url("/others/shared/images/arrow_r.svg");
}

.imgbox_textlink .imgarea {
  background-color: #ffffff;
}

.imgbox .imgarea img {
  z-index: 1;
}

.imgbox .imgarea div {
  z-index: 2;
}

.imgblock_left .imgbox.imgbox_l, .imgblock_right .imgbox.imgbox_l {
  width: 100%;
}

.imgbox_l .imgarea {
  margin: 0 8% 8% 0;
}

@media only screen and (max-width: 1248px) {
  .imgblock_row, .imgblock, .imgblock_left, .imgblock_right {
    display: inline;
    width: auto;
    float: none;
    clear: none;
  }
  .imgbox {
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
  }
  .imgbox .imgarea {
    margin: 0;
    height: 100%;
  }
  .imgbox .imgarea a {
    position: static;
    height: 100%;
  }
  .imgbox .imgcaption {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    opacity: 1;
    padding: 10px 10px 24px 10px;
  }
  .imgcaption .link:after {
    height: 21px;
  }
  .imgbox a:hover .imgcaption .link {
    text-decoration: underline;
  }
  .imgbox_textlink .imgcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .imgbox_textlink .imgcaption .link {
    display: block;
    padding-right: 16px;
  }
  .imgbox_textlink .imgcaption .link:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
  }
  .imgbox a:hover img {
    opacity: .8;
  }
  .section-inner.image.image_fixed {
    margin-right: 8.33%;
  }
  .imgblock_left .imgbox, .imgblock_right .imgbox, .imgblock_left .imgbox.imgbox_l, .imgblock_right .imgbox.imgbox_l {
    width: 25%;
  }
  .imgbox_l .imgarea {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .imgbox {
    width: 33.3333%;
  }
  .imgbox_textlink .link {
    font-size: 16px;
  }
  .section-inner.image.image_fixed {
    margin-right: 3.13%;
  }
  .imgblock_left .imgbox, .imgblock_right .imgbox, .imgblock_left .imgbox.imgbox_l, .imgblock_right .imgbox.imgbox_l {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 720px) {
  .section-inner.image.image_fixed {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .imgbox {
    width: 50%;
  }
  .imgbox_textlink {
    width: 100%;
  }
  .imgbox_textlink .imgcaption {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    opacity: 1;
    padding: 24px 10px;
  }
  .imgbox_textlink img {
    display: none;
  }
  .imgbox_textlink .link {
    font-size: 14px;
  }
  .imgblock_left .imgbox, .imgblock_right .imgbox, .imgblock_left .imgbox.imgbox_l, .imgblock_right .imgbox.imgbox_l {
    width: 50%;
  }
}

/* ===========================
heading
--------------------------- */
.hdg-page-01.hdg-special-01 span span {
  padding: 6.2em 0;
}

@media only screen and (max-width: 768px) {
  .hdg-page-01.hdg-special-01 span span {
    padding: 2.6em 0;
  }
}

/* ===========================
link
--------------------------- */
.nav-btn-01.btn-color-01 {
  justify-content: center;
}

.nav-btn-01.btn-color-01 a, .nav-btn-01.btn-color-01 button {
  color: #ffffff;
  text-align: center;
  background-color: #08107b;
  border: 3px solid #08107b;
  border-radius: 0.25rem;
  padding: 0.78125em 50px;
}

.nav-btn-01.btn-color-01 a>span, .nav-btn-01.btn-color-01 button>span {
  color: #ffffff;
}

.nav-btn-01.btn-color-01 a:hover, .nav-btn-01.btn-color-01 button:hover {
  background-color: #ffffff;
}

.nav-btn-01.btn-color-01 a:hover, .nav-btn-01.btn-color-01 a:active, .nav-btn-01.btn-color-01 button:hover, .nav-btn-01.btn-color-01 button:active {
  color: #08107b;
}

.nav-btn-01.btn-color-01 a:hover>span, .nav-btn-01.btn-color-01 a:active>span, .nav-btn-01.btn-color-01 button:hover>span, .nav-btn-01.btn-color-01 button:active>span {
  color: #08107b;
}

.nav-btn-01.btn-color-01 a:before, .nav-btn-01.btn-color-01 button:before {
  border-color: #ffffff;
  left: 14px;
}

.nav-btn-01.btn-color-01 a:hover:before, .nav-btn-01.btn-color-01 a:active:before, .nav-btn-01.btn-color-01 button:hover:before, .nav-btn-01.btn-color-01 button:active:before {
  border-color: #08107b;
  left: 22px;
}

.nav-btn-01.btn-color-01 a span, .nav-btn-01.btn-color-01 button span {
  font-size: 16px;
}

.product .button.button_navi.next:after {
  margin-left: 0;
}

.button_navi {
  border: none;
  font-size: 0;
  top: 50%;
  display: block;
  margin-top: -25px;
}

.product .button_navi {
  position: fixed;
}

.button_navi:hover {
  background: none;
}

.button_navi.prev {
  left: 6.25%;
}

.button_navi.next {
  right: 6.25%;
}

.button_navi.button {
  padding: 0;
}

.button_navi.prev:before {
  content: " ";
  background-image: url("/others/shared/images/arrow_l.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.button_navi.prev:after {
  content: none;
}

.button_navi.prev.nolink:before {
  content: " ";
  background-image: url("/others/shared/images/arrow_l_g.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.button_navi.next:after {
  content: " ";
  background-image: url("/others/shared/images/arrow_r.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.button_navi.next.nolink:after {
  content: " ";
  background-image: url("/others/shared/images/arrow_r_g.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.product .nav-btn-01 {
  width: 264px;
}

.product .nav-btn-01 a {
  width: 100%;
}

.nav-btn-01.btn-width-01 a, .nav-btn-01.btn-width-01 button {
  width: auto;
  min-width: 200px;
}

a.modal:link, a.modal:visited, a.modal:active, a.modal:hover {
  overflow: hidden;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .button:visited {
    color: #08107b;
  }
  .product .button.button_navi.next:after {
    margin-left: 8px;
  }
  .button_navi:hover {
    background: #08107b;
    color: #fff;
    text-decoration: none;
  }
  .button_navi.nolink:hover {
    background: none;
    color: #ccc;
  }
  .button_navi {
    border: 1px solid #08107b;
    font-size: 16px;
    position: static !important;
    top: auto;
    bottom: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .button_navi.nolink {
    border: 1px solid #ccc;
    color: #ccc;
    border-left: 1px solid #08107b;
  }
  .button_navi.prev.nolink {
    border-left: 1px solid #ccc;
  }
  .button.button_navi {
    padding: 12px 0;
  }
  .button_navi.prev {
    left: auto;
    float: left;
    border-right: none;
  }
  .button_navi.next {
    right: auto;
    float: right;
  }
  .button_navi.prev:before, .button_navi.next:after {
    width: 8px;
    height: 14px;
  }
  .button_navi.prev:before {
    margin-right: 8px;
  }
  .button_navi.next:after {
    margin-left: 8px;
  }
  .button_navi.prev:hover:before {
    background-image: url("/others/shared/images/arrow_l_w.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .button_navi.prev.nolink:hover:before {
    background-image: url("/others/shared/images/arrow_l_g.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .button_navi.next:hover:after {
    background-image: url("/others/shared/images/arrow_r_w.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .button_navi.next.nolink:hover:after {
    background-image: url("/others/shared/images/arrow_r_g.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .button {
    padding-right: 0;
    padding-left: 0;
    display: block;
    text-align: center;
  }
  .button.type_02 {
    width: 100%;
  }
  .nav-btn-01.btn-color-01 a, .nav-btn-01.btn-color-01 button {
    width: 100%;
  }
  .product .nav-btn-01 {
    width: 100%;
  }
}

/* ===========================
navigation
--------------------------- */
.snsarea {
  height: 32px;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: #f2f2f2;
  text-align: center;
  box-sizing: content-box;
}

.snsarea iframe, .snsarea div {
  vertical-align: middle !important;
}

.twitter-share-button.twitter-share-button-rendered.twitter-tweet-button {
  margin-top: 2px;
}

.snsarea .fb_iframe_widget span {
  vertical-align: text-top !important;
}

.sns-area {
  margin-bottom: 48px;
  height: 25px;
}

.sns-area>iframe, .sns-area>div {
  vertical-align: middle !important;
}

.sns-area .fb_iframe_widget>span {
  vertical-align: text-top !important;
}

.nav-pager-01.pager-color-01 a {
  color: #08107b;
}

.nav-pager-01.pager-color-01 a.current {
  color: #ffffff;
  background-color: #08107b;
}

.nav-pager-01.pager-color-01 li.next a:before {
  border-top: 2px solid #08107b;
  border-right: 2px solid #08107b;
}

.nav-pager-01.pager-color-01 li.prev a:before {
  border-bottom: 2px solid #08107b;
  border-left: 2px solid #08107b;
}

.inpagenavi {
  overflow: hidden;
}

.inpagenavi ul {
  width: 104%;
  margin-right: -3.84%;
  margin-bottom: -4%;
}

.inpagenavi li {
  display: block;
  float: left;
  margin-right: 3.84%;
  margin-bottom: 4%;
  width: 12.82%;
}

.inpagenavi li img {
  margin-bottom: 24px;
}

.inpagenavi li span.inpagenavi_textlink a:hover {
  text-decoration: underline;
}

.inpagenavi li span.inpagenavi_textlink a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  line-height: 1.5;
}

.inpagenavi li span.inpagenavi_textlink {
  margin-bottom: 0;
  display: inline-block;
  padding-right: 18px;
  position: relative;
}

.lyt-col-01.design-top .nav-index-03 > a.img-link > .img img{
	border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .sns-area {
    text-align: center;
  }
  .inpagenavi li {
    width: 21%;
    padding: 1%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  .lyt-col-01.design-top .nav-index-03 > .img-link > .img{
	width: 100%;
	background-color: #FFF;
	border: 1px solid #ccc;
	}
  .lyt-col-01.design-top .nav-index-03 > a.img-link > .img img{
	border: none;
	}
  .lyt-col-01.design-top .nav-index-03 > a.img-link > .link{
	margin: 0 15px;
	}
}

@media only screen and (max-width: 480px) {
  .inpagenavi li {
    width: 46%;
    padding: 6% 6% 3% 6%;
    margin-bottom: 0;
  }
  .inpagenavi li p {
    margin-bottom: 12px;
  }
}

/* ===========================
others
--------------------------- */
.ef {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 1s;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}

.ef.ef0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.ef.ef1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ef.ef2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.ef.ef3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.ef.ef4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ef.ef5 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.ef.ef6 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.ef.ef7 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.appear {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .ef.ef2, .ef.ef3, .ef.ef4, .ef.ef5, .ef.ef6, .ef.ef7 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.video-01 .mfp-iframe-holder .mfp-content {
  max-width: 520px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
