@charset "utf-8";

html {
  position: relative;
}

header {
}

.place-gallery::-webkit-scrollbar {
  width: 0;
  height: 4px;
}
.place-gallery::-webkit-scrollbar-track {
  background: inherit;
}
.place-gallery::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

h4 {
  margin: 0;
}

#lp .animated{
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.lp-logo {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 10;
}

#lp header.on {
    transform: translateY(0);
}

#lp header {
    transform: translateY(-5.83333vw);
    transition: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 750px) {

  #lp .animated{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }

  .lp-logo {
    top: 18px;
    left: 23px;
  }

  .lp-logo img {
    width: 134px;
    height: auto;
  }
  #lp header {
    transform: translateY(-13.33333vw);
    transition: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.kv {
  position: relative;
}

.kv-image {
  display: block;
  background-image: url(../images/lp/kv-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 55.56%;
}

.kv-details {
  position: absolute;
  bottom: 100px;
  left: 90px;
  z-index: 10;
}

.kv-ttl {
  margin-bottom: 3.66vw;
  font-size: 3.07vw;
  font-weight: bold;
}

.kv-ttl span {
  padding: 0.73vw 1.46vw;
  background-color: #FFF;
}

.kv-txt {
  margin-bottom: 2.93vw;
  font-size: 1.9vw;
  font-weight: bold;
}

.kv-list-set {
  margin-bottom: 3.29vw;
  padding-left: 1.46vw;
  border-left: 6px solid #000;
}

.kv-list {
  font-size: 1.83vw;
  font-weight: bold;
}

.kv-list span {
  display: block;
  margin-bottom: 1.46vw;
}
.kv-list span:last-child {
  margin-bottom: 0;
}

.kv-sub-list {
  display: none;
}

.kv-btn-column {
  display: flex;
}
.kv-btn {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  padding-left: 24px;
  font-size: 13px;
  line-height: 47.5px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 2px solid #707070;
  background-color: #FFF;
  transition: .3s;
  font-weight: bold;
}

.kv-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 17.76px;
  height:17px;
  margin: auto;
  background-image: url(../images/lp/kv_icon.png);
  background-size: cover;
}
.kv-btn:first-child {
  margin-right: 16px;
}
.kv-btn:nth-child(2){
  margin-right: 16px;
}
.kv-btn:hover {
  opacity: .7;
}

.kv-btm-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255,255,255,0.79);
}
.kv-btm-txt p {
  padding-left: 70px;
  font-size: 1.46vw;
  font-weight: bold;
}

@media only screen and (max-width:750px) {
  .kv-image {
    background-image: url(../images/lp/kv-sp.jpg);
    padding-top: 364px;
  }

  .kv-details {
    position: static;
  }

  .kv-ttl {
    margin: -20px 0 15px;
  }

  .kv-ttl span {
    font-size: 23px;
    padding: 20px;
  }

  .kv-list {
    font-size: 23px;
    line-height: 1.6em;
    font-weight: bold;
  }

  .kv-details-pad {
    padding: 0 20px;
  }

  .kv-txt {
    font-size: 16px;
    margin-bottom: 39px;
  }

  .kv-list-set {
    padding: 0 20px;
    margin-bottom: 49px;
  }

  .kv-btm-txt {
    display: none;
  }

  .kv-sub-list {
    display: block;
    margin-top: 66px;
  }

  .kv-sub-item {
    margin-top: 20px;
  }

  .kv-sub-list-heading {
    font-weight: bold;
  }

  .kv-sub-list-note {
    font-size: 10px;
    margin-top: 5px;
  }

  .kv-btn-column {
    flex-direction: column;
    align-items: center;
  }

  .kv-btn:first-child {
    margin: 0 0 16px;
  }
  .kv-btn:nth-child(2){
    margin: 0 0 16px;
  }
}

.about {
  position: relative;
  z-index: 10;
  margin: 124px 0;
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% + 76px);
  z-index: -1;
  height: 457px;
  background-color: #F5F5F1;
}

.about-wrapper {
  max-width: 1000px;
  margin: auto;
}

.about-column {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 64px;
}

.about-column-details {
  max-width: 490px;
  padding: 70px 20px 0 0;
  margin-left: 5.49vw;
}

.about-column-logo {
  margin-bottom: 50px;
}
.about-column-ttl {
  margin-bottom: 50px;
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}

.about-column-txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}

.about-column-img {
  width: 100%;
  max-width: 424px;
  padding-top: 130px;
}

.about-column-img img {
  width: 80%;
  padding-left:45px;
}


.about-list {
  display: flex;
  justify-content: space-between;
}
.about-list-item {
  position: relative;
  width: 31%;
  background: url(../images/lp/about-check.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.about-list-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 280px;
  height: 280px;
  margin: auto;
  border-radius: 300px;
  background-color: #FFF;
}
.about-list-img {
  margin-bottom: 24px;
}
.about-list-img img {
  width: 100%;
}
.about-list-ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}

.about-list-txt {
  font-size: 13px;
  text-align: center;
  line-height: 2em;
}
@media only screen and (max-width:750px) {
  .about {
    margin-top: 55px;
  }

  .about:before {
    content: "";
    position: absolute;
    width: 226px;
    height: 170px;
    background-color: #F5F5F1;
  }

  .about-column {
    display: block;
  }

  .about-column-img img {
      width: 100%;
      padding-left: 0;
  }

  .about-column-logo {
    margin-bottom: 30px;
  }

  .about-column-logo img {
    width: 123px;
  }

  .about-column-img {
    padding: 0;
    width: 167px;
    margin-right: 20px;
    margin-left: auto;
  }

  .about-column-details {
    padding: 0 20px;
    margin-top: -85px;
  }

  .about-column-ttl {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .about-column-ttl br {
    display: inline;
  }

  .about-list {
    display: block;
    padding: 0 20px;
  }

  .about-list-item {
    width: auto;
    margin-top: 60px;
  }
}

.feature-header {
  max-width: 100%;
  /* margin-left: calc((100vw - 1022px) / 2); */
  margin-left: 12.45vw;
  display: flex;
  justify-content: space-between;
}

.feature-header-head {
  width: 28.55vw;
  padding-right: 7.32vw;
}

.feature-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: .1em;
  white-space: wrap;
}

.feature-sub-title {
  font-size: 13px;
  line-height: 2;
  margin-top: 45px;
}


.feature-header-eyecatch {
  flex: 1;
  max-width: 55.64vw;
}

.feature-content {
  margin-right: calc((100vw - 1022px) / 2);
  background-color: #F5F5F1;
  position: relative;
  z-index: -1;
}

.feature-content-inner {
  margin-left: 12.45vw;
  width: 62.37vw;
  max-width: 852px;
  min-width: 620px;
}

@media (max-width: 750px) {
  .feature-header {
    display: block;
    margin: 0;
  }

  .feature-header-head {
    width: auto;
    padding: 0 0;
  }

  .feature-title {
    padding: 0 20px;
    font-size: 17px;
  }

  .feature-sub-title {
  }

  .feature-title br {
    display: inline;
  }

  .feature-sub-title {
    padding: 0 20px;
  }

  .feature-header-eyecatch {
    margin-top: 40px;
  }

  .feature-content {
    margin: 0;
  }

  .feature-content-inner {
    width: auto;
    max-width: none;
    min-width: auto;
    padding: 0 0;
    margin: 0 30px;
  }
}

.simple {
  margin-top: 190px;
  margin-bottom: 224px;
}

.simple img {
  width: 100%;
}

.simple-column01 {
  position: relative;
  z-index: 2;
}

.simple-column01-en {
  width: 100%;
  max-width: 121px;
  margin-bottom: 55px;
}

.simple .feature-content {
  position: relative;
  margin-top: -43px;
  padding: 95px 0 70px;
}

.simple-list {
  display: flex;
  justify-content: space-between;
}

