@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

.columnBox__col .text {
  margin: 22px auto;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 500;
}

.columnBox__col .text span {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 160, 167);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.maintext {
  margin: 22px auto;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
}

.maintext span.pre {
  color: #e25d73;
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin: 10px auto;
}

.maintext span.kazu {
  font-size: 12px;

}

.sizeArea .size {
  text-align: center;
  font-size: 20px;
  margin: 0 auto -29px;
}

.infoArea {
  background-color: #dde9f2 !important;
  padding: 3% 0 !important;
}

.infoArea .multi_title,
.koda_title {
  border: 1px solid #333;
  width: 500px;
  margin: 0 auto 43px;
  padding: 1% 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.infoArea img {
  width: 100%;
  max-width: 750px;
}

.infoArea p {
  line-height: 1.5;
  text-align: center;
  width: 500px;
  margin: 0 auto 25px;
}

.infoArea p span {
  font-weight: 600;
}

hr {
  margin: 5% 0;
}

.kodawaribox div span {
  font-weight: 600;
}



/* line 30, ../scss/_color.scss */
.iconThemaPink {
  background-color: #ba4b7e;
  color: #fff;
}

/* line 35, ../scss/_color.scss */
.iconThemaOrange {
  background-color: #c8956e;
  color: #fff;
}

/* line 40, ../scss/_color.scss */
.iconThemaBlue {
  background-color: #6cf;
  color: #fff;
}

/* line 45, ../scss/_color.scss */
.iconThemaBlack {
  background-color: #292929;
  color: #fff;
}

/* line 50, ../scss/_color.scss */
.iconThemaGray {
  background-color: #2a2a2a;
  color: #fff;
}

/* line 55, ../scss/_color.scss */
.iconThemaBrown {
  background-color: #b3a782;
  color: #fff;
}

/* line 60, ../scss/_color.scss */
.iconThemaGreen {
  background-color: #6ec8b7;
  color: #fff;
}

/*==============
layout
================*/
/* line 4, ../scss/_layout.scss */
.columnBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 0;
}

/* line 13, ../scss/_layout.scss */
.columnBox__col {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 10px;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/*==============
3column sp1column
================*/
/* line 31, ../scss/_layout.scss */
.glidCol3 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}

/* line 35, ../scss/_layout.scss */
.glidCol3 .columnBox__colList:last-child {
  margin: 0;
}

/* line 38, ../scss/_layout.scss */
.glidCol3 .columnBox__colList img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  /* line 31, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  /* line 45, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList:nth-of-type(3n) {
    margin: 0 0 10px 0;
  }
}

/*==============
2column sp1column
================*/
/* line 55, ../scss/_layout.scss */
.glidCol2 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}

/* line 59, ../scss/_layout.scss */
.glidCol2 .columnBox__colList:last-child {
  margin: 0;
}

/* line 62, ../scss/_layout.scss */
.glidCol2 .columnBox__colList img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  /* line 55, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList {
    width: calc((100% - 20px) / 2);
    margin: 0 10px 10px 0;
  }

  /* line 69, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
}

/* line 1, ../scss/_common.scss */
.wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}

/*==============
title
================*/
/* line 11, ../scss/_common.scss */
.imgArea {
  margin: 30px auto 0;
}

/* line 14, ../scss/_common.scss */
.imgArea .columnBox__colList {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

/* line 19, ../scss/_common.scss */
.imgArea .columnBox__colList img {
  margin: 0 auto;
}

/* line 25, ../scss/_common.scss */
.imgArea .columnBox__colListTitle {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 30, ../scss/_common.scss */
.imgArea .columnBox__colListTitle span {
  display: block;
  font-size: 20px;
  font-size: 1.33333rem;
}

/* line 36, ../scss/_common.scss */
.imgArea .columnBox__colListBody {
  line-height: 1.6;
  font-size: 15px;
}




/* line 144, ../scss/_common.scss */
.infoArea {
  padding: 10px;
  line-height: 1.6;
  background-color: #fafafa;
}

/* line 148, ../scss/_common.scss */
.infoArea p {
  line-height: 1.6;
}

/* line 156, ../scss/_common.scss */
.btnArea {
  margin: 15px auto;
  width: 100%;
  max-width: 280px;
}

/* line 167, ../scss/_common.scss */
.btnArea__inner {
  text-align: center;
  box-sizing: border-box;
}

/* line 171, ../scss/_common.scss */
.btnArea__inner a {
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #292929;
  line-height: 1.6;
  transition: 0.4s;
  font-size: 20px;
  font-size: 1.33333rem;
}

/* line 182, ../scss/_common.scss */
.btnArea__inner.themaWhite {
  background-color: #fff;
}

/* line 185, ../scss/_common.scss */
.btnArea__inner.themaWhite a {
  color: #292929;
}

/* line 188, ../scss/_common.scss */
.btnArea__inner.themaWhite a:hover {
  background-color: #292929;
  color: #fff;
  transition: 0.4s;
}

/* line 196, ../scss/_common.scss */
.btnArea__inner.themaBlack {
  background-color: #292929;
}

/* line 199, ../scss/_common.scss */
.btnArea__inner.themaBlack a {
  color: #fff;
}

/* line 202, ../scss/_common.scss */
.btnArea__inner.themaBlack a:hover {
  background-color: #fff;
  color: #292929;
  transition: 0.8s;
}

/* line 212, ../scss/_common.scss */
.numIcon {
  background: #000;
  color: #fff;
  border-radius: 40px;
  width: 22px;
  height: 22px;
  line-height: 1em;
  padding: 6px 5px 4px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: -2px;
}

/*# sourceMappingURL=style.css.map */