@charset "UTF-8";

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -120%, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -120%, 0);
    background: rgba(255, 255, 255, 0.6);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, -25deg) translate3d(0, 150%, 0);
    transform: rotate3d(0, 0, 1, -25deg) translate3d(0, 150%, 0);
    background: rgba(255, 255, 255, 0.6);
  }
}

.txEf_01 {
  position: relative;
  overflow: hidden;
}

.txEf_01.show::before {
  -webkit-animation: shine .6s ease 2.0s;
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -120%, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -120%, 0);
}

.txEf_02 {
  opacity: 0;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  display: inline-block;
}

.txEf_02::before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.txEf_02.show {
  opacity: 1;
}

.txEf_02.show::before {
  left: 100%;
  -webkit-transition: all 0.6s ease-in 0.2s;
  -o-transition: all 0.6s ease-in 0.2s;
  transition: all 0.6s ease-in 0.2s;
}

.btnEf a {
  position: relative;
}

.btnEf a::after {
  -webkit-transition: all 0.28s;
  -o-transition: all 0.28s;
  transition: all 0.28s;
  background: #000;
  content: '';
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btnEf a:hover {
  color: #fff;
}

.btnEf a:hover::after {
  width: 100%;
}

.btnEf a .txWrap {
  position: relative;
  z-index: 9;
  display: block;
}

.ct05 .btn.btnEf a::after {
  background: #fff;
}

.ct05 .btn.btnEf a:hover {
  color: #000;
}

.top {
  /*----------------------------------------------------
	☆MV
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆CT01
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆CT02
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆CT03
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆CT04
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆CT05
	----------------------------------------------------*/
  /*----------------------------------------------------
	☆ct06
----------------------------------------------------*/
  /*----------------------------------------------------
	☆ct07
----------------------------------------------------*/
}

.top .pcHd {
  top: -100px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top .pcHd.active {
  top: 0;
}

@media screen and (max-width: 768px) {
  .top #wrapper {
    padding-top: 0;
  }
}

.top #wrapper .drawer .hdLogo {
  z-index: 9;
  padding: 15px 0 0 20px;
}

.top #wrapper .drawer .hdLogo a {
  color: #fff;
}

.top .drawer .drawer-hamburger-icon,
.top .drawer .drawer-hamburger-icon:after,
.top .drawer .drawer-hamburger-icon:before {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top .spHd.active .drawer .drawer-hamburger-icon,
.top .spHd.active .drawer .drawer-hamburger-icon:after,
.top .spHd.active .drawer .drawer-hamburger-icon:before {
  background: #000;
}

.top .mv {
  position: relative;
  height: 100vh;
}

.top .mv .mv_pcSlider {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .top .mv {
    height: 90vh;
  }

  .top .mv .mv_pcSlider {
    height: 100%;
    position: relative;
  }

  .top .mv .mv_pcSlider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 85px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
    z-index: 1;
  }
}

.top .mv .mainTxBox {
  position: absolute;
  left: 15%;
  top: 52%;
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  transform: translateY(-52%);
  width: auto;
  height: auto;
  color: #fff;
}

@media screen and (max-width: 1340px) {
  .top .mv .mainTxBox {
    left: 8%;
    top: 56%;
  }
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox {
    left: 40px;
    top: 53%;
  }
}