.simple-list li {
  display: flex;
  width: 30%;
}
.simple-list-img {
  width: 100%;
  max-width: 95px;
  min-width: 40px;
  margin-right: 2.05vw;
}
.simple-list-point {
  position: relative;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: .1em;
}
.simple-list-point span{
  font-size: 18px;
}
.simple-list-txt {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: .1em;
}
.simple-list-ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media only screen and (max-width:750px) {
  .simple {
    margin: 100px 0;
  }

  .simple .feature-header-eyecatch {
    max-width: 295px;
    height: 148px;
    margin-left: auto;
  }
  .simple .feature-header-eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .simple .feature-title {
    margin-bottom: 40px;
  }

  .simple .feature-content {
    margin-top: -108px;
    padding: 108px 0 56px 0;
  }

  .simple-list {
    display: block;
    max-width: 234px;
    margin: 0 auto;
  }

  .simple-list li {
    width: auto;
    margin-top: 45px;
  }

  .simple-list-img {
    min-width: 70px;
    margin-right: 25px;
  }

}

.gallery-01 {
  width: 100%;
  max-width: 1138px;
  margin: 0 auto;
}

.gallery-01 img {
  width: 100%;
}
@media only screen and (max-width:750px) {

}


.blend {
  margin-bottom: 210px;
}

.blend img {
  width: 100%;
}

.blend-column01 {
  position: relative;
  z-index: 2;
}

.blend-column01-en {
  width: 100%;
  max-width: 114px;
  margin-bottom: 55px;
}

.blend-column01-txt span {
  font-size: 18px;
}

.blend-column02 {
  padding: 52px 0;
  margin-top: 50px;
}

.blend-fig {
  position: relative;
}

.blend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 0 12px 92px;
  background-color: #FFF;
  border-radius: 100px;
}

.blend-list li:last-child {
  margin-bottom: 0;
}

.blend-list-line {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 276px;
}

.blend-list-num {
  width: 100%;
  max-width: 40px;
  padding: 0 28px;
  border-right: 1px solid #707070;
}
.blend-list-txt {
  width: 100%;
  max-width: 212px;
  font-size: 13px;
  text-align: center;
  line-height: 31px;
  border-right: 1px solid #707070;
}
.blend-list-ttl {
  width: 100%;
  max-width: 176px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.blend-ice {
  position: absolute;
  width: 100%;
  max-width: 180px;
  bottom: -15px;
}

@media (min-width: 751px) {
  .blend-rank {
    display: none;
  }
}

@media only screen and (max-width:750px) {
  .blend {
    margin-bottom: 100px;
  }

  .blend .feature-header-eyecatch {
    max-width: 266px;
    height: 180px;
    margin-left: auto;
  }
  .blend .feature-header-eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blend .feature-content {
    margin-top: -40px;
    padding-top: 100px;
  }

  .blend-ice {
    width: 130px;
    bottom: 0;
  }

  .blend-sp-rank .blend-list-num {
    width: 78px;
    max-width: none;
    box-sizing: border-box;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 100px;
    border: none;
  }
  .blend-sp-rank li {
    margin-bottom: 19px;
    padding: 0 0 0 80px;
    background-color: transparent;
  }

  .blend-list-num {
    border: none;
  }

  .blend-list-txt {
    border: none;
  }

  .blend-fig .blend-list-txt,
  .blend-fig .blend-list-ttl {
    display: none;
  }

  .blend-rank li {
    padding: 15px 0;
    background-color: #fff;
  }


  .blend-rank {
    margin: 36px 0 0;
  }

  .blend-rank-item-body {
    flex: 1;
  }
}

.recipe{
  z-index: -1;
}

.recipe img {
  width: 100%;
}
.recipe-column01 {
  position: relative;
  justify-content: flex-end;
}

.recipe-column01-en {
  width: 100%;
  max-width: 121px;
  margin-bottom: 55px;
}
.recipe-column01-txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: .1em;
}
.recipe-column01-txt span {

}
.recipe-column02 {
  padding: 70px 0;
  background-color: #F5F5F1;
  margin-top: -75px;
}

.recipe-column02-ttl {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
}
.recipe-column02-txt {
  width: 100%;
  max-width: 340px;
  font-size: 13px;
  line-height: 1.8em;
}

.recipe-content-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width:750px) {
  .recipe-column01-txt{
    font-size: 17px;
  }
  .recipe-column02 {
    margin-top: -44px;
  }
  .recipe .feature-header-eyecatch {
    max-width: 305px;
    margin-left: auto;
  }
  .recipe .feature-header-eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recipe-content-head {
    display: block;
  }

  .recipe-content-head-sub {
    margin-top: 40px;
  }
}

.food-table {
  background: white;
  border-radius: 30px;
  padding: 40px;
  margin-top: 40px;
}

.food-wrapper {
  width: 100%;
  max-width: 885px;
  margin: auto;
  padding: 0 0 204px;
}
.food-list {
  display: flex;
  margin-bottom: 40px;
}
.food-list dt {
  width: 16%;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: .1em;
}

.food-list dd {
  font-size: 13px;
  line-height: 2.4em;
  letter-spacing: .16em;
}

.food-btn {
  position: relative;
  display: block;
  width: 200px;
  height: 45px;
  margin-left: auto;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 2px solid #707070;
  background-color: #FFF;
  transition: .3s;
}
.food-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 18px;
  height: 17px;
  margin: auto;
  background-image: url(../images/lp/kv_icon.png);
  background-size: cover;
}
.food-btn:hover {
  opacity: .7;
}
@media only screen and (max-width:750px) {
  .food-btn {
    margin-right: auto;
  }

  .food-list {
    display: block;
  }

  .food-list dt {
    width: auto;
  }
}


.place {
  background-color: #F5F5F1;
  margin-top: 514px;
}

.place img {
  width: 100%;
}

.place-img {
  position: relative;
  z-index: 2;
  width: 69%;
  margin: -214px auto 0;
}

.place-content {
  margin-top: 150px;
}

.place-sub-header {
  display: flex;
  max-width: 1018px;
  margin: 0 auto 90px;
}

.place-sub-heading {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  flex: 1;
  align-items: center;
}

.place-sub-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: black;
  margin-left: 45px;
}

.place-gallery-control {
  margin-left: 45px;
}

.place-gallery-forwarder {
  margin-left: 20px;
}

.place-gallery-stepper {
  width: 30px;
}

.place-gallery {
  overflow: scroll;
  padding: 0 calc((100vw - 1018px) / 2) 30px;
}

.place-gallery-content {
  display: flex;
  margin: 0 -27px;
}

.place-slide {
  width: 363px;
  margin: 0 27px;
  flex: none;
}

.place-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.place-area {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .place-sub-heading {
    font-size: 17px;
  }
  .place {
    margin-top: 250px;
  }

  .place-img {
    width: 303px;
    margin-top: -150px;
  }

  .place-content {
    margin-top: 80px;
  }

  .place-sub-header {
    padding: 0 30px;
    margin: 0 auto 50px;
  }

  .place-gallery-control {
    display: none;
  }

  .place-gallery {
    padding: 0 30px 30px;
  }

  .place-gallery-content {
    margin: 0 -15px;
  }

  .place-slide {
    width: 224px;
    margin: 0 15px;
  }
  .place-area {
    font-weight: normal;
  }
}

.example {
  margin-top: 120px;
}

.example-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 874px;
  margin: auto;
}

.example-list li {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-right: 25px;
  margin-bottom: 24px;
  padding: 6% 4%;
}
.example-list li:nth-child(even) {
  margin-right: 0;
}
.example-list-img {
  width: 36%;
  max-width: 90px;
}
.example-list-details {
  width: 62%;
}
.example-list-ttl {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
}
.example-list-txt {
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: .1em;
}

