@charset "UTF-8";

:root {
  --ratio: calc(1576 / 1200);
  --font-default: "Yu Gothic Pr6N", "Yu Gothic";
}

/* karashiume-lp */
.karashiume-lp {
  font-family: var(--font-default);
}
section.sec a {
  transition: all .3s;
}
section.sec a:hover {
  opacity: .7;
}
section.sec h2,
section.sec h3 {
  margin: 0;
}

/* mv */
.karashiume-lp .sec--inner {
  width: calc(1576px / var(--ratio));
  display: block;
  margin: 0 auto;
}
.karashiume-lp section.sec h2.mv-figure {
  width: calc(1920px / var(--ratio));
  margin-left: calc(-172px / var(--ratio));
  margin-right: calc(-172px / var(--ratio));
}
.karashiume-lp .mv-figure img {
  width: 100%;
  height: auto;
}

/* cv */
#sec05 .cv--block,
#sec07 .cv--block {
  height: calc(600px / var(--ratio));
  padding-top: calc(73px / var(--ratio));
  background-image: url('../../img/usr/freepage/karashiume_lp/pc/bg_cv.png');
  background-repeat: no-repeat;
  background-size: calc(100% + (6px / var(--ratio))) calc(600px / var(--ratio));
  background-position: calc(-6px / var(--ratio)) 0;
}
.cv-list {
  display: flex;
  justify-content: space-between;
  width: calc(1300px / var(--ratio));
  margin: 0 auto;
  border-radius: calc(10px / var(--ratio));
  background-color: #ffeae0;
  padding: calc(50px / var(--ratio));
}
.cv-list--item {
  width: calc(580px / var(--ratio));
}
.cv-title {
  margin-bottom: calc(40px / var(--ratio));
  text-align: center;
}
.item--copy {
  height: auto;
}
.item1 .item--copy {
  width: calc(511px / var(--ratio));
}
.item2 .item--copy {
  width: calc(519px / var(--ratio));
}
.cv-list--item figure img {
  width: calc(580px / var(--ratio));
  height: auto;
}

/* sec01 */
#sec01 {
  position: relative;
  margin: calc(-110px / var(--ratio)) 0 calc(60px / var(--ratio));
}

/* sec02 */
.sec02-contents {
  height: calc(970px / var(--ratio));
  padding: calc(71px / var(--ratio)) 0 0 calc(62px / var(--ratio));
  background-image: url('../../img/usr/freepage/karashiume_lp/pc/bg_sec02.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.sec02title img {
  width: calc(706px / var(--ratio));
  height: auto;
}

/* sec03 */
.sec03-contents {
  height: calc(790px / var(--ratio));
  background-image: url('../../img/usr/freepage/karashiume_lp/pc/bg_sec03.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.sec03title {
  text-align: center;
}
.sec03title img {
  width: calc(799px / var(--ratio));
  height: auto;
}

/* sec04 */
.sec04-contents {
  padding: calc(100px / var(--ratio)) 0 0;
  background-image: url('../../img/usr/freepage/karashiume_lp/pc/bg_sec04.png');
  background-repeat: repeat-y;
  background-size: 100% auto;
}
section.sec h3.sec04title {
  margin-bottom: calc(100px / var(--ratio));
  text-align: center;
}
.sec04title img {
  width: calc(919px / var(--ratio));
  height: auto;
}
.sec04-item {
  display: flex;
}
.sec04-item-title img {
  height: auto;
}
.sec04-item > figure img {
  height: auto;
}
.sec04-item .sec04-description .text {
  font-size: calc(24px / var(--ratio));
  line-height: calc(46 / 24);
  letter-spacing: .07em;
  font-weight: bold;
}
.sec04-item .sec04-description .text span {
  color: #AE3039;
}
.sec04-item01 {
  justify-content: flex-end;
  margin-bottom: calc(33px / var(--ratio));
}
.sec04-item01 .sec04-description {
  position: relative;
  margin-right: calc(-24px / var(--ratio));
}
.sec04-item01 .sec04-item-title {
  margin-bottom: calc(80px / var(--ratio));
}
.sec04-item01 .sec04-item-title img {
  width: calc(610px / var(--ratio));
}
.sec04-item.sec04-item01 > figure img {
  width: calc(890px / var(--ratio));
}
.sec04-item02 {
  justify-content: space-between;
}
.sec04-item02 .sec04-description {
  width: calc(714px / var(--ratio));
}
.sec04-item02 .sec04-item-title {
  margin-bottom: calc(60px / var(--ratio));
}
.sec04-item02 .sec04-item-title img {
  width: calc(714px / var(--ratio));
}
.sec04-item.sec04-item02 > figure {
  margin-top: calc(53px / var(--ratio));
}
.sec04-item.sec04-item02 > figure img {
  width: calc(848px / var(--ratio));
}

/* sec05 */
#sec05 {
  margin-top: calc(-33px / var(--ratio));
}

/* sec06 */
#sec06 {
  margin-top: -1px;
}
.sec06-contents {
  height: calc(952px / var(--ratio));
  padding-top: calc(100px / var(--ratio));
  background-image: url('../../img/usr/freepage/karashiume_lp/pc/bg_sec06.png');
  background-repeat: no-repeat;
  background-size: cover;
}
section.sec h3.sec06title {
  margin-bottom: calc(81px / var(--ratio));
  text-align: center;
}
.sec06title img {
  width: calc(822px / var(--ratio));
  height: auto;
}
.uservoice-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(21px / var(--ratio)) calc(35px / var(--ratio));
}
.uservoice-list--item img {
  width: calc(462px / var(--ratio));
  height: auto;
}

