body,
html {
  overflow-x: hidden;
}

.member_group {
  padding: 0;
}

#denka-azumin {
  max-width: 1080px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  padding-bottom: 50px;
}
#denka-azumin *,
#denka-azumin *:after,
#denka-azumin *:before {
  box-sizing: border-box;
}
#denka-azumin dl,
#denka-azumin ol,
#denka-azumin ul {
  margin: 0;
  padding-left: 0;
}
#denka-azumin ol li,
#denka-azumin ul li {
  list-style: none;
}
#denka-azumin div:after,
#denka-azumin ul:after,
#denka-azumin li:after,
#denka-azumin dd:after,
#denka-azumin section:after,
#denka-azumin article:after {
  display: none;
}
#denka-azumin a {
  text-decoration: none;
}
#denka-azumin a:active,
#denka-azumin a:hover {
  text-decoration: none;
  cursor: pointer;
}
#denka-azumin img {
  max-width: 100%;
  height: auto;
  border: none;
}
#denka-azumin a img {
  border: 0;
}
#denka-azumin img {
  vertical-align: bottom;
}
#denka-azumin a {
  color: #000;
  text-decoration: underline;
}
#denka-azumin p {
  font-size: 16px;
  line-height: 1.5;
}
#denka-azumin * {
  transition: initial;
}
#denka-azumin section {
  position: relative;
  padding: 50px 0 0;
}
#denka-azumin .inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
  display: block;
  position: relative;
  z-index: 0;
}
#denka-azumin .inner.boxy {
  border-radius: 30px;
  padding: 50px;
  background-color: #FCE5E8;
}
#denka-azumin .inner.boxy h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-50px / 2);
  margin: 0 auto;
}
#denka-azumin h2.underline {
  display: block;
  width: max-content;
  margin: 0 auto 58px;
  padding: 0 10px 0 5px;
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 1;
  color: #fff !important;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  position: relative;
}
#denka-azumin h2.underline::before {
  display: block;
  content: "";
  width: 100%;
  height: 14px;
  background-color: #FFE100;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  border-radius: calc(14px / 2);
  z-index: -1;
}
#denka-azumin h2:not(.underline) {
  width: 420px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  font-weight: 900;
  color: #FCE5E8 !important;
  background-color: #D32A6E;
  border: 3px solid #FCE5E8 !important;
  border-radius: calc(50px / 2);
  margin: 0 auto;
}
#denka-azumin .links {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#denka-azumin .link {
  width: 311px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 40px 0 20px;
  border-radius: 5px;
  border: 2px solid #000;
  position: relative;
}
#denka-azumin .link::before {
  content: "";
  pointer-events: none;
  width: 11px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  background-image: url(../img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#denka-azumin .link::after {
  display: none;
}
@media (hover: hover) {
  #denka-azumin .link {
    transition: all 0.2s;
  }
  #denka-azumin .link::before {
    transition: all 0.2s;
  }
  #denka-azumin .link:hover {
    color: #000;
    background-color: #fff !important;
  }
  #denka-azumin .link:hover::before {
    filter: invert(100%);
  }
}
#denka-azumin #bnr-fixed {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 100px;
  padding-left: 340px;
  border-radius: 30px;
  background-color: #FFE100;
  background-image: url(../img/bnr_fixed_icon_link.svg);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 1;
}
#denka-azumin #bnr-fixed .coupon {
  width: calc(562px / 2);
  position: absolute;
  left: 63px;
  top: -25px;
  pointer-events: none;
}
#denka-azumin #bnr-fixed p {
  font-size: 32px;
  font-weight: 700;
  color: #D32A6E;
}
#denka-azumin #bnr-fixed a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  #denka-azumin #bnr-fixed {
    transition: background-color 0.2s;
  }
  #denka-azumin #bnr-fixed:hover {
    background-color: #ffe100cc;
  }
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #denka-azumin .inner {
    width: calc(980 / 1080 * 100vw);
  }
  #denka-azumin .inner.boxy {
    padding-left: calc(50 / 1080 * 100vw);
    padding-right: calc(50 / 1080 * 100vw);
  }
  #denka-azumin #bnr-fixed {
    width: calc(100% - 10px * 2);
    padding-left: calc(340 / 1080 * 100vw);
    background-position: right calc(50 / 1080 * 100vw) center;
    background-size: calc(20 / 1080 * 100vw) auto;
  }
  #denka-azumin #bnr-fixed .coupon {
    width: calc(562 / 2 / 1080 * 100vw);
    left: calc(63 / 1080 * 100vw);
    top: calc(-25 / 1080 * 100vw);
  }
  #denka-azumin #bnr-fixed p {
    font-size: calc(32 / 1080 * 100vw);
  }
}
@media screen and (min-width: 961px) {
  #denka-azumin .sp {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin .pc {
    display: none;
  }
  #denka-azumin {
    padding-bottom: calc(20 / 320 * 640px);
    background-image: url(../img/sp_bg.png);
  }
  #denka-azumin p {
    font-size: calc(14 / 320 * 640px);
    line-height: 2;
  }
  #denka-azumin section {
    padding: calc(40 / 320 * 640px) 0 0;
  }
  #denka-azumin .inner {
    width: calc(100% - 10 / 320 * 640px * 2 - 10px * 2);
    padding: calc(30 / 320 * 640px) 0;
  }
  #denka-azumin .inner.boxy {
    width: calc(100% - 10 / 320 * 640px * 2);
    border-radius: calc(15 / 320 * 640px);
    padding: calc(30 / 320 * 640px) calc(20 / 320 * 640px);
  }
  #denka-azumin .inner.boxy h2 {
    top: calc(-40 / 320 * 640px / 2);
  }
  #denka-azumin h2.underline {
    margin: 0 auto calc(34 / 320 * 640px);
    padding: 0 calc(5 / 320 * 640px) 0 calc(5 / 320 * 640px);
    font-size: calc(20 / 320 * 640px);
  }
  #denka-azumin h2.underline::before {
    height: calc(8 / 320 * 640px);
    bottom: -0.4em;
    border-radius: calc(20 / 320 * 640px / 2);
  }
  #denka-azumin h2:not(.underline) {
    width: calc(220 / 320 * 640px) !important;
    height: calc(40 / 320 * 640px) !important;
    font-size: calc(16 / 320 * 640px) !important;
    border-radius: calc(40 / 320 * 640px / 2);
  }
  #denka-azumin .links {
    flex-direction: column;
    gap: calc(10 / 320 * 640px);
  }
  #denka-azumin .link {
    width: 100%;
    height: calc(44 / 320 * 640px);
    font-size: calc(14 / 320 * 640px);
    padding: 0 calc(40 / 320 * 640px) 0 calc(20 / 320 * 640px);
    border-radius: calc(5 / 320 * 640px);
  }
  #denka-azumin .link::before {
    width: calc(11 / 320 * 640px);
    right: calc(20 / 320 * 640px);
  }
  #denka-azumin #bnr-fixed {
    bottom: calc(20 / 320 * 640px);
    width: calc(640px - 15 / 320 * 640px * 2);
    height: calc(100 / 320 * 640px);
    padding-left: calc(100 / 320 * 640px);
    border-radius: calc(15 / 320 * 640px);
    background-position: right calc(20 / 320 * 640px) center;
    background-size: calc(14 / 320 * 640px) auto;
  }
  #denka-azumin #bnr-fixed .coupon {
    width: calc(180 / 320 * 640px);
    left: calc(-10 / 320 * 640px);
    top: calc(-12 / 320 * 640px);
  }
  #denka-azumin #bnr-fixed p {
    font-size: calc(15 / 320 * 640px);
    line-height: 1.2;
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin .pc {
    display: none;
  }
  #denka-azumin {
    padding-bottom: calc(20 / 320 * 100vw);
    background-image: url(../img/sp_bg.png);
  }
  #denka-azumin p {
    font-size: calc(14 / 320 * 100vw);
    line-height: 2;
  }
  #denka-azumin section {
    padding: calc(40 / 320 * 100vw) 0 0;
  }
  #denka-azumin .inner {
    width: calc(100% - 10 / 320 * 100vw * 2 * 2);
    padding: calc(30 / 320 * 100vw) 0;
  }
  #denka-azumin .inner.boxy {
    width: calc(100% - 10 / 320 * 100vw * 2);
    border-radius: calc(15 / 320 * 100vw);
    padding: calc(30 / 320 * 100vw) calc(20 / 320 * 100vw);
  }
  #denka-azumin .inner.boxy h2 {
    top: calc(-40 / 320 * 100vw / 2);
  }
  #denka-azumin h2.underline {
    margin: 0 auto calc(34 / 320 * 100vw);
    padding: 0 calc(5 / 320 * 100vw) 0 calc(5 / 320 * 100vw);
    font-size: calc(20 / 320 * 100vw);
  }
  #denka-azumin h2.underline::before {
    height: calc(8 / 320 * 100vw);
    bottom: -0.4em;
    border-radius: calc(20 / 320 * 100vw / 2);
  }
  #denka-azumin h2:not(.underline) {
    width: calc(220 / 320 * 100vw) !important;
    height: calc(40 / 320 * 100vw) !important;
    font-size: calc(16 / 320 * 100vw) !important;
    border-radius: calc(40 / 320 * 100vw / 2);
  }
  #denka-azumin .links {
    flex-direction: column;
    gap: calc(10 / 320 * 100vw);
  }
  #denka-azumin .link {
    width: 100%;
    height: calc(44 / 320 * 100vw);
    font-size: calc(14 / 320 * 100vw);
    padding: 0 calc(40 / 320 * 100vw) 0 calc(20 / 320 * 100vw);
    border-radius: calc(5 / 320 * 100vw);
  }
  #denka-azumin .link::before {
    width: calc(11 / 320 * 100vw);
    right: calc(20 / 320 * 100vw);
  }
  #denka-azumin #bnr-fixed {
    bottom: calc(20 / 320 * 100vw);
    width: calc(100% - 10 / 320 * 100vw * 2 - 10px * 2);
    height: calc(100 / 320 * 100vw);
    padding-left: calc(100 / 320 * 100vw);
    border-radius: calc(15 / 320 * 100vw);
    background-position: right calc(20 / 320 * 100vw) center;
    background-size: calc(14 / 320 * 100vw) auto;
  }
  #denka-azumin #bnr-fixed .coupon {
    width: calc(180 / 320 * 100vw);
    left: calc(-10 / 320 * 100vw);
    top: calc(-12 / 320 * 100vw);
  }
  #denka-azumin #bnr-fixed p {
    font-size: calc(15 / 320 * 100vw);
    line-height: 1.2;
  }
}
#denka-azumin #da_menu {
  position: relative;
  z-index: 1008;
  left: 0;
  right: 0;
  top: 40px;
  width: 1080px;
  margin: auto;
  display: block;
  pointer-events: none;
}
#denka-azumin #da_menu .inner {
  position: absolute;
  top: 0;
  right: -113px;
  width: 136px;
  margin: 0;
  padding: 0 0 20px;
  pointer-events: auto;
  background-color: #D32A6E;
  border: 3px solid #fff;
  border-radius: 10px;
  transition: none;
  display: block;
  z-index: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#denka-azumin #da_menu .animated .inner {
  transition: right 0.4s;
}
#denka-azumin #da_menu .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
#denka-azumin #da_menu ul li {
  width: 100%;
  height: auto;
  position: relative;
}
#denka-azumin #da_menu ul li::after {
  content: "";
  width: calc(100% - 15px * 2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
  border-top: 1px dotted #fff;
}
#denka-azumin #da_menu ul li:last-child::after {
  border-bottom: 1px dotted #fff;
}
#denka-azumin #da_menu ul li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: calc(15 / 13);
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.08em 10px;
  position: relative;
  z-index: 0;
}
#denka-azumin #da_menu ul li a::before {
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 1260px) {
  #denka-azumin #da_menu.fixed {
    position: fixed;
    top: 100px;
  }
  #denka-azumin #da_menu ul li a {
    transition: color 0.2s;
  }
  #denka-azumin #da_menu ul li a::before {
    transition: background-color 0.2s;
  }
  #denka-azumin #da_menu ul li a:hover {
    color: #000;
  }
  #denka-azumin #da_menu ul li a:hover::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1259px) {
  #denka-azumin #da_menu {
    width: 100%;
  }
  #denka-azumin #da_menu .inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-y: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  #denka-azumin #da_menu .ttl {
    display: none;
  }
  #denka-azumin #da_menu ul {
    width: calc(230 / 320 * 480px);
    margin: auto;
  }
  #denka-azumin #da_menu ul li {
    border-top: 1px dotted #fff;
  }
  #denka-azumin #da_menu ul li::after {
    display: none;
  }
  #denka-azumin #da_menu ul li:last-of-type {
    border-bottom: 1px dotted #fff;
  }
  #denka-azumin #da_menu ul li a {
    font-size: calc(15 / 320 * 480px);
    line-height: 1.4;
    padding: 1.25em 0;
  }
  #denka-azumin #da_menu ul li a br.pc {
    display: none;
  }
  #denka-azumin #da_menu.open .inner {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #denka-azumin #da_menu ul {
    width: calc(230 / 320 * 100vw);
  }
  #denka-azumin #da_menu ul li a {
    font-size: calc(15 / 320 * 100vw);
  }
}
@media screen and (min-width: 1260px) {
  #denka-azumin #da_btn_menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1259px) {
  #denka-azumin #da_btn_menu {
    position: absolute;
    top: 30px;
    right: -100vw;
    display: flex;
    height: 50px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
  #denka-azumin #da_btn_menu::after {
    content: "";
    width: calc(100% - 4px * 2);
    height: calc(100% - 4px * 2);
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #D32A6E;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
  }
  #denka-azumin #da_btn_menu.fixed {
    position: fixed;
    top: 70px;
    left: auto;
    right: -4px;
  }
  #denka-azumin #da_btn_menu span,
  #denka-azumin #da_btn_menu span:after,
  #denka-azumin #da_btn_menu span:before {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #denka-azumin #da_btn_menu span {
    right: -2px;
  }
  #denka-azumin #da_btn_menu.animated {
    z-index: 1009;
  }
  #denka-azumin #da_btn_menu.animated span,
  #denka-azumin #da_btn_menu.animated span:after,
  #denka-azumin #da_btn_menu.animated span:before {
    transition: background-color 0.2s, transform 0.4s, bottom 0.4s, top 0.4s;
  }
  #denka-azumin #da_btn_menu span:before {
    bottom: 10px;
  }
  #denka-azumin #da_btn_menu span:after {
    top: 10px;
  }
  #denka-azumin #da_btn_menu.active {
    z-index: 1009;
  }
  #denka-azumin #da_btn_menu.active::after {
    background: #FCE5E8;
  }
  #denka-azumin #da_btn_menu.active span {
    background-color: rgba(255, 255, 255, 0);
    right: 0;
  }
  #denka-azumin #da_btn_menu.active span::before {
    left: -2px;
    bottom: 0;
    transform: rotate(45deg);
    background-color: #D32A6E;
  }
  #denka-azumin #da_btn_menu.active span::after {
    left: -2px;
    top: 0;
    transform: rotate(-45deg);
    background-color: #D32A6E;
  }
}
#denka-azumin #da_hero {
  padding: 0;
}
#denka-azumin #da_hero .inner {
  width: 100%;
  padding: 0;
  max-width: none;
}
#denka-azumin #da_hero h1 {
  position: relative;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