.top .mv .mainTxBox .mainTxBoxIn {
  position: relative;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx {
  font-size: 9rem;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1200px) {
  .top .mv .mainTxBox .mainTxBoxIn .mainEnTx {
    font-size: 10.0rem;
  }
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox .mainTxBoxIn .mainEnTx {
    font-size: 3.8rem;
  }
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx span.in {
  position: relative;
  display: inline-block;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  line-height: 1.1;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx span.in::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  display: none;
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox .mainTxBoxIn .mainEnTx span.in::before {
    height: 7px;
    bottom: -2px;
  }
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx span.in::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx span.in span.inin {
  opacity: 0;
  font-weight: 600;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.show span.in::after {
  width: 100%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /*transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);*/
  -webkit-animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.done span.in::before {
  display: block;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.done span.in::after {
  bottom: 0;
  height: 0;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.done span.in span.inin {
  opacity: 1;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.btm {
  margin-top: 15px;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.btm.show span.in::after {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.top .mv .mainTxBox .mainTxBoxIn .mainEnTx.btm.done span.in::after {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.top .mv .mainTxBox .mainTxBoxIn .mainTx {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox .mainTxBoxIn .mainTx {
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: 0;
  }
}

.top .mv .mainTxBox .mainTxBoxIn .tx_01 {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox .mainTxBoxIn .tx_01 {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.top .mv .mainTxBox .mainTxBoxIn .tateTx {
  position: absolute;
  left: -50px;
  top: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .top .mv .mainTxBox .mainTxBoxIn .tateTx {
    height: 100%;
    top: 6px;
    left: -30px;
    font-size: 1.0rem;
  }
}

.top .mv .scBox {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: auto;
  height: auto;
  font-size: 1.1rem;
}

.top .mv .scBox>p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: -75px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .top .mv .scBox>p {
    margin-bottom: 0;
  }
}

.top .mv .scBox .arrow {
  width: 2px;
  height: 100px;
  margin: 90px auto 0;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top .mv .scBox .arrow {
    height: 30px;
    margin: 10px auto 0;
  }
}

.top .mv .scBox .arrow::before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 90px auto 0;
  background-color: #fff;
  position: absolute;
  top: -190px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@media screen and (max-width: 768px) {
  .top .mv .scBox .arrow::before {
    height: 30px;
    margin: 10px auto 0;
    top: -110px;
  }
}

.top .ct01 {
  padding: 180px 0 70px;
  background: url(/lib/cmn_img/AdobeStock_427022713.png) no-repeat top right;
  overflow: hidden;
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .top .ct01 {
    padding: 80px 0 40px;
    background: url(/lib/cmn_img/AdobeStock_427022713.png) no-repeat top right;
    overflow: hidden;
    background-size: 100%;
  }
}

.top .ct01 .ttl {
  padding-left: 60px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .ct01 .ttl {
    padding-left: 40px;
    font-size: 1.8rem;
  }
}

.top .ct01 .ttl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 45px;
  height: 2px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .top .ct01 .ttl::before {
    width: 25px;
  }
}

.top .ct01 .ttl span {
  font-weight: 200;
}

.top .ct01 .txWtap {
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .top .ct01 .txWtap {
    padding-left: 0;
  }
}

.top .ct01 .txWtap .mainTx {
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .top .ct01 .txWtap .mainTx {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}

.top .ct01 .txWtap .mainTx span {
  font-weight: 900;
  padding: 0 3px;
  position: relative;
  display: inline-block;
}

.top .ct01 .txWtap .mainTx span::before {
  content: "●";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .top .ct01 .txWtap .mainTx span::before {
    font-size: 0.9rem;
    top: -6px;
  }
}

.top .ct01 .txWtap .tx_01 {
  font-size: 2.2rem;
  margin-top: 30px;
  color: #fff;
  background: #000;
  padding: 9px 11px 10px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top .ct01 .txWtap .tx_01 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
}

.top .ct01 .txWtap .tx_02 {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.0;
}

.top .ct01 .txWtap .tx_02_1 {
  font-size: 2.8rem;
  margin-top: 30px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .top .ct01 .txWtap .tx_02 {
    font-size: 2.2rem;
    margin-top: 30px;
    line-height: 1.9;
    font-weight: 500;
  }

  .top .ct01 .txWtap .tx_02_1 {
    font-size: 1.6rem;
    margin-top: 30px;
    font-weight: 600;
  }
}

@media screen and (max-width: 768px) {
  .top .ct01 .txWtap .tx_02 {
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .top .ct01 .txWtap .tx_02_1 {
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: 600;
  }
}

.top .ct02 {
  overflow: hidden;
  padding-top: 80px;
}

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

.top .ct02 .ctTtl {
  text-align: right;
  margin-right: -7px;
  font-size: 9.4rem;
  line-height: 0.8;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top .ct02 .ctTtl {
    font-size: 5.6rem;
  }
}

.top .ct02 .ctTtl p {
  font-weight: 600;
  display: inline-block;
}

.top .ct02 .ctTtl p span.light {
  font-weight: 100;
}

.top .ct02 .boxWrap {
  position: relative;
  margin: 0 auto;
}

.top .ct02 .boxWrap::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 570px;
  background: #f3f4f6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -9;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap::before {
    width: 200px;
    height: 200px;
  }
}

.top .ct02 .boxWrap .box {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.top .ct02 .boxWrap .box .imgBox {
  position: relative;
}

.top .ct02 .boxWrap .box .imgBox a {
  width: 55.5%;
  height: 630px;
  position: relative;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a {
    width: 90%;
    height: auto;
    float: right;
    margin-top: -30px;
  }
}

.top .ct02 .boxWrap .box .imgBox a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  background: url(..//lib/cmn_img/ct02_img01.jpg) no-repeat center center/cover;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 100%;
  z-index: -1;
}

.top .ct02 .boxWrap .box .imgBox a::before {
  content: "";
  position: absolute;
  background: url(/lib/cmn_img/ct02_img01_tx.png) no-repeat center center/cover;
  width: 536px;
  height: 308px;
  bottom: -20px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a::before {
    width: 268px;
    height: 154px;
  }
}

.top .ct02 .boxWrap .box .imgBox a:hover::after {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.top .ct02 .boxWrap .box .imgBox a:hover .tx .btn>p {
  color: #000 !important;
  position: relative;
  z-index: 2;
}

.top .ct02 .boxWrap .box .imgBox a .tx {
  color: #fff;
  width: 100%;
  padding-left: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box .imgBox a .tx {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx {
    background-size: 50px 50px;
    padding: 55px 25px !important;
    position: relative;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    position: static;
  }
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_01 {
  font-size: 6.8rem;
  line-height: 1;
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_01 img {
  width: 250px;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .tx_01 {
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .tx_01 {
    font-size: 2.8rem;
  }

  .top .ct02 .boxWrap .box .imgBox a .tx .tx_01 img {
    width: 120px;
  }
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_01 span {
  font-weight: 600;
  padding-right: 25px;
  background: url("/lib/cmn_img/icon03_wh.png") no-repeat center right/17px 17px;
  display: inline-block;
  position: relative;
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_01 span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

.top .ct02 .boxWrap .box .imgBox a .tx .subTx {
  font-size: 3.8rem;
  margin-top: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .subTx {
    font-size: 2.0rem;
  }
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_02 {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .tx_02 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.top .ct02 .boxWrap .box .imgBox a .tx .tx_02 .mini {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
}

.top .ct02 .boxWrap .box .imgBox a .tx .btn {
  max-width: 280px;
  width: 100%;
  text-align: left;
  margin-top: 35px;
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0f6de8), to(#ae6ec9));
  background: -webkit-linear-gradient(left, #0f6de8, #ae6ec9);
  background: -o-linear-gradient(left, #0f6de8, #ae6ec9);
  background: linear-gradient(to right, #0f6de8, #ae6ec9);
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .btn {
    max-width: 200px;
    margin-top: 25px;
  }
}

.top .ct02 .boxWrap .box .imgBox a .tx .btn::after {
  -webkit-transition: all 0.28s;
  -o-transition: all 0.28s;
  transition: all 0.28s;
  background: #fff;
  content: '';
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.top .ct02 .boxWrap .box .imgBox a .tx .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 44px;
  height: 14px;
  background: url(/lib/cmn_img/arw02_wf.png) no-repeat center right 10px/44px 14px;
  margin-top: -7px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 9;
}

.top .ct02 .boxWrap .box .imgBox a .tx .btn>p {
  padding: 22px 20px;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .imgBox a .tx .btn>p {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.top .ct02 .boxWrap .box .imgBox a:hover .btn::before {
  right: 10px;
  background-image: url(/lib/cmn_img/arw02.png);
}

.top .ct02 .boxWrap .box .imgBox a:hover .btn::after {
  width: 100%;
}

.top .ct02 .boxWrap .box .txBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 600px;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box .txBox {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .txBox {
    position: relative;
    max-width: 90%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: auto;
  }
}

.top .ct02 .boxWrap .box .txBox .txBoxIn {
  position: relative;
  width: 100%;
  height: 100%;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  background: #000;
  bottom: 0;
  right: 0;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn {
  padding: 50px 50px 80px 90px;
  width: 100%;
  height: 100%;
  position: relative;
}

.top .ct02 .boxWrap .box.box_02 .txBox .txBoxIn .txBoxInIn {
  padding: 50px 50px 80px 80px;
}

@media screen and (max-width: 1000px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn {
    padding: 50px 50px 80px;
  }
}

@media screen and (max-width: 768px) {

  .top .ct02 .boxWrap .box.box_02 .txBox .txBoxIn .txBoxInIn,
  .top .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn {
    padding: 20px 25px 50px;
  }
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: #000;
  top: 0;
  right: 0;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: #000;
  bottom: 0;
  left: 0;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .copy {
  font-size: 4.4rem;
  line-height: 1.35;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .copy {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .copy {
    font-size: 2.4rem;
  }
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .tx {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .tx {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .tx {
    font-size: 1.4rem;
  }
}

.top .ct02 .boxWrap .box .txBox .txBoxIn .sub {
  position: absolute;
  width: 248px;
  height: 110px;
  bottom: -40px;
  right: 20px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box .txBox .txBoxIn .sub {
    width: 160px;
    height: auto;
    bottom: -20px;
  }

  .top .ct02 .boxWrap .box .txBox .txBoxIn .sub img {
    height: auto;
  }
}

.top .ct02 .boxWrap .box .txBox .txBoxIn.active.txBoxIn::before {
  height: 100%;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top .ct02 .boxWrap .box .txBox .txBoxIn.active.txBoxIn::after {
  height: 100%;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top .ct02 .boxWrap .box .txBox .txBoxIn.active .txBoxInIn::before {
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.top .ct02 .boxWrap .box .txBox .txBoxIn.active .txBoxInIn::after {
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.top .ct02 .boxWrap .box.box_02 {
  margin-top: 60px;
}

.top .ct02 .boxWrap .box.box_02.jooi {
  margin-top: 0px;
  margin-bottom: 60px;
}

.top .ct02 .boxWrap .box.box_02 .imgBox a {
  float: right;
}

.top .ct02 .boxWrap .box.box_02 .imgBox a::after {
  background-image: url(/lib/cmn_img/ct02_img02.jpg);
}

.top .ct02 .boxWrap .box.box_02.jooi .imgBox a::after {
  background-image: url(../lib/cmn_img/ct02_img03.jpg);
}

.top .ct02 .boxWrap .box.box_02 .imgBox a::before {
  background-image: url(/lib/cmn_img/ct02_img02_tx.png);
  width: 531px;
  height: 236px;
}

.top .ct02 .boxWrap .box.box_02.jooi .imgBox a::before {
  background: url(/lib/cmn_img/ct02_img03_tx.png) no-repeat center center/cover;
  width: 642px;
  height: 238px;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box.box_02 .imgBox a::before {
    width: 265px;
    height: 118px;
  }

  .top .ct02 .boxWrap .box.box_02.jooi .imgBox a::before {
    width: 425px;
    height: 154px;
  }
}

.top .ct02 .boxWrap .box.box_02 .imgBox a .tx_01 span {
  padding: 0;
  background: none;
}

.top .ct02 .boxWrap .box.box_02.jooi .imgBox a .tx_01 span {
  padding-right: 25px;
  background: url(/lib/cmn_img/icon03_wh.png) no-repeat center right/17px 17px;
}

.top .ct02 .boxWrap .box.box_02 .imgBox a .tx {
  padding-left: 140px;
}

@media screen and (max-width: 1200px) {
  .top .ct02 .boxWrap .box.box_02 .imgBox a .tx {
    padding-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box.box_02 .imgBox a .tx {
    padding: 25px;
  }
}

.top .ct02 .boxWrap .box.box_02 .txBox {
  left: auto;
  right: 50%;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box.box_02 .txBox {
    right: auto;
  }
}

.top .ct02 .boxWrap .box.box_02 .txBox .sub {
  width: 227px;
  height: 110px;
  top: -20px;
  bottom: auto;
  right: auto;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .top .ct02 .boxWrap .box.box_02 .txBox .sub {
    width: 150px;
    height: auto;
    top: 0;
    right: -10px;
    left: auto;
  }

  .top .ct02 .boxWrap .box.box_02 .txBox .sub img {
    height: auto;
  }
}

.top .ct03 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .ct03 {
    margin-top: 50px;
  }
}

.top .ct03 .inrLLL {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .top .ct03 .inrLLL {
    padding-bottom: 20px;
  }
}

.top .ct03 .topArea {
  text-align: center;
}

.top .ct03 .topArea .ctTtl {
  font-size: 10.0rem;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {
  .top .ct03 .topArea .ctTtl {
    font-size: 5.6rem;
  }
}

.top .ct03 .topArea .ctTtl p {
  display: inline-block;
  font-weight: 900;
}

.top .ct03 .topArea .ctTtl p span.light {
  font-size: 2.7rem;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .top .ct03 .topArea .ctTtl p span.light {
    font-size: 1.6rem;
  }
}

.top .ct03 .topArea .bg {
  background: #000;
  line-height: 1;
  padding: 9px 11px 10px;
}

@media screen and (max-width: 768px) {
  .top .ct03 .topArea .bg {
    margin: 2px 0;
  }
}

.top .ct03 .topArea .main {
  font-size: 3.8rem;
  margin-top: 40px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top .ct03 .topArea .main {
    font-size: 1.8rem;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.top .ct03 .topArea .tx {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .top .ct03 .topArea .tx {
    font-size: 1.4rem;
    text-align: left;
  }
}

.top .ct03 .topArea .spImg {
  width: 90%;
  margin: 35px auto 0;
}

.top .ct03 .btmArea {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .top .ct03 .btmArea {
    margin-top: 40px;
  }
}

.top .ct03 .btmArea .btnList {
  width: 100%;
  font-size: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: flex;
}

.top .ct03 .btmArea .btnList>li {
  width: 50%;
  vertical-align: top;
}

.top .ct03 .btmArea .btnList>li>a {
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 1.6rem;
  padding: 50px;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
  height: 100% !important;
}

.btnEf a:hover .recruit {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top .ct03 .btmArea .btnList>li>a {
    font-size: 1.4rem;
    padding: 18px;
  }
}

.top .ct03 .btmArea .btnList>li>a::before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 20px;
  background: url("/lib/cmn_img/arw02.png") no-repeat center right 10px/cover;
  z-index: 9;
  width: 44px;
  height: 14px;
  margin-top: -7px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .top .ct03 .btmArea .btnList>li>a::before {
    margin-top: 0;
    bottom: 10px;
    top: auto;
    right: 0;
    background-position: center right 10px;
    width: 22px;
    height: 7px;
  }
}

.top .ct03 .btmArea .btnList>li>a:hover::before {
  right: 10px;
}

.top .ct03 .btmArea .btnList>li>a .tx_01 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-right: 24px;
  /* background: url("/lib/cmn_img/icon03.png") no-repeat center right/13px 13px; */
  display: inline-block;
  width: auto;
  margin-bottom: 16px;
}

.recruit {
  font-size: 2rem;
  color: #fff;
  background-color: #000;
  padding: 6px 26px;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .top .ct03 .btmArea .btnList>li>a .tx_01 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-right: 0;
    background-position: right bottom 6px;
    display: block;
    margin-bottom: 10px;
  }

  .recruit {
    font-size: 2rem;
    padding: 3px 12px;
  }
}

.top .ct03 .btmArea .btnList>li>a .tx_02 {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
}

.itemH {
  height: 100%;
}


@media screen and (max-width: 768px) {
  .top .ct03 .btmArea .btnList>li>a .tx_02 {
    font-size: 1.3rem;
    margin-top: 5px;
    display: block;
  }

  /* .top .ct03 .btmArea .btnList>li>a .pdb_20 {
    padding-bottom: 20px;
  } */

  .recruit {
    font-size: 1.2rem;
  }
}

.top .ct04 {
  margin-top: -70px;
  padding-top: 600px;
  background: url("/lib/cmn_img/ct04_img01.jpg") no-repeat center center/cover;
  position: relative;
  z-index: -1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .ct04 {
    height: auto;
    padding-top: 55%;
    margin-top: -30px;
  }
}

.top .ct04 .img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top .ct04 .img {
    width: 90%;
  }
}

.top .ct05 {
  padding: 120px 0;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .top .ct05 {
    padding: 60px 0;
  }
}

.top .ct05 .inrL .boxL {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top .ct05 .inrL .boxL {
    width: 100%;
    text-align: center;
  }
}

.top .ct05 .inrL .boxL .ctTtl {
  font-size: 7.0rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .top .ct05 .inrL .boxL .ctTtl {
    font-size: 2.8rem;
  }
}

.top .ct05 .inrL .boxL .ctTtl span.light {
  font-weight: 100;
}

.top .ct05 .inrL .boxL .tx {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .top .ct05 .inrL .boxL .tx {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .top .ct05 .inrL .boxL .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}

.top .ct05 .inrL .boxR {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top .ct05 .inrL .boxR {
    width: 100%;
    margin-top: 25px;
  }
}

.top .ct05 .inrL .boxR .btn>a {
  text-align: center;
  padding: 28px 0;
  display: block;
  background: #000;
  color: #fff;
  font-size: 2.0rem;
  border: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .top .ct05 .inrL .boxR .btn>a {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}

.top .ct05 .inrL .boxR .btn>a:hover {
  color: #000;
}

.top .ct05 .inrL .boxR .btn>a:hover span {
  background-image: url("/lib/cmn_img/icon02_bl.png");
}

.top .ct05 .inrL .boxR .btn>a span {
  background: url("/lib/cmn_img/icon02.png") no-repeat center left/18px 13px;
  padding-left: 30px;
}

.top .ct06 {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .top .ct06 {
    margin-top: 100px;
  }
}

.top .ct06 .inrLL {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .top .ct06 .inrLL {
    width: calc(100% - 40px);
  }
}

.top .ct06 .ctTtl {
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .ct06 .ctTtl {
    font-size: 3.0rem;
  }
}

.top .ct06 .ctTtl>p {
  font-weight: bold;
  letter-spacing: -0.01em;
}

.top .ct06 .ctTtl>p span.light {
  font-weight: 200;
}

.top .ct06 .ctTtl::before {
  content: "";
  position: absolute;
  right: -115px;
  bottom: 6px;
  width: 100px;
  height: 2px;
  background: #111;
}

@media screen and (max-width: 768px) {
  .top .ct06 .ctTtl::before {
    right: -75px;
    width: 60px;
  }
}

.top .ct06 .kijiList {
  width: 100%;
  font-size: 0;
}

.top .ct06 .kijiList li.kiji {
  /*display: inline-block;
				vertical-align: top;
				width: 22%;
				margin-right: 4%;
				margin-bottom: 60px;
				opacity: 0;*/
  display: block;
  width: auto;
  margin: 0;
  padding: 0 25px;
  text-align: left;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.top .ct06 .kijiList li.kiji a .thum {
  width: 100%;
  padding-top: 66.666%;
  background: no-repeat center center / cover;
}

.top .ct06 .kijiList li.kiji a .thum::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0f6de8), to(#ae6ec9));
  background: -webkit-linear-gradient(left, #0f6de8, #ae6ec9);
  background: -o-linear-gradient(left, #0f6de8, #ae6ec9);
  background: linear-gradient(to right, #0f6de8, #ae6ec9);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.top .ct06 .kijiList li.kiji a .txBox {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top .ct06 .kijiList li.kiji a .txBox {
    margin-top: 20px;
  }
}

.top .ct06 .kijiList li.kiji a .txBox .cate {
  font-size: 1.4rem;
  color: #fff;
  background: #111;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top .ct06 .kijiList li.kiji a .txBox .cate {
    font-size: 1.2rem;
    padding: 4px;
  }
}

.top .ct06 .kijiList li.kiji a .txBox .ttl {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .top .ct06 .kijiList li.kiji a .txBox .ttl {
    font-size: 1.3rem;
  }
}

.top .ct06 .kijiList li.kiji a .txBox .btn {
  font-size: 1.2rem;
  color: #aaa;
  padding-left: 15px;
  background: url(/lib/cmn_img/arw04.png) no-repeat center left/6px 10px;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (max-width: 768px) {
  .top .ct06 .kijiList li.kiji a .txBox .btn {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.top .ct06 .kijiList li.kiji a {
  display: block;
  position: relative;
}

.top .ct06 .kijiList li.kiji a:hover .thum::after {
  opacity: 0.5;
}

.top .ct06 .kijiList li.kiji a:hover .btn {
  letter-spacing: 0.15em;
}

.top .ct06 .kijiList li.kiji.imgEf_03 .thum {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  /*&::before{
							content: "";
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							width: 100%;
							height: 100%;
							background: #111;
							transition: all 0.45s ease-in 0.15s;
							@media screen and (max-width: $break-m) {
								display: none;
							}
						}*/
}

@media screen and (max-width: 768px) {
  .top .ct06 .kijiList li.kiji.imgEf_03 .thum {
    opacity: 1;
  }
}

.top .ct06 .kijiList li.kiji.show {
  opacity: 1;
}

.top .ct06 .kijiList li.kiji.show .thum::before {
  width: 0;
  right: 0;
  left: auto;
}

.top .ct06 .slick-slide {
  margin: 0;
}

.top .ct06 .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}

.top .ct06 .slick-dots {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top .ct06 .slick-dots {
    margin-top: 0;
  }
}

.top .ct06 .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background: #ccc;
}

.top .ct06 .slick-dots li.slick-active {
  background: #111;
}

.top .ct06 .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
}

.top .ct06 .slick-prev {
  left: -19px;
}

@media screen and (max-width: 768px) {
  .top .ct06 .slick-prev {
    left: -9px;
  }
}

.top .ct06 .slick-next {
  right: -19px;
}

@media screen and (max-width: 768px) {
  .top .ct06 .slick-next {
    right: -9px;
  }
}

.top .ct07 {
  text-align: center;
  margin-top: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .ct07 {
    margin-top: 100px;
  }
}

.top .ct07::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #f3f4f6;
  z-index: -1;
}

.top .ct07 .ctTtl {
  display: inline-block;
  margin: 0 auto 35px;
}

.top .ct07 .ctTtl span {
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 35px;
  background: url(/lib/cmn_img/insta_icon.png) no-repeat center left/24px 25px;
}

@media screen and (max-width: 768px) {
  .top .ct07 .ctTtl span {
    font-size: 2.0rem;
    padding: 5px 0 5px 32px;
  }
}

.top .ct07 img {
  max-width: 100%;
  height: auto;
}

.top .ct07 #gallery {
  width: 100%;
  font-size: 0;
}

.top .ct07 #gallery>li {
  width: 17.6%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .top .ct07 #gallery>li {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 768px) {
  .top .ct07 #gallery>li:nth-child(2n) {
    margin-right: 0;
  }
}

.top .ct07 #gallery>li:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .top .ct07 #gallery>li:nth-child(5) {
    display: none;
  }
}

/*----------------------------------------------------
	☆englishPage
----------------------------------------------------*/
.top.englishPage .ct02 .boxWrap .box.box_02 .imgBox a {
  float: left;
}

@media screen and (max-width: 768px) {
  .top.englishPage .ct02 .boxWrap .box.box_02 .imgBox a {
    float: right;
  }
}

.top.englishPage .ct02 .boxWrap .box .txBox {
  left: 52%;
  right: auto;
}

@media screen and (max-width: 768px) {
  .top.englishPage .ct02 .boxWrap .box .txBox {
    left: auto;
  }
}

.top.englishPage .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn {
  padding-left: 100px;
}

@media screen and (max-width: 768px) {
  .top.englishPage .ct02 .boxWrap .box .txBox .txBoxIn .txBoxInIn {
    padding-left: 25px;
  }
}

.top.englishPage .ct02 .boxWrap .box.box_02 .txBox .sub {
  top: auto;
  bottom: -20px;
  left: auto;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .top.englishPage .ct02 .boxWrap .box.box_02 .txBox .sub {
    top: 0;
    bottom: auto;
  }
}

.top.englishPage .ct02 .boxWrap::before {
  content: none;
}