@media only screen and (max-width:750px) {
  .example {
    margin-top: 42px;
  }
  .example-list{
    display: block;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .example-list li {
    width: auto;
    margin-right: 0;
  }
  .example-list-txt {
    font-weight: normal;
  }
}


.voice {
  padding: 180px 0;
}

.voice-wrapper {
  max-width: 1034px;
  margin: auto;
}

.voice-ttl {
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

.voice-ttl::before {
  content: "";
  height: 1px;
  background: black;
  flex: 1;
  margin-right: 30px;
}

.voice-ttl::after {
  content: "";
  height: 1px;
  background: black;
  flex: 1;
  margin-left: 30px;
}

.voice-list {
  max-width: 856px;
  margin: auto;
}

.voice-list-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.voice-list li {
  display: flex;
  align-items: center;
  margin-bottom: 124px;
}

.voice-head {
  margin-right: 47px;
  flex: none;
}

.voice-body {
  display: flex;
  align-items: center;
}

.voice-balloon-tip {
  width: 26.87px;
  height: 20.23px;
  flex: none;
}

.voice-list-txt {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: #F5F5F1;
  padding: 56px 36px;
  border-radius: 10px;
}

.voice-btn {
  display: block;
  width: 100%;
  max-width: 146px;
  height: 45px;
  margin: auto;
  line-height: 45px;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #000;
  background-color: #FFF;
  font-size: 13px;
  font-weight: bold;
  transition: .3s;
}
.voice-btn:hover {
  opacity: .7;
}
.voice-btn span {
  position: relative;
  letter-spacing: 1px;
}
.voice-btn span:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-image: url(../images/lp/voice-arrow.png);
  background-size: cover;
}

@media (max-width:750px) {
  .voice {
    padding: 100px 0;
  }

  .voice-wrapper {
    padding: 0 30px;
  }

  .voice-list li {
    display: block;
    margin-bottom: 60px;
  }

  .voice-list-img img {
    width: 135px;
  }

  .voice-head {
    display: flex;
    margin: 0;
    align-items: center;
  }

  .voice-ttl {
    display: inline-block;
    padding: 0 3px 9px;
    margin: 0 0 54px;
    font-size: 20px;
    border-bottom: solid 1px #707070;
    transform: translateX( calc(50% - 20px) );
  }

  .voice-ttl::before {
    display: none;
  }

  .voice-ttl::after {
    display: none;
  }

  .voice-list-ttl {
    flex: 1;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .voice-list-ttl br {
    display: inline;
  }

  .voice-body {
    display: block;
  }

  .voice-balloon-tip {
    display: block;
    margin: auto;
    width: 20px;
    height: 27px;
    transform: translateY(4px) rotate(90deg);
  }
}


.thought {
  background-color: #F5F5F1;
  padding: 140px 0;
}

.thought img {
  width: 100%;
}

.thought-wrapper {
  max-width: 996px;
  margin: auto;
}

.thought-ttl {
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

.thought-ttl::after {
  display: block;
  content: "";
  height: 1px;
  flex: 1;
  background: black;
  margin-left: 30px;
}

.thought-column {
  position: relative;
  margin-bottom: 140px;
  display: flex;
  border-radius: 30px;
}

.thought-column:last-child {
  margin-bottom: 0;
}

.thought-column-details {
  padding: 46px 60px;
  box-sizing: border-box;
  background-color: white;
}

.thought-column-ttl {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
}

.thought-column-txt {
  font-size: 13px;
  line-height: 2.2em;
}

.thought-image {
  display: block;
  height: 580px;
  width: 500px;
  background-position: right center;
  background-size: 500px 100%;
  background-repeat: no-repeat;
  flex: none;
}

@media only screen and (max-width:750px) {
  .thought {
    padding: 100px 0;
  }

  .thought-ttl {
    padding: 0 30px;
    margin-bottom: 50px;
  }

  .thought-column {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .thought-image {
    width: 333px;
    height: 280px;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .thought-column-details {
    margin: -20px 0 0 15px;
    padding: 64px 30px 45px 20px;
  }

  .thought-column-ttl {
    font-size: 16px;
  }
}


.gallery-02 {
  width: 100%;
  max-width: 875px;
  margin: auto;
  padding: 240px 0 140px;
  text-align: center;
}

.gallery-02 img {
  width: 70%;
}

@media only screen and (max-width:750px) {
  .gallery-02 {
    padding: 0;
    padding-top: 60px;
  }

  .gallery-02 img {
    display: block;
    width: 304px;
    margin: auto;
  }
}


.price {
  background-color: #F5F5F1;
}

.price img {
  width: 100%;
}

.price-wrapper {
  max-width: 996px;
  margin: auto;
  padding: 180px 0 160px;
}

.price-box {
  padding: 80px 0 0;
  border-top: 2px solid #000;
}

.price-gooddesign {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.price-gooddesign-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
}

.price-gooddesign-img {
  width: 100%;
  max-width: 255px;
}
.price-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.price-product-img {
  width: 100%;
  max-width: 525px;
}
.price-product-details {
  width: 100%;
  max-width: 400px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 47px;
  background-color: #FFF;
}
.price-product-details-txt {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}
.price-parts {
  display: flex;
}
.price-parts-img {
  width: 100%;
  max-width: 155px;
  margin-right: 30px;
}
.price-parts-ttl {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
}
.price-parts-txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}
.price-campaign {
  display: flex;
  margin-bottom: 125px;
}
.price-campaign-ttl {
  width: 34%;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
  background-color: #FF0000;
}
.price-campaign-details {
  width: 66%;
  padding: 20px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.price-campaign-before {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-decoration: line-through;
}

.price-campaign-arrow {
  width: 100%;
  max-width: 32px;
}
.price-campaign-after {
  font-size: 40px;
  font-weight: bold;
  color: #FA0000;
}
.price-campaign-after span {
  font-size: 30px;
}
.price-details-list {
  display: flex;
  max-width: 700px;
  margin: auto;
  border-top: 1px solid #000;
}
.price-details-list:last-child {
  border-bottom: 1px solid #000;
}
.price-details-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px 10px;
  border-right: 1px solid #707070;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 2em;
  text-align: center;
}
.price-details-list dd {
  width: 70%;
  padding: 30px 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: .1em;
  text-align: center;
}

.prod_attention {
  max-width: 700px;
  margin: 20px auto 0;
}

@media only screen and (max-width:750px) {
  .price-wrapper {
    padding: 50px 30px;
  }

  .price-box {
    padding-top: 25px;
  }

  .price-gooddesign {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .price-gooddesign-img {
    width: 159px;
    margin-bottom: 30px;
  }

  .price-gooddesign-ttl {
    font-size: 16px;
  }

  .price-product {
    display: block;
    margin-bottom: 30px;
  }

  .price-campaign {
    display: block;
    border: solid black;
    border-width: 1px 0;
    padding: 24px 0;
    margin-bottom: 50px;
  }

  .price-campaign-ttl {
    width: auto;
    font-size: 16px;
    padding: 8px 16px;
  }

  .price-campaign-details {
    width: auto;
    border: none;
    padding: 0;
    margin-top: 24px;
  }

  .price-campaign-before {
    font-size: 16px;

  }

  .price-campaign-arrow {
    width: 16px;
  }

  .price-campaign-after,
  .price-campaign-after span {
    font-size: 22px;
  }

  .price-campaign-after span.fz24s{
    font-size: 3.2vw;
  }
}


.cv-box {
  display: flex;
}

.cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4% 2%;
  box-sizing: border-box;
  transition: .3s;
}

.cv-btn.-recipe {
  border: 2px solid #FE0010;
  background-color: #FE0010;
}

.cv-btn.-recipe:hover {
  background-color: #FFF;
}

.cv-btn.-document {
  border: 2px solid #000;
  background-color: #000;
}

.cv-btn.-document:hover {
  background-color: #FFF;
}

.cv-btn-txt {
  margin-right: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}

.cv-btn.-recipe:hover .cv-btn-txt {
  color: #FE0010;
}

.cv-btn.-recipe:hover .cv-btn-icon svg * {
  fill: #FE0010;
}

.cv-btn.-document:hover .cv-btn-txt {
  color: #000;
}

.cv-btn.-document:hover .cv-btn-icon svg * {
  fill: #000;
}

@media only screen and (max-width:750px) {
  .cv-box {
    display: block;
  }

  .cv-btn {
    width: auto;
  }

  .cv-btn-txt {
    font-size: 22px;
  }
}


.qa-wrapper {
  width: 100%;
  max-width: 656px;
  margin: auto;
  padding: 200px 0 180px;
  box-sizing: border-box;
}
.qa-ttl {
  margin-bottom: 100px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.qa-column {
  margin-bottom: 15px;
}
.qa-column dt {
  position: relative;
  display: flex;
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6em;
  background-color: #F5F5F1;
  border-radius: 35px;
  transition: .3s;
  cursor: pointer;
}
.qa-column dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 18px;
  height: 1px;
  background-color: #707070;
  transition: .3s;
}
.qa-column dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 18px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #707070;
  transition: .3s;
}
.-active dt:after {
  content: none;
}
.qa-column-en {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30px;
  height: 30px;
  margin-right: 34px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  box-sizing: border-box;
}
.qa-column-q .qa-column-en {
  color: #FFF;
  background-color: #000;
}
.qa-column-a .qa-column-en {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  margin-top: 3px;
}
.qa-column-txt {
  margin-top: 5px;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: .1em;
}
.qa-column-q .qa-column-txt {
  color: #000;
  line-height: 1.5;
}
.qa-column-a .qa-column-txt {
  color: #000;
}
.qa-column dd {
  padding: 30px 60px 30px 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 2em;
  border-radius: 35px;
}
.qa-column .qa-column-a {
  display: none;
}


@media only screen and (max-width:750px) {
  .qa-wrapper {
    padding: 100px 15px;
  }

  .qa-ttl {
    margin-bottom: 50px;
  }

  .qa-column dt {
    border-radius: 32.5px;
    align-items: center;
    padding: 5px 48px 5px 16px;
  }

  .qa-column dt::before,
  .qa-column dt::after {
    right: 16px;
  }

  .qa-column-en {
    margin-right: 16px;
  }
}


._contact {
  padding: 100px 15px;
  text-align: center;
  background-color: #F5F5F1;
}

@media only screen and (max-width:750px) {
  ._contact {
    text-align: left;
  }

}


.special img {
  width: 100%;
}
.special-wrapper {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 200px 0 250px;
  box-sizing: border-box;
}
.special-01-column {
  display: flex;
  margin-bottom: 60px;
  background-color: #F5F5F1;
}
.special-01-details {
  padding: 18px 47px 28px;
  box-sizing: border-box;
}
.special-01-ttl {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 14px;
}
.special-01-txt {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}
.special-btn {
  display: block;
  width: 100%;
  max-width: 145px;
  height: 45px;
  margin: auto;
  line-height: 45px;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #000;
  background-color: #FFF;
  font-size: 13px;
  font-weight: bold;
  transition: .3s;
}
.special-btn:hover {
  opacity: .7;
}
.special-btn span {
  position: relative;
  letter-spacing: 1px;
}
.special-btn span:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../images/lp/voice-arrow.png);
  background-size: cover;
}
.special-01-img {
  width: 73%;
  max-width: 398px;
}

.special-02-column {
  display: flex;
  background-color: #F5F5F1;
}
.special-02-details {
  width: 39%;
  padding: 32px 42px;
  box-sizing: border-box;
}
.special-02-ttl-en {
  position: relative;
  margin-bottom: 45px;
  font-size: 12px;
  text-align: center;
}
.special-02-ttl-en:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: #707070;
}
.special-02-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}
.special-02-txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.special-02-img {
  width: 61%;
  max-width: 425px;
}