#denka-azumin #da_hero h1 img {
  width: 100%;
}
#denka-azumin #da_about {
  margin-top: -105px;
}
#denka-azumin #da_about .inner {
  padding-bottom: 38px;
}
#denka-azumin #da_about p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
#denka-azumin #da_about .cols {
  display: flex;
  justify-content: center;
  gap: 59px;
  margin: -5px auto 20px;
}
#denka-azumin #da_about .fig01 {
  width: 300px;
}
#denka-azumin #da_about .fig02 {
  width: 357px;
}
#denka-azumin #da_about .catch {
  font-size: 26px;
  font-weight: 700;
  color: #D32A6E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#denka-azumin #da_about .catch span {
  padding: 0 33px;
  position: relative;
}
#denka-azumin #da_about .catch span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: calc(76px / 2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
  background-image: url(../img/about_catch_bg_l.png), url(../img/about_catch_bg_r.png);
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  #denka-azumin #da_about {
    margin-top: calc(-105 / 1100 * 100vw);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_about {
    margin-top: calc(-10 / 320 * 640px);
  }
  #denka-azumin #da_about .inner {
    padding-bottom: calc(30 / 320 * 640px);
  }
  #denka-azumin #da_about p {
    font-size: calc(14 / 320 * 640px);
    line-height: 2;
    text-align: justify;
  }
  #denka-azumin #da_about .cols {
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 320 * 640px);
    margin: calc(27 / 320 * 640px) auto calc(30 / 320 * 640px);
  }
  #denka-azumin #da_about .fig01 {
    width: calc(202 / 320 * 640px);
  }
  #denka-azumin #da_about .fig02 {
    width: calc(240 / 320 * 640px);
  }
  #denka-azumin #da_about .catch {
    font-size: calc(14 / 320 * 640px);
    line-height: 1.2;
    text-align: center;
  }
  #denka-azumin #da_about .catch span {
    padding: 0 calc(40 / 320 * 640px);
  }
  #denka-azumin #da_about .catch span::before {
    height: calc(93 / 320 * 640px / 2);
    background-image: url(../img/sp_about_catch_bg_l.png), url(../img/sp_about_catch_bg_r.png);
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_about {
    margin-top: calc(-10 / 320 * 100vw);
  }
  #denka-azumin #da_about .inner {
    padding-bottom: calc(30 / 320 * 100vw);
  }
  #denka-azumin #da_about p {
    font-size: calc(14 / 320 * 100vw);
    line-height: 2;
    text-align: justify;
  }
  #denka-azumin #da_about .cols {
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 320 * 100vw);
    margin: calc(27 / 320 * 100vw) auto calc(30 / 320 * 100vw);
  }
  #denka-azumin #da_about .fig01 {
    width: calc(202 / 320 * 100vw);
  }
  #denka-azumin #da_about .fig02 {
    width: calc(240 / 320 * 100vw);
  }
  #denka-azumin #da_about .catch {
    font-size: calc(14 / 320 * 100vw);
    line-height: 1.2;
    text-align: center;
  }
  #denka-azumin #da_about .catch span {
    padding: 0 calc(40 / 320 * 100vw);
  }
  #denka-azumin #da_about .catch span::before {
    height: calc(93 / 320 * 100vw / 2);
    background-image: url(../img/sp_about_catch_bg_l.png), url(../img/sp_about_catch_bg_r.png);
  }
}
#denka-azumin #da_feature ul {
  display: flex;
  gap: 50px;
}
#denka-azumin #da_feature ul li {
  width: calc((100% - 50px * 2) / 3);
}
#denka-azumin #da_feature p {
  font-size: 16px;
  line-height: 2;
}
#denka-azumin #da_feature p span {
  color: #D32A6E;
}
#denka-azumin #da_feature .heading {
  display: block;
  width: max-content;
  margin: 0 auto 7px;
  padding: 0 5px 0 5px;
  color: #D32A6E;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
