a{
transition: all 0.5s 0s ease;
}
a:hover{
  opacity:.4;
}
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider {
  max-width: 1800px;
  margin: 0 auto;
  transform: translateY(100%);
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  width: 1200px;
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}

/*******************************************************
新しいテーマ XX DEVELOPMENT用
*******************************************************/
a {
  color: #fff;
}

.s-container {
  width: 1200px;
  margin: 0 auto;
}

.s-first-view {
  position: relative;
  width: 100%;
  height: calc(70vh - 200px);
}

.s-top-logo {
  width: 380px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -55%);
  transform: translate(-50%, -50%);
}

#p-slider .bx-wrapper .bx-next {
  background: url(https://img21.shop-pro.jp/PA01429/900/etc/next-arrow.png?cmsp_timestamp=20201202214904) no-repeat;
  background-size: contain;
}

#p-slider .bx-wrapper .bx-prev {
  background: url(https://img21.shop-pro.jp/PA01429/900/etc/previous-arrow.png?cmsp_timestamp=20201202215952) no-repeat;
  background-size: contain;
}

#p-slider .bx-wrapper .bx-controls-direction .bx-next {
  width: 12px;
  height: 50px;
  margin-top: 0;
  right: 5%;
}

#p-slider .bx-wrapper .bx-controls-direction .bx-prev {
  width: 12px;
  height: 80px;
  margin-top: 0;
  left: 5%;
}

h3,
h3 span {
  font-family: almaq-refined, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#s-info-container {
  width: 1000px;
  margin: 80px auto 135px auto;
}

#s-info-container h3 {
  padding: 0px;
  border-bottom: 1px solid #000;
}

.s-info-txt1 {
  font-size: 21px;
  letter-spacing: 0.08em;
  ;
}

.s-info-box li {
  padding: 12.5px 0;
  border-bottom: 1px dashed #d8d8d8;

}

.s-info-box span {
  font-family: "Hiragino Sans";
  display: block;
  font-size: 9px;
  letter-spacing: 0.09em;
  color: #6a6a6a;
  padding: 0 0 8px 0;
}

.s-info-box a {
  font-family: "Hiragino Sans";
  display: block;
  font-size: 11px;
  letter-spacing: 0.09em;
  color: #333;
}

.s-more {
  font-size: 10px;
  text-align: right;
  margin: 25px 0 0 0;
}

.s-more a {
  color: #000;
}

@media screen and (max-width: 1200px) {
  #p-slider {
    padding: 0 15px;
  }

  #p-slider .bx-wrapper .bx-controls-direction .bx-next {
    width: 8px;
    height: 35px;
    margin-top: -7px;
    right: -11px;
  }

  #p-slider .bx-wrapper .bx-controls-direction .bx-prev {
    width: 8px;
    height: 54px;
    margin-top: -20px;
    left: -13px;
  }

  .s-container {
    width: 100%;
    padding: 0 15px;
  }

  .s-top-logo {
    width: 170px;
  }

  #s-info-container {
    width: 100%;
    padding: 0 15px;
  }
}

/****** pick up*****/
.mat-h3 {
  font-family: almaq-refined, sans-serif;
  font-size: 34px;
  letter-spacing: 0.08em;
  color: #000;
  margin: 150px auto 80px auto;
  text-align: center;
}

.mat-h3::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 12px auto 0 auto;
  text-align: center;
}

.s-mat-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-mat-li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap:10px;
  width: 49%;
  height: 230px;
  margin: 0 0 2% 0;
  padding: 30px;
  background: #F5F5F5;
}

.s-mat-box1 {
  width: 150px;
}

.s-mat-box2 {
  text-align: right;
}

.s-mat-brand {
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0 0 35px 0;
}

.s-mat-name a {
  display:block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin: 0 0 35px 0;
}

.s-mat-detail {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .mat-h3 {
    margin: 80px auto 60px auto;
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  .s-mat-li {
    width: 100%;
    padding: 25px 10px;
    margin: 0 0 15px 0;
  }

  .s-mat-box1 {
    width: 110px;
  }

  .s-mat-brand {
    font-size: 7px;
    letter-spacing: 0.07em;
    margin: 0 0 20px 0;
  }

  .s-mat-name q {
    font-size: 10px;
    letter-spacing: 0.07em;
    margin: 0px 0 45px 0;

  }

  .s-mat-detail {
    font-size: 7px;
    letter-spacing: 0.05em;
  }
}

#chl-container {
  width: 100%;
  height: 700px;
  background: #F5F5F5;
  position: relative;
}
.chl-txt1{
  overflow: hidden;
}