@media only screen and (max-width:750px) {
  .special-wrapper {
    padding: 100px 30px;
  }

  .special-01-column,
  .special-02-column {
    background: transparent;
  }

  .special-01-column {
    flex-direction: column-reverse;
  }

  .special-02-column {
    flex-direction: column;
  }

  .special-01-img,
  .special-02-img {
    width: auto;
  }

  .special-01-ttl br,
  .special-02-ttl br {
    display: inline;
  }

  .special-02-details {
    width: auto;
  }

  .special-btn {
    display: block;
    width: 100%;
    max-width: 136px;
    height: 36px;
    margin: auto;
    line-height: 34px;
    padding-left: 34px;
    box-sizing: border-box;
    border-radius: 100px;
    border: none;
    background-color: #F5F5F1;
    font-size: 8px;
    font-weight: bold;
    transition: .3s;
  }
  .special-btn:hover {
    opacity: .7;
  }

}

.foot_btn,
.foot_menu {
  display: none;
}

.backtop{
  position: absolute;
  bottom: 60px;
  right: 55px;
  z-index: 10;
}

.backtop img{
  width: 90px;
}

@media screen and (max-width: 750px) {
  .backtop{
    position: absolute;
    bottom: 100px;
    right: 30px;
    z-index: 10;
  }
  .backtop img{
    width: 100px;
  }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hubspot_myForm{
  width: 50%;
  text-align: center;
  margin: 50px auto;
}
.hubspot_myForm-text{
  margin-top: 40px;
}
.hubspot_myForm .hbspt-form{
  margin-top: 50px;
}


/*----フォームーーーー*/
@media screen and (min-width: 751px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   contact_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   min-width : 751px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*---------------------------------------
   *
   #input_wrap
   *
   --------------------------------------- */
  #input_wrap {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 5vw;
    margin: 0 auto;
  }
  #input_wrap th, #input_wrap td, #input_wrap p, #input_wrap li, #input_wrap input, #input_wrap textaraa, #input_wrap select, #input_wrap radio {
    letter-spacing: 0.12em;
  }
  #input_wrap h3 {
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 0.83333vw;
    border-bottom: 0.16667vw solid #000;
    position: relative;
  }
  #input_wrap h3 .s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal !important;
  }
  #input_wrap h3 .s .r {
    color: #ff4242;
  }
  #input_wrap .req {
    color: #ff4242;
  }
  #input_wrap select, #input_wrap input, #input_wrap textarea {
    border: 1px solid #c1bfa5;
    transition: border 0.15s ease;
    box-sizing: border-box;
    background-color: #fff;
  }
  #input_wrap select:focus, #input_wrap input:focus, #input_wrap textarea:focus {
    border-color: #8b8866;
  }
  .is_pc #input_wrap select:hover, .is_pc #input_wrap input:hover, .is_pc #input_wrap textarea:hover {
    border-color: #8b8866;
  }
  .is_sp #input_wrap select.touch, .is_sp #input_wrap input.touch, .is_sp #input_wrap textarea.touch {
    border-color: #8b8866;
  }
  #s_contact {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_contact .radio_wrap {
    margin-top: 1.66667vw;
    margin-bottom: 0.83333vw;
    position: relative;
  }
  #s_contact h4 {
    font-weight: bold;
  }
  #s_contact .m_list > div {
    width: 100%;
    height: 5.33333vw !important;
    max-height: 64px !important;
    margin-bottom: 0.83333vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 0.41667vw;
    transition: border 0.15s ease;
  }
  #s_contact .m_list > div.on {
    height: 7.16667vw !important;
    max-height: 86px !important;
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .m_list > div:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .m_list > div.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .m_list > div h4 {
    padding-left: 2.5vw;
    letter-spacing: 0.12em;
    margin-left: 1.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    left: -0.41667vw;
  }
  #s_contact .m_list > div h4:before {
    content: '';
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.66667vw !important;
    max-height: 20px !important;
    border: 1px solid #c9c7b0;
    border-radius: 1.66667vw;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #s_contact .m_list > div h4:after {
    display: none;
    content: '';
    width: 0.83333vw !important;
    max-width: 10px !important;
    height: 0.83333vw !important;
    max-height: 10px !important;
    border-radius: 0.83333vw;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 0.41667vw;
    left: 0.41667vw;
  }
  #s_contact .m_list > div.on h4:after {
    display: block !important;
  }
  #s_contact .m_list > div .desc {
    margin-left: 1.66667vw;
    color: #5d5d5d;
    letter-spacing: 0.12em;
  }
  #s_contact .m_list > div .img_w {
    padding: 0 2.91667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #s_contact .m_list > div .img_w .desc {
    padding-left: 1.66667vw;
  }
  #s_contact .m_list > div .img_w h5 {
    margin-top: -0.83333vw;
    font-weight: bold;
    margin-bottom: 0.83333vw;
    line-height: 1.5em;
  }
  #s_contact .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_contact .check_m {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_contact .check_m .mwform-radio-field label {
    display: block;
    width: 100%;
    height: 5.33333vw !important;
    max-height: 64px !important;
    margin-bottom: 0.83333vw;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 0.41667vw;
    transition: border 0.15s ease;
    cursor: pointer;
  }
  #s_contact .check_m .mwform-radio-field label.on {
    height: 7.16667vw !important;
    max-height: 86px !important;
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .check_m .mwform-radio-field label:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .check_m .mwform-radio-field label.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .check_m .mwform-radio-field label span {
    display: none;
  }
  .isIE th, .isIE dt {
    text-align: left;
  }
  #contact_body {
    padding-top: 2.5vw;
    padding-bottom: 5vw;
  }
  #contact_body dt {
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 1.25vw;
  }
  #contact_body dt .s {
    margin-left: 1.66667vw;
    display: inline-block;
    font-weight: normal;
  }
  #contact_body dd textarea {
    width: 100%;
    height: 15vw !important;
    max-height: 180px !important;
    padding: 0.83333vw 1.25vw;
    box-sizing: border-box;
    font-size: 1.33333vw;
  }
  #s_amount {
    padding-top: 1.66667vw;
    margin-bottom: 6.66667vw;
  }
  #s_amount dt {
    margin-bottom: 1.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #s_amount select {
    width: 6.66667vw !important;
    max-width: 80px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
    background-color: #fff;
    text-align: right;
    font-size: 1.5vw;
    box-sizing: border-box;
  }
  #section_user {
    margin-bottom: 3.33333vw;
  }
  #section_user h3 {
    margin-bottom: 1.66667vw;
  }
  #section_user table {
    width: 100%;
    text-align: left;
  }
  #section_user tr {
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border-bottom: 1px solid #c1bfa5;
  }
  #section_user tr:last-child th, #section_user tr:last-child td {
    padding-bottom: 3.33333vw;
  }
  #section_user th {
    width: 21.66667vw !important;
    max-width: 260px !important;
    min-width: 21.66667vw;
    padding: 1.66667vw 0;
    font-weight: bold;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 0.83333vw;
    font-size: 1.16667vw;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 0.83333vw;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 100%;
    padding: 1.66667vw 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 1.25vw;
    font-size: 1.33333vw;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 22.91667vw !important;
    max-width: 275px !important;
  }
  #section_user td .c2 input:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #section_user .f_zip {
    display: flex;
  }
  #section_user .f_zip .n {
    display: flex;
  }
  #section_user .f_zip .n input {
    text-align: left;
  }
  #section_user .f_zip .n p:nth-child(1) {
    position: relative;
    padding-right: 2.5vw;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 5.41667vw !important;
    max-width: 65px !important;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 2.5vw !important;
    max-width: 30px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #section_user .f_zip .n p:nth-child(2) {
    margin-right: 1.66667vw;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 6.25vw !important;
    max-width: 75px !important;
  }
  #section_user .f_zip .btn_search {
    width: 16.33333vw !important;
    max-width: 196px !important;
    height: 3vw !important;
    max-height: 36px !important;
    margin-top: 0.41667vw;
    font-size: 1.16667vw;
    display: flex;
    border-radius: 3vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    background-color: #c1bfa5;
    border: 1px solid #c1bfa5;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .is_pc #section_user .f_zip .btn_search:hover {
    background-color: #fff;
    color: #c1bfa5;
  }
  .is_sp #section_user .f_zip .btn_search.touch {
    background-color: #fff;
    color: #c1bfa5;
  }
  #section_user .add1, #section_user .add2 {
    margin-bottom: 1.66667vw;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 14vw !important;
    max-width: 168px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    font-size: 1.33333vw;
    color: #000;
    padding-left: 1.25vw;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 2vw !important;
    max-width: 24px !important;
    height: calc(100% - 2px);
    background-color: #c1bfa5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buy/select_arrow.svg);
    position: absolute;
    top: 1px;
    right: 1px;
    transition: background 0.15s ease;
  }
  #section_user .notes {
    margin-top: 0.83333vw;
  }
  #section_user textarea {
    padding: 0.83333vw 1.25vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 8.33333vw !important;
    max-height: 100px !important;
    line-height: 1.625em;
    font-size: 1.33333vw;
  }
  #section_enquete h3 {
    margin-bottom: 1.66667vw;
  }
  #section_enquete .txt {
    margin-bottom: 3.33333vw;
  }
  #section_enquete li {
    padding-bottom: 1.66667vw;
    margin-bottom: 1.66667vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 3.33333vw;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 2.08333vw;
    margin-right: 2.08333vw;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field:nth-child(3) {
    margin-right: 25vw;
  }
  #section_enquete li .mwform-checkbox-field:nth-last-child(3) {
    display: block;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 2.08333vw;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 0.33333vw;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -0.08333vw;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 1.16667vw;
  }
  #section_enquete li .misc {
    margin-top: 1.66667vw;
  }
  #section_enquete li .misc input {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 1.25vw;
    font-size: 1.33333vw;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 10vw !important;
    max-height: 120px !important;
    margin-top: 1.25vw;
    padding: 0.83333vw 1.25vw;
    letter-spacing: 0.12em;
    font-size: 1.33333vw;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 1.25vw;
    font-size: 1.16667vw;
  }
  #btm_btn {
    padding-top: 2.91667vw;
    padding-bottom: 8.33333vw;
    text-align: center;
  }
  #btm_btn .btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back {
    margin-right: 1.66667vw;
  }
  #btm_btn .btn_list .back input {
    width: 12.08333vw !important;
    max-width: 145px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 2.5vw center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 1.08333vw;
    text-indent: 2.5vw;
  }
  #btm_btn input[type="submit"] {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    margin-bottom: 3.33333vw;
    background-color: #000;
    border-radius: 8.33333vw;
    font-size: 2vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #btm_btn input[type="submit"]:hover {
    background-color: #c1bfa5;
  }
  .is_sp #btm_btn input[type="submit"].touch {
    background-color: #c1bfa5;
  }
  #btm_btn .notes a {
    padding-bottom: 0.16667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #btm_btn .notes a:hover {
    border: 0 solid #000;
  }
  .is_sp #btm_btn .notes a.touch {
    border: 0 solid #000;
  }
  .isIE .notes svg {
    width: 1.125vw !important;
    max-width: 13.5px !important;
    height: 0.95833vw !important;
    max-height: 11.5px !important;
  }
  #page_contact.thanks #content_inner {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding: 0;
    padding-top: 5vw;
    overflow: hidden;
  }
  #page_contact.thanks #content_inner h3 {
    margin-bottom: 1.66667vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 0.41667vw;
    border-bottom: 0.16667vw solid #000;
    position: relative;
  }
  #page_contact.thanks #content_inner .desc p {
    line-height: 1.75em;
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  #page_contact.thanks #content_inner .desc p a {
    padding-bottom: 0.16667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #page_contact.thanks #content_inner .desc p a:hover {
    border: 0 solid #000;
  }
  .is_sp #page_contact.thanks #content_inner .desc p a.touch {
    border: 0 solid #000;
  }
  #page_contact.thanks #content_inner .backtop {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin: 5vw auto;
  }
  #page_contact.thanks #content_inner .backtop a {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin-bottom: 3.33333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 8.33333vw;
    font-size: 2vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #page_contact.thanks #content_inner .backtop a:hover {
    background-color: #c1bfa5;
  }
  .is_sp #page_contact.thanks #content_inner .backtop a.touch {
    background-color: #c1bfa5;
  }
  .t_confirm {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 3.33333vw;
    margin: 0 auto;
    margin-bottom: -0.83333vw;
  }
  input.error, textarea.error {
    border-color: #ff4242 !important;
  }
  .formErrorContent, span.error, .formError {
    visibility: hidden;
    font-size: 0;
    position: fixed;
    top: -200vw;
    display: none;
  }
  .mw_wp_form_confirm p, .mw_wp_form_confirm div, .mw_wp_form_confirm th, .mw_wp_form_confirm td, .mw_wp_form_confirm li {
    word-break: break-all;
  }
  .mw_wp_form_confirm #s_contact h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .check_m {
    font-size: 1.5vw;
    margin-bottom: 3.33333vw;
  }
  .mw_wp_form_confirm #contact_body .s {
    display: none;
  }
  .mw_wp_form_confirm #contact_body dd {
    font-size: 1.33333vw;
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #s_amount dl {
    display: table;
  }
  .mw_wp_form_confirm #s_amount dt, .mw_wp_form_confirm #s_amount dd {
    display: table-cell;
    margin: 0;
  }
  .mw_wp_form_confirm #s_amount .req {
    display: none;
  }
  .mw_wp_form_confirm #s_amount dt:after {
    content: '：';
    font-weight: bold;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm th .s {
    display: none;
  }
  .mw_wp_form_confirm .f_zip .n {
    align-items: center;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1) {
    padding-right: 0 !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1):after {
    display: none !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(2):before {
    content: '-';
  }
  .mw_wp_form_confirm .f_zip .btn_search {
    display: none !important;
  }
  .mw_wp_form_confirm .add1, .mw_wp_form_confirm .add2, .mw_wp_form_confirm .add3 {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  .mw_wp_form_confirm .add1 .notes, .mw_wp_form_confirm .add2 .notes, .mw_wp_form_confirm .add3 .notes {
    display: none;
  }
  .mw_wp_form_confirm .add1:after, .mw_wp_form_confirm .add2:after, .mw_wp_form_confirm .add3:after {
    display: none !important;
  }
  .mw_wp_form_confirm #section_enquete h3 {
    margin-bottom: 3.33333vw;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 1.66667vw;
  }
  .mw_wp_form_confirm #section_enquete h4 span {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete div, .mw_wp_form_confirm #section_enquete p {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #section_enquete .notice {
    display: none;
  }
}
/* -------------------------------------------------- */
/*------------------------------------------------------------------------------------------
 *
 *
 raw_pc.css
 *
 *
 ------------------------------------------------------------------------------------------ */

