html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  color: #000000;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.lp_style img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.txtblock {
  display: inline-block;
}

.sp_only {
  display: none !important;
}

dt,
dd {
  line-height: 1;
}

dl,
dt,
dd {
  margin: 0;
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:1200px) and (min-width:641px),
print {
  #header_pagetitle.pc_only {
    display: none !important;
  }
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width:768px) and (min-width:641px),print {
  img {
    width: 100%;
    height: auto;
  }
}

.content {
  display: block;
}

.container {
  padding:  0 10px;
}

@media screen and (min-width:641px),print {
  .container {
    padding:  0 20px;
  }
}

/********************************  
- Mainvisual
*********************************/
#Introduction {
  padding: 40px 0 60px;
}

@media screen and (min-width:641px),print {
  #Introduction {
    padding: 80px 0 120px;
  }
}

#Introduction ._description  {
  margin-bottom: 35px;
}

@media screen and (min-width:641px),print {
  #Introduction ._description  {
    margin-bottom: 70px;
  }
}

#Introduction ._description ._paragraph {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
}

.movie iframe{
  width: 100%;
  height: auto;
  min-height: 210px;
  margin: 0 auto;
}

@media screen and (min-width:641px),print {
  .movie iframe{
    min-height: 420px;
    height: 100%;
  }
}


/********************************  
- content
*********************************/
.content {
  margin: 0 auto;
}

.content:nth-of-type(n+2) {
  margin-top: 40px;
}

@media screen and (min-width:641px),print {
  .content:nth-of-type(n+2) {
    margin-top: 80px;
  }
}

.content .Mainproduct {
  border: 1px solid #000000;
  padding: 10px 10px 40px;
}

@media screen and (min-width:641px),print {
  .content .Mainproduct {
    padding: 20px 20px 80px;
  }
}

.content .Mainproduct ._box {
  width: 100%;
  margin: 0 auto;
}

.content .Mainproduct ._thumbnail {
  margin: 0 auto 10px;
}

@media screen and (min-width:641px),print {
  .content .Mainproduct ._thumbnail {
    margin: 0 auto 20px;
  }
}

