@charset "utf-8";

#wrap {
  width: 100%;
  background-color: #000;
}

area {
  border: none;
  outline: none;
}

.contBg01 {
  background-color: #000;
}

.cont01 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.headerPc {
  top: 50px;
  right: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  display: none;
  transition: all 0.2s ease-out;
}

.headerPc li a {
  position: relative;
}

.headerPc li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-out;
  opacity: 0;
}

.headerPc li a.-active::before,
.headerPc li a:hover::before {
  opacity: 1;
}

.header-retail {
  position: fixed;
  z-index: 180;
  top: 10px;
  right: calc((100% - 1200px) / 2);
}

.header-retail a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "circe", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 12px;
  width: 120px;
  height: 105px;
  transform: translateX(-10px);
  position: relative;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .header-retail {
    top: 0px;
    right: 70px;
    z-index: 99;
  }

  .header-retail a {
    font-size: 10px;
    width: 70px;
    height: 65px;
    transform: translateX(0px);
    position: relative;
    transition: all 0.2s ease-out;
  }

  .header-retail.scrolled a {
    height: 65px !important;
  }
}

.header-retail a span {
  position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-out;
}

.header-retail a .jp {
  opacity: 0;
  color: #111;
  transform: translateX(-50%) translateY(60%);
}

.header-retail a:hover {
  background-color: #fff;
}

.header-retail a:hover .en {
  opacity: 0;
  transform: translateX(-50%) translateY(-80%);
}

.header-retail a:hover .jp {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.header-retail.scrolled a {
  height: 60px;
}


.shadow {
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
}

#manufacture,
#collection,
#ambassador,
#brand,
#plate,
#message,
#norqainer,
#newcollection,
#engrave,
#calibre {
  margin-top: -73px;
  padding-top: 73px;
}

.gnavi {
  width: 680px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
}

.gnavi li {
  /* float: left; */
  margin-right: 30px;
  margin-bottom: 15px;
}

.shadow .gnavi li {
  margin-bottom: 10px;
}

.gnavi li:nth-child(5) {
  margin-right: 0;
}

.gnavi li:nth-child(6),
.gnavi li:nth-child(7),
.gnavi li:nth-child(8) {
  transform: translateX(100px);
}

/* .shadow .gnavi li:nth-child(1),
.shadow .gnavi li:nth-child(2),
.shadow .gnavi li:nth-child(3),
.shadow .gnavi li:nth-child(4),
.shadow .gnavi li:nth-child(5) {
  margin-bottom: 2px;
}

.gnavi li:nth-child(1),
.gnavi li:nth-child(2),
.gnavi li:nth-child(3),
.gnavi li:nth-child(4),
.gnavi li:nth-child(5) {
  margin-bottom: 20px;
}

.gnavi li:nth-child(6) {
  margin-right: 0;
}

.gnavi li:nth-child(7) {
  margin-left: 165px;
}

.gnavi li:last-child {
  margin-right: 0;
} */

.gnavi li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "circe",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.gnavi li .black {
  color: #000;
}

.shadow .gnavi li a {
  color: #fff;
}

