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: .16em;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #2d231e;
  font-family: 'Amiri', 'Noto Serif JP', 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;
  }
}

._inner {
  padding: 0 4rem;
}

@media screen and (min-width:821px) {
  ._inner {
    width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}

.txtblock {
  display: inline-block;
}

#Mainvisual .PageTitle img {
  width: 100%;
  display: block;
}

/* contents */
.contents {
  display: block;
  margin: 8rem 0;
}

/* introduction */
#introduction ._Description {
  float: none;
  width: 100%;
  margin: 0 auto 6rem;
  font-size: 2.6rem;
  text-align: left;
  line-height: 1.6;
}

@media screen and (min-width:821px) {
  #introduction ._Description {
    margin: 0 auto 6rem;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.68;
  }
}


#introduction ._Description .txtblock {
  display: inline;
}

@media screen and (min-width:821px) {
  #introduction ._Description .txtblock {
    display: block;
  }
}

/* navigation */

nav ._list {
  display: flex;
  flex-wrap: wrap;
}

nav ._list ._item {
  width: calc((100% /2) - 1rem);
  height: 14rem;
  border: 1px solid #61319f;
  border-radius: 5px;
}

@media screen and (min-width:821px) {
  nav ._list ._item {
    width: 38rem;
    height: 10rem;
    border: 1px solid #61319f;
    border-radius: 5px;
  }
}

nav ._list ._item:nth-of-type(n+3) {
  margin-top: 2rem;
}

@media screen and (min-width:821px) {
  nav ._list ._item:nth-of-type(n+3) {
    margin-top: 0;
  }
}

nav ._list ._item:nth-of-type(odd)  {
  margin-right: 1rem;
}

@media screen and (min-width:821px) {
  nav ._list ._item:nth-of-type(odd)  {
    margin-right: 0;
  }
}

nav ._list ._item:nth-of-type(even)  {
  margin-left: 1rem;
}

@media screen and (min-width:821px) {
  nav ._list ._item:nth-of-type(even)  {
    margin-left: 0;
  }
}

@media screen and (min-width:821px) {
  nav ._list ._item:not(:nth-of-type(3n+1)) {
    margin-left: 3rem;
  }
}

@media screen and (min-width:821px) {
  nav ._list ._item:nth-of-type(n+4) {
    margin-top: 3rem;
  }
}

nav ._list ._item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav ._list ._item ._type {
  display: block;
  font-size: 2.6rem;
  margin: 0 auto 1rem;
  text-align: center;
}

@media screen and (min-width:821px) {
  nav ._list ._item ._type {
    font-size: 2rem;
    margin: 0 auto 1rem;
  }
}