@media screen and (min-width: 1200px) {
  #input_wrap {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 60px;
    margin: 0 auto;
  }
  #input_wrap th, #input_wrap td, #input_wrap p, #input_wrap li, #input_wrap input, #input_wrap textaraa, #input_wrap select, #input_wrap radio {
    letter-spacing: 0.12em;
  }
  #input_wrap h3 {
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  #input_wrap h3 .s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal !important;
  }
  #input_wrap h3 .s .r {
    color: #ff4242;
  }
  #input_wrap .req {
    color: #ff4242;
  }
  #input_wrap select, #input_wrap input, #input_wrap textarea {
    border: 1px solid #c1bfa5;
    transition: border 0.15s ease;
    box-sizing: border-box;
    background-color: #fff;
  }
  #input_wrap select:focus, #input_wrap input:focus, #input_wrap textarea:focus {
    border-color: #8b8866;
  }
  .is_pc #input_wrap select:hover, .is_pc #input_wrap input:hover, .is_pc #input_wrap textarea:hover {
    border-color: #8b8866;
  }
  .is_sp #input_wrap select.touch, .is_sp #input_wrap input.touch, .is_sp #input_wrap textarea.touch {
    border-color: #8b8866;
  }
  #s_contact {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_contact .radio_wrap {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  #s_contact h4 {
    font-weight: bold;
  }
  #s_contact .m_list > div {
    width: 100%;
    height: 5.33333vw !important;
    max-height: 64px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 5px;
    transition: border 0.15s ease;
  }
  #s_contact .m_list > div.on {
    height: 7.16667vw !important;
    max-height: 86px !important;
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .m_list > div:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .m_list > div.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .m_list > div h4 {
    padding-left: 30px;
    letter-spacing: 0.12em;
    margin-left: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    left: -5px;
  }
  #s_contact .m_list > div h4:before {
    content: '';
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.66667vw !important;
    max-height: 20px !important;
    border: 1px solid #c9c7b0;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #s_contact .m_list > div h4:after {
    display: none;
    content: '';
    width: 0.83333vw !important;
    max-width: 10px !important;
    height: 0.83333vw !important;
    max-height: 10px !important;
    border-radius: 10px;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #s_contact .m_list > div.on h4:after {
    display: block !important;
  }
  #s_contact .m_list > div .desc {
    margin-left: 20px;
    color: #5d5d5d;
    letter-spacing: 0.12em;
  }
  #s_contact .m_list > div .img_w {
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #s_contact .m_list > div .img_w .desc {
    padding-left: 20px;
  }
  #s_contact .m_list > div .img_w h5 {
    margin-top: -10px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #s_contact .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_contact .check_m {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_contact .check_m .mwform-radio-field label {
    display: block;
    width: 100%;
    height: 5.33333vw !important;
    max-height: 64px !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 5px;
    transition: border 0.15s ease;
    cursor: pointer;
  }
  #s_contact .check_m .mwform-radio-field label.on {
    height: 7.16667vw !important;
    max-height: 86px !important;
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .check_m .mwform-radio-field label:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .check_m .mwform-radio-field label.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .check_m .mwform-radio-field label span {
    display: none;
  }
  #contact_body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #contact_body dt {
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
  }
  #contact_body dt .s {
    margin-left: 20px;
    display: inline-block;
    font-weight: normal;
  }
  #contact_body dd textarea {
    width: 100%;
    height: 15vw !important;
    max-height: 180px !important;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
  }
  #s_amount {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  #s_amount dt {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #s_amount select {
    width: 6.66667vw !important;
    max-width: 80px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-right: 15px;
    background-color: #fff;
    text-align: right;
    font-size: 18px;
    box-sizing: border-box;
  }
  #section_user {
    margin-bottom: 40px;
  }
  #section_user h3 {
    margin-bottom: 20px;
  }
  #section_user table {
    width: 100%;
    text-align: left;
  }
  #section_user tr {
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border-bottom: 1px solid #c1bfa5;
  }
  #section_user tr:last-child th, #section_user tr:last-child td {
    padding-bottom: 40px;
  }
  #section_user th {
    width: 21.66667vw !important;
    max-width: 260px !important;
    min-width: 260px;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 10px;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 100%;
    padding: 20px 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 22.91667vw !important;
    max-width: 275px !important;
  }
  #section_user td .c2 input:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #section_user .f_zip {
    display: flex;
  }
  #section_user .f_zip .n {
    display: flex;
  }
  #section_user .f_zip .n input {
    text-align: left;
  }
  #section_user .f_zip .n p:nth-child(1) {
    position: relative;
    padding-right: 30px;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 5.41667vw !important;
    max-width: 65px !important;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 2.5vw !important;
    max-width: 30px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #section_user .f_zip .n p:nth-child(2) {
    margin-right: 20px;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 6.25vw !important;
    max-width: 75px !important;
  }
  #section_user .f_zip .btn_search {
    width: 16.33333vw !important;
    max-width: 196px !important;
    height: 3vw !important;
    max-height: 36px !important;
    margin-top: 5px;
    font-size: 14px;
    display: flex;
    border-radius: 36px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    background-color: #c1bfa5;
    border: 1px solid #c1bfa5;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .is_pc #section_user .f_zip .btn_search:hover {
    background-color: #fff;
    color: #c1bfa5;
  }
  .is_sp #section_user .f_zip .btn_search.touch {
    background-color: #fff;
    color: #c1bfa5;
  }
  #section_user .add1, #section_user .add2 {
    margin-bottom: 20px;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 14vw !important;
    max-width: 168px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 2vw !important;
    max-width: 24px !important;
    height: calc(100% - 2px);
    background-color: #c1bfa5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buy/select_arrow.svg);
    position: absolute;
    top: 1px;
    right: 1px;
    transition: background 0.15s ease;
  }
  #section_user .notes {
    margin-top: 10px;
  }
  #section_user textarea {
    padding: 10px 15px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 8.33333vw !important;
    max-height: 100px !important;
    line-height: 1.625em;
  }
  #section_enquete h3 {
    margin-bottom: 20px;
  }
  #section_enquete .txt {
    margin-bottom: 40px;
  }
  #section_enquete li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 25px;
    margin-right: 25px;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field:nth-child(3) {
    margin-right: 300px;
  }
  #section_enquete li .mwform-checkbox-field:nth-last-child(3) {
    display: block;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 25px;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 4px;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -1px;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 14px;
  }
  #section_enquete li .misc {
    margin-top: 20px;
  }
  #section_enquete li .misc input {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 10vw !important;
    max-height: 120px !important;
    margin-top: 15px;
    padding: 10px 15px;
    letter-spacing: 0.12em;
    font-size: 16px;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 15px;
    font-size: 14px;
  }
  #btm_btn {
    padding-top: 35px;
    padding-bottom: 100px;
    text-align: center;
  }
  #btm_btn .btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back {
    margin-right: 20px;
  }
  #btm_btn .btn_list .back input {
    width: 12.08333vw !important;
    max-width: 145px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 13px;
    text-indent: 30px;
  }
  #btm_btn input[type="submit"] {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    margin-bottom: 40px;
    background-color: #000;
    border-radius: 100px;
    font-size: 24px;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #btm_btn input[type="submit"]:hover {
    background-color: #c1bfa5;
  }
  .is_sp #btm_btn input[type="submit"].touch {
    background-color: #c1bfa5;
  }
  #btm_btn .notes a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #btm_btn .notes a:hover {
    border: 0 solid #000;
  }
  .is_sp #btm_btn .notes a.touch {
    border: 0 solid #000;
  }
  #page_contact.thanks #content_inner {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding: 0;
    padding-top: 60px;
    overflow: hidden;
  }
  #page_contact.thanks #content_inner h3 {
    margin-bottom: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  #page_contact.thanks #content_inner .desc p {
    line-height: 1.75em;
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  #page_contact.thanks #content_inner .desc p a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #page_contact.thanks #content_inner .desc p a:hover {
    border: 0 solid #000;
  }
  .is_sp #page_contact.thanks #content_inner .desc p a.touch {
    border: 0 solid #000;
  }
  #page_contact.thanks #content_inner .backtop {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin: 60px auto;
  }
  #page_contact.thanks #content_inner .backtop a {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 100px;
    font-size: 24px;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #page_contact.thanks #content_inner .backtop a:hover {
    background-color: #c1bfa5;
  }
  .is_sp #page_contact.thanks #content_inner .backtop a.touch {
    background-color: #c1bfa5;
  }
  .t_confirm {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 40px;
    margin: 0 auto;
    margin-bottom: -10px;
  }
  input.error, textarea.error {
    border-color: #ff4242 !important;
  }
  .formErrorContent, span.error, .formError {
    visibility: hidden;
    font-size: 0;
    position: fixed;
    top: -200vw;
    display: none;
  }
  .mw_wp_form_confirm p, .mw_wp_form_confirm div, .mw_wp_form_confirm th, .mw_wp_form_confirm td, .mw_wp_form_confirm li {
    word-break: break-all;
  }
  .mw_wp_form_confirm #s_contact h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .check_m {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .mw_wp_form_confirm #contact_body .s {
    display: none;
  }
  .mw_wp_form_confirm #contact_body dd {
    font-size: 16px;
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #s_amount dl {
    display: table;
  }
  .mw_wp_form_confirm #s_amount dt, .mw_wp_form_confirm #s_amount dd {
    display: table-cell;
    margin: 0;
  }
  .mw_wp_form_confirm #s_amount .req {
    display: none;
  }
  .mw_wp_form_confirm #s_amount dt:after {
    content: '：';
    font-weight: bold;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm th .s {
    display: none;
  }
  .mw_wp_form_confirm .f_zip .n {
    align-items: center;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1) {
    padding-right: 0 !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1):after {
    display: none !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(2):before {
    content: '-';
  }
  .mw_wp_form_confirm .f_zip .btn_search {
    display: none !important;
  }
  .mw_wp_form_confirm .add1, .mw_wp_form_confirm .add2, .mw_wp_form_confirm .add3 {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  .mw_wp_form_confirm .add1 .notes, .mw_wp_form_confirm .add2 .notes, .mw_wp_form_confirm .add3 .notes {
    display: none;
  }
  .mw_wp_form_confirm .add1:after, .mw_wp_form_confirm .add2:after, .mw_wp_form_confirm .add3:after {
    display: none !important;
  }
  .mw_wp_form_confirm #section_enquete h3 {
    margin-bottom: 40px;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 20px;
  }
  .mw_wp_form_confirm #section_enquete h4 span {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete div, .mw_wp_form_confirm #section_enquete p {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #section_enquete .notice {
    display: none;
  }
}
/* ----- min-width : 1200px ----- */
html {
  position: relative;
}
html {
  position: relative;
}


