/*
.holiday{
  background: #000 url('../images/joyofcamp/bg.jpg') center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
*/

.bg-mask {
  position: relative;
  background: #000;
}

.bg-mask-bokeh {
  background: url('../images/joyofcamp/bg.jpg') center top 600px repeat;
  -webkit-background-size: 1240px auto;
  background-size: 1240px auto;
  background-attachment: fixed;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 470px);
  width: 100%;
}

.pr-bg {
  opacity: 0;
  transition: opacity .2s;
}

.bg-mask-inner {
  position: relative;
  z-index: 1;
}


/*media query*/

@media screen and (max-width: 768px) {
  .bg-mask-bokeh {
    background: url('../images/joyofcamp/bg.jpg') center top 400px repeat;
    -webkit-background-size: 800px auto;
    background-size: 800px auto;
    background-attachment: fixed;
    height: calc(100% - 270px);
  }
}

.fv {
  padding: 120px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fv-ttl {
  border: none;
  max-width: 697px;
  margin: 0 auto;
}

.fv-ttl img {
  width: 100%;
}

.gift .fv-ttl {
  max-width: 457px;
}

.fv-txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
  margin: 30px auto 0;
  max-width: 640px;
}

.fv-full-img {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}

.fv-full-vid {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
  padding-top: 36%;
}

.yt-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-ttl + .fv-full-img {
  margin-top: 40px;
}

.holiday-content {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.women_index .holiday-content a {
  text-decoration: none;
}

.thum-li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 955px;
  box-sizing: border-box;
}

.thum-li > li {
  width: calc(50% - 1px);
}

.thum-li > li:nth-of-type(n+3) {
  margin-top: 2px;
}

.thum-li img {
  display: block;
  width: 100%;
}

.thum-li a {
  display: block;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.thum-li a:hover {
  opacity: .7;
}

a.disabled {
  pointer-events: none;
}

.share {
  margin-top: 40px;
}

.share-ttl {
  max-width: 69px;
  margin: 0 auto;
}

.share-ttl img {
  width: 100%;
}

.sns-li {
  margin-top: 18px;
  text-align: center;
  letter-spacing: -1rem;
}

.sns-li > li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  width: 50px;
  margin: 0 8px;
}

.sns-li > li a {
  display: block;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.sns-li > li a:hover {
  opacity: .7;
}

.sns-li > li img {
  width: 100%;
}


/*=======================
media query
=======================*/

@media screen and (max-width: 1000px) {
  .fv-full-vid {
    padding-top: 60%;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }

  /*
  .holiday{
    background:  url('../images/joyofcamp/bg.jpg') center bottom no-repeat, url('../images/joyofcamp/bg.jpg') center center no-repeat;
    background-color: #000;
    -webkit-background-size: 1200px auto;
    background-size: 800px auto;
  }
*/
  .fv {
    padding: 38px 20px 20px;
  }

  .fv-txt {
    font-size: 12px;
    text-align: left;
    margin: 50px auto 0;
  }

  .holiday-content {
    padding: 25px 10px 30px;
  }

  .thum-li {
    /*    justify-content: center;*/
    text-align: center;
  }

  .thum-li > li:nth-of-type(odd) {}

  .thum-li > li:nth-of-type(even) {}

  .share-ttl {
    max-width: 64px;
  }

  .sns-li > li {
    margin-left: 12px;
  }
}


/*==============================================
                  gift
==============================================*/

.lead-content {
  margin-top: 47px;
  max-width: 950px;
  margin: 0 auto;
}

.lead-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.lead-txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
}

.page-link-li {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 60px;
}

.page-link-li + .page-link-li {
  margin-top: 20px;
}

.page-link-li a {
  color: #fff;
  font-family: 'brown-bold';
  text-decoration: none;
}

.page-link-li > li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.page-link-li li + li:before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 23px;
  width: 1px;
}

.gift-content {
  margin-top: 40px;
}

.gift-col {
  background: #7b315c;
  color: #fff;
}

.gift-col + .gift-col {
  border-top: 1px solid #b0839d;
}

.gift-col-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.gift-col-inner.reverse{
  flex-direction: row-reverse;
}