nav ._list ._item ._name {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (min-width:821px) {
  nav ._list ._item ._name {
    display: block;
    font-size: 2rem;
  }
}

/* contents */

.contents ._Product {
  overflow: hidden;
}

.contents ._title {
  background: #61319f;
  width: 100%;
  height: 12rem;
  display: block;
}

@media screen and (min-width:821px) {
  .contents ._title {
    width: 100%;
    height: 16rem;
  }
}

.contents ._title ._txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contents ._title ._type {
  display: block;
  margin: 0 auto 1.5rem;
  font-size: 3.4rem;
  color: #fff;
}

@media screen and (min-width:821px) {
.contents ._title ._type {
  display: block;
  font-size: 2.4rem;
}
}

.contents ._title ._name {
  display: block;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (min-width:821px) {
  .contents ._title ._name {
    display: block;
    font-size: 4rem;
  }
}

.contents ._thumbnail {
  float: left;
  width: calc(100% - (34.5rem + 2rem));
  margin-right: 2rem;
  margin-bottom: 6rem;
}

@media screen and (min-width:821px) {
  .contents ._thumbnail {
    width: calc(100% - (64rem + 7rem));
    margin-right: 7rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width:820px) {
  #Content06 ._thumbnail , #Content06 ._productTypeName , #Content06 ._Description, #Content06 ._material {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width:821px) {
  .contents ._Feature {
    width: 64rem;
    padding: 2.5rem 0 0;
  }
}

.contents ._productTypeName {
  float: right;
  width: 34.5rem;
  margin: 0 0 3rem;
  font-size: 3.6rem;
  line-height: 1.16;
  color: #61319f;
}

@media screen and (min-width:821px) {
  .contents ._productTypeName {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1.23;
    letter-spacing: .1em;
  }
}

.contents ._Description {
  width: 34.5rem;
  margin: 0 auto 3rem;
  float: right;
}

@media screen and (min-width:821px) {
  .contents ._Description {
    width: 100%;
    margin: 0 auto 3rem;
    float: none;
  }
}

.contents ._Description ._Paragraph {
  font-size: 2.6rem;
  letter-spacing: .16em;
  color: #2d231e;
  line-height: 1.54;
}

@media screen and (min-width:821px) {
  .contents ._Description ._Paragraph {
    font-size: 2.2rem;
    letter-spacing: .1em;
    color: #2d231e;
    line-height: 1.54;
  }
}

.contents ._Description ._Paragraph .txtblock {
  display: inline;
}

@media screen and (min-width:821px) {
  .contents ._Description ._Paragraph .txtblock {
    display: block;
  }
}


.contents ._price {
  font-size: 2.6rem;
  line-height: 1;
}

@media screen and (min-width:821px) {
  .contents ._price {
    font-size: 2.2rem;
    line-height: 1;
  }
}

@media screen and (min-width:821px) {
  .contents ._price .tax{
    font-size: 1.6rem;
    line-height: 1;
  }
}

.contents ._Product ._box {
  display: block;
  overflow: hidden;
  padding: 6rem 0;
}

@media screen and (min-width:821px) {
  .contents ._Product ._box {
    padding: 8rem 0 12rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width:821px) {
  #Content06 ._Product ._box {
    padding: 3rem 0 ;
  }
}

.contents ._Product ._kohaze {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width:821px) {
  .contents ._Product ._kohaze {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
  }
}

.contents ._Product ._kohaze ._kohazeType {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2 - (2rem));
}

@media screen and (min-width:821px) {
  .contents ._Product ._kohaze ._kohazeType {
    display: inline-block;
    vertical-align: top;
    width: 31rem;
  }
}

.contents ._Product ._kohaze ._kohazeHead {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 2.6rem;
  letter-spacing: .1em;
  color: #fff;
  background: #2d231e;
  text-align: center;
  margin: 0 auto 1.7rem;
}

@media screen and (min-width:821px) {
  .contents ._Product ._kohaze ._kohazeHead {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

.contents ._Product ._kohaze ._kohazeHead.-null {
  background: #858585;
}

.contents ._Product ._kohaze ._kohazeType:nth-of-type(1) {
  margin-right: 2rem;
}

.contents ._Product ._kohaze ._item , ._cta{
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (min-width:821px) {
  .contents ._Product ._kohaze ._item , ._cta{
    height: 6rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #333333;
  }
}

.contents ._Product ._kohaze ._item > a ,._cta a {
  font-size: 2.4rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

@media screen and (min-width:821px) {
  .contents ._Product ._kohaze ._item > a ,._cta a {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    width: 100%;
    height: 100%;
  }
}

.contents ._Product ._kohaze ._item:not(:first-of-type) {
  margin-top: 1rem;
}

@media screen and (max-width:820px) {
  ._cta {
    margin: 3rem auto 0;
  }
}

@media screen and (min-width:821px) {
  ._cta {
    margin-top: 1.8rem;
    max-width: 31rem;
  }
}

.contents ._material {
  float: right;
  width: 34.5rem;
  margin: 0 0 4.4rem;
}

@media screen and (min-width:821px) {
  .contents ._material {
    float: none;
    width: 100%;
    margin: 0 0 4.4rem;
  }
}

.contents ._material ._group {
  display: flex;
  justify-content: flex-start;
}

.contents ._material ._group ._head {
  flex: none;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2d231e;
  margin-right: 2rem;
}

.contents ._material ._group ._item {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2d231e;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: block;
  width: .8rem;
  height: 1.5rem;
  background: url(./../../img/sp/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width:821px) {
  .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    display: block;
    width: .5rem;
    height: .8rem;
    background: url(./../../img/pc/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.select {
  width: calc(100% -  8rem);
  margin: 0 auto;
  background: #f9f9f9;
  border: 1px solid #61319f;
  padding: 5.5rem 0;
  margin: 0 auto 16rem;
}

@media screen and (min-width:821px) {
.select {
  max-width: 120rem;
  padding: 5.5rem 0;
  margin: 0 auto 16rem;
}
}

.select .aside_article {
  display: block;
}

@media screen and (min-width:821px) {
.select .aside_article {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
}

.select .aside_article dt , .select .aside_article dd {
  font-size: 2.8rem;
  line-height: 1.9;
}

.select .aside_article dd a::before {
  content: "・";
  display: inline-block;
}

@media screen and (min-width:821px) {
  .select .aside_article dt , .select .aside_article dd {
  font-size: 2.2rem;
  line-height: 1.9;
}
}

.select .aside_article dt {
  margin: 0 auto 3rem;
}

@media screen and (min-width:821px) {
.select .aside_article dt {
  margin: 0;
}
}

.select .aside_article dd {
  margin-left: 0;
}

@media screen and (min-width:821px) {
  .select .aside_article dd {
    margin-left: 3rem;
  }
}

.select .aside_article dd a {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width:821px) {
  .select .aside_article dd a {
    display: block;
  }
}