.content .Mainproduct ._name {
  margin: 0 auto ;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (min-width:641px),print {
  .content .Mainproduct ._name {
    margin: 0 auto ;
    font-size: 30px;
  }
}

.content .column02 {
  display: block;
}

.content .column02 .Subproduct {
  margin-top: -1px;
  padding: 0 0 40px;
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
}

@media screen and (min-width:641px),print {
  .content .column02 .Subproduct {
    padding: 0 0 80px;
  }
}

.content .column02 .Subproduct ._thumbnail {
  margin: 0 auto 10px;
}

@media screen and (min-width:641px),print {
  .content .column02 .Subproduct ._thumbnail {
    margin: 0 auto 20px;
  }
}

.content .column02 .Subproduct ._name {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (min-width:641px),print {
  .content .column02 .Subproduct ._name {
    margin: 0 0 30px;
    font-size: 30px;
  }
}

.content .column02 .Subproduct ._size {
  margin: 0 0 7.5px;
  font-size:14px;
  letter-spacing: .05em;
}

@media screen and (min-width:641px),print {
  .content .column02 .Subproduct ._size {
    margin: 0 0 15px;
    font-size:28px;
  }
}

.content .column02 .Subproduct ._price {
  font-size: 14px;
  letter-spacing: .05em;
}

@media screen and (min-width:641px),print {
  .content .column02 .Subproduct ._price {
    font-size: 28px;
  }
}


.column01 .product {
  margin-top: -1px;
  border: 1px solid #000;
  padding: 0 0 40px;
}

@media screen and (min-width:641px),print {
  .column01 .product {
    padding: 0 0 80px;
  }
}

.column01 .product ._box{
  display: block;
}

.column01 .product ._box ._left ,
.column01 .product ._box ._right {
  width: 100%;
}

.column01 .product ._box ._right {
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
}

@media screen and (min-width:641px),print {
  .column01 .product ._box ._right {
    padding: 0 20px;
  }
}

.column01 .product ._thumbnail {
  margin: 0 auto 10px;
}

@media screen and (min-width:641px),print {
  .column01 .product ._thumbnail {
    margin: 0 auto 20px;
  }
}

.column01 .product ._name {
  margin: 0 auto 28px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (min-width:641px),print {
  .column01 .product ._name {
    margin: 0 auto 56px;
    font-size: 30px;
  }
}

._cta {
  width: 36162.5px;
  height: 100px;
  border: 1px solid #000000;
  margin: 0 auto;
}

@media screen and (min-width:641px),print {
  ._cta {
    width: 360px;
    height: 150px;
    border: 1px solid #000000;
    margin: 0 auto;
  }
}

._cta:nth-of-type(n+2) {
  margin-left: 10px;
}

@media screen and (min-width:641px),print {
  ._cta:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

._cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

._cta ._sex {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto 15px;
}

@media screen and (min-width:641px),print {
  ._cta ._sex {
    font-size: 30px;
    margin: 0 auto 30px;
  }
}

._cta ._size {
  font-size: 14px;
  letter-spacing: .05em;
  margin: 0 0 7.5px;
}

@media screen and (min-width:641px),print {
  ._cta ._size {
    font-size: 28px;
    margin: 0 0 15px;
  }
}

._cta ._price {
  font-size: 14px;
  letter-spacing: .05em;
} 

@media screen and (min-width:641px),print {
  ._cta ._price {
    font-size: 28px;
  } 
}

.category_cta {
  width: 215px;
  height: 55px;
  margin: 40px auto 60px;
}

@media screen and (min-width:641px),print {
  .category_cta {
    width: 530px;
    height: 110px;
    margin: 80px auto 120px;
  }
}


.category_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  background: #000000;
}

@media screen and (min-width:641px),print {
  .category_cta a {
    font-size: 30px;
  }
}

/********************************  
- schedule
*********************************/
/* #schedule {} */
.schedule .bg-image {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: url(./../img/sp/schedule.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: auto;
}

@media screen and (min-width:641px),print {
  .schedule .bg-image {
    padding: 40px 0;
  }
}

.schedule ._box {
  position: relative;
  margin: 0 auto;
  padding: 40px 35px 50px;
  width: calc(100% - 20px);
  height: auto;
  background: url(./../img/sp/schedule-box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

@media screen and (min-width:641px),print {
  .schedule ._box {
    position: relative;
    margin: 0 auto;
    padding: 80px 70px 100px;
    width: calc(100% - 40px);
    background: url(./../img/sp/schedule-box.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}

.schedule ._box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1px solid #fff;
  pointer-events: none;
}

@media screen and (min-width:641px),print {
  .schedule ._box::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.schedule ._head {
  position: relative;
  padding-bottom: 15px;
}

@media screen and (min-width:641px),print {
  .schedule ._head {
    position: relative;
    padding-bottom: 30px;
  }
}

.schedule ._head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  height: 1px ;
  background: #fff;
  margin: 0 auto;
}

.schedule ._title {
  font-size: 18px;
  margin: 0 auto 14px;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width:641px),print {
  .schedule ._title {
    font-size: 26px;
    margin: 0 auto 28px;
  }
}

.schedule ._paragraph {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

@media screen and (min-width:641px),print {
  .schedule ._paragraph {
    font-size: 24px;
  }
}

.schedule ._paragraph .txtblock {
  display: block;
  text-align: center;
}

.dl_block {
  display: block;
}

.span {
  width: 100%;
  margin: 15px auto 0;
  display: block;
}

@media screen and (min-width:641px),print {
  .span {
    margin: 30px auto 0;
  }
}

.span_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

@media screen and (min-width:641px),print {
  .span_container {
    margin: 60px auto 0;
  }
}

.span_container ._group:nth-of-type(1) {
  order: 1;
}
.span_container ._group:nth-of-type(2) {
  order: 4;
}
.span_container ._group:nth-of-type(3) {
  order: 2;
}
.span_container ._group:nth-of-type(4) {
  order: 3;
}


.span .dl_block dt,
.span .dl_block dd {
  white-space: nowrap;
}

.span .dl_block dt {
  display: inline-block;
  width: 75px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  background: #fff;
  margin: 0 0 10px;
}

@media screen and (min-width:641px),print {
  .span .dl_block dt {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: .1em;
    margin: 0 0 20px;
  }
}

.span .dl_block dd {
  line-height: 1.57;
  font-size: 12px;
  color: #fff;
  letter-spacing: .1em;
  margin: 0 0 10px;
} 

.span .dl_block dd li {
  line-height: 1.57;
}

@media screen and (min-width:641px),print {
  .span .dl_block dd {
    font-size: 24px;
    margin: 0 0 20px;
  } 
}

.span .dl_block dd a {
  color: #fff;
}


/**********************************
  PC LAYOUT
 **********************************/
@media screen and (min-width:821px) {

  .container {
    padding:  0 10%;
  }
  
  ._inner {
    max-width: 1200px;
    margin: 0 auto ;
  }

/********************************  
- Mainvisual
*********************************/
.Mainvisual img{
  width: 100%;
  height: auto;
}
 
/********************************  
- Introduction
*********************************/
#Introduction {
  padding: 120px 0 0;
}

#Introduction ._description  {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#Introduction ._description ._paragraph {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
}

.movie {
  text-align: center;
}

.movie iframe{
  width: 790px;
  height: 458px;
  margin: 0 auto;
}

/********************************  
- content
*********************************/
.content {
  max-width: 1200px;
  margin: 0 auto;
}

.content:nth-of-type(n+2) {
  margin-top: 130px;
}

.content .Mainproduct {
  border: 1px solid #000000;
  padding: 80px;
}

.content .Mainproduct ._box {
  max-width: 760px;
  margin: 0 auto;
}

.content .Mainproduct ._thumbnail {
  margin: 0 auto 32px;
}

.content .Mainproduct ._name {
  margin: 0 auto ;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
}

.content .column02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.content .column02 .Subproduct {
  margin-top: -1px;
  padding: 30px 0 80px;
  width: 600px;
  text-align: center;
  border: 1px solid #000000;
}

.content .column02 .Subproduct:last-of-type {
  border-left: hidden;
}

.content .column02 .Subproduct ._thumbnail {
  margin: 0 auto 40px;
}

.content .column02 .Subproduct ._name {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
}

.content .column02 .Subproduct ._size {
  margin: 0 0 10px;
  font-size:18px;
  letter-spacing: .05em;
}

.content .column02 .Subproduct ._price {
  font-size: 18px;
  letter-spacing: .05em;
}


.column01 .product {
  margin-top: -1px;
  border: 1px solid #000;
  padding: 0 0 90px;
}

.column01 .product ._box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.column01 .product ._box ._left ,
.column01 .product ._box ._right {
  display: block;
  padding: 0;
  width: 600px;
}

.column01 .product ._thumbnail {
  margin: 0 auto 50px;
}

.column01 .product ._thumbnail img {
  width: 600px;
  height: auto;
}

.column01 .product ._name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 40px;
}

._cta {
  width: 360px;
  height: 150px;
  border: 1px solid #000000;
  margin: 0 auto;
}

._cta:hover a{
  color: #fff;
  background: #000;
}

._cta:nth-of-type(n+2) {
  margin: 20px auto 0;
}

._cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  transition:all ease-in .25s;
}

._cta ._sex {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto 20px;
}

._cta ._size {
  font-size: 18px;
  letter-spacing: .05em;
  margin: 0 0 7px;
}

._cta ._price {
  font-size: 18px;
  letter-spacing: .05em;
} 


.category_cta {
  width: 360px;
  height: 80px;
  margin: 60px auto 120px;
}

.category_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  background: #000000;
  transition: all ease-in .25s;
}

.category_cta:hover a{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

/********************************  
- schedule
*********************************/
/* #schedule {} */
.schedule .bg-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: url(./../img/pc/schedule.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: auto;
}

.schedule ._box {
  position: relative;
  margin: 0 auto;
  padding: 50px 80px;
  width: 970px;
  height: auto;
  background: url(./../img/pc/schedule-box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.schedule ._box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}

.schedule ._head {
  position: relative;
  padding-bottom: 26px;
}

.schedule ._head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 822px;
  width: 100%;
  height: 1px ;
  background: #fff;
  margin: 0 auto;
}

.schedule ._title {
  font-size: 26px;
  margin: 0 auto 20px;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
}

.schedule ._paragraph {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

.schedule ._paragraph .txtblock {
  display: block;
  text-align: center;
}

.span {
  width: 100%;
  margin: 34px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.span_container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.span_container::after{
  content: "";
  display: block;
  width: 1px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(./../img/pc/v-dotted-border.png);
  background-repeat: repeat;
  background-size: auto;
}

.dl_block {
  display: inline-block;
}

.span .dl_block {
  display: flex;
  align-items: baseline;
  margin: 0 0 10px;
}

.span .dl_block dt,
.span .dl_block dd {
  white-space: nowrap;
}

.span .dl_block dt {
  display: inline-block;
  width: 100px;
  height: auto;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 0;
}

.span .dl_block dd {
  margin-left: 14px;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 0;
} 

.span .dl_block dd a:hover {
  text-decoration: underline;
}

.span ._group{
  position: relative;
  height: 100%;
  padding: 40px 0;
}

.span ._group:nth-of-type(1),
.span ._group:nth-of-type(4) {
  margin-right: 10px;
}

.span ._group:nth-of-type(2),
.span ._group:nth-of-type(3) {
  margin-left: 10px;
}

._group:first-of-type {
  position: relative;
}

.span.col-l{
  margin-right: 10px;
}

.span.col-r {
  margin-left: 10px;
}

._group:nth-of-type(1)::after,
._group:nth-of-type(3)::after {
  content: "";
  display: block;
  background: url(./../img/pc/dotted-border.png);
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
}

.schedule address {
  margin: 20px auto;
}

.schedule address a {
  color: #fff;
  text-decoration: underline;
}


