@charset "UTF-8";
/* ==================================================================================== 

    MIXIN

==================================================================================== */
#nav-torigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  outline: none;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 26px;
  right: 26px;
  z-index: 9999;
  width: 45px;
  height: 35px;
}
#nav-torigger span {
  display: block;
  width: 100%;
  height: 6px;
  background: #5C5C5C;
  position: absolute;
  left: 0;
  transition: all .5s ease;
}
#nav-torigger span:nth-of-type(1) {
  top: 0;
}
#nav-torigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
#nav-torigger span:nth-of-type(3) {
  bottom: 0;
}
#nav-torigger.active span {
  background: #fff;
}
#nav-torigger.active span:nth-of-type(1) {
  transform: translate(0, 14.5px) rotate(45deg);
}
#nav-torigger.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-torigger.active span:nth-of-type(3) {
  transform: translate(0, -14.5px) rotate(-45deg);
}

#common-nav {
  display: none;
  opacity: 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 465px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9998;
}
#common-nav ul {
  padding: 150px 26px;
}
#common-nav ul li {
  border-top: 1px solid #fff;
}
#common-nav ul li:last-child {
  border-bottom: 1px solid #fff;
}
#common-nav ul li a {
  padding: 15px 20px;
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

body {
  background: none;
}

.line {
  margin-top: 28px;
  margin-bottom: 28px;
}

.bg_type3 {
  padding-top: 55px;
  background: url(../images/event3rd/bg_type3.png) repeat-y center;
  background-size: 100% auto;
}

.sp-mv {
  margin-left: -10px;
  width: calc(100% + 20px);
}

