main img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
  html.notIE main .inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  html.notIE main .content {
    padding-bottom: 100px;
  }
}

html.msie main .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
html.msie main .content {
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  html.notIE main .inner {
    padding: 0;
  }
  html.notIE main .content {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .campaign_end {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 4;
  }
}

html.msie .campaign_end {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 4;
}

@media screen and (max-width: 750px) {
  html.notIE .campaign_end {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(750 / 750 * 100vw);
    height: 100%;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.2105263158;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    z-index: 4;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .intro {
    padding: 50px 0 46px;
    position: relative;
  }
  html.notIE .intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    background-color: #f7f7f7;
  }
  html.notIE .intro .inner {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  html.notIE .intro_catch {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .intro_ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8181818182;
    margin-top: 22px;
  }
  html.notIE .intro_ttl em {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

html.msie .intro {
  padding: 50px 0 46px;
  position: relative;
}
html.msie .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  background-color: #f7f7f7;
}
html.msie .intro .inner {
  position: relative;
  z-index: 10;
  text-align: center;
}
html.msie .intro_catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
html.msie .intro_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8181818182;
  margin-top: 22px;
}
html.msie .intro_ttl em {
  font-size: 30px;
  line-height: 1.3333333333;
}

@media screen and (max-width: 750px) {
  html.notIE .intro {
    padding: calc(50 / 750 * 100vw) 0;
    position: relative;
    background-color: #f7f7f7;
  }
  html.notIE .intro .inner {
    text-align: center;
  }
  html.notIE .intro_catch {
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .intro_ttl {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.5333333333;
    margin-top: calc(14 / 750 * 100vw);
  }
  html.notIE .intro_ttl em {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .period {
    padding: 60px 0;
  }
  html.notIE .period .inner {
    text-align: center;
  }
  html.notIE .period_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .period_date {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8260869565;
    margin-top: 5px;
  }
}

html.msie .period {
  padding: 60px 0;
}
html.msie .period .inner {
  text-align: center;
}
html.msie .period_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
html.msie .period_date {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8260869565;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  html.notIE .period {
    padding: calc(56 / 750 * 100vw) 0;
  }
  html.notIE .period .inner {
    text-align: center;
  }
  html.notIE .period_txt {
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .period_date {
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.3;
    margin-top: calc(12 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .mv {
    background: url(../img/pc/mv_bg.jpg) no-repeat top center;
    height: 616px;
  }
  html.notIE .mv .inner {
    height: 100%;
  }
  html.notIE .mv .inner h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

html.msie .mv {
  background: url(../img/pc/mv_bg.jpg) no-repeat top center;
  height: 616px;
}
html.msie .mv .inner {
  height: 100%;
}
html.msie .mv .inner h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  html.notIE .mv {
    background: url(../img/sp/mv_bg.jpg) no-repeat top center;
    background-size: 100%;
    height: calc(1116 / 750 * 100vw);
  }
  html.notIE .mv .inner {
    height: 100%;
  }
  html.notIE .mv .inner h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .bescos {
    padding-top: 100px;
  }
  html.notIE .bescos_badge {
    margin-bottom: 55px;
  }
  html.notIE .bescos_badge img {
    width: 771px;
    margin: 0 auto;
  }
  html.notIE .bescos_list {
    width: 600px;
    margin: 0 auto 51px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
  html.notIE .bescos_hdg {
    font-size: 22px;
    line-height: 1.4545454545;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  html.notIE .bescos_desc {
    width: 640px;
    margin: 0 auto 45px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 3.4px;
  }
  html.notIE .bescos_anc {
    width: 300px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 0;
    border-radius: 45px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.2s ease 0s;
    background-color: #dfd4bd;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .bescos_anc {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .bescos_anc:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .bescos_anc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-70%) rotate(45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .bescos_anc span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130%;
    height: 130%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 18px;
    z-index: 3;
  }
}

html.msie .bescos {
  padding-top: 100px;
}
html.msie .bescos_badge {
  margin-bottom: 55px;
}
html.msie .bescos_badge img {
  width: 771px;
  margin: 0 auto;
}
html.msie .bescos_list {
  width: 600px;
  margin: 0 auto 51px;
  font-size: 15px;
  line-height: 1.3333333333;
}
html.msie .bescos_hdg {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
html.msie .bescos_desc {
  width: 640px;
  margin: 0 auto 45px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 3.4px;
}
html.msie .bescos_anc {
  width: 300px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px auto 0;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
  background-color: #dfd4bd;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .bescos_anc {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .bescos_anc:hover {
    opacity: 0.7;
  }
}
html.msie .bescos_anc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-70%) rotate(45deg);
}
html.msie .bescos_anc span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130%;
  height: 130%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  html.notIE .bescos {
    padding-top: 75px;
  }
  html.notIE .bescos_badge {
    width: 94%;
    margin: 0 auto 55px;
  }
  html.notIE .bescos_list {
    width: 80%;
    font-size: calc(18 / 750 * 100vw);
    margin: 0 auto 40px;
  }
  html.notIE .bescos_hdg {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(15 / 750 * 100vw);
  }
  html.notIE .bescos_desc {
    width: calc(600 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6153846154;
    margin: 0 auto;
  }
  html.notIE .bescos_anc {
    width: calc(590 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(46 / 750 * 100vw);
    background-color: #dfd4bd;
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }
  html.notIE .bescos_anc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #000;
    border-right: calc(2 / 750 * 100vw) solid #000;
    transform: translateY(-70%) rotate(45deg);
  }
  html.notIE .bescos_anc span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105%;
    height: 130%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: calc(26 / 750 * 100vw);
    z-index: 3;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .component {
    padding-top: 90px;
  }
  html.notIE .component .inner {
    text-align: center;
  }
  html.notIE .component_ttl {
    font-size: 26px;
    line-height: 1.5384615385;
  }
  html.notIE .component_figure {
    text-align: center;
    margin: 36px auto 0;
  }
  html.notIE .component_figure_ttl {
    font-size: 22px;
    height: 55px;
    vertical-align: middle;
    text-align: center;
    background-color: #dfd4bd;
  }
  html.notIE .component_figure_img {
    width: 320px;
  }
  html.notIE .component_list {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    width: 640px;
  }
  html.notIE .component_list li {
    width: 190px;
  }
  html.notIE .component_list li .note {
    display: block;
    font-size: 14px;
    line-height: 1.2222222222;
    margin-top: 12px;
  }
  html.notIE .component_list li .txt {
    display: block;
    font-size: 22px;
    margin-top: 8px;
  }
  html.notIE .component_list_icon {
    width: 190px;
    height: 190px;
    background-color: #ece5d7;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

html.msie .component {
  padding-top: 90px;
}
html.msie .component .inner {
  text-align: center;
}
html.msie .component_ttl {
  font-size: 26px;
  line-height: 1.5384615385;
}
html.msie .component_figure {
  text-align: center;
  margin: 36px auto 0;
}
html.msie .component_figure_ttl {
  font-size: 22px;
  height: 55px;
  vertical-align: middle;
  text-align: center;
  background-color: #dfd4bd;
}
html.msie .component_figure_img {
  width: 320px;
}
html.msie .component_list {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  width: 640px;
}
html.msie .component_list li {
  width: 190px;
}
html.msie .component_list li .note {
  display: block;
  font-size: 14px;
  line-height: 1.2222222222;
  margin-top: 12px;
}
html.msie .component_list li .txt {
  display: block;
  font-size: 22px;
  margin-top: 8px;
}
html.msie .component_list_icon {
  width: 190px;
  height: 190px;
  background-color: #ece5d7;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  html.notIE .component {
    padding-top: calc(110 / 750 * 100vw);
  }
  html.notIE .component .inner {
    text-align: center;
  }
  html.notIE .component_ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6666666667;
  }
  html.notIE .component_figure {
    text-align: center;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  html.notIE .component_figure_ttl {
    font-size: calc(24 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #dfd4bd;
  }
  html.notIE .component_figure_img {
    width: calc(320 / 750 * 100vw);
  }
  html.notIE .component_list {
    margin: calc(40 / 750 * 100vw) auto 0;
    display: flex;
    justify-content: space-between;
    width: calc(640 / 750 * 100vw);
  }
  html.notIE .component_list li {
    width: calc(190 / 750 * 100vw);
  }
  html.notIE .component_list li .note {
    display: block;
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: 0;
    line-height: 1.2222222222;
    margin-top: calc(12 / 750 * 100vw);
  }
  html.notIE .component_list li .txt {
    display: block;
    letter-spacing: 0;
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
  html.notIE .component_list_icon {
    width: calc(190 / 750 * 100vw);
    height: calc(190 / 750 * 100vw);
    background-color: #ece5d7;
    border-radius: 50%;
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
    line-height: 1.25;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .impressed {
    width: 640px;
    margin: 0 auto;
    padding-top: 90px;
  }
  html.notIE .impressed_ttl {
    font-size: 28px;
    color: #ceb888;
    text-align: center;
  }
  html.notIE .impressed_ttl span {
    position: relative;
    display: block;
    line-height: 1;
  }
  html.notIE .impressed_ttl span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ceb888;
  }
  html.notIE .impressed_txt {
    margin-top: 35px;
    background: url(../img/pc/impressed_bg.png) no-repeat top right;
    background-size: 207px;
  }
  html.notIE .impressed_txt p {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  html.notIE .impressed_txt p + p {
    margin-top: 40px;
  }
}

html.msie .impressed {
  width: 640px;
  margin: 0 auto;
  padding-top: 90px;
}
html.msie .impressed_ttl {
  font-size: 28px;
  color: #ceb888;
  text-align: center;
}
html.msie .impressed_ttl span {
  position: relative;
  display: block;
  line-height: 1;
}
html.msie .impressed_ttl span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ceb888;
}
html.msie .impressed_txt {
  margin-top: 35px;
  background: url(../img/pc/impressed_bg.png) no-repeat top right;
  background-size: 207px;
}
html.msie .impressed_txt p {
  font-size: 18px;
  line-height: 1.7777777778;
}
html.msie .impressed_txt p + p {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  html.notIE .impressed {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto;
    padding-top: calc(120 / 750 * 100vw);
  }
  html.notIE .impressed_ttl {
    font-size: calc(40 / 750 * 100vw);
    color: #ceb888;
    text-align: center;
  }
  html.notIE .impressed_ttl span {
    position: relative;
    display: block;
    line-height: 1;
  }
  html.notIE .impressed_ttl span::after {
    content: "";
    position: absolute;
    bottom: calc(-16 / 750 * 100vw);
    left: 0;
    height: calc(2 / 750 * 100vw);
    width: 100%;
    background-color: #ceb888;
  }
  html.notIE .impressed_txt {
    margin-top: calc(30 / 750 * 100vw);
    background: url(../img/sp/impressed_bg.png) no-repeat top right;
    background-size: calc(206 / 750 * 100vw);
  }
  html.notIE .impressed_txt p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
    line-height: 1.6666666667;
  }
  html.notIE .impressed_txt p + p {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .experience {
    width: 640px;
    margin: 0 auto;
    padding-top: 70px;
  }
  html.notIE .experience_ttl {
    font-size: 28px;
    color: #ceb888;
    text-align: center;
  }
  html.notIE .experience_ttl span {
    position: relative;
    display: block;
    line-height: 1;
  }
  html.notIE .experience_ttl span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ceb888;
  }
  html.notIE .experience_img {
    margin-top: 40px;
    width: 640px;
  }
  html.notIE .experience_txt {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
}

html.msie .experience {
  width: 640px;
  margin: 0 auto;
  padding-top: 70px;
}
html.msie .experience_ttl {
  font-size: 28px;
  color: #ceb888;
  text-align: center;
}
html.msie .experience_ttl span {
  position: relative;
  display: block;
  line-height: 1;
}
html.msie .experience_ttl span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ceb888;
}
html.msie .experience_img {
  margin-top: 40px;
  width: 640px;
}
html.msie .experience_txt {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  html.notIE .experience {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto;
    padding-top: calc(80 / 750 * 100vw);
  }
  html.notIE .experience_ttl {
    font-size: calc(40 / 750 * 100vw);
    color: #ceb888;
    text-align: center;
  }
  html.notIE .experience_ttl span {
    position: relative;
    display: block;
    line-height: 1;
  }
  html.notIE .experience_ttl span::after {
    content: "";
    position: absolute;
    bottom: calc(-16 / 750 * 100vw);
    left: 0;
    height: calc(2 / 750 * 100vw);
    width: 100%;
    background-color: #ceb888;
  }
  html.notIE .experience_img {
    margin-top: calc(38 / 750 * 100vw);
  }
  html.notIE .experience_txt {
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .campaign {
    margin-top: 90px;
  }
  html.notIE .campaign_bg {
    padding: 80px 0 30px;
    position: relative;
    text-align: center;
  }
  html.notIE .campaign_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    background-color: #f5f2eb;
  }
  html.notIE .campaign_catch {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 24px;
  }
  html.notIE .campaign_catch::before, html.notIE .campaign_catch::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 15px;
    height: 55px;
  }
  html.notIE .campaign_catch::before {
    left: -42px;
    border-right: 2px solid #000;
    transform: rotate(-20deg);
  }
  html.notIE .campaign_catch::after {
    right: -42px;
    border-left: 2px solid #000;
    transform: rotate(20deg);
  }
  html.notIE .campaign_txt1 {
    font-size: 24px;
    position: relative;
    z-index: 2;
  }
  html.notIE .campaign_txt1 em {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_txt2 {
    font-size: 24px;
    position: relative;
    z-index: 2;
    margin-top: -10px;
    margin-bottom: 54px;
  }
  html.notIE .campaign_txt2 em {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_txt2 span {
    font-size: 34px;
  }
  html.notIE .campaign_howto {
    position: relative;
    z-index: 2;
    color: #000;
    margin-bottom: 40px;
  }
  html.notIE .campaign_howto_txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  html.notIE .campaign_howto_list {
    font-size: 18px;
    position: relative;
    width: 580px;
    margin: 0 auto;
    font-weight: bold;
  }
  html.notIE .campaign_howto_list em {
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_howto_list span {
    font-size: 13px;
  }
  html.notIE .campaign_howto_list li {
    position: relative;
    text-align: left;
    padding-left: 40px;
  }
  html.notIE .campaign_howto_list li:before {
    position: absolute;
    left: 0;
    top: 34px;
    width: 25px;
    height: 25px;
    padding-left: 2px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e8e0cf;
    font-weight: bold;
  }
  html.notIE .campaign_howto_list li:nth-child(1):before {
    content: "1";
  }
  html.notIE .campaign_howto_list li:nth-child(2):before {
    content: "2";
  }
  html.notIE .campaign_howto_list li + li {
    margin-top: 30px;
  }
  html.notIE .campaign_date {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  html.notIE .campaign_date_txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .campaign_date_list {
    margin-top: 12px;
    display: inline-block;
  }
  html.notIE .campaign_date_list li {
    font-size: 23px;
    font-weight: bold;
  }
  html.notIE .campaign_img {
    position: relative;
    z-index: 2;
  }
  html.notIE .campaign_img_list {
    position: relative;
    z-index: 2;
    display: flex;
    width: 813px;
    margin: 0 auto 20px;
  }
  html.notIE .campaign_note {
    position: relative;
    z-index: 2;
    width: 781px;
    margin: 0 auto;
  }
  html.notIE .campaign_note_list {
    width: 100%;
    display: inline-block;
  }
  html.notIE .campaign_note_list li {
    font-size: 10px;
    text-align: left;
  }
  html.notIE .campaign_note_list li span {
    text-align: left;
    display: block;
  }
  html.notIE .campaign_terms {
    padding-top: 90px;
    text-align: center;
  }
  html.notIE .campaign_terms_note {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
  }
  html.notIE .campaign_terms_note .line {
    position: relative;
  }
  html.notIE .campaign_terms_note .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  html.notIE .campaign_terms_modal {
    width: 260px;
    height: 60px;
    margin: 30px auto 0;
    border: 1px solid #777;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .campaign_terms_modal {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .campaign_terms_modal:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .campaign_terms_modal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/icon_modal.svg) no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .campaign_terms_check {
    margin: 36px 0;
  }
  html.notIE .campaign_terms_check label {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    margin-left: 10px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .campaign_terms_apply {
    width: 300px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px auto 0;
    border: 1px solid #bfaa7e;
    border-radius: 45px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.2s ease 0s;
    background-color: #bfaa7e;
    color: #fff;
    position: relative;
  }
  html.notIE .campaign_terms_apply::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .campaign_terms_apply:not(.is-active) {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    pointer-events: none;
  }
  html.notIE .campaign_terms_apply:not(.is-active)::after {
    content: none;
  }
  html.notIE .campaign_terms_apply:not(.is-active):hover {
    opacity: 1;
    cursor: default;
  }
  html.notIE .campaign_terms_apply:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .campaign_contact {
    background-color: #fff;
    padding: 30px 0;
    width: 760px;
    margin: 80px auto 0;
    text-align: center;
    border: 1px solid #e7e7e7;
  }
  html.notIE .campaign_contact_txt {
    font-size: 14px;
  }
  html.notIE .campaign_contact_number {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.2142857143;
  }
  html.notIE .campaign_contact_number em {
    font-size: 28px;
  }
  html.notIE .campaign_contact_date {
    font-size: 14px;
    margin-top: 6px;
  }
}

html.msie .campaign {
  margin-top: 90px;
}
html.msie .campaign_bg {
  padding: 80px 0 30px;
  position: relative;
  text-align: center;
}
html.msie .campaign_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  background-color: #f5f2eb;
}
html.msie .campaign_catch {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 24px;
}
html.msie .campaign_catch::before, html.msie .campaign_catch::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 15px;
  height: 55px;
}
html.msie .campaign_catch::before {
  left: -42px;
  border-right: 2px solid #000;
  transform: rotate(-20deg);
}
html.msie .campaign_catch::after {
  right: -42px;
  border-left: 2px solid #000;
  transform: rotate(20deg);
}
html.msie .campaign_txt1 {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
html.msie .campaign_txt1 em {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #e8e0cf 0%);
}
html.msie .campaign_txt2 {
  font-size: 24px;
  position: relative;
  z-index: 2;
  margin-top: -10px;
  margin-bottom: 54px;
}
html.msie .campaign_txt2 em {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #e8e0cf 0%);
}
html.msie .campaign_txt2 span {
  font-size: 34px;
}
html.msie .campaign_howto {
  position: relative;
  z-index: 2;
  color: #000;
  margin-bottom: 40px;
}
html.msie .campaign_howto_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
html.msie .campaign_howto_list {
  font-size: 18px;
  position: relative;
  width: 580px;
  margin: 0 auto;
  font-weight: bold;
}
html.msie .campaign_howto_list em {
  background: linear-gradient(transparent 0%, #e8e0cf 0%);
}
html.msie .campaign_howto_list span {
  font-size: 13px;
}
html.msie .campaign_howto_list li {
  position: relative;
  text-align: left;
  padding-left: 40px;
}
html.msie .campaign_howto_list li:before {
  position: absolute;
  left: 0;
  top: 34px;
  width: 25px;
  height: 25px;
  padding-left: 2px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e8e0cf;
  font-weight: bold;
}
html.msie .campaign_howto_list li:nth-child(1):before {
  content: "1";
}
html.msie .campaign_howto_list li:nth-child(2):before {
  content: "2";
}
html.msie .campaign_howto_list li + li {
  margin-top: 30px;
}
html.msie .campaign_date {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
html.msie .campaign_date_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
html.msie .campaign_date_list {
  margin-top: 12px;
  display: inline-block;
}
html.msie .campaign_date_list li {
  font-size: 23px;
  font-weight: bold;
}
html.msie .campaign_img {
  position: relative;
  z-index: 2;
}
html.msie .campaign_img_list {
  position: relative;
  z-index: 2;
  display: flex;
  width: 813px;
  margin: 0 auto 20px;
}
html.msie .campaign_note {
  position: relative;
  z-index: 2;
  width: 781px;
  margin: 0 auto;
}
html.msie .campaign_note_list {
  width: 100%;
  display: inline-block;
}
html.msie .campaign_note_list li {
  font-size: 10px;
  text-align: left;
}
html.msie .campaign_note_list li span {
  text-align: left;
  display: block;
}
html.msie .campaign_terms {
  padding-top: 90px;
  text-align: center;
}
html.msie .campaign_terms_note {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
html.msie .campaign_terms_note .line {
  position: relative;
}
html.msie .campaign_terms_note .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .campaign_terms_modal {
  width: 260px;
  height: 60px;
  margin: 30px auto 0;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  html.msie .campaign_terms_modal {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .campaign_terms_modal:hover {
    opacity: 0.7;
  }
}
html.msie .campaign_terms_modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/icon_modal.svg) no-repeat 0 0;
  background-size: 100%;
}
html.msie .campaign_terms_check {
  margin: 36px 0;
}
html.msie .campaign_terms_check label {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  margin-left: 10px;
}
html.msie .campaign_terms_apply {
  width: 300px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px auto 0;
  border: 1px solid #bfaa7e;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
  background-color: #bfaa7e;
  color: #fff;
  position: relative;
}
html.msie .campaign_terms_apply::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .campaign_terms_apply:not(.is-active) {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  pointer-events: none;
}
html.msie .campaign_terms_apply:not(.is-active)::after {
  content: none;
}
html.msie .campaign_terms_apply:not(.is-active):hover {
  opacity: 1;
  cursor: default;
}
html.msie .campaign_terms_apply:hover {
  opacity: 0.7;
  cursor: pointer;
}
html.msie .campaign_contact {
  background-color: #fff;
  padding: 30px 0;
  width: 760px;
  margin: 80px auto 0;
  text-align: center;
  border: 1px solid #e7e7e7;
}
html.msie .campaign_contact_txt {
  font-size: 14px;
}
html.msie .campaign_contact_number {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2142857143;
}
html.msie .campaign_contact_number em {
  font-size: 28px;
}
html.msie .campaign_contact_date {
  font-size: 14px;
  margin-top: 6px;
}

@media screen and (max-width: 750px) {
  html.notIE .campaign {
    margin-top: calc(90 / 750 * 100vw);
  }
  html.notIE .campaign_bg {
    text-align: center;
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    position: relative;
    background-color: #f5f2eb;
  }
  html.notIE .campaign_catch {
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.5714285714;
    position: relative;
    display: inline-block;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  html.notIE .campaign_catch::before, html.notIE .campaign_catch::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(34 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    background: url(../img/sp/campaign_catch_decoration.png) no-repeat 0 0;
    background-size: 100%;
  }
  html.notIE .campaign_catch::before {
    left: calc(-48 / 750 * 100vw);
  }
  html.notIE .campaign_catch::after {
    right: calc(-42 / 750 * 100vw);
    transform: translateY(-50%) scale(-1, 1);
  }
  html.notIE .campaign_txt1 {
    font-size: calc(33 / 750 * 100vw);
    line-height: 1.4375;
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .campaign_txt1 em {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_txt2 {
    font-size: calc(33 / 750 * 100vw);
    line-height: 1.4375;
    margin-top: calc(-5 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .campaign_txt2 em {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_txt2 span {
    font-size: calc(46 / 750 * 100vw);
  }
  html.notIE .campaign_howto {
    position: relative;
    z-index: 2;
    color: #000;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .campaign_howto_txt {
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  html.notIE .campaign_howto_list {
    font-size: calc(22 / 750 * 100vw);
    position: relative;
    width: 88%;
    margin: 0 auto;
    font-weight: bold;
  }
  html.notIE .campaign_howto_list em {
    background: linear-gradient(transparent 0%, #e8e0cf 0%);
  }
  html.notIE .campaign_howto_list span {
    font-size: calc(18 / 750 * 100vw);
  }
  html.notIE .campaign_howto_list li {
    position: relative;
    text-align: left;
    padding-left: calc(50 / 750 * 100vw);
  }
  html.notIE .campaign_howto_list li:before {
    position: absolute;
    left: 0;
    top: calc(40 / 750 * 100vw);
    width: calc(35 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e8e0cf;
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .campaign_howto_list li:nth-child(1):before {
    content: "1";
  }
  html.notIE .campaign_howto_list li:nth-child(2):before {
    content: "2";
  }
  html.notIE .campaign_howto_list li + li {
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .campaign_date {
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .campaign_date_txt {
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .campaign_date_list {
    margin-top: calc(20 / 750 * 100vw);
    display: inline-block;
  }
  html.notIE .campaign_date_list li {
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.4;
  }
  html.notIE .campaign_date_list li + li {
    margin-top: calc(14 / 750 * 100vw);
  }
  html.notIE .campaign_date_list li span {
    text-align: left;
    display: block;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.3076923077;
  }
  html.notIE .campaign_img {
    width: calc(690 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
    position: relative;
  }
  html.notIE .campaign_img_inner {
    position: relative;
    z-index: 2;
  }
  html.notIE .campaign_img_icon {
    position: absolute;
    top: calc(-60 / 750 * 100vw);
    right: 0;
    width: calc(116 / 750 * 100vw);
  }
  html.notIE .campaign_note_list {
    margin: calc(10 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
    display: inline-block;
  }
  html.notIE .campaign_note_list li {
    font-size: calc(12 / 750 * 100vw);
    text-align: left;
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.5;
  }
  html.notIE .campaign_terms {
    padding-top: calc(70 / 750 * 100vw);
  }
  html.notIE .campaign_terms_ttl {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.6923076923;
    padding-left: calc(70 / 750 * 100vw);
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 0 calc(26 / 750 * 100vw);
  }
  html.notIE .campaign_terms_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background: url(../img/icon_caution.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .campaign_terms_note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    margin: calc(14 / 750 * 100vw) 0 0 calc(94 / 750 * 100vw);
  }
  html.notIE .campaign_terms_note .line {
    position: relative;
  }
  html.notIE .campaign_terms_note .line::before {
    content: "";
    position: absolute;
    bottom: calc(-2 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .campaign_terms_info {
    border: calc(2 / 750 * 100vw) solid #e7e7e7;
    width: calc(700 / 750 * 100vw);
    margin: calc(26 / 750 * 100vw) auto 0;
    padding: calc(34 / 750 * 100vw);
  }
  html.notIE .campaign_terms_info_txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3846153846;
  }
  html.notIE .campaign_terms_info_note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.4444444444;
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .campaign_terms_modal {
    display: block;
    width: calc(400 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    margin: calc(58 / 750 * 100vw) auto 0;
    border: calc(2 / 750 * 100vw) solid #000;
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    color: #000;
    text-decoration: none;
    position: relative;
  }
  html.notIE .campaign_terms_modal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(28 / 750 * 100vw);
    transform: translateY(-50%);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background: url(../img/icon_modal.svg) no-repeat 0 0;
    background-size: 100%;
  }
  html.notIE .campaign_terms_check {
    text-align: center;
    margin: calc(30 / 750 * 100vw) 0;
    line-height: 1;
  }
  html.notIE .campaign_terms_check label {
    font-size: calc(26 / 750 * 100vw);
    margin-left: calc(18 / 750 * 100vw);
  }
  html.notIE .campaign_terms_apply {
    width: calc(590 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: calc(2 / 750 * 100vw) solid #bfaa7e;
    border-radius: calc(46 / 750 * 100vw);
    background-color: #bfaa7e;
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  html.notIE .campaign_terms_apply::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #fff;
    border-right: calc(2 / 750 * 100vw) solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .campaign_terms_apply:not(.is-active) {
    border: calc(2 / 750 * 100vw) solid #e7e7e7;
    background: #e7e7e7;
    pointer-events: none;
  }
  html.notIE .campaign_terms_apply:not(.is-active)::after {
    content: none;
  }
  html.notIE .campaign_contact {
    padding: calc(60 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
    width: calc(700 / 750 * 100vw);
    margin: calc(120 / 750 * 100vw) auto 0;
    text-align: center;
    border: calc(2 / 750 * 100vw) solid #e7e7e7;
  }
  html.notIE .campaign_contact_txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3846153846;
  }
  html.notIE .campaign_contact_number {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    margin-top: calc(20 / 750 * 100vw);
    line-height: 1.1739130435;
  }
  html.notIE .campaign_contact_number em {
    font-size: calc(50 / 750 * 100vw);
  }
  html.notIE .campaign_contact_date {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5833333333;
    margin-top: calc(10 / 750 * 100vw);
  }
}

/*-----------------------------------------------------
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: 12px;
    left: 8px;
    width: 12px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close 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.sub,
html.notIE .modal_terms span.sub {
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
  }
  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 ul li > ul li {
    list-style: none;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  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.notIE .modal_terms .term_3 ul {
    margin-left: 0;
  }
  html.notIE .modal_terms .term_3 ul li {
    list-style: 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: 12px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
html.msie .modal_close 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.sub,
html.msie .modal_terms span.sub {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
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 ul li > ul li {
  list-style: none;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
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;
}
html.msie .modal_terms .term_3 ul {
  margin-left: 0;
}
html.msie .modal_terms .term_3 ul li {
  list-style: 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 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-color: #fff;
    max-width: 800px;
    z-index: 2001;
    box-sizing: border-box;
  }
  html.notIE .modal_box h2 {
    margin-bottom: calc(20 / 750 * 100vw);
    padding: 0 calc(85 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #e7e7e7;
    font-size: calc(36 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
  }
  html.notIE .modal_close {
    position: absolute;
    top: calc(25 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: 50%;
    border: calc(2 / 750 * 100vw) solid #676767;
    background: #7f7f7f;
  }
  html.notIE .modal_close button {
    position: relative;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    font-size: 0;
  }
  html.notIE .modal_close button::before, html.notIE .modal_close button::after {
    content: "";
    position: absolute;
    top: calc(24 / 750 * 100vw);
    left: calc(16 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    background: #fff;
    transform: rotate(-45deg);
  }
  html.notIE .modal_close button::before {
    transform: rotate(45deg);
  }
  html.notIE .modal_terms {
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
    margin: auto;
    text-align: left;
  }
  html.notIE .modal_terms > div {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .modal_terms > div:first-child {
    margin-top: 0;
  }
  html.notIE .modal_terms h3 {
    margin: calc(20 / 750 * 100vw) 0;
    font-size: calc(32 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin-bottom: calc(20 / 750 * 100vw) 0;
  }
  html.notIE .modal_terms .term-ttl {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .modal_terms p,
html.notIE .modal_terms span {
    font-size: calc(30 / 750 * 100vw);
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
  html.notIE .modal_terms p.sub,
html.notIE .modal_terms span.sub {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .modal_terms p.end,
html.notIE .modal_terms span.end {
    text-align: left;
    margin: calc(80 / 750 * 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 / 750 * 100vw);
    line-height: 20px;
  }
  html.notIE .modal_terms ul {
    margin-left: 1.5em;
  }
  html.notIE .modal_terms ul li {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 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 ul li > ul li {
    list-style: none;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  html.notIE .modal_terms a:link, html.notIE .modal_terms a:visited {
    color: #0016ff;
    text-decoration: underline;
  }
  html.notIE .modal_terms .term_3 ul {
    margin-left: 0;
  }
  html.notIE .modal_terms .term_3 ul li {
    list-style: none;
  }
}
