body.active {
  overflow: hidden;
}
body.active:after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(112, 112, 112, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.section_title_wrap {
  margin: auto;
  text-align: center;
}
.section_title_wrap .feature_title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section_title_wrap .feature_title {
    font-size: 30px;
  }
}
.section_title_wrap .feature_sub {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section_title_wrap .feature_sub {
    font-size: 13px;
  }
}

header {
  width: 94%;
  position: fixed;
  top: 36px;
  right: 50%;
  z-index: 50;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
header * {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}
@media screen and (max-width: 768px) {
  header {
    width: 90%;
    top: 20px;
  }
}
header .calmur-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  header .calmur-header .calmur-logo img {
    width: 130px;
    height: auto;
  }
}
header .calmur-header .calmur-nav {
  width: 580px;
  height: 46px;
  background-color: #fff;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 920px) {
  header .calmur-header .calmur-nav {
    display: none;
  }
}
header .calmur-header .calmur-nav-list {
  width: 90%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
header .calmur-header .calmur-nav-list-item {
  font-size: 17px;
  margin: auto;
}
header .calmur-header .calmur-nav_sp {
  display: none;
}
@media screen and (max-width: 920px) {
  header .calmur-header .calmur-nav_sp {
    display: block;
    margin-left: auto;
  }
}
header .calmur-header .calmur-nav_sp .btn {
  width: 20px;
  height: 20px;
  position: relative;
}
header .calmur-header .calmur-nav_sp .btn:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 4px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .calmur-header .calmur-nav_sp .btn:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 4px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .calmur-header .calmur-nav_sp .btn.active:before {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
}
header .calmur-header .calmur-nav_sp .btn.active:after {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}

.sp_menu_wrap {
  width: 100%;
  height: 410px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  background-image: url(../img/calmur/sp_menu_back.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: none;
}
@media screen and (max-width: 920px) {
  .sp_menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp_menu_wrap.active {
  opacity: 1;
  pointer-events: all;
  margin: auto;
}
.sp_menu_wrap .calmur-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.sp_menu_wrap .calmur-nav-list-item {
  margin: 10px auto;
}
.sp_menu_wrap .calmur-nav-list-item-link {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 19px;
}

.calmur-content * {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}

.calmur-fv_content {
  width: 100%;
  height: 61vw;
  background-image: url(../img/calmur/calmur-fv_content-pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .calmur-fv_content {
    height: 72vw;
    background-image: url(../img/calmur/calmur-fv_content-sp.png);
    background-position: center top;
    margin-bottom: 80px;
  }
}
.calmur-fv_content > img {
  width: 40vw;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .calmur-fv_content > img {
    width: 220px;
    height: auto;
    margin-bottom: 28vw;
  }
}

.calmur-concept {
  text-align: center;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .calmur-concept {
    padding-bottom: 120px;
  }
}
.calmur-concept .text01 {
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .calmur-concept .text01 {
    font-size: 4.5vw;
  }
}
.calmur-concept .text02 {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: 90px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .calmur-concept .text02 {
    font-size: 3vw;
    margin-top: 45px;
  }
}
.calmur-concept .img {
  display: block;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .calmur-concept .img {
    width: 108px;
    height: auto;
    margin-top: 60px;
  }
}
.calmur-concept .desc_wrap {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap {
    margin-top: 140px;
  }
}
.calmur-concept .desc_wrap .block {
  height: 44vw;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 0 16vw;
}
@media screen and (max-width: 1450px) {
  .calmur-concept .desc_wrap .block {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 1020px) {
  .calmur-concept .desc_wrap .block {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block {
    height: auto;
    display: block;
    background: none !important;
  }
}
.calmur-concept .desc_wrap .block:first-child {
  margin-top: 0;
}
.calmur-concept .desc_wrap .block.back01 {
  background-image: url(../img/calmur/desc_img01.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block.back01:after {
    content: "";
    width: 100%;
    height: 63vw;
    background-image: url(../img/calmur/desc_img01_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-concept .desc_wrap .block.back02 {
  background-image: url(../img/calmur/desc_img02.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block.back02:after {
    content: "";
    width: 100%;
    height: 63vw;
    background-image: url(../img/calmur/desc_img02_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-concept .desc_wrap .block:nth-child(2n) .text_wrap {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .calmur-concept .desc_wrap .block:nth-child(2n) .text_wrap {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block:nth-child(2n) .text_wrap {
    margin: 0 auto;
  }
}
.calmur-concept .desc_wrap .block .text_wrap {
  width: 510px;
  margin: auto 0;
}
@media screen and (max-width: 1020px) {
  .calmur-concept .desc_wrap .block .text_wrap {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block .text_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.calmur-concept .desc_wrap .block .text_wrap .desc_title {
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block .text_wrap .desc_title {
    font-size: 6vw;
  }
}
.calmur-concept .desc_wrap .block .text_wrap .desc_text {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .calmur-concept .desc_wrap .block .text_wrap .desc_text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 18px;
  }
}

.calmur-feature {
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .calmur-feature {
    padding-bottom: 120px;
  }
}
.calmur-feature .feature_top {
  height: 45.3vw;
  background-image: url(../img/calmur/feature_top_back.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_top {
    height: 69vw;
    background-image: url(../img/calmur/feature_top_back_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.calmur-feature .feature_content {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 150px auto 0;
}
@media screen and (max-width: 1020px) {
  .calmur-feature .feature_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content {
    display: block;
    margin-top: 50px;
  }
}
.calmur-feature .feature_content .feature_block {
  width: calc(33.3% - 40px);
  text-align: center;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block {
    width: 260px;
    margin: 0 auto;
  }
  .calmur-feature .feature_content .feature_block:nth-child(n+2) {
    margin-top: 60px;
  }
}
.calmur-feature .feature_content .feature_block:nth-child(n+4) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block:nth-child(n+4) {
    margin-top: 60px;
  }
}
.calmur-feature .feature_content .feature_block:nth-child(1) ul li {
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block:nth-child(1) ul li {
    text-indent: -0.3em;
  }
}
.calmur-feature .feature_content .feature_block:nth-child(2) ul li {
  text-indent: 1.4em;
}
.calmur-feature .feature_content .feature_block:nth-child(3) ul li {
  text-indent: 0.5em;
}
.calmur-feature .feature_content .feature_block .icon {
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block .icon {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
  }
}
.calmur-feature .feature_content .feature_block .text01 {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD957));
  background: linear-gradient(transparent 70%, #FFD957 70%);
  display: inline;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block .text01 {
    font-size: 18px;
  }
}
.calmur-feature .feature_content .feature_block ul {
  list-style-type: none;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block ul {
    margin-top: 20px;
  }
}
.calmur-feature .feature_content .feature_block ul li {
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: justify;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .calmur-feature .feature_content .feature_block ul li {
    font-size: 15px;
  }
}

.calmur-howto {
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .calmur-howto {
    padding-bottom: 120px;
  }
}
.calmur-howto .howto_top {
  height: 45.3vw;
  background-image: url(../img/calmur/howto_top_back.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_top {
    height: 69vw;
    background-image: url(../img/calmur/howto_top_back_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.calmur-howto .howto_content {
  margin-top: 120px;
  overflow: hidden;
}
.calmur-howto .howto_content .howto_block {
  height: 41.3vw;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 0 12vw;
}
@media screen and (max-width: 1450px) {
  .calmur-howto .howto_content .howto_block {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 1020px) {
  .calmur-howto .howto_content .howto_block {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block {
    height: auto;
    background: none !important;
    display: block;
  }
}
.calmur-howto .howto_content .howto_block:first-child {
  margin-top: 0;
}
.calmur-howto .howto_content .howto_block.back01 {
  background-image: url(../img/calmur/howto_back01.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block.back01:after {
    content: "";
    width: 100%;
    height: 70vw;
    background-image: url(../img/calmur/howto_back01_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-howto .howto_content .howto_block.back02 {
  background-image: url(../img/calmur/howto_back02.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block.back02:after {
    content: "";
    width: 100%;
    height: 70vw;
    background-image: url(../img/calmur/howto_back02_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-howto .howto_content .howto_block.back03 {
  background-image: url(../img/calmur/howto_back03.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block.back03:after {
    content: "";
    width: 100%;
    height: 70vw;
    background-image: url(../img/calmur/howto_back03_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-howto .howto_content .howto_block.back04 {
  background-image: url(../img/calmur/howto_back04.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block.back04:after {
    content: "";
    width: 100%;
    height: 70vw;
    background-image: url(../img/calmur/howto_back04_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-howto .howto_content .howto_block.back05 {
  background-image: url(../img/calmur/howto_back05.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block.back05:after {
    content: "";
    width: 100%;
    height: 70vw;
    background-image: url(../img/calmur/howto_back05_sp.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 20px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(1) .text_wrap .point {
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(1) .text_wrap .point {
    top: unset;
    left: unset;
    right: -20px;
    bottom: -10px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(2) .text_wrap .point {
  right: -100px;
  bottom: -70px;
}
@media screen and (max-width: 1320px) {
  .calmur-howto .howto_content .howto_block:nth-child(2) .text_wrap .point {
    right: -50px;
  }
}
@media screen and (max-width: 1120px) {
  .calmur-howto .howto_content .howto_block:nth-child(2) .text_wrap .point {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(2) .text_wrap .point {
    right: -20px;
    bottom: -40px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(3) .text_wrap .point {
  top: -90px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(3) .text_wrap .point {
    top: unset;
    left: unset;
    right: -20px;
    bottom: -40px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(4) .text_wrap .point {
  right: -100px;
  bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .calmur-howto .howto_content .howto_block:nth-child(4) .text_wrap .point {
    right: -50px;
  }
}
@media screen and (max-width: 1120px) {
  .calmur-howto .howto_content .howto_block:nth-child(4) .text_wrap .point {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(4) .text_wrap .point {
    right: -20px;
    bottom: -40px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(5) .text_wrap .point {
  top: -80px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(5) .text_wrap .point {
    top: unset;
    left: unset;
    right: -20px;
    bottom: -5px;
  }
}
.calmur-howto .howto_content .howto_block:nth-child(2n) .text_wrap {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .calmur-howto .howto_content .howto_block:nth-child(2n) .text_wrap {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block:nth-child(2n) .text_wrap {
    margin: 0 auto;
  }
}
.calmur-howto .howto_content .howto_block .text_wrap {
  width: 500px;
  margin: auto 0;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .calmur-howto .howto_content .howto_block .text_wrap {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block .text_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.calmur-howto .howto_content .howto_block .text_wrap .point {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  color: #FFD957;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block .text_wrap .point {
    font-size: 70px;
    z-index: -1;
  }
}
.calmur-howto .howto_content .howto_block .text_wrap .text01 {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block .text_wrap .text01 {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}
.calmur-howto .howto_content .howto_block .text_wrap .text02 {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block .text_wrap .text02 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
  }
}
.calmur-howto .howto_content .howto_block .text_wrap .text03 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .calmur-howto .howto_content .howto_block .text_wrap .text03 {
    font-size: 15px;
    margin-top: 15px;
  }
}

.calmur-product {
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .calmur-product {
    padding-bottom: 120px;
  }
}
.calmur-product .product_top {
  height: 45.3vw;
  background-image: url(../img/calmur/product_top_back.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_top {
    height: 69vw;
    background-image: url(../img/calmur/product_top_back_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.calmur-product .product_content .topimg img {
  display: block;
  margin: 180px auto 0;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .topimg img {
    width: 190px;
    height: auto;
    margin-top: 90px;
  }
}
.calmur-product .product_content .product_wrap {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 90px auto 0;
}
@media screen and (max-width: 1020px) {
  .calmur-product .product_content .product_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap {
    display: block;
    margin-top: 30px;
  }
}
.calmur-product .product_content .product_wrap > img {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap > img {
    width: 190px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.calmur-product .product_content .product_wrap .right {
  width: calc(100% - 475px);
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap .right {
    width: 100%;
    margin: 45px auto 0;
  }
}
.calmur-product .product_content .product_wrap .right .righttext {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap .right .righttext {
    font-size: 13px;
    text-align: center;
  }
}
.calmur-product .product_content .product_wrap .right .righttext .dotted_wrap {
  display: inline;
  position: relative;
}
.calmur-product .product_content .product_wrap .right .righttext .dotted_wrap .dotted {
  letter-spacing: 0.1em;
  position: absolute;
  top: -25px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap .right .righttext .dotted_wrap .dotted {
    letter-spacing: 0.05em;
    top: -20px;
  }
}
.calmur-product .product_content .product_wrap .right .righttext .dotted_wrap .dotted.dott02 {
  letter-spacing: 0.25em;
  left: 4px;
}
.calmur-product .product_content .product_wrap .right .righttext .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD957));
  background: linear-gradient(transparent 70%, #FFD957 70%);
}
.calmur-product .product_content .product_wrap .right .info_wrap {
  margin-top: 32px;
}
.calmur-product .product_content .product_wrap .right .info_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calmur-product .product_content .product_wrap .right .info_wrap dl dt {
  width: 140px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap .right .info_wrap dl dt {
    width: 90px;
    font-size: 15px;
  }
}
.calmur-product .product_content .product_wrap .right .info_wrap dl dd {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .product_wrap .right .info_wrap dl dd {
    font-size: 15px;
  }
}
.calmur-product .product_content .gallery {
  width: 1020px;
  height: auto;
  display: block;
  margin: 240px auto 0;
}
.calmur-product .product_content .gallery.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .gallery.sp {
    display: block;
  }
}
@media screen and (max-width: 1020px) {
  .calmur-product .product_content .gallery {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calmur-product .product_content .gallery {
    margin-top: 75px;
  }
  .calmur-product .product_content .gallery.pc {
    display: none;
  }
}

.calmur-contact {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .calmur-contact {
    padding-bottom: 140px;
  }
}
.calmur-contact .contact_top {
  height: 45.6vw;
  background-image: url(../img/calmur/contact_top_back.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_top {
    height: 69vw;
    background-image: url(../img/calmur/contact_top_back_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.calmur-contact .contact_content {
  width: 1020px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1020px) {
  .calmur-contact .contact_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content {
    margin-top: 50px;
  }
}
.calmur-contact .contact_content .attention {
  font-size: 16px;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content .attention {
    font-size: 14px;
  }
}
.calmur-contact .contact_content .form_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content .form_cell {
    display: block;
  }
}
.calmur-contact .contact_content .form_cell .cell_title {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content .form_cell .cell_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.calmur-contact .contact_content .form_cell .cell_area {
  width: 80%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content .form_cell .cell_area {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .calmur-contact .contact_content .form_cell.checkbox .cell_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.calmur-contact .contact_content .mw_wp_form.mw_wp_form_input {
  padding-top: 70px;
  padding-top: 0 !important;
}
.calmur-contact .contact_content .form_cell .cell_area input {
  background: #F2F2F2;
  min-height: 60px;
  font-size: 18px;
  width: 100%;
  padding-left: 30px;
  border: none;
}
.calmur-contact .contact_content .form_cell .cell_area.concrete_dd input {
  min-height: auto;
}
.calmur-contact .contact_content .form_cell .cell_area input[type=checkbox],
.calmur-contact .contact_content .form_cell .cell_area input[type=radio] {
  width: auto;
  min-height: auto;
  padding-left: 0;
}
.calmur-contact .contact_content .form_cell .cell_area .address01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.calmur-contact .contact_content .form_cell .cell_area .address01 .mc01 + p {
  width: 15%;
}
.calmur-contact .contact_content .form_cell .cell_area .address01 .mc02 {
  margin: 0 10px;
}
.calmur-contact .contact_content .form_cell .cell_area .address01 .mc02 + p {
  width: 20%;
}
.calmur-contact .contact_content .form_cell .cell_area textarea#detail {
  padding: 30px;
}
.calmur-contact .contact_content .form_cell .cell_area #detail {
  width: 100%;
  min-height: 180px;
  background: #F2F2F2;
  border: none;
  font-size: 18px;
}
.calmur-contact .contact_content .area_submit .submit_attention {
  margin-bottom: 20px;
}
.calmur-contact .contact_content .area_submit input, .calmur-contact .contact_content .area_submit .formbtn button {
  background: #ffd200;
  color: #000;
  font-size: 20px;
  display: inline-block;
  padding: 16px 0;
  letter-spacing: 2px;
  width: 340px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.calmur-contact .contact_content #form_top {
  padding-bottom: 30px;
  border-bottom: 3px solid black;
}
.calmur-contact .contact_content #form_bottom {
  text-align: center;
}
.calmur-contact .contact_content .form_cell.radiobox .cell_area {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calmur-contact .contact_content .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
.calmur-contact .contact_content .mw_wp_form .horizontal-item {
  margin-right: 10px;
}
.calmur-contact .contact_content .mw_wp_form .catalyst .horizontal-item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .calmur-contact .contact_content .mw_wp_form .catalyst .horizontal-item {
    width: 130px;
  }
}
.calmur-contact .contact_content [id*=mw_wp_form_mw-wp-form-], .calmur-contact .contact_content [role=form].wpcf7 {
  padding: 60px 0;
}
.calmur-contact .contact_content .form_cell .cell_area .address01 .mc01 {
  margin-right: 10px;
}/*# sourceMappingURL=calmur.css.map */