#wrapper .backtop img {
  width: 84px;
  height: 69px;
}
#wrapper .header {
  padding-top: 68.2857142857%;
  background: url(../images/event3rd/bg.png) no-repeat center top, -moz-linear-gradient(top, #FE9A25 30%, #fff);
  /* Firefox */
  background: url(../images/event3rd/bg.png) no-repeat center top, -webkit-linear-gradient(top, #FE9A25 25%, #fff 50%);
  /* safari Chrome */
  background: url(../images/event3rd/bg.png) no-repeat center top, -ms-linear-gradient(top, #FE9A25 30%, #fff);
  /* IE */
  background-size: contain;
}
#wrapper .header h3 {
  margin-bottom: 1.4285714286% !important;
  padding: 0 !important;
  padding-top: 1.4285714286% !important;
}
#wrapper .header h3 img {
  width: 62.2857142857%;
  max-width: unset;
}
#wrapper .contents .item-block .item {
  background: #808080;
  border-color: transparent;
}
#wrapper .contents .item-block .item a .ttl {
  margin-top: 15px !important;
}
#wrapper .contents .item-block .item.green {
  background: #FE9A25;
}
#wrapper .contents .item-block .item.red {
  background: #D93D4C;
}
#wrapper .contents .item-block .item.white {
  padding: 5px !important;
  background: #F6F6F6;
  border-color: #D5D5D5;
}
#wrapper .contents .item-block .item.column2 {
  margin: 0 !important;
  margin-right: 9.0909090909% !important;
  width: 31.6363636364%;
}
#wrapper .contents .item-block .item.column2:nth-child(2n) {
  margin-right: 0 !important;
}
#wrapper .contents .item-block .item.column2:nth-child(n+3) {
  margin-top: 20px !important;
}
#wrapper .contents .item-block .item.column3 {
  margin: 0 !important;
  margin-right: 2.537037037% !important;
  width: 31.6363636364%;
}
#wrapper .contents .item-block .item.column3:nth-child(3n) {
  margin-right: 0 !important;
}
#wrapper .contents .item-block .item.column3:nth-child(n+4) {
  margin-top: 20px !important;
}
#wrapper .contents .item-block .item.column3:last-child {
  margin-right: 0 !important;
}
#wrapper .contents .item-block .item.column4 {
  margin: 0 !important;
  margin-right: 1.3333333333% !important;
  width: 24%;
}
#wrapper .contents .item-block .item.column4:nth-child(4n) {
  margin-right: 0 !important;
}
#wrapper .contents .item-block .item.column4:nth-child(n+5) {
  margin-top: 15px !important;
}
#wrapper .contents .item-block .item.column4:last-child {
  margin-right: 0 !important;
}
#wrapper .contents .item-block .item.column4 .ttl {
  font-size: 22px !important;
}
#wrapper .contents .item-block .item.column4 .price {
  font-size: 21px !important;
}
#wrapper .contents .item-block .item.column4 .price span {
  font-size: 27px !important;
}
#wrapper .contents .item-block .item.column4 .price span:after {
  font-size: 14px !important;
}
#wrapper .contents .item-block .item .price.no-ttl {
  padding-top: 20px !important;
}
#wrapper .contents .item-block .bottom .cart {
  margin-top: 15px !important;
  background: red;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
  max-width: none;
  border-radius: 8px;
}
#wrapper .contents .item-block .bottom .cart img {
  margin-right: 4px;
}
#wrapper .contents.campaign {
  margin: 0 auto !important;
  padding-bottom: 0 !important;
  top: -1px;
  background: url(../images/event3rd/bg_body.png) repeat center top;
  background-size: 1380px 932px;
}
#wrapper .contents.campaign .ttl {
  margin-top: 0;
}
#wrapper .contents.campaign .bg_type1 {
  padding: 40px 20px 85px;
  background: rgba(234, 135, 0, 0.6);
}
#wrapper .contents.campaign .bg_type1 .inner {
  margin-bottom: 0 !important;
}
#wrapper .contents.campaign .bg_type2 {
  padding: 0 20px 85px;
  background: rgba(217, 61, 76, 0.6);
}
#wrapper .contents.campaign .bg_type2 .inner {
  margin-top: 0 !important;
  padding-top: 30px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#wrapper .contents.campaign .inner {
  padding: 35px 60px !important;
  padding-top: 0 !important;
}
#wrapper .contents.campaign .inner h5 {
  margin: 0 auto;
  top: auto;
  transform: translateY(-50%);
}
#wrapper .contents.campaign .inner p {
  line-height: 1.4;
}
#wrapper .contents.campaign .inner p.catch {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#wrapper .contents.campaign .inner .caution {
  margin-top: 20px;
}
#wrapper .contents.campaign .inner .caution p {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
#wrapper .contents.campaign .inner .images {
  max-width: 100%;
}
#wrapper .contents.campaign .inner .images.image1 {
  margin-bottom: 20px;
  width: 1084px;
}
#wrapper .contents .inner {
  max-width: 1230px;
}
#wrapper .contents .inner p {
  line-height: 1.4;
}
#wrapper .contents .inner p.catch2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#wrapper .contents .inner .title-wrapper-type h4 {
  margin: -20px 0 10px !important;
  font-size: calc( 20px + (34 - 20) * (100vw - 768px) / (1500 - 768) )!important;
  line-height: 1.4;
}
@media screen and (min-width: 1501px) {
  #wrapper .contents .inner .title-wrapper-type h4 {
    font-size: 34px!important;
  }
}
#wrapper .contents .inner .title-wrapper-type h4:first-child {
  margin-bottom: 10px !important;
}
#wrapper .contents .inner h4 {
  color: #656565;
}
#wrapper .contents .inner h4:first-child {
  margin-bottom: 25px !important;
}
#wrapper .contents .inner h4 .taibani1 {
  color: #FE9A25;
}
#wrapper .contents .inner h4 .taibani2 {
  color: #D93D4C;
}
#wrapper .contents .inner h4.in_label .label {
  margin-right: 35px;
  vertical-align: middle;
}
#wrapper .contents .inner.itemDetail {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#wrapper .contents .inner.itemDetail .detailArea {
  margin: 0 auto;
  padding: 40px 60px !important;
  top: auto;
  border-color: rgba(214, 214, 214, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 30px 30px;
  border-top: none;
}
#wrapper .contents .menu {
  margin-bottom: 0;
  background: #3E3E3E;
  border: none;
}
#wrapper .contents .menu ul li a {
  border: none;
  background: #FE9A25;
}

.wrap-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 5px;
  justify-content: space-between;
  width: calc(100% - 10px);
}
.wrap-inner .catch2 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #656565;
}