.fv {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.fvTxt01 {
  position: absolute;
  top: 500px;
  font-size: 32px;
  text-align: center;
  padding-left: 105px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.fvTxt02 {
  position: absolute;
  top: 440px;
  font-size: 40px;
  font-weight: bold;
  padding-left: 100px;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
}

.fvTxt03 {
  position: absolute;
  top: 430px;
  font-size: 31px;
  font-weight: bold;
  padding-left: 387px;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
}

.fvTxt04 {
  position: absolute;
  top: 740px;
  font-size: 26px;
  font-weight: bold;
  padding-left: 400px;
  line-height: 1;
  letter-spacing: 3px;
  color: #000;
}

.bg01 {
  background-color: #000;
  padding: 100px 0;
}

.margin01 {
  margin-bottom: 150px;
}

.margin02 {
  margin-bottom: 150px;
}

.tit01 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 60px;
}

.txt01 {
  text-align: center;
  line-height: 2.5;
}

.bg02 {
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.tit02 {
  font-size: 34px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
}

.border01 {
  border: 1px solid #fff;
  width: 50px;
  margin: 0 auto 40px;
}

.box01 {
  width: 480px;
  padding: 40px 0 0 720px;
}

.txt02 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
}

.txt03 {
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
}

.txt04 {
  margin-bottom: 150px;
  line-height: 2;
  padding: 30px;
  border: 2px solid #fff;
  font-size: 17px;
}

.bg03 {
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.box02 {
  width: 480px;
  padding: 40px 0 0 0;
}

.tit03 {
  font-size: 34px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
}

.txt05 {
  text-align: center;
  margin-bottom: 50px;
}

.collection li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.collection li:last-child {
  margin-right: 0;
}

.collection div {
  margin-bottom: 50px;
}

.mTit01 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 4px;
}

.txt06 {
  line-height: 2;
}

.pcc_img {
  max-width: 360px;
  margin: 0 auto;
  display: block;
}

.logo01 {
  width: 500px;
  margin: 0 auto 90px;
}

.table01 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 1000px;
  margin: 0 auto 40px;
  padding: 50px 0;
}

.table01 th {
  padding: 20px 0 20px 70px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
}

.table01 td {
  padding: 20px 0;
}

.txt07 {
  margin-bottom: 150px;
  text-align: center;
  line-height: 2;
}

.bg04 {
  background-image: url(../images/bg03.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
}

.tit04 {
  font-size: 34px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}

.border02 {
  border-top: 1px solid #000;
  width: 50px;
  margin: 0 auto;
}

.box03 {
  float: left;
  width: 420px;
}

.img01 {
  float: right;
  width: 660px;
}

.mesTxt01 {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 24px;
  padding-left: 70px;
  padding-top: 20px;
}

.mesTxt02 {
  letter-spacing: 4px;
  font-size: 60px;
  padding-left: 70px;
  margin-bottom: 15px;
}

.mesTxt03 {
  letter-spacing: 2px;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 80px;
  padding-left: 70px;
}

.mesTxt04 {
  padding-left: 70px;
  line-height: 2;
}

.tit05 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}

.youtube {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.youtube02 {
  width: 700px;
  margin: 0 auto;
}

.box04 {
  padding-bottom: 150px;
  width: 94%;
  margin: 0 auto;
}

.box04 div {
  float: left;
  width: 50%;
}

.box04 p {
  float: right;
  line-height: 2;
  color: #000;
  width: 46%;
}

.contBg03 {
  background-color: #fff;
  padding-top: 150px;
}

.contBg02 {
  background-color: #f3f1f0;
  padding-bottom: 40px;
  padding-top: 80px;
}

.txt08 {
  text-align: center;
  margin-bottom: 80px;
  color: #000;
}

.border03 {
  border: 1px solid #000;
  width: 50px;
  margin: 0 auto 40px;
}

.tenpo li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
  height: 100px;
}

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

.tenpo li:nth-child(4n) {
  margin-right: 0;
}

.tenpoTxt01 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.tenpoTxt01 span {
  color: #fff;
  background-color: #000;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.tenpoTxt02 {
  font-size: 15px;
}

.tenpo table {
  margin-bottom: 4px;
}

.tenpo th {
  color: #fff;
  background-color: #000;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 2px;
}

.tenpo td {
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
  font-weight: bold;
}

.footer {
  padding: 90px 0 60px 0;
  text-align: center;
  letter-spacing: 2px;
}

.footTxt01 {
  margin-bottom: 40px;
  font-size: 16px;
}

.footTxt01 a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
}