#denka-azumin #da_feature .heading::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFE100;
  position: absolute;
  bottom: 0.35em;
  left: 0;
  border-radius: calc(10px / 2);
  z-index: -1;
}
#denka-azumin #da_feature .fig01 {
  width: calc(480px / 2);
  margin: -10px auto 10px;
}
#denka-azumin #da_feature .fig02 {
  width: calc(484px / 2);
  margin: 0 auto;
}
#denka-azumin #da_feature .fig03 {
  width: calc(520px / 2);
  margin: 25px auto 0;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_feature .inner {
    padding-bottom: calc(23 / 320 * 640px);
  }
  #denka-azumin #da_feature ul {
    flex-direction: column;
    gap: calc(25 / 320 * 640px);
  }
  #denka-azumin #da_feature ul li {
    width: 100%;
  }
  #denka-azumin #da_feature p {
    font-size: calc(14 / 320 * 640px);
    line-height: 2;
    margin-bottom: 0;
  }
  #denka-azumin #da_feature .heading {
    margin: 0 auto calc(3 / 320 * 640px);
    padding: 0 calc(5 / 320 * 640px) 0 calc(5 / 320 * 640px);
    font-size: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_feature .heading::before {
    height: calc(8 / 320 * 640px);
    bottom: 0.4em;
    border-radius: calc(8 / 320 * 640px / 2);
  }
  #denka-azumin #da_feature .fig01 {
    width: 100%;
    margin: 0 auto 0;
  }
  #denka-azumin #da_feature .fig02 {
    width: 100%;
    margin: 0 auto calc(5 / 320 * 640px);
  }
  #denka-azumin #da_feature .fig03 {
    width: 100%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_feature .inner {
    padding-bottom: calc(23 / 320 * 100vw);
  }
  #denka-azumin #da_feature ul {
    flex-direction: column;
    gap: calc(25 / 320 * 100vw);
  }
  #denka-azumin #da_feature ul li {
    width: 100%;
  }
  #denka-azumin #da_feature p {
    font-size: calc(14 / 320 * 100vw);
    line-height: 2;
    margin-bottom: 0;
  }
  #denka-azumin #da_feature .heading {
    margin: 0 auto calc(3 / 320 * 100vw);
    padding: 0 calc(5 / 320 * 100vw) 0 calc(5 / 320 * 100vw);
    font-size: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_feature .heading::before {
    height: calc(8 / 320 * 100vw);
    bottom: 0.4em;
    border-radius: calc(8 / 320 * 100vw / 2);
  }
  #denka-azumin #da_feature .fig01 {
    width: 100%;
    margin: 0 auto 0;
  }
  #denka-azumin #da_feature .fig02 {
    width: 100%;
    margin: 0 auto calc(5 / 320 * 100vw);
  }
  #denka-azumin #da_feature .fig03 {
    width: 100%;
    margin: 0 auto 0;
  }
}
#denka-azumin #da_usage {
  margin-bottom: 50px;
}
#denka-azumin #da_usage p {
  text-align: center;
}
#denka-azumin #da_usage .heading {
  width: 180px;
  height: 42px;
  border-radius: calc(42px / 2);
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 5px auto 25px;
}
#denka-azumin #da_usage .links {
  margin-top: 45px;
}
#denka-azumin #da_usage .illust01 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(366px / 2);
}
#denka-azumin #da_usage .illust02 {
  position: absolute;
  right: -20px;
  top: -30px;
  width: calc(470px / 2);
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  #denka-azumin #da_usage .illust01 {
    width: calc(366 / 2 / 1080 * 100vw);
  }
  #denka-azumin #da_usage .illust02 {
    width: calc(600 / 2 / 1080 * 100vw);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_usage {
    margin-bottom: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_usage .heading {
    width: calc(114 / 320 * 640px);
    height: calc(30 / 320 * 640px);
    border-radius: calc(30 / 320 * 640px / 2);
    font-size: calc(14 / 320 * 640px);
    margin: calc(20 / 320 * 640px) auto;
  }
  #denka-azumin #da_usage .links {
    margin-top: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_usage .illust01 {
    position: absolute;
    left: calc(10 / 320 * 640px);
    bottom: auto;
    top: calc(20 / 320 * 640px);
    width: calc(49 / 320 * 640px);
  }
  #denka-azumin #da_usage .illust02 {
    position: absolute;
    right: calc(-5 / 320 * 640px);
    top: calc(25 / 320 * 640px);
    width: calc(80 / 320 * 640px);
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_usage {
    margin-bottom: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_usage .heading {
    width: calc(114 / 320 * 100vw);
    height: calc(30 / 320 * 100vw);
    border-radius: calc(30 / 320 * 100vw / 2);
    font-size: calc(14 / 320 * 100vw);
    margin: calc(20 / 320 * 100vw) auto;
  }
  #denka-azumin #da_usage .links {
    margin-top: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_usage .illust01 {
    position: absolute;
    left: calc(10 / 320 * 100vw);
    bottom: auto;
    top: calc(20 / 320 * 100vw);
    width: calc(49 / 320 * 100vw);
  }
  #denka-azumin #da_usage .illust02 {
    position: absolute;
    right: calc(-5 / 320 * 100vw);
    top: calc(25 / 320 * 100vw);
    width: calc(80 / 320 * 100vw);
  }
}
#denka-azumin #da_campaign {
  background-color: #FFE100;
}
#denka-azumin #da_campaign h2 {
  width: 100% !important;
  color: #FFE100 !important;
  background-color: transparent;
  border: none !important;
  position: relative;
}
#denka-azumin #da_campaign h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 560px;
  background-color: #D32A6E;
  border: 3px solid #D32A6E;
  border-radius: calc(50px / 2);
}
#denka-azumin #da_campaign h2::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #D32A6E;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#denka-azumin #da_campaign .cols {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
#denka-azumin #da_campaign .col {
  flex-grow: 1;
  padding: 50px;
}
#denka-azumin #da_campaign .col p {
  font-size: 20px;
  line-height: 2;
}
#denka-azumin #da_campaign .col p .marker {
  font-weight: 700;
  position: relative;
}
#denka-azumin #da_campaign .col p .marker::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #f4b4d0;
  position: absolute;
  bottom: 0.05em;
  left: 0;
  border-radius: calc(10px / 2);
  z-index: -1;
}
#denka-azumin #da_campaign .col .period {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2em;
}
#denka-azumin #da_campaign .col .period span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D32A6E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFE100;
  margin-right: 0.75em;
}
#denka-azumin #da_campaign .collaboration {
  width: calc(940px / 2);
  margin: 20px;
}
#denka-azumin #da_campaign .campaign-is-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 225, 0, 0.8);
  z-index: 1;
}
#denka-azumin #da_campaign .campaign-is-over img {
  width: calc(1438px / 2);
}
#denka-azumin #da_campaign .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}
#denka-azumin #da_campaign .cards li {
  background-color: #fff;
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  padding: 0 30px 30px;
  position: relative;
}
#denka-azumin #da_campaign .cards .icon {
  width: 100px;
  position: absolute;
  left: 30px;
  top: -10px;
}
#denka-azumin #da_campaign .cards .ch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 78px;
  padding: 0.5em 0 0.5em 115px;
  margin: 0;
  display: flex;
  align-items: center;
}
#denka-azumin #da_campaign .cards table {
  width: 100%;
  margin-bottom: 20px !important;
}
#denka-azumin #da_campaign .cards th,
#denka-azumin #da_campaign .cards td {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px dotted #000;
  padding: 0.9em !important;
  vertical-align: middle;
  color: #000 !important;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