.gift-col-ttl {
  color: #fff;
  font-family: 'brown-bold';
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1.9;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.gift-col-img {
  width: 472px;
}

.gift-col-img img {
  width: 100%;
}

.gift-col-dtl {
  width: 390px;
}

.gift-col-p {
  font-size: 13px;
  line-height: 1.9;
}

.gift-col-items {
  margin-top: 20px;
}

.gift-col-items a {
  color: #fff;
  line-height: 1.9;
  font-size: 11px;
  text-decoration: none;
}

.gift-col-items a:hover {
  text-decoration: underline;
}

.gift-btn-wrap {
  margin-top: 28px;
}

a.gift-btn {
  background: #fff;
  color: #7b315c;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: 'brown-bold';
  position: relative;
  width: 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}

a.gift-btn:hover {
  text-decoration: none;
  opacity: .7;
}

.gift-btn::before {
  background: url('../images/gift/btn_arrow_right.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
}

.back-wrap {
  margin-top: 60px;
}

.btn-back {
  background: #fff;
  color: #000;
  display: block;
  font-family: 'brown-bold';
  font-size: 14px;
  line-height: 55px;
  letter-spacing: .2em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  width: 250px;
  margin: 0 auto;
}

.btn-back:hover {
  text-decoration: none;
  opacity: .7;
}

.btn-back .btn-icon {
  margin-right: 5px;
}

.btn-back .btn-icon img {
  vertical-align: inherit;
}

.holiday-link {
  letter-spacing: -1rem;
  display: table;
  left: -1px;
  margin-top: 32px;
}

.holiday-link a {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  margin: 0 1px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  width: calc(25% - 2px);
}

.holiday-link a img {
  width: 100%;
}

.holiday-link a:hover {
  opacity: .7;
}

.holiday-link a.disabled {
  pointer-events: none;
  position: relative;
}

.holiday-link a.disabled::before {
  opacity: .5;
  content: "";
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/*media query*/

@media screen and (max-width: 1000px) {
  .gift-col-inner {
    display: block;
  }

  .gift-col-ttl {
    text-align: center;
  }

  .gift-col-img {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
  }

  .gift-col-dtl {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .gift-btn-wrap {
    max-width: 582px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .lead-content {
    padding: 0 20px;
  }

  .page-link-li {
    font-size: 1.2rem;
  }

  .page-link-li + .page-link-li {
    margin-top: 10px;
  }

  .page-link-li > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }

  .gift-content {
    margin-top: 0;
  }

  .gift-col-ttl {
    font-size: 22px;
    margin-top: 24px;
  }

  .gift-col-dtl {
    margin-top: 30px;
  }

  .gift-col-p {
    line-height: 1.8;
  }

  .gift-col-items a {
    line-height: 1.8;
  }

  .gift-btn-wrap {
    max-width: 291px;
  }

  a.gift-btn {
    line-height: 33px;
    font-size: 12px;
  }

  .holiday-link a {
    margin: 1px 1px;
    width: calc(50% - 2px);
  }
}


/*==============================================
                  events
==============================================*/

.gift-col {
  background:
}

.events-col-ttl {
  color: #fff;
  font-family: 'brown-bold';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.events-col-ttl .events-ttl {
  color: #fff;
  font-family: 'brown-bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.events-date {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 15px;
}

.events-date a {
  color: inherit;
}

.events-col-img {
  width: 243px;
}

.events-col-img img {
  width: 100%;
}

.events-col-dtl {
  width: 620px;
}

.events-col {
  background: #554477;
}

.events-col-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}



.events-col + .events-col {
  border-top: 1px solid #998fab;
}


/*media query*/

@media screen and (max-width: 1000px) {
  .events-col-ttl {
    text-align: left;
    margin-top: 0;
  }

  .events-col-dtl {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    -ms-word-break: break-all;
    word-break: break-all;
  }
}

@media screen and (max-width: 768px) {
  .gift-col-ttl {
    font-size: 22px;
    margin-top: 24px;
  }
  .events-col-img{
    width: 120px;
  }
  .events-date {
    font-size: 13px;
  }

  .events-col-inner {
    padding: 20px;
  }
}


/*==============================================
                  charity
==============================================*/

.charity-col-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}

.charity-col {
  background: #728d20;
  color: #fff;
}

.charity-col-img {
  width: 435px;
}

.charity-col-img img {
  width: 100%;
}

.charity-col-dtl {
  width: 425px;
  font-size: 13px;
}

.charity-date {
  font-size: 13px;
}

.charity-attention {
  margin-top: 20px;
  line-height: 1.5rem;
}

.charity-sales-day {
  margin-top: 20px;
}

.charity-content {
  text-align: center;
  line-height: 2.0rem;
  margin-top: 25px;
}

.charity-date a {
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
}

.charity-date {
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .charity-col-inner {
    display: block;
  }

  .charity-col-dtl {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }

  .charity-ttl {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 200px;
  }

  .charity-col-img {
    width: 100%;
  }
}


/*==============================================
                  XO
==============================================*/

.xo_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/joyofcamp/icn_xo.png) no-repeat center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  vertical-align: text-bottom;
  margin: 0 5px;
}


/*==============================================
                  windwo/mannequins
==============================================*/

.tab-group {
  text-align: center;
}

.tab-group .tab {
  padding: 5px;
  display: inline-block;
  background: #254f53;
  color: #FFF;
  font-family: 'brown-bold';
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 45px;
  cursor: pointer;
  width: 45%;
  height: 40px;
}

.tab.is-active {
  transition: all 0.2s ease-out;
  background: #3d838b;
}

.tab-2 .mannequins-col {
  background-color: #3d838b;
}

.window .gifts {
  display: none;
}

.gifts.is-show {
  display: block;
}

.window-col {
  background: #3d838b;
}

.window-img {
  display: block;
  margin: 30px 0 40px 0;
  padding: 0;
}

.window-col-dtl {
  width: 430px;
}

.window-col-ttl {
  color: #fff;
  font-family: 'brown-bold';
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .2em;
  /* margin-bottom: 20px; */
}

.window-col-dtl-sub {
  width: 650px;
  margin-left: 30px;
}

.window-col-img {
  width: 430px;
}

.window-col-img img {
  width: 100%;
}

.window-col-img02 {
  width: 130px;
}

.window-col-img02 img {
  width: 100%;
}

.window-col-img03 {
  width: 445px;
}

.window-col-img03 img {
  width: 100%;
}

.window-col-p {
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
  line-height: 1.8;
  padding-bottom: 25px;
}

.window-col-text {
  padding: 5px 30px 20px;
}

.title {
  font-family: brown-bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.type {
  font-family: brown-bold;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.name {
  font-family: brown-bold;
  font-size: 21px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.window-col .window-col-inner {
  border: 1px solid #8bb5b9;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px 40px 30px;
}

.window-col.window-pro {
  padding-bottom: 30px;
}

.window-col.window-col-inner:first-of-type {
  margin-bottom: -1px;
}

.mannequins-col + .mannequins-col {
  border-top: 1px solid #8bb5b9;
}

.mannequins-col:last-of-type {
  border-bottom: 1px solid #8bb5b9;
}

.mannequins-pro {
  display: inline-block;
  margin-left: 15px;
}

.mannequins-name {
  font-size: 14px;
}

.mannequins-sub {
  font-size: 11px;
}

.window-img-footer {
  display: block;
  margin: auto;
  padding: 60px 30px 50px;
}

/* 動画 */
.windwo-full-vid {
  padding-top: 60px;
  padding-bottom: 80px;
}

.fv-full-vid.fv-full-vid-footer {
  margin-top: 0;
  padding-top: 47.5%;
}

/* 画像スライダー */
.slide-fade {
  max-width: 430px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.slide-header {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .window-col-dtl-sub {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    width: 100%;
  }

  .window-col-dtl {
    margin-left: auto;
    margin-left: auto;
    width: 100%;
  }

  .window-col-dtl + .window-col-img {
    margin-top: 20px;
  }
  .window-col-img + .window-col-dtl {
    margin-top: 20px;
  }

  .window-col-dtl-sub .window-col-ttl {
    text-align: center;
  }

  .window-col-img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 650px;
  }

  .window-col-img02 {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .window-col-img03 {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    margin-bottom: 15px;
  }
  .mannequins-pro{
    vertical-align: middle;
    margin-top: 15px;
    width: calc(70% - 20px);
  }
  .tab-ctt .window-col-dtl img{
    vertical-align: middle;
    width: 30%;
    margin-top: 15px;
  }
  .window-col-p {
    padding: 0;
  }

  .title {
    margin-top: 5px;
  }

  .slide-fade {
    margin: auto;
  }
  .mannequins-col .slick-dotted.slick-slider{
    margin-bottom: 50px;
  }
}

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

  /* .window-col-dtl {
      margin-top: 30px;
  } */
  .window-col-dtl-sub {
    padding-left: 0;
  }

  .window-col .window-col-inner {
    padding: 20px;
  }

  .window-col-sp {
/*
    padding-top: 15px;
    padding-bottom: 0;
*/
    padding: 15px 30px;
  }

  .window-p-sp {
    padding-top: 0;
  }

  .window-col-ttl {
    margin-top: 5px;
  }

  .window-img-footer {
    padding: 20px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .windwo-full-vid {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fv-full-vid.fv-full-vid-footer {
    padding-top: 56%;
  }

}