/*ライトボックス*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 960px;
  padding: 60px;
  background: #000;
  vertical-align: middle;
  border: 10px solid #fff;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  color: #000 !important;
  font-size: 56px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background-color: #fff;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.lightTit01 {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
}

.lightTit01 span {
  font-size: 36px;
}

.lightImg01 {
  float: right;
  width: 50%;
}

.lightImg02 {
  float: left;
  width: 50%;
}

.lightMtit01 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: left;
}

.lightTxt01 {
  line-height: 1.6;
  float: left;
  width: 48%;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.lightTxt02 {
  line-height: 1.6;
  float: right;
  width: 45%;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.lightTxt02 {
  line-height: 2;
}

/*ライトボックス*/

#manufacture img {
  transition: all 0.6s ease 0s;
}

#manufacture img:hover {
  cursor: pointer;
  /*transform: scale(1.04, 1.04);*/
}

.animeBg01 {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
}

.animeBg02 {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
}

.plateTxt01 {
  position: absolute;
  z-index: 1;
  top: 105px;
  left: 0;
  width: 100%;
}

.textBg01 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 17%;
  padding-bottom: 75px;
}

.mTit02 {
  text-align: center;
  color: #000;
  font-size: 38px;
  padding-bottom: 20px;
}

.textBg01 p {
  color: #000;
  line-height: 2;
  width: 800px;
}

.more {
  text-align: right;
  font-size: 20px;
  margin-top: 50px;
}

.more a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.bg06 {
  border: 30px #fff solid;
}

.bg07 {
  background-image: url("../images/pc_newcole_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
}

.tit06 {
  font-size: 50px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.mTit03 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 2px;
}

.box05 {
  margin-bottom: 150px;
}

.box05.-nomb {
  margin-bottom: 0px;
}

.pt150 {
  padding-top: 150px;
}

.box06 {
  margin-bottom: 80px;
}

.txtBox01 {
  float: left;
  width: 35%;
  padding-left: 10%;
}

.watch04 {
  float: right;
  /*    width: 53%;*/
  padding: 15.2% 2% 0 0;
}

.watch01 {
  float: right;
  width: 53%;
  padding: 4.2% 2% 0 0;
}

.watch02 {
  float: right;
  /*    width: 28%;*/
  padding: 0 17% 0 0;
}

.watch02 img {
  max-width: 318px;
  display: block;
  margin: 0 auto;
}

/*
.independence {
	padding-top: 11.2%;
}
*/

.mTit04 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.txt09 {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.8;
}

.txt10 {
  font-size: 15px;
  line-height: 1.8;
}

.txt11 {
  font-size: 12px;
  margin-bottom: 50px;
  line-height: 1.8;
}

.model-asj .txt11 {
  width: 75.5%;
}

.txt12 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.txt12 span {
  font-size: 12px;
}

.txt12 span:nth-child(2) {
  font-size: 20px;
}

#collection02 {
  padding-bottom: 100px;
}

.m100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pt125 {
  padding-top: 125px;
}


.pcnone1000 {
  display: none;
}

.spnone1000 {
  display: block;
}

.pcnone900 {
  display: none;
}

.spnone900 {
  display: block;
}

.pcnone700 {
  display: none;
}

.spnone700 {
  display: block;
}

.pcnone500 {
  display: none;
}

