/*-----------------------------------------------------
btn_top
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .btn_top {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 30px;
    right: 120px;
    z-index: 5;
    filter: drop-shadow(0px 0px 3px #ccc) drop-shadow(0px 0px 1px rgba(204, 204, 204, 0.2));
  }
  html.notIE .btn_top a {
    width: 100px;
    height: 100px;
    display: block;
  }
}

html.msie .btn_top {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 30px;
  right: 120px;
  z-index: 5;
  filter: drop-shadow(0px 0px 3px #ccc) drop-shadow(0px 0px 1px rgba(204, 204, 204, 0.2));
}
html.msie .btn_top a {
  width: 100px;
  height: 100px;
  display: block;
}

@media screen and (max-width: 750px) {
  html.notIE .btn_top {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    position: fixed;
    bottom: calc(30 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    z-index: 5;
    filter: drop-shadow(0px 0px 3px #ccc) drop-shadow(0px 0px 1px rgba(204, 204, 204, 0.2));
  }
  html.notIE .btn_top a {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    display: block;
  }
}

/*-----------------------------------------------------
kv
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .kv {
    background: linear-gradient(to right, #fbebd0 0%, #fbebd0 50%, #fcdadf 50%, #fcdadf 100%);
  }
  html.notIE .kv_inner {
    margin: 0 auto;
    max-width: 1200px;
    height: 480px;
    overflow: hidden;
    padding: 76px 0 70px;
    position: relative;
  }
  html.notIE .kv_heading {
    font-size: 44px;
    color: #331100;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: .14em;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_heading_sub {
    font-size: 28px;
    color: #331100;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    letter-spacing: .14em;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_heading_sub sup {
    vertical-align: top;
    font-size: 12px;
  }
  html.notIE .kv_heading_sub2 {
    font-size: 44px;
    color: #331100;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: 110px auto 0;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_text {
    font-size: 32px;
    color: #331100;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin: 14px auto 0;
    letter-spacing: .14em;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_text sup {
    vertical-align: top;
    font-size: 12px;
  }
  html.notIE .kv_notes {
    width: 120px;
    font-size: 10px;
    color: #331100;
    line-height: 1.5;
    font-weight: 300;
    position: absolute;
    bottom: -2px;
    left: 85px;
    letter-spacing: .08em;
  }
  html.notIE .kv_item1 {
    width: 156px;
    position: absolute;
    top: 70px;
    left: 16%;
  }
  html.notIE .kv_item1_inner {
    height: 514px;
    position: relative;
  }
  html.notIE .kv_item2 {
    width: 143px;
    position: absolute;
    bottom: 67px;
    right: 16%;
  }
  html.notIE .kv_item2_inner {
    height: 476px;
    position: relative;
  }
}

html.msie .kv {
  background: linear-gradient(to right, #fbebd0 0%, #fbebd0 50%, #fcdadf 50%, #fcdadf 100%);
}
html.msie .kv_inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 480px;
  overflow: hidden;
  padding: 76px 0 70px;
  position: relative;
}
html.msie .kv_heading {
  font-size: 44px;
  color: #331100;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: .14em;
  position: relative;
  z-index: 2;
}
html.msie .kv_heading_sub {
  font-size: 28px;
  color: #331100;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  letter-spacing: .14em;
  position: relative;
  z-index: 2;
}
html.msie .kv_heading_sub sup {
  vertical-align: top;
  font-size: 12px;
}
html.msie .kv_heading_sub2 {
  font-size: 44px;
  color: #331100;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 110px auto 0;
  position: relative;
  z-index: 2;
}
html.msie .kv_text {
  font-size: 32px;
  color: #331100;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  margin: 14px auto 0;
  letter-spacing: .14em;
  position: relative;
  z-index: 2;
}
html.msie .kv_text sup {
  vertical-align: top;
  font-size: 12px;
}
html.msie .kv_notes {
  width: 120px;
  font-size: 10px;
  color: #331100;
  line-height: 1.5;
  font-weight: 300;
  position: absolute;
  bottom: -2px;
  left: 85px;
  letter-spacing: .08em;
}
html.msie .kv_item1 {
  width: 156px;
  position: absolute;
  top: 70px;
  left: 16%;
}
html.msie .kv_item1_inner {
  height: 514px;
  position: relative;
}
html.msie .kv_item2 {
  width: 143px;
  position: absolute;
  bottom: 67px;
  right: 16%;
}
html.msie .kv_item2_inner {
  height: 476px;
  position: relative;
}

@media screen and (max-width: 750px) {
  html.notIE img {
    max-width: 100%;
  }
  html.notIE .kv {
    background: linear-gradient(to right, #fbebd0 0%, #fbebd0 50%, #fcdadf 50%, #fcdadf 100%);
  }
  html.notIE .kv_inner {
    margin: 0 auto;
    max-width: 1200px;
    height: calc(1050 / 750 * 100vw);
    overflow: hidden;
    padding: calc(55 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
    position: relative;
  }
  html.notIE .kv_heading {
    font-size: calc(64 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: .14em;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_heading_sub {
    font-size: calc(40 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 0;
    letter-spacing: .14em;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_heading_sub sup {
    vertical-align: top;
    font-size: calc(10 / 750 * 100vw);
  }
  html.notIE .kv_heading_sub2 {
    font-size: calc(64 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: calc(620 / 750 * 100vw) auto 0;
    position: relative;
    z-index: 2;
  }
  html.notIE .kv_text {
    font-size: calc(46 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin: calc(20 / 750 * 100vw) auto 0;
    position: relative;
    letter-spacing: .14em;
    z-index: 2;
  }
  html.notIE .kv_text sup {
    vertical-align: top;
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .kv_notes {
    width: calc(200 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    bottom: calc(20 / 750 * 100vw);
    right: 0;
    text-align: right;
  }
  html.notIE .kv_item1 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .kv_item1_inner {
    height: 100%;
    position: relative;
  }
  html.notIE .kv_item1_box {
    width: calc(223 / 750 * 100vw);
    position: absolute;
    top: calc(290 / 750 * 100vw);
    left: 20%;
  }
  html.notIE .kv_item2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: calc(14 / 750 * 100vw);
    right: calc(8 / 750 * 100vw);
  }
  html.notIE .kv_item2_inner {
    height: 100%;
    position: relative;
  }
  html.notIE .kv_item2_box {
    width: calc(204 / 750 * 100vw);
    position: absolute;
    bottom: calc(260 / 750 * 100vw);
    right: 20%;
  }
}

/*-----------------------------------------------------
intro
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .intro {
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .intro:before {
    width: 100%;
    height: 30%;
    content: "";
    display: block;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  html.notIE .intro_inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 53px 0 80px;
    position: relative;
  }
  html.notIE .intro_heading {
    font-size: 28px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
  }
  html.notIE .intro_heading_box {
    width: 450px;
    margin: 12px auto 0;
  }
  html.notIE .intro_heading_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  html.notIE .intro_heading_list li {
    width: 146px;
    height: 84px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 28px;
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .intro_heading_list li span {
    font-size: 16px;
  }
  html.notIE .intro_notes {
    font-size: 10px;
    color: #331100;
    line-height: 1.5;
    text-align: left;
    margin: 4px 0 0 5px;
    letter-spacing: .13em;
  }
  html.notIE .intro_box {
    display: flex;
    justify-content: center;
    margin: 42px auto 0;
  }
  html.notIE .intro_box--left {
    width: 320px;
    padding: 0 20px 0 0;
  }
  html.notIE .intro_box--right {
    width: 320px;
    padding: 0 0 0 20px;
  }
  html.notIE .intro_compare_heading {
    font-size: 20px;
    color: #331100;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    letter-spacing: .08em;
  }
  html.notIE .intro_compare_hash {
    background: #fff;
    border-radius: 50px;
    padding: 8px 0;
    margin: 13px auto 0;
    text-align: center;
  }
  html.notIE .intro_compare_hash span {
    font-size: 18px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .intro_compare_img {
    width: 320px;
    height: 195px;
    position: relative;
    margin: 2px auto 0;
  }
  html.notIE .intro_compare_img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .intro_compare_up {
    font-size: 21px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    margin: 30px auto 0;
    border-top: solid 1px #331100;
    border-bottom: solid 1px #331100;
  }
  html.notIE .intro_compare_up_img {
    width: 196px;
    margin: 20px 0 0 45px;
    position: relative;
  }
  html.notIE .intro_compare_up_box {
    position: absolute;
    top: 21px;
    left: 88px;
  }
  html.notIE .intro_compare_up_text {
    font-size: 19px;
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: .06em;
  }
  html.notIE .intro_compare_up_text sup {
    font-size: 10px;
    vertical-align: super;
  }
  html.notIE .intro_compare_up_date {
    font-size: 10px;
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
  }
  html.notIE .intro_compare_name {
    font-size: 17px;
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin: 4px auto 0;
  }
  html.notIE .intro_compare_name_sub {
    font-size: 14px;
  }
  html.notIE .intro_compare_name_color {
    font-size: 14px;
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
  }
  html.notIE .intro_btn_detail {
    width: 392px;
    border: solid 1px #331100;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 38px auto 0;
    overflow: hidden;
  }
  html.notIE .intro_btn_detail a {
    font-size: 18px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: 17px 0;
    display: block;
    text-decoration: none;
    position: relative;
    letter-spacing: .2em;
    transition: all .2s;
  }
  html.notIE .intro_btn_detail a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  html.notIE .intro_btn_detail a:after {
    width: 8px;
    height: 14px;
    content: "";
    background: url(../../assets/img/pc/arrow.png) no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
  }
}

html.msie .intro {
  position: relative;
  background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
}
html.msie .intro:before {
  width: 100%;
  height: 30%;
  content: "";
  display: block;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
html.msie .intro_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 53px 0 80px;
  position: relative;
}
html.msie .intro_heading {
  font-size: 28px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
}
html.msie .intro_heading_box {
  width: 450px;
  margin: 12px auto 0;
}
html.msie .intro_heading_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
html.msie .intro_heading_list li {
  width: 146px;
  height: 84px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 28px;
  color: #331100;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
html.msie .intro_heading_list li span {
  font-size: 16px;
}
html.msie .intro_notes {
  font-size: 10px;
  color: #331100;
  line-height: 1.5;
  text-align: left;
  margin: 4px 0 0 5px;
  letter-spacing: .13em;
}
html.msie .intro_box {
  display: flex;
  justify-content: center;
  margin: 42px auto 0;
}
html.msie .intro_box--left {
  width: 320px;
  padding: 0 20px 0 0;
}
html.msie .intro_box--right {
  width: 320px;
  padding: 0 0 0 20px;
}
html.msie .intro_compare_heading {
  font-size: 20px;
  color: #331100;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: .08em;
}
html.msie .intro_compare_hash {
  background: #fff;
  border-radius: 50px;
  padding: 8px 0;
  margin: 13px auto 0;
  text-align: center;
}
html.msie .intro_compare_hash span {
  font-size: 18px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
html.msie .intro_compare_img {
  width: 320px;
  height: 195px;
  position: relative;
  margin: 2px auto 0;
}
html.msie .intro_compare_img img {
  position: absolute;
  top: 0;
  left: 0;
}
html.msie .intro_compare_up {
  font-size: 21px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  margin: 30px auto 0;
  border-top: solid 1px #331100;
  border-bottom: solid 1px #331100;
}
html.msie .intro_compare_up_img {
  width: 196px;
  margin: 20px 0 0 45px;
  position: relative;
}
html.msie .intro_compare_up_box {
  position: absolute;
  top: 21px;
  left: 88px;
}
html.msie .intro_compare_up_text {
  font-size: 19px;
  color: #331100;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  letter-spacing: .06em;
}
html.msie .intro_compare_up_text sup {
  font-size: 10px;
  vertical-align: super;
}
html.msie .intro_compare_up_date {
  font-size: 10px;
  color: #331100;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.01em;
}
html.msie .intro_compare_name {
  font-size: 17px;
  color: #331100;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin: 4px auto 0;
}
html.msie .intro_compare_name_sub {
  font-size: 14px;
}
html.msie .intro_compare_name_color {
  font-size: 14px;
  color: #331100;
  line-height: 1.3;
  text-align: center;
  font-weight: 300;
}
html.msie .intro_btn_detail {
  width: 392px;
  border: solid 1px #331100;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 38px auto 0;
  overflow: hidden;
}
html.msie .intro_btn_detail a {
  font-size: 18px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  padding: 17px 0;
  display: block;
  text-decoration: none;
  position: relative;
  letter-spacing: .2em;
  transition: all .2s;
}
html.msie .intro_btn_detail a:hover {
  background: rgba(255, 255, 255, 0.6);
}
html.msie .intro_btn_detail a:after {
  width: 8px;
  height: 14px;
  content: "";
  background: url(../../assets/img/pc/arrow.png) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  html.notIE .intro {
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .intro:before {
    width: 100%;
    height: 30%;
    content: "";
    display: block;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  html.notIE .intro_inner {
    margin: 0 auto;
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    position: relative;
  }
  html.notIE .intro_heading {
    font-size: calc(40 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .intro_heading_box {
    width: calc(640 / 750 * 100vw);
    margin: calc(26 / 750 * 100vw) auto 0;
  }
  html.notIE .intro_heading_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  html.notIE .intro_heading_list li {
    width: calc(207 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: calc(40 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .intro_heading_list li span {
    font-size: calc(24 / 750 * 100vw);
  }
  html.notIE .intro_notes {
    font-size: calc(14 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: left;
    margin: calc(10 / 750 * 100vw) 0 0 calc(7 / 750 * 100vw);
  }
  html.notIE .intro_box {
    display: flex;
    justify-content: center;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  html.notIE .intro_box--left {
    width: calc(320 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) 0 0;
  }
  html.notIE .intro_box--right {
    width: calc(320 / 750 * 100vw);
    padding: 0 0 0 calc(20 / 750 * 100vw);
  }
  html.notIE .intro_compare_heading {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
  }
  html.notIE .intro_compare_hash {
    background: #fff;
    border-radius: 50px;
    padding: calc(6 / 750 * 100vw) 0;
    margin: calc(6 / 750 * 100vw) auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  html.notIE .intro_compare_hash span {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .intro_compare_img {
    width: calc(308 / 750 * 100vw);
    height: calc(234 / 750 * 100vw);
    position: relative;
    margin: calc(-16 / 750 * 100vw) auto 0;
    z-index: 3;
  }
  html.notIE .intro_compare_img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .intro_compare_up {
    font-size: calc(30 / 750 * 100vw);
    color: #331100;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    padding: calc(20 / 750 * 100vw) 0 calc(11 / 750 * 100vw);
    margin: calc(56 / 750 * 100vw) auto 0;
    border-top: solid 1px #331100;
    border-bottom: solid 1px #331100;
  }
  html.notIE .intro_compare_up_img {
    width: calc(281 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 0;
    position: relative;
  }
  html.notIE .intro_compare_up_box {
    position: absolute;
    top: calc(30 / 750 * 100vw);
    left: calc(118 / 750 * 100vw);
  }
  html.notIE .intro_compare_up_text {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.03em;
  }
  html.notIE .intro_compare_up_text sup {
    font-size: calc(10 / 750 * 100vw);
    vertical-align: super;
  }
  html.notIE .intro_compare_up_date {
    font-size: calc(14 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
  }
  html.notIE .intro_compare_name {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin: calc(6 / 750 * 100vw) auto 0;
  }
  html.notIE .intro_compare_name_sub {
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .intro_compare_name_color {
    font-size: calc(20 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
  }
  html.notIE .intro_btn_detail {
    width: calc(560 / 750 * 100vw);
    border: solid 1px #331100;
    box-sizing: border-box;
    border-radius: 50px;
    margin: calc(54 / 750 * 100vw) auto 0;
  }
  html.notIE .intro_btn_detail a {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: calc(25 / 750 * 100vw) 0;
    display: block;
    text-decoration: none;
    position: relative;
  }
  html.notIE .intro_btn_detail a:after {
    width: calc(12 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    content: "";
    background: url(../../assets/img/sp/arrow.png) no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(70 / 750 * 100vw);
    margin: auto;
  }
}

/*-----------------------------------------------------
cp
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .cp {
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .cp:before {
    width: 100%;
    height: 30%;
    content: "";
    display: block;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  html.notIE .cp_inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 55px 0 80px;
    position: relative;
  }
  html.notIE .cp_heading {
    font-size: 32px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  html.notIE .cp_heading_sub {
    font-size: 21px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: .08em;
  }
  html.notIE .cp_detail_heading {
    font-size: 23px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .04em;
    margin: 15px 0 0;
  }
  html.notIE .cp_detail_heading span {
    font-size: 42px;
    font-weight: bold;
    margin: 0 4px;
  }
  html.notIE .cp_detail_box {
    width: 350px;
    margin: 5px auto 0;
    position: relative;
  }
  html.notIE .cp_detail_box:before {
    width: 20px;
    height: 2px;
    content: "";
    background: #68645e;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .cp_detail_box:after {
    width: 2px;
    height: 54px;
    content: "";
    background: #68645e;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .cp_detail_box_inner {
    position: relative;
    padding: 8px 0 0;
  }
  html.notIE .cp_detail_box_inner:before {
    width: 20px;
    height: 2px;
    content: "";
    background: #68645e;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  html.notIE .cp_detail_box_inner:after {
    width: 2px;
    height: 54px;
    content: "";
    background: #68645e;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  html.notIE .cp_detail_text {
    font-size: 18px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .03em;
  }
  html.notIE .cp_detail_text2 {
    font-size: 16px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .11em;
  }
  html.notIE .cp_detail_notes {
    font-size: 9px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -.02em;
    margin: 5px 0 0;
  }
  html.notIE .cp_present_heading {
    font-size: 32px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin: 20px auto 0;
  }
  html.notIE .cp_present_heading span {
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
  }
  html.notIE .cp_present_img {
    width: 422px;
    margin: 33px auto 0;
  }
  html.notIE .cp_present_date {
    font-size: 17px;
    color: #331100;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    letter-spacing: .04em;
    margin: 10px 0 0;
  }
  html.notIE .cp_present_notes_list {
    width: 454px;
    margin: 10px auto 0;
  }
  html.notIE .cp_present_notes_list li {
    font-size: 9px;
    color: #331100;
    line-height: 1.5;
    text-align: left;
  }
  html.notIE .cp_btn {
    width: 392px;
    border: solid 1px #331100;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 40px auto 0;
    background: #fff;
    overflow: hidden;
  }
  html.notIE .cp_btn + .cp_kiyaku {
    margin: 30px auto 0;
  }
  html.notIE .cp_btn a {
    font-size: 18px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: 17px 0;
    display: block;
    text-decoration: none;
    position: relative;
    letter-spacing: .2em;
  }
  html.notIE .cp_btn a:after {
    width: 8px;
    height: 14px;
    content: "";
    background: url(../../assets/img/pc/arrow.png) no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
  }
}

html.msie .cp {
  position: relative;
  background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
}
html.msie .cp:before {
  width: 100%;
  height: 30%;
  content: "";
  display: block;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
html.msie .cp_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 55px 0 80px;
  position: relative;
}
html.msie .cp_heading {
  font-size: 32px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
html.msie .cp_heading_sub {
  font-size: 21px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: .08em;
}
html.msie .cp_detail_heading {
  font-size: 23px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .04em;
  margin: 15px 0 0;
}
html.msie .cp_detail_heading span {
  font-size: 42px;
  font-weight: bold;
  margin: 0 4px;
}
html.msie .cp_detail_box {
  width: 350px;
  margin: 5px auto 0;
  position: relative;
}
html.msie .cp_detail_box:before {
  width: 20px;
  height: 2px;
  content: "";
  background: #68645e;
  position: absolute;
  top: 0;
  left: 0;
}
html.msie .cp_detail_box:after {
  width: 2px;
  height: 54px;
  content: "";
  background: #68645e;
  position: absolute;
  top: 0;
  left: 0;
}
html.msie .cp_detail_box_inner {
  position: relative;
  padding: 8px 0 0;
}
html.msie .cp_detail_box_inner:before {
  width: 20px;
  height: 2px;
  content: "";
  background: #68645e;
  position: absolute;
  bottom: 10px;
  right: 0;
}
html.msie .cp_detail_box_inner:after {
  width: 2px;
  height: 54px;
  content: "";
  background: #68645e;
  position: absolute;
  bottom: 10px;
  right: 0;
}
html.msie .cp_detail_text {
  font-size: 18px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: .03em;
}
html.msie .cp_detail_text2 {
  font-size: 16px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: .11em;
}
html.msie .cp_detail_notes {
  font-size: 9px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -.02em;
  margin: 5px 0 0;
}
html.msie .cp_present_heading {
  font-size: 32px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0;
}
html.msie .cp_present_heading span {
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
}
html.msie .cp_present_img {
  width: 422px;
  margin: 33px auto 0;
}
html.msie .cp_present_date {
  font-size: 17px;
  color: #331100;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 10px 0 0;
}
html.msie .cp_present_notes_list {
  width: 454px;
  margin: 10px auto 0;
}
html.msie .cp_present_notes_list li {
  font-size: 9px;
  color: #331100;
  line-height: 1.5;
  text-align: left;
}
html.msie .cp_btn {
  width: 392px;
  border: solid 1px #331100;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 40px auto 0;
  background: #fff;
  overflow: hidden;
}
html.msie .cp_btn + .cp_kiyaku {
  margin: 30px auto 0;
}
html.msie .cp_btn a {
  font-size: 18px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  padding: 17px 0;
  display: block;
  text-decoration: none;
  position: relative;
  letter-spacing: .2em;
}
html.msie .cp_btn a:after {
  width: 8px;
  height: 14px;
  content: "";
  background: url(../../assets/img/pc/arrow.png) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  html.notIE .cp {
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .cp:before {
    width: 100%;
    height: 30%;
    content: "";
    display: block;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  html.notIE .cp_inner {
    margin: 0 auto;
    padding: calc(61 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    position: relative;
  }
  html.notIE .cp_heading {
    font-size: calc(46 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: .13em;
  }
  html.notIE .cp_heading_sub {
    font-size: calc(30 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: .07em;
    margin: calc(14 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_detail_heading {
    font-size: calc(34 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    letter-spacing: .01em;
    margin: calc(31 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_detail_heading span {
    font-size: calc(60 / 750 * 100vw);
    font-weight: bold;
    margin: 0 4px;
  }
  html.notIE .cp_detail_box {
    width: calc(500 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
    position: relative;
  }
  html.notIE .cp_detail_box:before {
    width: calc(30 / 750 * 100vw);
    height: 2px;
    content: "";
    background: #68645e;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .cp_detail_box:after {
    width: 2px;
    height: calc(78 / 750 * 100vw);
    content: "";
    background: #68645e;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.notIE .cp_detail_box_inner {
    position: relative;
    padding: calc(15 / 750 * 100vw) 0 0;
  }
  html.notIE .cp_detail_box_inner:before {
    width: calc(30 / 750 * 100vw);
    height: 2px;
    content: "";
    background: #68645e;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  html.notIE .cp_detail_box_inner:after {
    width: 2px;
    height: calc(78 / 750 * 100vw);
    content: "";
    background: #68645e;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  html.notIE .cp_detail_text {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: .12em;
    margin: calc(7 / 750 * 100vw) 0 0;
  }
  html.notIE .cp_detail_text2 {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.02em;
    margin: 3px 0 0;
  }
  html.notIE .cp_detail_notes {
    font-size: calc(12 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -.02em;
    margin: calc(5 / 750 * 100vw) 0 0;
  }
  html.notIE .cp_present_heading {
    font-size: calc(46 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_present_heading span {
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: calc(5 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  html.notIE .cp_present_img {
    width: calc(603 / 750 * 100vw);
    margin: calc(54 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_present_date {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .04em;
    margin: calc(10 / 750 * 100vw) 0 0;
  }
  html.notIE .cp_present_notes_list {
    width: calc(650 / 750 * 100vw);
    margin: calc(7 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_present_notes_list li {
    font-size: calc(12 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: left;
  }
  html.notIE .cp_btn {
    width: calc(560 / 750 * 100vw);
    border: solid 1px #331100;
    box-sizing: border-box;
    border-radius: 50px;
    margin: calc(50 / 750 * 100vw) auto 0;
    background: #fff;
    overflow: hidden;
  }
  html.notIE .cp_btn a {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: calc(25 / 750 * 100vw) 0;
    display: block;
    text-decoration: none;
    position: relative;
  }
  html.notIE .cp_btn a:after {
    width: calc(12 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    content: "";
    background: url(../../assets/img/sp/arrow.png) no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(70 / 750 * 100vw);
    margin: auto;
  }
}

/*-----------------------------------------------------
next_cp
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .next_cp {
    padding: 0 0 60px;
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .next_cp_inner {
    width: 640px;
    margin: 0 auto;
    padding: 47px 95px 60px;
    position: relative;
    box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  html.notIE .next_cp_heading_sub {
    font-size: 26px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .08em;
  }
  html.notIE .next_cp_heading_sub span {
    text-emphasis: filled;
  }
  html.notIE .next_cp_heading {
    font-size: 32px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    letter-spacing: 0.06em;
  }
  html.notIE .next_cp_heading span {
    font-size: 40px;
  }
  html.notIE .next_cp_heading:before {
    width: 2px;
    height: 40px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: -3px;
    left: 8px;
    transform: rotate(155deg);
  }
  html.notIE .next_cp_heading:after {
    width: 2px;
    height: 30px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: rotate(140deg);
  }
  html.notIE .next_cp_heading p:before {
    width: 2px;
    height: 40px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: -3px;
    right: 8px;
    transform: rotate(204deg);
  }
  html.notIE .next_cp_heading p:after {
    width: 2px;
    height: 30px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: -5px;
    right: 0;
    transform: rotate(218deg);
  }
  html.notIE .next_cp_2column {
    width: 450px;
    background: linear-gradient(135deg, #fbebd0 0%, #fcdadf 100%);
    padding: 15px 25px 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px auto 0;
  }
  html.notIE .next_cp_2column_side {
    width: 57px;
    margin: 0 16px 0 0;
  }
  html.notIE .next_cp_2column_main {
    width: 325px;
  }
  html.notIE .next_cp_2column_text {
    font-size: 20px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.02em;
  }
  html.notIE .next_cp_2column_text2 {
    font-size: 26px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .next_cp_text {
    font-size: 18px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    margin: 19px 0 0;
  }
  html.notIE .next_cp_text span {
    font-weight: bold;
  }
  html.notIE .next_cp_text2 {
    font-size: 21px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 11px 0 0;
  }
  html.notIE .next_cp_text2 span {
    font-size: 31px;
  }
  html.notIE .next_cp_text3 {
    font-size: 28px;
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin: 2px auto 0;
  }
  html.notIE .next_cp_text3 span {
    background: #fbe6d4;
    text-align: center;
    display: inline-block;
    padding: 3px 15px;
  }
  html.notIE .next_cp_sec_2column {
    width: 460px;
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
  }
  html.notIE .next_cp_sec_2column_col {
    width: 210px;
    margin: 0 0 0 auto;
  }
  html.notIE .next_cp_sec_2column_col:first-child {
    margin: 0;
  }
  html.notIE .next_cp_sec_2column_label_a {
    font-size: 16px;
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: #f8e6c7;
    border-radius: 50px;
  }
  html.notIE .next_cp_sec_2column_label_b {
    font-size: 16px;
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: #fcdce1;
    border-radius: 50px;
  }
  html.notIE .next_cp_sec_2column_img {
    margin: 10px auto 0;
  }
  html.notIE .next_cp_sec_2column_text {
    font-size: 12px;
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 2px auto 0;
  }
  html.notIE .next_cp_sec_name {
    width: 430px;
    border-top: dotted 3px #ded6d0;
    border-bottom: dotted 3px #ded6d0;
    margin: 13px auto 0;
    padding: 13px 15px;
    box-sizing: border-box;
  }
  html.notIE .next_cp_sec_name_detail {
    font-size: 12px;
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }
  html.notIE .next_cp_sec_name_detail_list li {
    font-size: 10px;
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    letter-spacing: .01em;
  }
  html.notIE .next_cp_sec_name_notes {
    width: 400px;
    font-size: 8px;
    color: #331100;
    line-height: 1.5;
    text-align: left;
    letter-spacing: .1em;
    margin: 6px 0 0 30px;
  }
  html.notIE .next_cp_date {
    font-size: 17px;
    color: #331100;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    letter-spacing: .04em;
    margin: 35px 0 0;
  }
  html.notIE .next_cp_notes_list {
    width: 450px;
    margin: 7px auto 0;
  }
  html.notIE .next_cp_notes_list li {
    font-size: 9px;
    color: #331100;
    line-height: 1.5;
    text-align: left;
  }
  html.notIE .next_cp_howto {
    width: 440px;
    margin: 50px auto 0;
    padding: 20px 45px;
    background: linear-gradient(135deg, rgba(253, 242, 224, 0.6) 0%, rgba(253, 235, 231, 0.6) 50%, rgba(253, 231, 234, 0.6) 100%);
    box-sizing: border-box;
  }
  html.notIE .next_cp_howto_heading_sub {
    font-size: 19px;
    color: #331100;
    line-height: 1;
    text-align: center;
  }
  html.notIE .next_cp_howto_heading {
    font-size: 19px;
    color: #331100;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    letter-spacing: .01em;
  }
  html.notIE .next_cp_howto_heading span {
    font-size: 26px;
  }
  html.notIE .next_cp_howto_notes {
    font-size: 10px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .01em;
    margin: 6px 0 0;
  }
  html.notIE .next_cp_howto_box {
    width: 350px;
    margin: 15px auto 0;
    background: linear-gradient(135deg, #fbebd0 0%, #fbe3d7 50%, #fcdadf 100%);
    box-shadow: 0px 0px 16px -6px #fff;
    box-sizing: border-box;
    border-radius: 4px;
  }
  html.notIE .next_cp_howto_box a {
    color: #331100;
    text-decoration: none;
    padding: 16px 20px;
    display: block;
  }
  html.notIE .next_cp_howto_text {
    font-size: 21px;
    color: #331100;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    letter-spacing: .03em;
  }
  html.notIE .next_cp_howto_text2 {
    font-size: 14px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
  }
  html.notIE .next_cp_howto_heading2 {
    font-size: 16px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 23px auto 0;
  }
  html.notIE .next_cp_howto_ol li {
    margin: -7px 0 0;
  }
  html.notIE .next_cp_howto_2column {
    width: 350px;
    margin: 15px auto 0;
    display: table;
  }
  html.notIE .next_cp_howto_2column_side {
    width: 68px;
    height: 100%;
    border: solid 2px #957364;
    font-size: 13px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  html.notIE .next_cp_howto_2column_main {
    padding: 0 0 0 10px;
  }
  html.notIE .next_cp_howto_2column_text {
    font-size: 15px;
    color: #331100;
    line-height: 1.4;
    text-align: left;
  }
  html.notIE .next_cp_howto_2column_text span {
    font-weight: bold;
  }
  html.notIE .next_cp_howto_2column_notes {
    font-size: 10px;
    color: #331100;
    line-height: 1.5;
    text-align: left;
    text-indent: -12px;
    padding-left: 12px;
  }
  html.notIE .next_cp_howto_text3 {
    font-size: 18px;
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0;
  }
  html.notIE .next_cp_howto_text3:before {
    width: 2px;
    height: 20px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: rotate(140deg);
  }
  html.notIE .next_cp_howto_text3:after {
    width: 2px;
    height: 20px;
    content: "";
    background: #331100;
    position: absolute;
    bottom: 2px;
    right: 0;
    transform: rotate(215deg);
  }
}

html.msie .next_cp {
  padding: 0 0 60px;
  position: relative;
  background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
}
html.msie .next_cp_inner {
  width: 640px;
  margin: 0 auto;
  padding: 47px 95px 60px;
  position: relative;
  box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
html.msie .next_cp_heading_sub {
  font-size: 26px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: .08em;
}
html.msie .next_cp_heading_sub span {
  text-emphasis: filled;
}
html.msie .next_cp_heading {
  font-size: 32px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  letter-spacing: 0.06em;
}
html.msie .next_cp_heading span {
  font-size: 40px;
}
html.msie .next_cp_heading:before {
  width: 2px;
  height: 40px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: -3px;
  left: 8px;
  transform: rotate(155deg);
}
html.msie .next_cp_heading:after {
  width: 2px;
  height: 30px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: rotate(140deg);
}
html.msie .next_cp_heading p:before {
  width: 2px;
  height: 40px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: -3px;
  right: 8px;
  transform: rotate(204deg);
}
html.msie .next_cp_heading p:after {
  width: 2px;
  height: 30px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: -5px;
  right: 0;
  transform: rotate(218deg);
}
html.msie .next_cp_2column {
  width: 450px;
  background: linear-gradient(135deg, #fbebd0 0%, #fcdadf 100%);
  padding: 15px 25px 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px auto 0;
}
html.msie .next_cp_2column_side {
  width: 57px;
  margin: 0 16px 0 0;
}
html.msie .next_cp_2column_main {
  width: 325px;
}
html.msie .next_cp_2column_text {
  font-size: 20px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.02em;
}
html.msie .next_cp_2column_text2 {
  font-size: 26px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
html.msie .next_cp_text {
  font-size: 18px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  margin: 19px 0 0;
}
html.msie .next_cp_text span {
  font-weight: bold;
}
html.msie .next_cp_text2 {
  font-size: 21px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 11px 0 0;
}
html.msie .next_cp_text2 span {
  font-size: 31px;
}
html.msie .next_cp_text3 {
  font-size: 28px;
  color: #331100;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 2px auto 0;
}
html.msie .next_cp_text3 span {
  background: #fbe6d4;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
}
html.msie .next_cp_sec_2column {
  width: 460px;
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
}
html.msie .next_cp_sec_2column_col {
  width: 210px;
  margin: 0 0 0 auto;
}
html.msie .next_cp_sec_2column_col:first-child {
  margin: 0;
}
html.msie .next_cp_sec_2column_label_a {
  font-size: 16px;
  color: #331100;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: #f8e6c7;
  border-radius: 50px;
}
html.msie .next_cp_sec_2column_label_b {
  font-size: 16px;
  color: #331100;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: #fcdce1;
  border-radius: 50px;
}
html.msie .next_cp_sec_2column_img {
  margin: 10px auto 0;
}
html.msie .next_cp_sec_2column_text {
  font-size: 12px;
  color: #331100;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 2px auto 0;
}
html.msie .next_cp_sec_name {
  width: 430px;
  border-top: dotted 3px #ded6d0;
  border-bottom: dotted 3px #ded6d0;
  margin: 13px auto 0;
  padding: 13px 15px;
  box-sizing: border-box;
}
html.msie .next_cp_sec_name_detail {
  font-size: 12px;
  color: #331100;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
html.msie .next_cp_sec_name_detail_list li {
  font-size: 10px;
  color: #331100;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  letter-spacing: .01em;
}
html.msie .next_cp_sec_name_notes {
  width: 400px;
  font-size: 8px;
  color: #331100;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .1em;
  margin: 6px 0 0 30px;
}
html.msie .next_cp_date {
  font-size: 17px;
  color: #331100;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 35px 0 0;
}
html.msie .next_cp_notes_list {
  width: 450px;
  margin: 7px auto 0;
}
html.msie .next_cp_notes_list li {
  font-size: 9px;
  color: #331100;
  line-height: 1.5;
  text-align: left;
}
html.msie .next_cp_howto {
  width: 440px;
  margin: 50px auto 0;
  padding: 20px 45px;
  background: linear-gradient(135deg, rgba(253, 242, 224, 0.6) 0%, rgba(253, 235, 231, 0.6) 50%, rgba(253, 231, 234, 0.6) 100%);
  box-sizing: border-box;
}
html.msie .next_cp_howto_heading_sub {
  font-size: 19px;
  color: #331100;
  line-height: 1;
  text-align: center;
}
html.msie .next_cp_howto_heading {
  font-size: 19px;
  color: #331100;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: .01em;
}
html.msie .next_cp_howto_heading span {
  font-size: 26px;
}
html.msie .next_cp_howto_notes {
  font-size: 10px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .01em;
  margin: 6px 0 0;
}
html.msie .next_cp_howto_box {
  width: 350px;
  margin: 15px auto 0;
  background: linear-gradient(135deg, #fbebd0 0%, #fbe3d7 50%, #fcdadf 100%);
  box-shadow: 0px 0px 16px -6px #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
html.msie .next_cp_howto_box a {
  color: #331100;
  text-decoration: none;
  padding: 16px 20px;
  display: block;
}
html.msie .next_cp_howto_text {
  font-size: 21px;
  color: #331100;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: .03em;
}
html.msie .next_cp_howto_text2 {
  font-size: 14px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
}
html.msie .next_cp_howto_heading2 {
  font-size: 16px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 23px auto 0;
}
html.msie .next_cp_howto_ol li {
  margin: -7px 0 0;
}
html.msie .next_cp_howto_2column {
  width: 350px;
  margin: 15px auto 0;
  display: table;
}
html.msie .next_cp_howto_2column_side {
  width: 68px;
  height: 100%;
  border: solid 2px #957364;
  font-size: 13px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
html.msie .next_cp_howto_2column_main {
  padding: 0 0 0 10px;
}
html.msie .next_cp_howto_2column_text {
  font-size: 15px;
  color: #331100;
  line-height: 1.4;
  text-align: left;
}
html.msie .next_cp_howto_2column_text span {
  font-weight: bold;
}
html.msie .next_cp_howto_2column_notes {
  font-size: 10px;
  color: #331100;
  line-height: 1.5;
  text-align: left;
  text-indent: -12px;
  padding-left: 12px;
}
html.msie .next_cp_howto_text3 {
  font-size: 18px;
  color: #331100;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 10px 0 0;
}
html.msie .next_cp_howto_text3:before {
  width: 2px;
  height: 20px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: rotate(140deg);
}
html.msie .next_cp_howto_text3:after {
  width: 2px;
  height: 20px;
  content: "";
  background: #331100;
  position: absolute;
  bottom: 2px;
  right: 0;
  transform: rotate(215deg);
}

@media screen and (max-width: 750px) {
  html.notIE .next_cp {
    position: relative;
    background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
  }
  html.notIE .next_cp_inner {
    width: calc(700 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    position: relative;
    box-shadow: 0px 0px 16px 4px rgba(254, 226, 232, 0.7);
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  html.notIE .next_cp_heading_sub {
    font-size: calc(36 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: .08em;
  }
  html.notIE .next_cp_heading_sub span {
    text-emphasis: filled;
  }
  html.notIE .next_cp_heading {
    font-size: calc(46 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: calc(16 / 750 * 100vw) 0 0;
    display: inline-block;
    padding: 0 calc(40 / 750 * 100vw);
  }
  html.notIE .next_cp_heading:before {
    width: 2px;
    height: calc(50 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: -2px;
    left: 8px;
    transform: rotate(155deg);
  }
  html.notIE .next_cp_heading:after {
    width: 2px;
    height: calc(40 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: rotate(140deg);
  }
  html.notIE .next_cp_heading p span {
    font-size: calc(60 / 750 * 100vw);
  }
  html.notIE .next_cp_heading p:before {
    width: 2px;
    height: calc(50 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: -2px;
    right: 8px;
    transform: rotate(210deg);
  }
  html.notIE .next_cp_heading p:after {
    width: 2px;
    height: calc(40 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: -4px;
    right: 0;
    transform: rotate(225deg);
  }
  html.notIE .next_cp_2column {
    width: calc(640 / 750 * 100vw);
    background: linear-gradient(135deg, #fbebd0 0%, #fcdadf 100%);
    padding: calc(25 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(14 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_2column_side {
    width: calc(81 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_2column_main {
    width: calc(485 / 750 * 100vw);
  }
  html.notIE .next_cp_2column_text {
    font-size: calc(30 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.02em;
  }
  html.notIE .next_cp_2column_text2 {
    font-size: calc(36 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  html.notIE .next_cp_text {
    font-size: calc(26 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    margin: calc(28 / 750 * 100vw) 0 0;
    letter-spacing: .04em;
  }
  html.notIE .next_cp_text span {
    font-weight: bold;
  }
  html.notIE .next_cp_text2 {
    font-size: calc(30 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: calc(12 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_text2 span {
    font-size: calc(42 / 750 * 100vw);
  }
  html.notIE .next_cp_text3 {
    font-size: calc(40 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin: calc(3 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_text3 span {
    background: #fbe6d4;
    text-align: center;
    display: inline-block;
    padding: calc(5 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
  html.notIE .next_cp_sec_2column {
    width: calc(630 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
    display: flex;
    justify-content: center;
  }
  html.notIE .next_cp_sec_2column_col {
    width: calc(295 / 750 * 100vw);
    margin: 0 0 0 auto;
  }
  html.notIE .next_cp_sec_2column_col:first-child {
    margin: 0;
  }
  html.notIE .next_cp_sec_2column_label_a {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: #f8e6c7;
    border-radius: 50px;
  }
  html.notIE .next_cp_sec_2column_label_b {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: #fcdce1;
    border-radius: 50px;
  }
  html.notIE .next_cp_sec_2column_img {
    margin: calc(15 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_sec_2column_text {
    font-size: calc(18 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: calc(-8 / 750 * 100vw) auto 0;
    letter-spacing: .05em;
  }
  html.notIE .next_cp_sec_name {
    width: calc(610 / 750 * 100vw);
    border-top: dotted 1px #ded6d0;
    border-bottom: dotted 1px #ded6d0;
    margin: calc(11 / 750 * 100vw) auto 0;
    padding: calc(13 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    box-sizing: border-box;
  }
  html.notIE .next_cp_sec_name_detail {
    font-size: calc(16 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }
  html.notIE .next_cp_sec_name_detail_list li {
    font-size: calc(14 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    letter-spacing: .01em;
  }
  html.notIE .next_cp_sec_name_notes {
    width: calc(570 / 750 * 100vw);
    font-size: calc(12 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: left;
    letter-spacing: .02em;
    margin: calc(15 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_date {
    font-size: calc(24 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: .04em;
    margin: calc(40 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_notes_list {
    width: calc(620 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_notes_list li {
    font-size: calc(12 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: left;
  }
  html.notIE .next_cp_howto {
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    padding: calc(30 / 750 * 100vw) calc(65 / 750 * 100vw);
    background: linear-gradient(135deg, rgba(253, 242, 224, 0.6) 0%, rgba(253, 235, 231, 0.6) 50%, rgba(253, 231, 234, 0.6) 100%);
    box-sizing: border-box;
  }
  html.notIE .next_cp_howto_heading_sub {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1;
    text-align: center;
  }
  html.notIE .next_cp_howto_heading {
    font-size: calc(28 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    letter-spacing: .01em;
  }
  html.notIE .next_cp_howto_heading span {
    font-size: calc(32 / 750 * 100vw);
  }
  html.notIE .next_cp_howto_notes {
    font-size: calc(14 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .01em;
    margin: calc(10 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_howto_box {
    width: calc(500 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
    background: linear-gradient(135deg, #fbebd0 0%, #fbe3d7 50%, #fcdadf 100%);
    box-shadow: 0px 0px 16px -6px #fff;
    box-sizing: border-box;
    border-radius: 4px;
  }
  html.notIE .next_cp_howto_box a {
    color: #331100;
    text-decoration: none;
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
    display: block;
  }
  html.notIE .next_cp_howto_text {
    font-size: calc(30 / 750 * 100vw);
    color: #331100;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.03em;
  }
  html.notIE .next_cp_howto_text2 {
    font-size: calc(20 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
  }
  html.notIE .next_cp_howto_heading2 {
    font-size: calc(22 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: calc(45 / 750 * 100vw) auto 0;
  }
  html.notIE .next_cp_howto_ol li {
    margin: calc(20 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_howto_2column {
    width: calc(500 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto 0;
    display: table;
  }
  html.notIE .next_cp_howto_2column_side {
    width: calc(94 / 750 * 100vw);
    height: 100%;
    border: solid 2px #957364;
    font-size: calc(18 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  html.notIE .next_cp_howto_2column_main {
    padding: 0 0 0 calc(15 / 750 * 100vw);
  }
  html.notIE .next_cp_howto_2column_text {
    font-size: calc(22 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: left;
  }
  html.notIE .next_cp_howto_2column_text span {
    font-weight: bold;
  }
  html.notIE .next_cp_howto_2column_notes {
    font-size: calc(14 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: left;
    text-indent: -12px;
    padding-left: 12px;
  }
  html.notIE .next_cp_howto_text3 {
    font-size: calc(26 / 750 * 100vw);
    color: #331100;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: calc(35 / 750 * 100vw) 0 0;
  }
  html.notIE .next_cp_howto_text3:before {
    width: 2px;
    height: calc(25 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: 2px;
    left: -2px;
    transform: rotate(140deg);
  }
  html.notIE .next_cp_howto_text3:after {
    width: 2px;
    height: calc(25 / 750 * 100vw);
    content: "";
    background: #331100;
    position: absolute;
    bottom: 2px;
    right: 0;
    transform: rotate(215deg);
  }
}

/*-----------------------------------------------------
btm
-------------------------------------------------------*/
.btm {
  background: linear-gradient(to right, #fdf3e3 0%, #fdf3e3 50%, #fde9ec 50%, #fde9ec 100%);
}

@media screen and (max-width: 750px) {
  html.notIE .btm {
    padding: calc(40 / 750 * 100vw) 0 0;
  }
}

/*-----------------------------------------------------
cp_kiyaku
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .cp_kiyaku {
    width: 172px;
    margin: 0 auto 0;
  }
  html.notIE .cp_kiyaku button {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 7px;
    width: 172px;
    height: 40px;
    padding-right: 10px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: relative;
    background: white;
  }
  html.notIE .cp_kiyaku button::after {
    content: "";
    position: absolute;
    top: 15pxpx;
    right: 15px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/sp/icon_blank.png) no-repeat 0 0/contain;
  }
}

html.msie .cp_kiyaku {
  width: 172px;
  margin: 0 auto 0;
}
html.msie .cp_kiyaku button {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-radius: 7px;
  width: 172px;
  height: 40px;
  padding-right: 10px;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: relative;
  background: white;
}
html.msie .cp_kiyaku button::after {
  content: "";
  position: absolute;
  top: 15pxpx;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/sp/icon_blank.png) no-repeat 0 0/contain;
}

@media screen and (max-width: 750px) {
  html.notIE .cp_kiyaku {
    max-width: calc(244 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  html.notIE .cp_kiyaku button {
    font-size: calc(19 / 750 * 100vw);
    border-radius: calc(7 / 750 * 100vw);
    width: calc(244 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    padding-right: calc(10 / 750 * 100vw);
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: relative;
    background: white;
  }
  html.notIE .cp_kiyaku button::after {
    content: "";
    position: absolute;
    top: calc(17 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    display: block;
    width: calc(14 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    background: url(../img/sp/icon_blank.png) no-repeat 0 0/contain;
  }
}

/*-----------------------------------------------------
cp_info
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .cp_info {
    margin: 0 auto 0;
  }
  html.notIE .cp_info_inner {
    padding: 25px 0 110px;
  }
  html.notIE .cp_info_heading {
    font-size: 18px;
    color: #331100;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .03em;
  }
  html.notIE .cp_info_text {
    font-size: 18px;
    color: #331100;
    text-align: center;
    line-height: 1.5;
    margin: 24px  auto 0;
    letter-spacing: .03em;
  }
  html.notIE .cp_info_tel {
    font-size: 33px;
    color: #000;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1;
    margin: 5px auto 0;
    text-align: center;
  }
  html.notIE .cp_info_notes {
    font-size: 15px;
    color: #331100;
    text-align: center;
    line-height: 1.5;
    margin: 24px  auto 0;
    letter-spacing: .03em;
  }
}

html.msie .cp_info {
  margin: 0 auto 0;
}
html.msie .cp_info_inner {
  padding: 25px 0 110px;
}
html.msie .cp_info_heading {
  font-size: 18px;
  color: #331100;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .03em;
}
html.msie .cp_info_text {
  font-size: 18px;
  color: #331100;
  text-align: center;
  line-height: 1.5;
  margin: 24px  auto 0;
  letter-spacing: .03em;
}
html.msie .cp_info_tel {
  font-size: 33px;
  color: #000;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  margin: 5px auto 0;
  text-align: center;
}
html.msie .cp_info_notes {
  font-size: 15px;
  color: #331100;
  text-align: center;
  line-height: 1.5;
  margin: 24px  auto 0;
  letter-spacing: .03em;
}

@media screen and (max-width: 750px) {
  html.notIE .cp_info {
    margin: 0 auto 0;
  }
  html.notIE .cp_info_inner {
    padding: calc(40 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
  }
  html.notIE .cp_info_heading {
    font-size: calc(22 / 750 * 100vw);
    color: #331100;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .03em;
  }
  html.notIE .cp_info_text {
    font-size: calc(22 / 750 * 100vw);
    color: #331100;
    text-align: center;
    line-height: 1.5;
    margin: calc(32 / 750 * 100vw) auto 0;
    letter-spacing: .03em;
  }
  html.notIE .cp_info_tel {
    font-size: calc(42 / 750 * 100vw);
    color: #000;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
    margin: calc(10 / 750 * 100vw) auto 0;
    text-align: center;
  }
  html.notIE .cp_info_notes {
    font-size: calc(20 / 750 * 100vw);
    color: #331100;
    text-align: center;
    line-height: 1.5;
    margin: calc(35 / 750 * 100vw) auto 0;
    letter-spacing: .03em;
  }
}

/*-----------------------------------------------------
terms_modal
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .terms_modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 40px;
    z-index: 2000;
  }
  html.notIE .terms_modal::-webkit-scrollbar {
    display: none;
  }
  html.notIE .modal_bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  html.notIE .modal_box {
    position: relative;
    margin: auto;
    padding: 30px 0;
    background-color: #fff;
    max-width: 800px;
    z-index: 2001;
    box-sizing: border-box;
  }
  html.notIE .modal_box h2 {
    margin-bottom: 10px;
    padding: 0 50px 20px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 22px;
    font-feature-settings: "palt" 1;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
  }
  html.notIE .modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #676767;
    background: #7f7f7f;
  }
  html.notIE .modal_close button {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 0;
  }
  html.notIE .modal_close button::before, html.notIE .modal_close button::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 8px;
    width: 12px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close button::before {
    transform: rotate(45deg);
  }
  html.notIE .modal_close_bottom {
    text-align: center;
  }
  html.notIE .modal_close_bottom button {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    text-decoration: underline;
  }
  html.notIE .modal_close_bottom button::before, html.notIE .modal_close_bottom button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close_bottom button::before {
    transform: rotate(45deg);
  }
  html.notIE .modal_terms {
    padding: 20px 50px 0;
    margin: auto;
    text-align: left;
  }
  html.notIE .modal_terms > div {
    margin-top: 40px;
  }
  html.notIE .modal_terms > div:first-child {
    margin-top: 0;
  }
  html.notIE .modal_terms h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  html.notIE .modal_terms .term-ttl {
    font-size: 18px;
    text-align: center;
  }
  html.notIE .modal_terms p,
  html.notIE .modal_terms span {
    font-size: 15px;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
  html.notIE .modal_terms p.end,
  html.notIE .modal_terms span.end {
    text-align: left;
    margin: 50px 0 0;
  }
  html.notIE .modal_terms p.note,
  html.notIE .modal_terms span.note {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 20px;
  }
  html.notIE .modal_terms ul {
    margin-left: 1.5em;
  }
  html.notIE .modal_terms ul li {
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    list-style: disc;
  }
  html.notIE .modal_terms a:link, html.notIE .modal_terms a:visited {
    color: #0016ff;
    text-decoration: underline;
  }
  html.notIE .modal_terms a:hover, html.notIE .modal_terms a:active {
    color: #ff0000;
    text-decoration: none;
  }
}

html.msie .terms_modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 40px;
  z-index: 2000;
}
html.msie .terms_modal::-webkit-scrollbar {
  display: none;
}
html.msie .modal_bg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
html.msie .modal_box {
  position: relative;
  margin: auto;
  padding: 30px 0;
  background-color: #fff;
  max-width: 800px;
  z-index: 2001;
  box-sizing: border-box;
}
html.msie .modal_box h2 {
  margin-bottom: 10px;
  padding: 0 50px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 22px;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
html.msie .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #676767;
  background: #7f7f7f;
}
html.msie .modal_close button {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
}
html.msie .modal_close button::before, html.msie .modal_close button::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
html.msie .modal_close button::before {
  transform: rotate(45deg);
}
html.msie .modal_close_bottom {
  text-align: center;
}
html.msie .modal_close_bottom button {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  text-decoration: underline;
}
html.msie .modal_close_bottom button::before, html.msie .modal_close_bottom button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}
html.msie .modal_close_bottom button::before {
  transform: rotate(45deg);
}
html.msie .modal_terms {
  padding: 20px 50px 0;
  margin: auto;
  text-align: left;
}
html.msie .modal_terms > div {
  margin-top: 40px;
}
html.msie .modal_terms > div:first-child {
  margin-top: 0;
}
html.msie .modal_terms h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
html.msie .modal_terms .term-ttl {
  font-size: 18px;
  text-align: center;
}
html.msie .modal_terms p,
html.msie .modal_terms span {
  font-size: 15px;
  line-height: 30px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}
html.msie .modal_terms p.end,
html.msie .modal_terms span.end {
  text-align: left;
  margin: 50px 0 0;
}
html.msie .modal_terms p.note,
html.msie .modal_terms span.note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 20px;
}
html.msie .modal_terms ul {
  margin-left: 1.5em;
}
html.msie .modal_terms ul li {
  margin-top: 10px;
  font-size: 15px;
  line-height: 30px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  list-style: disc;
}
html.msie .modal_terms a:link, html.msie .modal_terms a:visited {
  color: #0016ff;
  text-decoration: underline;
}
html.msie .modal_terms a:hover, html.msie .modal_terms a:active {
  color: #ff0000;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  html.notIE .terms_modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2000;
  }
  html.notIE .terms_modal::-webkit-scrollbar {
    display: none;
  }
  html.notIE .modal_bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  html.notIE .modal_box {
    position: relative;
    margin: auto;
    padding: calc(40 / 640 * 100vw) 0 calc(60 / 640 * 100vw);
    background-color: #fff;
    max-width: 800px;
    z-index: 2001;
    box-sizing: border-box;
  }
  html.notIE .modal_box h2 {
    margin-bottom: calc(20 / 640 * 100vw);
    padding: 0 calc(85 / 640 * 100vw) calc(30 / 640 * 100vw);
    border-bottom: 1px solid #e7e7e7;
    font-size: calc(30 / 640 * 100vw);
    font-feature-settings: "palt" 1;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
  }
  html.notIE .modal_close {
    position: absolute;
    top: calc(25 / 640 * 100vw);
    right: calc(25 / 640 * 100vw);
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
    border-radius: 50%;
    border: 1px solid #676767;
    background: #7f7f7f;
  }
  html.notIE .modal_close button {
    position: relative;
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
    font-size: 0;
  }
  html.notIE .modal_close button::before, html.notIE .modal_close button::after {
    content: "";
    position: absolute;
    top: calc(30 / 640 * 100vw);
    left: calc(18 / 640 * 100vw);
    width: calc(24 / 640 * 100vw);
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close button::before {
    transform: rotate(45deg);
  }
  html.notIE .modal_close_bottom {
    text-align: center;
  }
  html.notIE .modal_close_bottom button {
    position: relative;
    padding-left: calc(30 / 640 * 100vw);
    font-size: calc(28 / 640 * 100vw);
    text-decoration: underline;
    color: black;
  }
  html.notIE .modal_close_bottom button::before, html.notIE .modal_close_bottom button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(24 / 640 * 100vw);
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close_bottom button::before {
    transform: rotate(45deg);
  }
  html.notIE .modal_terms {
    padding: calc(30 / 640 * 100vw) calc(50 / 640 * 100vw) 0;
    margin: auto;
    text-align: left;
  }
  html.notIE .modal_terms > div {
    margin-top: calc(40 / 640 * 100vw);
  }
  html.notIE .modal_terms > div:first-child {
    margin-top: 0;
  }
  html.notIE .modal_terms h3 {
    margin: calc(20 / 640 * 100vw) 0;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin-bottom: calc(20 / 640 * 100vw) 0;
  }
  html.notIE .modal_terms .term-ttl {
    font-size: calc(32 / 640 * 100vw);
    text-align: center;
  }
  html.notIE .modal_terms p,
  html.notIE .modal_terms span {
    font-size: calc(30 / 640 * 100vw);
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
  html.notIE .modal_terms p.end,
  html.notIE .modal_terms span.end {
    text-align: left;
    margin: calc(80 / 640 * 100vw) 0 0;
  }
  html.notIE .modal_terms p.note,
  html.notIE .modal_terms span.note {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: calc(24 / 640 * 100vw);
    line-height: 20px;
  }
  html.notIE .modal_terms ul {
    margin-left: 1.5em;
  }
  html.notIE .modal_terms ul li {
    margin-top: calc(20 / 640 * 100vw);
    font-size: calc(30 / 640 * 100vw);
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    list-style: disc;
    word-break: break-all;
  }
  html.notIE .modal_terms a:link, html.notIE .modal_terms a:visited {
    color: #0016ff;
    text-decoration: underline;
  }
}