#denka-azumin #da_campaign .cards tr:first-child th,
#denka-azumin #da_campaign .cards tr:first-child td {
  border-top: 1px dotted #000;
}
#denka-azumin #da_campaign .cards th {
  font-weight: 700;
  white-space: nowrap;
  padding-left: 0 !important;
}
#denka-azumin #da_campaign .cards td {
  padding-right: 0 !important;
  word-break: break-all;
}
#denka-azumin #da_campaign .cards .videos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#denka-azumin #da_campaign .cards .videos a {
  width: calc((100% - 25px * 2) / 3);
  border-radius: 10px;
  position: relative;
}
#denka-azumin #da_campaign .cards .videos a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url(../img/campaign_icon_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
  z-index: 1;
}
@media (hover: hover) {
  #denka-azumin #da_campaign .cards .videos a {
    transition: opacity 0.2s;
  }
  #denka-azumin #da_campaign .cards .videos a:hover {
    opacity: 0.75;
  }
}
#denka-azumin #da_campaign .cards .videos img {
  width: 100%;
}
#denka-azumin #da_campaign .enjoyHeading {
  margin-bottom: 58px;
  display: flex;
  position: relative;
}
#denka-azumin #da_campaign .enjoyHeading::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #D32A6E;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#denka-azumin #da_campaign .enjoyHeading span {
  width: 176px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #D32A6E;
  border-radius: calc(42px / 2);
  color: #D32A6E;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  background-color: #FFE100;
}
#denka-azumin #da_campaign .enjoyCase {
  width: calc(1960px / 2);
  margin: 0 auto 40px;
}
#denka-azumin #da_campaign .links {
  border-top: 1px dotted #000;
  padding: 50px 0 20px;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_campaign {
    padding: 0;
  }
  #denka-azumin #da_campaign h2 {
    margin-bottom: calc(12 / 320 * 640px);
  }
  #denka-azumin #da_campaign h2 span {
    width: calc(200 / 320 * 640px);
    height: 120%;
    border-radius: calc(50 / 320 * 640px / 2);
  }
  #denka-azumin #da_campaign .cols {
    flex-direction: column;
    margin-bottom: calc(5 / 320 * 640px);
  }
  #denka-azumin #da_campaign .col {
    padding: 0;
  }
  #denka-azumin #da_campaign .col p {
    font-size: calc(14 / 320 * 640px);
    text-align: center;
  }
  #denka-azumin #da_campaign .col p .marker::before {
    height: calc(8 / 320 * 640px);
    bottom: 0.05em;
    border-radius: calc(14 / 320 * 640px / 2);
  }
  #denka-azumin #da_campaign .col .period {
    font-size: calc(14 / 320 * 640px);
    margin-top: 1.5em;
  }
  #denka-azumin #da_campaign .col .period span {
    width: calc(50 / 320 * 640px);
    height: calc(50 / 320 * 640px);
    margin-right: 0.75em;
  }
  #denka-azumin #da_campaign .collaboration {
    width: 100%;
    margin: calc(20 / 320 * 640px) auto 0;
  }
  #denka-azumin #da_campaign .campaign-is-over img {
    width: calc(277 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards {
    flex-direction: column;
    gap: calc(20 / 320 * 640px);
    margin-bottom: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards li {
    border-radius: calc(20 / 320 * 640px);
    width: 100%;
    padding: 0 calc(20 / 320 * 640px) calc(20 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards .icon {
    width: calc(70 / 320 * 640px);
    left: calc(20 / 320 * 640px);
    top: calc(-5 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards .ch {
    font-size: calc(14 / 320 * 640px);
    line-height: 1.2;
    min-height: calc(60 / 320 * 640px);
    padding: 0.5em 0 0.5em calc(80 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards table {
    margin-bottom: calc(20 / 320 * 640px) !important;
  }
  #denka-azumin #da_campaign .cards th,
  #denka-azumin #da_campaign .cards td {
    padding: 1em 0.5em !important;
    font-size: calc(12 / 320 * 640px);
    line-height: 1.3;
  }
  #denka-azumin #da_campaign .cards th {
    padding-left: 0 !important;
  }
  #denka-azumin #da_campaign .cards td {
    padding-right: 0 !important;
  }
  #denka-azumin #da_campaign .cards .videos {
    gap: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards .videos a {
    width: calc((100% - 20 / 320 * 640px) / 2);
    border-radius: calc(10 / 320 * 640px);
  }
  #denka-azumin #da_campaign .cards .videos a::before {
    background-size: calc(18 / 320 * 640px) auto;
  }
  #denka-azumin #da_campaign .enjoyHeading {
    margin-bottom: calc(20 / 320 * 640px);
  }
  #denka-azumin #da_campaign .enjoyHeading::before {
    height: 2px;
  }
  #denka-azumin #da_campaign .enjoyHeading span {
    width: calc(136 / 320 * 640px);
    height: calc(30 / 320 * 640px);
    border-width: 2px;
    border-radius: calc(30 / 320 * 640px / 2);
    font-size: calc(14 / 320 * 640px);
  }
  #denka-azumin #da_campaign .enjoyCase {
    width: 100%;
    margin: 0 auto calc(20 / 320 * 640px);
  }
  #denka-azumin #da_campaign .links {
    padding: calc(20 / 320 * 640px) 0 0;
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_campaign {
    padding: 0;
  }
  #denka-azumin #da_campaign h2 {
    margin-bottom: calc(12 / 320 * 100vw);
  }
  #denka-azumin #da_campaign h2 span {
    width: calc(200 / 320 * 100vw);
    height: 120%;
    border-radius: calc(50 / 320 * 100vw / 2);
  }
  #denka-azumin #da_campaign .cols {
    flex-direction: column;
    margin-bottom: calc(5 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .col {
    padding: 0;
  }
  #denka-azumin #da_campaign .col p {
    font-size: calc(14 / 320 * 100vw);
    text-align: center;
  }
  #denka-azumin #da_campaign .col p .marker::before {
    height: calc(8 / 320 * 100vw);
    bottom: 0.05em;
    border-radius: calc(14 / 320 * 100vw / 2);
  }
  #denka-azumin #da_campaign .col .period {
    font-size: calc(14 / 320 * 100vw);
    margin-top: 1.5em;
  }
  #denka-azumin #da_campaign .col .period span {
    width: calc(50 / 320 * 100vw);
    height: calc(50 / 320 * 100vw);
    margin-right: 0.75em;
  }
  #denka-azumin #da_campaign .collaboration {
    width: 100%;
    margin: calc(20 / 320 * 100vw) auto 0;
  }
  #denka-azumin #da_campaign .campaign-is-over img {
    width: calc(277 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards {
    flex-direction: column;
    gap: calc(20 / 320 * 100vw);
    margin-bottom: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards li {
    border-radius: calc(20 / 320 * 100vw);
    width: 100%;
    padding: 0 calc(20 / 320 * 100vw) calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards .icon {
    width: calc(70 / 320 * 100vw);
    left: calc(20 / 320 * 100vw);
    top: calc(-5 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards .ch {
    font-size: calc(14 / 320 * 100vw);
    line-height: 1.2;
    min-height: calc(60 / 320 * 100vw);
    padding: 0.5em 0 0.5em calc(80 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards table {
    margin-bottom: calc(20 / 320 * 100vw) !important;
  }
  #denka-azumin #da_campaign .cards th,
  #denka-azumin #da_campaign .cards td {
    padding: 1em 0.5em !important;
    font-size: calc(12 / 320 * 100vw);
    line-height: 1.3;
  }
  #denka-azumin #da_campaign .cards th {
    padding-left: 0 !important;
  }
  #denka-azumin #da_campaign .cards td {
    padding-right: 0 !important;
  }
  #denka-azumin #da_campaign .cards .videos {
    gap: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards .videos a {
    width: calc((100% - 20 / 320 * 100vw) / 2);
    border-radius: calc(10 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .cards .videos a::before {
    background-size: calc(18 / 320 * 100vw) auto;
  }
  #denka-azumin #da_campaign .enjoyHeading {
    margin-bottom: calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .enjoyHeading::before {
    height: 2px;
  }
  #denka-azumin #da_campaign .enjoyHeading span {
    width: calc(136 / 320 * 100vw);
    height: calc(30 / 320 * 100vw);
    border-width: 2px;
    border-radius: calc(30 / 320 * 100vw / 2);
    font-size: calc(14 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .enjoyCase {
    width: 100%;
    margin: 0 auto calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_campaign .links {
    padding: calc(20 / 320 * 100vw) 0 0;
  }
}
#denka-azumin #da_faq {
  padding: 80px 0 25px;
}
#denka-azumin #da_faq .inner {
  padding: 0;
}
#denka-azumin #da_faq dl {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 0 30px;
}
#denka-azumin #da_faq dl.open dt::after {
  background-image: url(../img/faq_btn_minus.png);
}
#denka-azumin #da_faq dl + dl {
  margin-top: 10px;
}
#denka-azumin #da_faq dt {
  padding: 20px 70px 20px 50px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#denka-azumin #da_faq dt::before {
  content: "Q";
  font-size: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  color: #D32A6E;
  position: absolute;
  left: 0;
  top: -0.2em;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
#denka-azumin #da_faq dt::after {
  content: "";
  width: calc(60px / 2);
  height: calc(60px / 2);
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/faq_btn_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (hover: hover) {
  #denka-azumin #da_faq dt::after {
    transition: all 0.2s;
  }
  #denka-azumin #da_faq dt:hover::after {
    transform: scale(1.1);
  }
}
#denka-azumin #da_faq dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 25px 20px 30px;
  border-top: 1px dotted #000;
  display: none;
}
#denka-azumin #da_faq dd ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
#denka-azumin #da_faq dd ol li {
  list-style-type: decimal;
  line-height: 1.5;
}
#denka-azumin #da_faq dd ol li + li {
  margin-top: 0.75em;
}
#denka-azumin #da_faq .links {
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #denka-azumin #da_faq .links .link {
    width: calc(311 / 1080 * 100vw);
    font-size: calc(19 / 1080 * 100vw);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_faq {
    padding: calc(35 / 320 * 640px) 0 calc(30 / 320 * 640px);
  }
  #denka-azumin #da_faq .inner {
    width: calc(100% - 10 / 320 * 640px * 2);
  }
  #denka-azumin #da_faq dl {
    border-radius: calc(10 / 320 * 640px);
    padding: 0 calc(20 / 320 * 640px);
  }
  #denka-azumin #da_faq dl.open dt::after {
    background-image: url(../img/sp_faq_btn_minus.png);
  }
  #denka-azumin #da_faq dl + dl {
    margin-top: calc(10 / 320 * 640px);
  }
  #denka-azumin #da_faq dt {
    padding: calc(15 / 320 * 640px) calc(30 / 320 * 640px);
    font-size: calc(16 / 320 * 640px);
  }
  #denka-azumin #da_faq dt::before {
    font-size: calc(30 / 320 * 640px);
    top: -0.2em;
    left: -0.1em;
  }
  #denka-azumin #da_faq dt::after {
    width: calc(20 / 320 * 640px);
    height: ccalc(40px);
    background-image: url(../img/sp_faq_btn_plus.png);
  }
  #denka-azumin #da_faq dd {
    font-size: calc(14 / 320 * 640px);
    line-height: 2;
    padding: calc(20 / 320 * 640px) 0;
  }
  #denka-azumin #da_faq .links {
    gap: calc(10 / 320 * 640px);
    margin-top: calc(30 / 320 * 640px);
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_faq {
    padding: calc(35 / 320 * 100vw) 0 calc(30 / 320 * 100vw);
  }
  #denka-azumin #da_faq .inner {
    width: calc(100% - 10 / 320 * 100vw * 2);
  }
  #denka-azumin #da_faq dl {
    border-radius: calc(10 / 320 * 100vw);
    padding: 0 calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_faq dl.open dt::after {
    background-image: url(../img/sp_faq_btn_minus.png);
  }
  #denka-azumin #da_faq dl + dl {
    margin-top: calc(10 / 320 * 100vw);
  }
  #denka-azumin #da_faq dt {
    padding: calc(15 / 320 * 100vw) calc(30 / 320 * 100vw);
    font-size: calc(16 / 320 * 100vw);
  }
  #denka-azumin #da_faq dt::before {
    font-size: calc(30 / 320 * 100vw);
    top: -0.2em;
    left: -0.1em;
  }
  #denka-azumin #da_faq dt::after {
    width: calc(20 / 320 * 100vw);
    height: ccalc(6.25vw);
    background-image: url(../img/sp_faq_btn_plus.png);
  }
  #denka-azumin #da_faq dd {
    font-size: calc(14 / 320 * 100vw);
    line-height: 2;
    padding: calc(20 / 320 * 100vw) 0;
  }
  #denka-azumin #da_faq .links {
    gap: calc(10 / 320 * 100vw);
    margin-top: calc(30 / 320 * 100vw);
  }
}
#denka-azumin #da_contact .inner.boxy {
  background-color: #fff;
  padding: 70px 100px;
}
#denka-azumin #da_contact h2 {
  color: #fff !important;
  border-color: #fff !important;
}
#denka-azumin #da_contact .cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
#denka-azumin #da_contact .logo {
  width: calc(436px / 2);
  display: initial;
}
#denka-azumin #da_contact .col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-left: 1px dotted #000;
}
#denka-azumin #da_contact .company {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#denka-azumin #da_contact .links {
  justify-content: space-between;
}
#denka-azumin #da_contact .links .link {
  width: 371px;
  height: 78px;
}
#denka-azumin #da_contact .links .link.line {
  background-color: #07b53b;
  border-color: #07b53b;
}
#denka-azumin #da_contact .links .link.line .yellow {
  color: #FFE100;
}
@media (hover: hover) {
  #denka-azumin #da_contact .links .link.line:hover {
    color: #07b53b;
  }
  #denka-azumin #da_contact .links .link.line:hover::before {
    background-image: url(../img/icon_link_line_on.svg);
    filter: invert(0%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #denka-azumin #da_contact .inner.boxy {
    width: calc(980 / 1080 * 100vw);
    padding-left: calc(100 / 1080 * 100vw);
    padding-right: calc(100 / 1080 * 100vw);
  }
  #denka-azumin #da_contact .links .link {
    font-size: calc(20 / 1080 * 100vw);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #denka-azumin #da_contact .inner.boxy {
    padding: calc(40 / 320 * 640px) calc(20 / 320 * 640px) calc(20 / 320 * 640px);
  }
  #denka-azumin #da_contact .cols {
    flex-direction: column;
    gap: calc(20 / 320 * 640px);
    margin-bottom: calc(25 / 320 * 640px);
  }
  #denka-azumin #da_contact .logo {
    width: calc(200 / 320 * 640px);
  }
  #denka-azumin #da_contact .col {
    flex-direction: column;
    padding: 15px 0 0;
    border-left: none;
    position: relative;
  }
  #denka-azumin #da_contact .col::before {
    content: "";
    width: calc(110 / 320 * 640px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-top: 1px dotted #000;
  }
  #denka-azumin #da_contact .company {
    font-size: calc(16 / 320 * 640px);
    margin-bottom: 0.5em;
  }
  #denka-azumin #da_contact .links .link {
    width: 100%;
    height: calc(80 / 320 * 640px);
  }
}
@media screen and (max-width: 639px) {
  #denka-azumin #da_contact .inner.boxy {
    padding: calc(40 / 320 * 100vw) calc(20 / 320 * 100vw) calc(20 / 320 * 100vw);
  }
  #denka-azumin #da_contact .cols {
    flex-direction: column;
    gap: calc(20 / 320 * 100vw);
    margin-bottom: calc(25 / 320 * 100vw);
  }
  #denka-azumin #da_contact .logo {
    width: calc(200 / 320 * 100vw);
  }
  #denka-azumin #da_contact .col {
    flex-direction: column;
    padding: 15px 0 0;
    border-left: none;
    position: relative;
  }
  #denka-azumin #da_contact .col::before {
    content: "";
    width: calc(110 / 320 * 100vw);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-top: 1px dotted #000;
  }
  #denka-azumin #da_contact .company {
    font-size: calc(16 / 320 * 100vw);
    margin-bottom: 0.5em;
  }
  #denka-azumin #da_contact .links .link {
    width: 100%;
    height: calc(80 / 320 * 100vw);
  }
}