@media screen and (max-width: 750px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   story_sp.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 750px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*---------------------------------------
   *
   #input_wrap
   *
   --------------------------------------- */
  .isIE th, .isIE dt {
    text-align: left;
  }
  #content_inner {
    padding: 8vw 4vw;
    overflow-x: hidden;
  }
  #page_contact #sub_kv img {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #page_contact .bg_inner {
    display: none;
  }
  #input_wrap {
    padding-top: 5.33333vw;
    margin: 0 auto;
  }
  #input_wrap th, #input_wrap td, #input_wrap p, #input_wrap li, #input_wrap input, #input_wrap textaraa, #input_wrap select, #input_wrap radio {
    letter-spacing: 0.12em;
  }
  #input_wrap h3 {
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 2.66667vw;
    border-bottom: 0.53333vw solid #000;
    position: relative;
  }
  #input_wrap h3 .s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal !important;
  }
  #input_wrap h3 .s .r {
    color: #ff4242;
  }
  #input_wrap .req {
    color: #ff4242;
  }
  #input_wrap select, #input_wrap input, #input_wrap textarea {
    border: 1px solid #c1bfa5;
    transition: border 0.15s ease;
    box-sizing: border-box;
    background-color: #fff;
  }
  #input_wrap select:focus, #input_wrap input:focus, #input_wrap textarea:focus {
    border-color: #8b8866;
  }
  .is_pc #input_wrap select:hover, .is_pc #input_wrap input:hover, .is_pc #input_wrap textarea:hover {
    border-color: #8b8866;
  }
  .is_sp #input_wrap select.touch, .is_sp #input_wrap input.touch, .is_sp #input_wrap textarea.touch {
    border-color: #8b8866;
  }
  #s_contact {
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_contact .radio_wrap {
    margin-top: 3.33333vw;
    margin-bottom: 1.66667vw;
    position: relative;
  }
  #s_contact h4 {
    font-weight: bold;
  }
  #s_contact .m_list > div {
    width: 100%;
    height: 32vw;
    margin-bottom: 2.5vw;
    padding-top: 5.33333vw;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 1.66667vw;
    transition: border 0.15s ease;
  }
  #s_contact .m_list > div.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .m_list > div:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .m_list > div.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .m_list > div h4 {
    padding-left: 9.16667vw;
    letter-spacing: 0.12em;
    margin-left: 3.33333vw;
    margin-bottom: 2.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    left: -0.83333vw;
  }
  #s_contact .m_list > div h4:before {
    content: '';
    width: 6.66667vw !important;
    max-width: 80px !important;
    height: 6.66667vw !important;
    max-height: 80px !important;
    border: 1px solid #c9c7b0;
    border-radius: 6.66667vw;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -1.06667vw;
    left: 0;
  }
  #s_contact .m_list > div h4:after {
    display: none;
    content: '';
    width: 3.33333vw !important;
    max-width: 40px !important;
    height: 3.33333vw !important;
    max-height: 40px !important;
    border-radius: 3.33333vw;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 0.5vw;
    left: 1.66667vw;
  }
  #s_contact .m_list > div.on h4:after {
    display: block !important;
  }
  #s_contact .m_list > div .desc {
    margin-left: 3.33333vw;
    padding-right: 2.66667vw;
    color: #5d5d5d;
    letter-spacing: 0.12em;
    line-height: 1.6em;
  }
  #s_contact .m_list > div .img_w {
    padding: 0 5.83333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #s_contact .m_list > div .img_w .desc {
    padding-left: 3.33333vw;
  }
  #s_contact .m_list > div .img_w h5 {
    margin-top: -1.66667vw;
    font-weight: bold;
    margin-bottom: 1.66667vw;
    line-height: 1.5em;
  }
  #s_contact .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_contact .check_m {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_contact .check_m .mwform-radio-field label {
    display: block;
    width: 100%;
    height: 32vw;
    margin-bottom: 2.5vw;
    padding-top: 5.33333vw;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 1.66667vw;
    transition: border 0.15s ease;
    cursor: pointer;
  }
  #s_contact .check_m .mwform-radio-field label.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_contact .check_m .mwform-radio-field label:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_contact .check_m .mwform-radio-field label.touch {
    border: 1px solid #ff4242;
  }
  #s_contact .check_m .mwform-radio-field label span {
    display: none;
  }
  #contact_body {
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
  #contact_body dt {
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 4vw;
  }
  #contact_body dt .s {
    margin-top: 2.66667vw;
    display: block;
    font-weight: normal;
    line-height: 1.6em;
  }
  #contact_body dd textarea {
    width: 100%;
    height: 53.33333vw;
    padding: 2.66667vw 4vw;
    box-sizing: border-box;
    font-size: 4.26667vw;
  }
  #section_user {
    margin-bottom: 16vw;
  }
  #section_user h3 {
    margin-bottom: 5.33333vw;
  }
  #section_user table {
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
  }
  #section_user tr {
    display: block;
    border-bottom: 0.26667vw dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border: none;
  }
  #section_user th {
    width: 69.33333vw;
    min-width: 69.33333vw;
    padding: 5.33333vw 0 0 0;
    font-weight: bold;
    display: block;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 2.66667vw;
    font-size: 3.2vw;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 2.66667vw;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 92vw;
    min-width: 92vw;
    display: block;
    padding: 5.33333vw 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 12vw;
    padding-left: 4vw;
    font-size: 4.26667vw;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 42.66667vw;
  }
  #section_user td .c2 input:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #section_user .f_zip {
    display: flex;
  }
  #section_user .f_zip .n {
    display: flex;
  }
  #section_user .f_zip .n input {
    text-align: left;
  }
  #section_user .f_zip .n p:nth-child(1) {
    position: relative;
    padding-right: 8vw;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 17.33333vw;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #section_user .f_zip .n p:nth-child(2) {
    margin-right: 5.33333vw;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 20vw;
  }
  #section_user .f_zip .btn_search {
    width: 48vw;
    height: 9.6vw;
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    display: flex;
    border-radius: 9.6vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    background-color: #c1bfa5;
    border: 1px solid #c1bfa5;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    position: relative;
    left: -1.33333vw;
  }
  .is_pc #section_user .f_zip .btn_search:hover {
    background-color: #fff;
    color: #c1bfa5;
  }
  .is_sp #section_user .f_zip .btn_search.touch {
    background-color: #fff;
    color: #c1bfa5;
  }
  #section_user .add1, #section_user .add2 {
    margin-bottom: 5.33333vw;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 44.8vw;
    height: 12vw;
    font-size: 4.26667vw;
    color: #000;
    padding-left: 4vw;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 6.4vw;
    height: calc(100% - 2px);
    background-color: #c1bfa5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buy/select_arrow.svg);
    position: absolute;
    top: 1px;
    right: 1px;
    transition: background 0.15s ease;
  }
  #section_user .notes {
    margin-top: 2.66667vw;
  }
  #section_user textarea {
    padding: 2.66667vw 4vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40vw;
    line-height: 1.625em;
    font-size: 4.26667vw;
  }
  #section_enquete h3 {
    margin-bottom: 5.33333vw;
  }
  #section_enquete .txt {
    margin-bottom: 10.66667vw;
    line-height: 1.6em;
  }
  #section_enquete li {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 10.66667vw;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
    line-height: 1.6em;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 5.33333vw;
    margin-right: 2.66667vw;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 6.66667vw;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 0.53333vw;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -0.13333vw;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 3.73333vw;
  }
  #section_enquete li .misc {
    margin-top: 5.33333vw;
  }
  #section_enquete li .misc input {
    width: 100%;
    height: 12vw;
    padding-left: 4vw;
    font-size: 4.26667vw;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 100%;
    height: 40vw;
    margin-top: 4vw;
    padding: 2.66667vw 4vw;
    letter-spacing: 0.12em;
    font-size: 4.26667vw;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.6em;
  }
  #btm_btn {
    padding-top: 4.66667vw;
    padding-bottom: 13.33333vw;
    text-align: center;
  }
  #btm_btn .btn_list {
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back input {
    width: 37.33333vw;
    height: 18.66667vw;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 8vw center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 3.46667vw;
    text-indent: 8vw;
  }
  #btm_btn input[type="submit"] {
    width: 82.66667vw;
    height: 21.33333vw;
    margin-bottom: 10.66667vw;
    background-color: #000;
    border-radius: 26.66667vw;
    font-size: 4.8vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #btm_btn input[type="submit"]:hover {
    background-color: #c1bfa5;
  }
  .is_sp #btm_btn input[type="submit"].touch {
    background-color: #c1bfa5;
  }
  #btm_btn .notes a {
    line-height: 2em;
    padding-bottom: 0.26667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #btm_btn .notes a:hover {
    border: 0 solid #000;
  }
  .is_sp #btm_btn .notes a.touch {
    border: 0 solid #000;
  }
  .isIE .notes svg {
    width: 1.8vw;
    height: 1.53333vw;
  }
  #page_contact.thanks #content_inner {
    padding: 0 5.33333vw;
    padding-top: 16vw;
    overflow: hidden;
  }
  #page_contact.thanks #content_inner h3 {
    margin-bottom: 5.33333vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 2.66667vw;
    border-bottom: 0.53333vw solid #000;
    position: relative;
  }
  #page_contact.thanks #content_inner .desc p {
    line-height: 1.75em;
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  #page_contact.thanks #content_inner .desc p a {
    padding-bottom: 0.53333vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #page_contact.thanks #content_inner .desc p a:hover {
    border: 0 solid #000;
  }
  .is_sp #page_contact.thanks #content_inner .desc p a.touch {
    border: 0 solid #000;
  }
  #page_contact.thanks #content_inner .backtop {
    width: 80vw;
    height: 18.66667vw;
    margin: 16vw auto;
  }
  #page_contact.thanks #content_inner .backtop a {
    width: 80vw;
    height: 18.66667vw;
    margin-bottom: 10.66667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 26.66667vw;
    font-size: 4.8vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #page_contact.thanks #content_inner .backtop a:hover {
    background-color: #c1bfa5;
  }
  .is_sp #page_contact.thanks #content_inner .backtop a.touch {
    background-color: #c1bfa5;
  }
  .hubspot_myForm{
    width: 100%;
  }
  .t_confirm {
    width: 109.33333vw;
    padding-top: 2.66667vw;
    margin: 0 auto;
    margin-top: -2.66667vw;
    margin-bottom: 2.66667vw;
  }
  input.error {
    border-color: #ff4242 !important;
  }
  .formErrorContent, span.error, .formError {
    visibility: hidden;
    font-size: 0;
    position: fixed;
    top: -200vw;
    display: none;
  }
  .mw_wp_form_confirm p, .mw_wp_form_confirm div, .mw_wp_form_confirm th, .mw_wp_form_confirm td, .mw_wp_form_confirm li {
    word-break: break-all;
  }
  .mw_wp_form_confirm #s_contact h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_contact .check_m {
    font-size: 4.8vw;
    margin-bottom: 2.66667vw;
    position: relative;
  }
  .mw_wp_form_confirm #contact_body .s {
    display: none;
  }
  .mw_wp_form_confirm #contact_body dd {
    font-size: 4.26667vw;
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #s_machine h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .check_m {
    position: relative;
    display: inherit;
    font-size: 4.26667vw;
    letter-spacing: 0.12em;
  }
  .mw_wp_form_confirm #s_machine .check_m:before {
    content: '商品：';
    display: inline-block;
    font-size: 4.26667vw;
    font-weight: bold;
  }
  .mw_wp_form_confirm #s_amount dl {
    display: table;
  }
  .mw_wp_form_confirm #s_amount dt, .mw_wp_form_confirm #s_amount dd {
    display: table-cell;
    margin: 0;
  }
  .mw_wp_form_confirm #s_amount .req {
    display: none;
  }
  .mw_wp_form_confirm #s_amount dt:after {
    content: '：';
    font-weight: bold;
  }
  .mw_wp_form_confirm td {
    padding-top: 1.33333vw !important;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm th .s {
    display: none;
  }
  .mw_wp_form_confirm .f_zip .n {
    align-items: center;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1) {
    padding-right: 0 !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1):after {
    display: none !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(2):before {
    content: '-';
  }
  .mw_wp_form_confirm .f_zip .btn_search {
    display: none !important;
  }
  .mw_wp_form_confirm .add1, .mw_wp_form_confirm .add2, .mw_wp_form_confirm .add3 {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  .mw_wp_form_confirm .add1 .notes, .mw_wp_form_confirm .add2 .notes, .mw_wp_form_confirm .add3 .notes {
    display: none;
  }
  .mw_wp_form_confirm .add1:after, .mw_wp_form_confirm .add2:after, .mw_wp_form_confirm .add3:after {
    display: none !important;
  }
  .mw_wp_form_confirm #section_enquete h3 {
    margin-bottom: 5.33333vw;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 2.66667vw;
  }
  .mw_wp_form_confirm #section_enquete h4 span {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete div, .mw_wp_form_confirm #section_enquete p {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #section_enquete .notice {
    display: none;
  }
}