.header_fade02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header_fade02.on {
  animation: none;
}
.header_fade02 .text1 {
  margin-bottom: 3%;
}
.header_fade02 .text1 img {
  width: 62.5714285714%;
}
.header_fade02 .day {
  padding: 14px 25px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  margin-top: 9.0714285714%;
  width: 46.2857142857%;
  background: #FE9A25;
  font-size: 1.65vw;
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}

.headerImg {
  z-index: 0;
  position: absolute;
  bottom: 9%;
  left: 0.7142857143%;
  width: calc(100% - 20px);
}
.headerImg .kvbase {
  opacity: 0.1;
}
.headerImg .header_fade:nth-child(1) {
  width: 24.6439628483%;
}
.headerImg .header_fade:nth-child(2) {
  width: 32.3839009288%;
  left: 25.2631578947%;
}
.headerImg .header_fade:nth-child(3) {
  width: 20.319195%;
  left: 58.26625387%;
}
.headerImg .header_fade:nth-child(4) {
  width: 20.828793%;
  right: 0;
  left: auto;
}

.thumbnail-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.thumbnail-wrapper img {
  max-width: 100%;
}
.thumbnail-wrapper .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thumbnail-wrapper .slick-arrow.thumb-prev {
  left: -30px;
}
.thumbnail-wrapper .slick-arrow.thumb-next {
  right: -30px;
}

.image-thumanail {
  margin-bottom: 20px;
}
.image-thumanail img {
  width: 100%;
}

.image-thumbnail-list {
  margin-bottom: 40px;
  margin-left: -5px;
  width: calc(100% + 10px);
}
.image-thumbnail-list .slick-slide {
  padding: 0 5px;
  cursor: pointer;
}
.image-thumbnail-list .slick-slide:hover img {
  opacity: 0.7;
}

.thumbTarget {
  transition: all .2s ease;
  border: 0px solid #D93D4C;
}
.thumbTarget.active {
  border: 5px solid #D93D4C;
}

.in-cart-wrap {
  margin: 0 auto;
  padding: 20px;
  width: 930px;
  max-width: 100%;
  background: #DA2674;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.in-cart-wrap .price {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.in-cart-wrap .price span {
  font-size: 20px;
}
.in-cart-wrap .item-select {
  margin: 0 30px;
}
.in-cart-wrap .item-select select {
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  outline: none;
}
.in-cart-wrap .btn {
  padding: 10px;
  border-radius: 20px;
  width: 235px;
  max-width: 100%;
  background: #505050;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
}