.spnone500 {
  display: block;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

/*1200px以下*/
@media screen and (max-width: 1200px) {
  .pcnone {
    display: block;
  }

  .spnone {
    display: none;
  }

  #manufacture,
  #collection,
  #ambassador,
  #brand,
  #plate,
  #message,
  #norqainer,
  #newcollection,
  #engrave,
  #calibre {
    margin-top: 0;
    padding-top: 0;
  }

  /* ナビここから */
  .header {
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    height: 65px;
    background-color: #000;
    padding-top: 0;
    z-index: 100;
  }

  .shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
  }

  .global-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 50px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 50px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }

  .global-nav__item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
    font-size: 15px;
  }

  .global-nav__item a:hover {
    /* background-color: #eee; */
    opacity: 0.6;
  }

  .hamburger__line {
    position: absolute;
    left: 12px;
    width: 27px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }

  .nav-open .hamburger__line {
    background-color: #111;
  }

  .hamburger__line--1 {
    top: 14px;
  }

  .hamburger__line--2 {
    top: 23px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  /* ナビここまで */

  .fvTxt01,
  .fvTxt02,
  .fvTxt03,
  .fvTxt04 {
    display: none;
  }

  .fvBg {
    background-image: none;
  }

  .box01 {
    padding: 20px 0 0 50%;
  }

  .box02 {
    padding: 20px 0 0 5%;
  }

  .img01 {
    width: 560px;
  }

  .mesTxt01 {
    padding-left: 40px;
  }

  .mesTxt02 {
    padding-left: 40px;
  }

  .mesTxt03 {
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .mesTxt04 {
    padding-left: 40px;
  }

  .box04 {
    padding-bottom: 80px;
  }

  .tenpo {
    width: 94%;
    margin: 0 auto;
  }

  .tenpo li {
    width: 32%;
    margin-bottom: 40px;
  }

  .tenpo li:nth-child(4n) {
    margin-right: 2%;
  }

  .tenpo li:nth-child(3n) {
    margin-right: 0;
  }

  .textBg01 {
    left: 14%;
  }

  .watch04 {
    width: 50%;
    padding: 1.5% 2% 0 0;
  }

  .watch01 {
    width: 50%;
    padding: 1.5% 2% 0 0;
  }

  .animeBg01 {
    height: 250px;
  }
}

/*タブレット仕様1100px以下*/
@media screen and (max-width: 1100px) {
  .watch02 {
    width: 32%;
    padding: 5% 12% 0 0;
  }

  .watch04 {
    width: 32%;
    padding: 5% 12% 0 0;
  }
}

/*タブレット仕様1000px以下*/
@media screen and (max-width: 1000px) {
  .cont01 {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .bg02 {
    background-image: none;
  }

  .bg03 {
    background-image: none;
  }

  .box01 {
    padding: 20px 0 0 0;
    width: 100%;
  }

  .box02 {
    padding: 20px 0 0 0;
    width: 100%;
  }

  .txt02 {
    margin-bottom: 5px;
  }

  .txt03 {
    margin-bottom: 20px;
  }

  .txt04 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .box02 .txt04 {
    margin-bottom: 150px;
  }

  .collection li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .collection div {
    margin-bottom: 30px;
  }

  .collection li:last-child .txt06 {
    margin-bottom: 0;
  }

  .mTit01 {
    margin-bottom: 20px;
  }

  .txt06 {
    margin-bottom: 50px;
  }

  .table01 {
    width: 100%;
  }

  .table01 th {
    font-size: 22px;
  }

  .txt07 {
    margin-bottom: 80px;
  }

  .textBg01 {
    width: 80%;
    padding: 0 10%;
    left: 0;
    bottom: 75px;
  }

  .textBg01 p {
    width: 100%;
    padding-bottom: 0;
  }

  .textBg01 .mTit02 {
    padding-bottom: 20px;
  }

  .img01 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .box03 {
    float: none;
    width: 100%;
  }

  .mesTxt01 {
    padding-left: 0;
    text-align: center;
  }

  .mesTxt02 {
    padding-left: 0;
    text-align: center;
  }

  .mesTxt03 {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .mesTxt04 {
    padding-left: 0;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .youtube02 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px;
  }

  .youtube02 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .box04 {
    width: 100%;
    margin-top: 80px;
  }

  .box04 div {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .box04 p {
    width: 100%;
    float: none;
  }

  .tenpo {
    width: 100%;
  }

  .modal-wrapper .modal-window {
    width: 100%;
    padding: 5% 0;
  }

  .modal-wrapper .modal-window .modal-content {
    padding: 0 30px;
  }

  .bg05 {
    border: 20px #fff solid;
  }

  .tit06 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .mTit03 {
    font-size: 20px;
  }

  .txtBox01 {
    float: none;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .watch04 {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
  }

  .watch01 {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
  }

  .watch02 {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
  }

  .mTit04 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .cf_img {
    max-width: 708px;
  }

  @media (orientation: landscape) and (max-width: 767px) {
    .cf_img {
      max-width: 332px;
      margin: 0 auto;
      display: block;
    }
  }

  .box05 {
    margin-bottom: 80px;
  }

  .box05.-nomb {
    margin-bottom: 0px;
  }

  .pt150 {
    padding-top: 80px;
  }

  .box06 {
    margin-bottom: 50px;
  }

  .pcnone1000 {
    display: block;
  }

  .spnone1000 {
    display: none;
  }
}

/*900px以下*/
@media screen and (max-width: 900px) {
  .table01 th {
    padding: 20px 0 20px 0;
    font-size: 20px;
  }

  .tenpo li {
    width: 49%;
    margin-bottom: 30px;
  }

  .tenpo li:nth-child(3n) {
    margin-right: 2%;
  }

  .tenpo li:nth-child(2n) {
    margin-right: 0;
  }

  .logo01 {
    width: 80%;
    margin: 0 auto 60px;
  }

  .lightMtit01 {
    margin-bottom: 0;
  }

  .lightImg01 {
    float: none;
    width: 100%;
  }

  .lightImg02 {
    float: none;
    width: 100%;
  }

  .lightTxt01 {
    float: none;
    width: 100%;
  }

  .lightTxt02 {
    float: none;
    width: 100%;
  }

  .animeBg01 {
    height: 200px;
  }

  .textBg01 {
    bottom: 100px;
  }

  .textBg01 .mTit02 {
    font-size: 30px;
  }

  .pcnone900 {
    display: block;
  }

  .spnone900 {
    display: none;
  }
}

/*sp横*/
@media screen and (max-width: 896px) {
  /* .t_y {} */
}


/*800px以下*/
@media screen and (max-width: 800px) {
  .mTit02 {
    font-size: 30px;
  }

  .textBg01 .mTit02 {
    padding-bottom: 10px;
  }

  .textBg01 {
    bottom: 55px;
  }

  .animeBg02 {
    height: 340px;
  }

  .lightTit01 {
    text-align: center;
  }

  .lightMtit01 {
    text-align: center;
  }

}

/*700px以下*/
@media screen and (max-width: 700px) {
  .margin01 {
    margin-bottom: 80px;
  }

  .margin02 {
    margin-bottom: 0;
  }

  .bg01 {
    padding: 40px 0;
  }

  .tit01 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .txt01 {
    text-align: left;
    line-height: 2;
  }

  .table01 th {
    font-size: 18px;
    width: 60%;
    letter-spacing: 2px;
  }

  .txt03 {
    font-size: 26px;
  }

  .txt04 {
    margin-bottom: 40px;
  }

  .txt05 {
    margin-bottom: 30px;
  }

  .border01 {
    margin: 0 auto 30px;
  }

  .border03 {
    margin: 0 auto 30px;
  }

  .logo01 {
    margin: 0 auto 30px;
    width: 70%;
  }

  .box02 .txt04 {
    margin-bottom: 80px;
  }

  .bg04 {
    padding-top: 40px;
  }

  .table01 {
    padding: 20px 0;
  }

  .table01 th {
    padding: 15px 0;
  }

  .table01 td {
    padding: 15px 0;
  }

  .mTit02 {
    font-size: 26px;
  }

  .mesTxt01 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .mesTxt02 {
    font-size: 40px;
  }

  .tit05 {
    font-size: 34px;
  }

  .bg05 {
    padding-top: 80px;
  }

  .box04 {
    margin-top: 40px;
  }

  .contBg03 {
    background-color: #fff;
    padding-top: 80px;
  }

  .contBg02 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tenpoTxt01 {
    font-size: 14px;
  }

  .tenpoTxt02 {
    font-size: 14px;
  }

  .txt08 {
    margin-bottom: 30px;
  }

  .footer {
    padding: 60px 0 30px 0;
  }

  .footer p {
    width: 94%;
    padding: 0 3%;
  }

  .footTxt01 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .textBg01 {
    bottom: 30px;
    width: 94%;
    padding: 0 3%;
  }

  .textBg01 .mTit02 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .plateTxt01 {
    top: 30px;
  }

  .animeBg02 {
    height: 310px;
  }

  .animeBg01 {
    height: 140px;
  }

  .copyright {
    font-size: 12px;
  }

  .bg06 {
    border: 10px #fff solid;
  }

  .bg07 {
    width: 90%;
    padding: 60px 5% 0;
  }

  .watch04 {
    margin: 0 auto 30px;
  }

  .watch01 {
    margin: 0 auto 30px;
  }

  .watch02 {
    margin: 0 auto 30px;
  }

  .txt09 {
    margin-bottom: 20px;
  }

  .txt11 {
    margin-bottom: 20px;

  }

  .model-asj .txt11 {
    width: 100%;
  }

  .txt12 {
    margin-bottom: 10px;
  }

  .box05 {
    margin-bottom: 60px;
  }

  .box05.-nomb {
    margin-bottom: 0px;
  }

  .pt150 {
    padding-top: 75px;
  }

  .box06 {
    margin-bottom: 30px;
  }

  #collection02 {
    padding-bottom: 100px;
  }

  .m100 {
    margin-bottom: 50px;
  }

  .pt100 {
    padding-top: 80px;
  }

  .pcnone700 {
    display: block;
  }

  .spnone700 {
    display: none;
  }
}

/*600px以下*/
@media screen and (max-width: 600px) {
  .fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }

  .lightTit01 {
    font-size: 16px;
    padding-top: 0;
  }

  .lightMtit01 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .textBg01 .mTit02 {
    font-size: 22px;
  }

  .animeBg02 {
    height: 350px;
  }
}

/*500px以下*/
@media screen and (max-width: 500px) {
  .tit01 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .tenpoTxt01 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .tenpoTxt02 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .tenpoTxt01 span {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 0 5px;
  }

  .tenpo th {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 0 5px;
  }

  .tenpo td {
    letter-spacing: -1px;
  }

  .mTit02 {
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .lightTit01 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .lightTit01 span {
    font-size: 28px;
  }

  .textBg01 {
    bottom: 50px;
  }

  .animeBg02 {
    height: 350px;
  }

  .textBg01 p {
    font-size: 15px;
    line-height: 1.8;
  }

  .textBg01 .mTit02 {
    padding-bottom: 20px;
  }

  .lightMtit01 {
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }

  .modal-wrapper .modal-window .modal-content {
    max-height: 54vh;
  }

  .youtube02 {
    margin-top: 90px;
  }

  .tit06 {
    font-size: 30px;
    line-height: 1.6;
  }

  .mTit03 {
    font-size: 18px;
    line-height: 1.8;
  }

  .mTit04 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .pcnone500 {
    display: block;
  }

  .spnone500 {
    display: none;
  }
}

/*450px以下*/
@media screen and (max-width: 450px) {
  .mTit02 {
    font-size: 24px;
  }

  .textBg01 {
    bottom: 30px;
  }

  .textBg01 .mTit02 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
  }

  .animeBg02 {
    height: 340px;
  }

  .tenpoTxt02 {
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .tenpo th {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 0 5px;
    margin-right: 4px;
  }

  .tenpoTxt01 span {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 0 5px;
  }

  .tenpo .minTxt {
    font-size: 10px;
  }

  .tenpo .minTxt02 {
    font-size: 11px;
  }

  .kamine {
    letter-spacing: -1px;
  }

  .animeBg01 {
    height: 130px;
  }
}

.btn-sp {
  display: block;
  margin-top: 45px;
}

.btn-sp img {
  width: 232px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* -----------------------------------------------
    pages-mv
------------------------------------------------*/
.pages-mv {
  padding-top: 200px;
}

@media screen and (max-width: 1200px) {
  .pages-mv {
    padding-top: 80px;
  }
}