/* info */
.sec.info {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.sec.info .sec-info-inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #d2d2d2;
  padding: 40px 0px 32px;
  color: #41351c;
  line-height: 2;
}
.sec.info .sec-info-inner p b {
  color: #911732;
}
.sec.info.materials {
  width: 1200px;
  margin: 0 auto;
}
.materials-table {
  min-width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}
.materials-table.materials-table3 {
  min-width: 0;
  margin-right: auto;
  margin-left: 0;
  width: 565px;
  max-width: 565px;
  margin-top: 32px;
}
.materials-table.materials-table3 th, .materials-table.materials-table3 td {
  width: auto;
  text-align: center;
}
.materials-table.materials-table3 td:not(:first-child) {
  border-left: 1px solid #eee;
}
.materials-table1 {
  margin-top: 35px;
}
.materials-table th,
.materials-table td {
  padding: 10px 11px 9px;
  line-height: 1.7142857143;
  font-size: 14px;
  vertical-align: top;
  border-bottom: 1px solid #d2d2d2;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
}
.materials-table tr:last-of-type th,
.materials-table tr:last-of-type td {
  border-bottom: 0;
}
.materials-table th {
  width: 218px;
  background: #eee;
  font-weight: 400;
}
.materials-title {
  margin-top: 28px;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.materials-table2 th,
.materials-table2 td {
  text-align: center;
}
.materials-table2 th {
  width: 16.6666666667%;
}
.materials-table2 th + th,
.materials-table2 td + td {
  border-left: 1px solid #d2d2d2;
}
.materials .note {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec_08 {
  margin-top: 35px;
}
#sec_09 {
  margin-top: 35px;
}
.sec.info h3 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  line-height: 1;
}
.sec.info h4 {
  margin-top: 32px;
  font-weight: bold;
}
.sec.info p + p,
.creditcards {
  margin-top: 14px;
}
.creditcards img {
  width: auto;
}
.sec.info h3 + p {
  margin-top: 24px;
}
#sec_12 {
  width: 1200px;
  min-width: 1200px;
  margin: 32px auto 80px;
}
#sec_12 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec_12 ul li,
#sec_12 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec_12 ul li {
  font-size: 18px;
  color: #41351c;
}
#sec_12 ul li + li {
  margin-left: 70px;
}
#sec_12 ul li a {
  height: 50px;
  border-radius: 25px;
  padding: 0 144px;
  background-color: #e6e6e6;
  color: #666666;
  text-decoration: none;
  font-size: 16px;
}
#sec_12 ul li a:hover {
  opacity: 0.7;
}