.title-wrapper-type {
  min-height: 216px;
  position: relative;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.title-wrapper-type:after {
  content: '';
  width: 100%;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.title-wrapper-type.l1 {
  padding: 0;
}
.title-wrapper-type.type1 {
  background: #EE8C3E;
}
.title-wrapper-type.type1:after {
  background: #303445;
}
.title-wrapper-type.type2 {
  background: #DE4B55;
}
.title-wrapper-type.type2:after {
  background: #303445;
}
.title-wrapper-type.type3 {
  background: #41464C;
}
.title-wrapper-type.type3:after {
  background: #D6C57D;
}
.title-wrapper-type.type4 {
  background: #151515;
  border-bottom: 1px solid #AAA8A8;
}
.title-wrapper-type.type4:after {
  background: #FFFFFF;
}
.title-wrapper-type.flex {
  display: flex;
  justify-content: center;
}
.title-wrapper-type__title {
  flex: 1 1 auto;
  text-align: center;
  order: 1;
  align-self: center;
}
.title-wrapper-type__title.item6 {
  flex: 1 1 auto;
  text-align: center;
  order: 1;
  align-self: center;
  margin-right: 294px;
}
.title-wrapper-type__image--left {
  position: relative;
  flex-shrink: 0;
  flex-grow:0; 
  order: 0;
}
.title-wrapper-type__image--left.item1 {
  flex-basis: 250px
}
.title-wrapper-type__image--left.item2 {
  flex-basis: 256px
}
.title-wrapper-type__image--left.item3 {
  flex-basis: 230px
}
.title-wrapper-type__image--left.item4 {
  flex-basis: 231px
}
.title-wrapper-type__image--left.item5 {
  flex-basis: 294px
}
.title-wrapper-type__image--left.item6 {
  flex-basis: 294px
}
.title-wrapper-type__image--right {
  position: relative;
  flex-shrink: 0;
  flex-grow:0;
  order: 2;
}
.title-wrapper-type__image--right.item1 {
  flex-basis: 250px
}
.title-wrapper-type__image--right.item2 {
  flex-basis: 256px
}
.title-wrapper-type__image--right.item3 {
  flex-basis: 230px
}
.title-wrapper-type__image--right.item4 {
  flex-basis: 231px
}
.title-wrapper-type__image--right.item5 {
  flex-basis: 294px
}

.title-wrapper-type h4, .title-wrapper-type p {
  z-index: 2;
}
.title-wrapper-type h4 {
  margin: -20px 0 10px !important;
  color: #fff !important;
  font-size: 34px !important;
}
.title-wrapper-type p {
  color: #fff !important;
  font-size: calc( 12px + ( 16 - 12 ) * ( 100vw - 768px ) / ( 1500 - 768 ) )!important;
}
@media screen and (min-width: 1501px) {
  .title-wrapper-type p {
    font-size: 16px!important;
  }
}
.title-wrapper-type img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
.title-wrapper-type img.item-left {
  left: 0;
}
.title-wrapper-type img.item-right {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .headerImg {
    padding-top: 124.625%;
  }
  .headerImg .header_fade:nth-child(1) {
    width: 100%;
  }

  #nav-torigger {
    top: 15px;
    right: 15px;
  }

  #common-nav {
    height: 100vh;
  }

  #wrapper .header {
    padding-top: 0;
    background: url(../images/event3rd/bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  #wrapper .header h3 {
    margin-bottom: 4% !important;
    padding-top: 50px !important;
  }
  #wrapper .header h3 img {
    width: 89.125%;
  }
  #wrapper .contents.campaign .bg_type1 {
    padding: 30px 0;
  }
  #wrapper .contents.campaign .bg_type2 {
    padding: 0 0 50px;
  }
  #wrapper .contents.campaign .inner {
    padding: 30px 10px !important;
  }
  #wrapper .contents.campaign .inner p.catch {
    font-size: 18px;
  }
  #wrapper .contents .inner p.catch2 {
    font-size: 15px;
  }
  #wrapper .contents .inner.itemDetail {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #wrapper .contents .inner.itemDetail .detailArea {
    padding: 10px !important;
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  #wrapper .contents .inner .title-wrapper-type {
    padding: 4% 4% 5% !important;
    padding-left: 29.5364238411% !important;
    border-radius: 8px;
  }
  #wrapper .contents .inner .title-wrapper-type.l1 {
    padding: 5% 4% 6% !important;
    padding-left: 29.5364238411% !important;
  }
  #wrapper .contents .inner .title-wrapper-type:after {
    height: 10px;
  }
  #wrapper .contents .inner .title-wrapper-type h4 {
    font-size: 4vw !important;
    text-align: left !important;
  }
  #wrapper .contents .inner .title-wrapper-type h4:first-child {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #wrapper .contents .inner .title-wrapper-type p {
    font-size: 2vw !important;
    text-align: left !important;
  }
  #wrapper .contents .inner .title-wrapper-type.flex {
    display: block;
    justify-content: center;
    min-height: auto;
  }
  #wrapper .contents .inner .title-wrapper-type__image--sp {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    z-index: 1;
    left: 0;
  }
  #wrapper .contents .inner .title-wrapper-type img {
    left: 0;
  }
  #wrapper .contents .item-block .item a .ttl {
    color: #656565 !important;
  }
  #wrapper .contents .item-block .item .price {
    color: #656565 !important;
  }
  #wrapper .contents .item-block .item .cart img {
    margin-right: 10px;
    width: 15px;
  }
  #wrapper .contents .item-block .item.big {
    width: calc(50% - 2px);
  }
  #wrapper .contents .item-block .item.big .ttl {
    font-size: 14px !important;
  }
  #wrapper .contents .item-block .item.big .price {
    font-size: 12px !important;
  }
  #wrapper .contents .item-block .item.big .price span {
    font-size: 15px !important;
  }
  #wrapper .contents .item-block .item.big .price span:after {
    font-size: 10px !important;
  }
  #wrapper .contents .item-block .item.big .bottom .cart span {
    font-size: 13px !important;
  }
  #wrapper .contents .item-block .item.column2, #wrapper .contents .item-block .item.column3, #wrapper .contents .item-block .item.column4 {
    margin-right: 2% !important;
    width: 49% !important;
  }
  #wrapper .contents .item-block .item.column2:nth-child(3n), #wrapper .contents .item-block .item.column2:nth-child(4n), #wrapper .contents .item-block .item.column3:nth-child(3n), #wrapper .contents .item-block .item.column3:nth-child(4n), #wrapper .contents .item-block .item.column4:nth-child(3n), #wrapper .contents .item-block .item.column4:nth-child(4n) {
    margin-right: 2% !important;
  }
  #wrapper .contents .item-block .item.column2:nth-child(2n), #wrapper .contents .item-block .item.column3:nth-child(2n), #wrapper .contents .item-block .item.column4:nth-child(2n) {
    margin-right: 0 !important;
  }
  #wrapper .contents .item-block .item.column2 .ttl, #wrapper .contents .item-block .item.column3 .ttl, #wrapper .contents .item-block .item.column4 .ttl {
    font-size: 4vw !important;
  }
  #wrapper .contents .item-block .item.column2 .price, #wrapper .contents .item-block .item.column3 .price, #wrapper .contents .item-block .item.column4 .price {
    font-size: 3vw !important;
  }
  #wrapper .contents .item-block .item.column2 .price span, #wrapper .contents .item-block .item.column3 .price span, #wrapper .contents .item-block .item.column4 .price span {
    font-size: 4.5vw !important;
  }
  #wrapper .contents .item-block .item.column2 .price span:after, #wrapper .contents .item-block .item.column3 .price span:after, #wrapper .contents .item-block .item.column4 .price span:after {
    font-size: 2.6vw !important;
  }
  #wrapper .contents .item-block .item.column2:nth-child(n+3), #wrapper .contents .item-block .item.column2:nth-child(n+4), #wrapper .contents .item-block .item.column2:nth-child(n+5), #wrapper .contents .item-block .item.column3:nth-child(n+3), #wrapper .contents .item-block .item.column3:nth-child(n+4), #wrapper .contents .item-block .item.column3:nth-child(n+5), #wrapper .contents .item-block .item.column4:nth-child(n+3), #wrapper .contents .item-block .item.column4:nth-child(n+4), #wrapper .contents .item-block .item.column4:nth-child(n+5) {
    margin-top: 2% !important;
  }
  #wrapper .contents .item-block .bottom .cart {
    width: 100% !important;
  }

  .thumbnail-wrapper .slick-arrow.thumb-prev {
    left: 0px;
    z-index: 1;
  }

  .thumbnail-wrapper .slick-arrow.thumb-next {
    right: 0px;
    z-index: 1;
  }

  .wrap-inner .catch2 {
    font-size: 3vw;
  }

  .header_fade02 {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    position: relative;
  }
  .header_fade02 .day {
    margin-top: 4%;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .in-cart-wrap {
    padding: 20px 10px !important;
    display: block;
  }
  .in-cart-wrap .item-select {
    margin: 15px 0 !important;
  }

  .wrap-inner .catch2 {
    margin-top: 10px !important;
    padding: 0 20px !important;
    line-height: 1.4;
  }

  .header_fade02 .text1 img {
    width: 100%;
  }

  .header_fade02 .text2 img {
    width: 67%;
  }

  .header_fade02 .day {
    margin-top: 0;
    font-size: 4.3vw;
  }

  #wrapper .contents.campaign .inner .caution p {
    font-size: 12px;
  }

  .in-cart-wrap .btn {
    padding: 0 10px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }

  .in-cart-wrap .price {
    font-size: 12px;
  }
  .in-cart-wrap .price span {
    font-size: 15px;
  }

  #wrapper .contents .inner h4:first-child {
    margin: 10px auto 5px !important;
  }

  .header_fade02 .text1 {
    margin-bottom: 0;
  }
}
.tp-Guide {
  position: relative;
  width: 100%;
}