.chl-txt1 a {
  font-family: "Hiragino Sans";
  font-size: 104px;
  letter-spacing: 0.09em;
  color: #fff;
  background-image: url("https://img21.shop-pro.jp/PA01429/900/etc/bg-holo.png?cmsp_timestamp=20201211170554");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3%;
  left: 4%;
}

.chl-logo {
  width: 181px;
  position: absolute;
  right: 19%;
  top: 0;
}

.chl-ig {
  width: 25px;
  position: absolute;
  right: 10%;
  top: 3%;
}

.chl-txt2 a {
  font-family: "Helvetica Neue";
  font-size: 20px;
  letter-spacing: -0.07em;
  position: absolute;
  left: 50%;
  top: 23%;
  background: #fff;
  color: #000;
}

.chl-txt3 {
  font-family: "Hiragino Sans";
  font-size: 24px;
  letter-spacing: -0.09em;
  position: absolute;
  left: 15%;
  top: 25%;
}

.chl-txt4 {
  font-family: "Hiragino Sans";
  font-size: 11px;
  letter-spacing: 0.3em;
  position: absolute;
  top: 39%;
  right: 2%;


}

.chl-txt3 span,
.chl-txt4 span,
.chl-txt6 span {
  background: #fff;
  color: #333;
}

.chl-img1 {
  width: 300px;
  position: absolute;
  left: 45%;
  top: 36%;
  z-index: 11;
}

.chl-img2 {
  width: 415px;
  position: absolute;
  left: 18%;
  top: 50%;
}

.chl-txt5 {
  position: absolute;
  left: 56%;
  top: 61%;
}

.chl-txt5 span {
  font-family: "Hiragino Sans";
  font-size: 19px;
  letter-spacing: 0.09em;
  color: #fff;
  background-image: url("https://img21.shop-pro.jp/PA01429/900/etc/bg-holo.png?cmsp_timestamp=20201211170554");
  background-repeat: no-repeat;
  background-size: cover;
}

.chl-txt6 {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.34em;
  position: absolute;
  left: 0;
  bottom: 3%;
}

.chl-qr {
  width: 150px;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.chl-qr span {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  #chl-container {
    height: 980px;
    overflow:hidden;
  }

  .chl-txt1 {
  margin:-2px 0 0 0;
  }
  .chl-txt1 a {
    font-size: 16vw;
    white-space: nowrap;
    overflow: hidden;
    position: unset;
  }
  .chl-txt2 a{
    font-size:15px;
    top: 20%;
    left: unset;
    right: 0;
  }
  .chl-txt3 {
    top: 10%;
    left: 0;
  }
  .chl-txt4{
    top: 33%;
    right: 6%;
  }
  .chl-txt5{
    left: unset;
    top: 61.5%;
    right: 0;
  }
  .chl-txt6{
    font-size: 18px;
    line-height: 1.5;
    top: 67%;
    bottom: unset;
    left: 0; 
  }
  .chl-img1{
    width: 210px;
    left: unset;
    top: 40%;
    right:0;
  }
  .chl-img2{
    width: 280px;
    top: 47%;
    left: 0;
  }
  .chl-logo {
    width: 140px;
    right: unset;
    top: 26%;
    left: 7%;
  }
  .chl-qr{
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
  .chl-ig{
    top:27%;
  }
}

/************************************************************
トップアニメーション
************************************************************/

.s-hide {
  background: #fff;
  overflow: hidden;
}

.s-hide img {
  transform: translateY(100%);
  display: inline-block;
}


/****2021-10-20追加****/
.free-box{
  max-width:1200px;
  margin:100px auto;
  text-align:center;
} 
@media screen and (max-width: 1200px) {
.free-box{
  padding:0 20px;
  }
}

@media screen and (max-width: 768px) {
.free-box{
  margin:50px 0;
  }
}