.tp-Guide_Container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 900px) {
  .tp-Guide_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-Guide_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tp-Guide_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-Guide_Container {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_Container {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
.tp-Guide_Head {
  background-image: url("../img/top/bg-title-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .tp-Guide_Head {
    width: 640px;
    height: 190px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_Head {
    width: 327px;
    height: 97px;
    margin-bottom: 24px;
  }
}
.tp-Guide_HeadTitle {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .tp-Guide_HeadTitle {
    font-family: "Zen Antique Soft", serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_HeadTitle {
    font-family: "Zen Antique Soft", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
.tp-Guide_List {
  border-right: solid 4px #4d4d4d;
  border-left: solid 4px #4d4d4d;
  border-bottom: solid 4px #4d4d4d;
}

.tp-Guide_ListHead {
  position: relative;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #4d4d4d;
  cursor: pointer;
}

.tp-Guide_ListHead:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2C21.9a2.1%2C2.1%2C0%2C0%2C1-1.1-.4l-8.4-8a.8.8%2C0%2C0%2C1-.4-.4%2C1.3%2C1.3%2C0%2C0%2C1-.1-.6%2C1.3%2C1.3%2C0%2C0%2C1%2C.1-.6l.3-.5A2.1%2C2.1%2C0%2C0%2C1%2C7.5%2C11a2.1%2C2.1%2C0%2C0%2C1%2C1.1.4l7.4%2C7%2C7.4-7a2.1%2C2.1%2C0%2C0%2C1%2C1.1-.4h.6l.5.4a1.5%2C1.5%2C0%2C0%2C1%2C.4%2C1.1%2C4.3%2C4.3%2C0%2C0%2C1-.1.5%2C1%2C1%2C0%2C0%2C1-.4.5L17%2C21.5A1.8%2C1.8%2C0%2C0%2C1%2C16%2C21.9Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

_:-ms-fullscreen, :root .tp-Guide_ListHead:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE2LDIxLjlhMi4xLDIuMSwwLDAsMS0xLjEtLjRsLTguNC04YS44LjgsMCwwLDEtLjQtLjQsMS4zLDEuMywwLDAsMS0uMS0uNiwxLjMsMS4zLDAsMCwxLC4xLS42bC4zLS41QTIuMSwyLjEsMCwwLDEsNy41LDExYTIuMSwyLjEsMCwwLDEsMS4xLjRsNy40LDcsNy40LTdhMi4xLDIuMSwwLDAsMSwxLjEtLjRoLjZsLjUuNGExLjUsMS41LDAsMCwxLC40LDEuMSw0LjMsNC4zLDAsMCwxLS4xLjUsMSwxLDAsMCwxLS40LjVMMTcsMjEuNUExLjgsMS44LDAsMCwxLDE2LDIxLjlaIiAvPjwvc3ZnPg==");
}

.tp-Guide_ListHead.is-Active:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tp-Guide_ListContainer {
  padding: 16px 16px 24px;
  background-color: #fff;
}

.tp-Guide_Content {
  list-style: none;
}

.tp-Guide_ContentItem:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-Guide_ContentTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #141511;
}

.tp-Guide_ContentTitle:not(:last-child) {
  margin-bottom: 4px;
}

.tp-Guide_ContentText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #141511;
}

.tp-Guide_ContentAnchor {
  color: #141511 !important;
  text-decoration: underline !important;
}

.tp-Guide_ContentAnchor:hover {
  color: #4d4d4d !important;
}

.tp-Guide_ContentAttention {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #d81d04;
}

.tp-Guide_ContentAttention::before {
  content: "※";
}

.header_fade, .header_fade02 {
  opacity: 1;
}

.fadeInImages {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease;
}
.fadeInImages.on {
  opacity: 1;
}
.fadeInImages.no1 {
  transition-delay: .2s;
}
.fadeInImages.no2 {
  transition-delay: .35s;
}
.fadeInImages.no3 {
  transition-delay: .5s;
}
.fadeInImages.no4 {
  transition-delay: .65s;
}
.fadeInImages.no5 {
  transition-delay: .8s;
}

/*# sourceMappingURL=style.css.map */
