#page.type-b {
  width: 100%;
}

#page-footer.type-b {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  #page-footer.type-b {
    max-width: 100%;
  }
}

.contents__wrapper {
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-left: 26px;
  margin-right: 25px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 976px) {
  .contents__wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .contents__wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}
.contents__wrapper.type-b {
  box-sizing: border-box;
  width: 976px;
  margin: 0 auto;
  padding: 0 25px 0 26px;
}
@media only screen and (max-width: 640px) {
  .contents__wrapper.type-b {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}
.contents__wrapper.type-c {
  margin-left: 0;
  margin-right: 0;
}
.contents__wrapper.type-d {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .contents__wrapper.type-d {
    margin-bottom: 40px;
  }
}
.contents__inner {
  position: relative;
  display: block;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .contents__inner {
    margin-top: 30px;
  }
}
.contents__title + .contents__inner {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents__title + .contents__inner {
    margin-top: 20px;
  }
}
.contents__inner .narrow {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents__inner .narrow {
    margin-top: 20px;
  }
}
.layout-type-b .contents__inner {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__inner {
    max-width: 100%;
    margin-top: 45px;
  }
}
.layout-type-b #products-list > .contents__inner {
  margin-top: 90px;
}
.layout-type-b #products-list > .contents__inner:first-child {
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b #products-list > .contents__inner {
    margin-top: 50px;
  }
  .layout-type-b #products-list > .contents__inner:first-child {
    margin-top: 30px;
  }
}
.layout-type-b .contents__heading-01 + .contents__inner {
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-01 + .contents__inner {
    margin-top: 30px;
  }
}
.contents__inner-twoclomun {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .contents__inner-twoclomun {
    display: block;
    margin-top: 30px;
  }
}
.layout-type-b .contents__inner-twoclomun {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__inner-twoclomun {
    max-width: 100%;
    margin-top: 45px;
  }
}
.layout-type-b #products-list > .contents__inner-twoclomun {
  margin-top: 90px;
}
.layout-type-b #products-list > .contents__inner-twoclomun:first-child {
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b #products-list > .contents__inner-twoclomun {
    margin-top: 50px;
  }
  .layout-type-b #products-list > .contents__inner-twoclomun:first-child {
    margin-top: 30px;
  }
}
.layout-type-b .contents__heading-01 + .contents__inner-twoclomun {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-01 + .contents__inner-twoclomun {
    margin-top: 30px;
  }
}
.layout-type-b .contents__title-h1 + .contents__inner-twoclomun {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__title-h1 + .contents__inner-twoclomun {
    margin-top: 0px;
  }
}
.contents__lead + .contents__inner-twoclomun {
  margin-top: 130px;
}
@media only screen and (max-width: 640px) {
  .contents__lead + .contents__inner-twoclomun {
    display: block;
    margin-top: 45px;
  }
}
.contents__title + .contents__inner-twoclomun {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents__title + .contents__inner-twoclomun {
    display: block;
    margin-top: 20px;
  }
}
.contents__inner-twoclomun.bottom-set {
  align-items: flex-end;
}
.contents__grid.type-01 {
  display: grid;
  box-sizing: border-box;
  grid-template-rows: 1fr 117px;
  grid-template-columns: 47.27% 47.27%;
  justify-content: space-between;
  grid-template-areas: "area-text area-img" "area-mark area-img";
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-01 {
    display: block;
  }
}
.contents__grid.type-01 > .contents__text {
  grid-area: area-text;
}
.contents__grid.type-01 > .contents__image {
  grid-area: area-img;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-01 > .contents__image {
    margin-top: 20px;
  }
}
.contents__grid.type-01 > .contents__mark-ldac {
  grid-area: area-mark;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-01 > .contents__mark-ldac {
    margin-top: 20px;
  }
}
.contents__grid.type-02 {
  display: grid;
  box-sizing: border-box;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 57% 40%;
  justify-content: space-between;
  grid-template-areas: "area-catch area-img" "area-name area-img" "area-btn area-img" "area-mark area-img";
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 {
    display: block;
  }
}
.contents__grid.type-02 > .contents-spec__lineup-box-img {
  grid-area: area-img;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 > .contents-spec__lineup-box-img {
    margin-top: 20px;
  }
}
.contents__grid.type-02 > .contents-spec__lineup-heading.catch {
  grid-area: area-catch;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 > .contents-spec__lineup-heading.catch {
    text-align: center;
  }
}
.contents__grid.type-02 > .contents-spec__lineup-heading.name {
  grid-area: area-name;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 > .contents-spec__lineup-heading.name {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
  }
}
.contents__grid.type-02 > .contents-spec__lineup-btn {
  grid-area: area-btn;
}
.contents__grid.type-02 > .contents-spec__lineup-box-mark {
  grid-area: area-mark;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 > .contents-spec__lineup-box-mark {
    margin-top: 20px;
  }
}
.contents__mark-ldac {
  width: 64px;
}
.contents__mark-ldac img {
  width: 100%;
  height: auto;
}
.contents__image-box {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .contents__image-box {
    display: block;
    margin-top: 30px;
  }
}
.layout-type-b .contents__image-box {
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__image-box {
    margin-top: 50px;
  }
}
.layout-type-b .contents__inner-twoclomun > .contents__image-box {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__inner-twoclomun > .contents__image-box {
    margin-top: 40px;
  }
}
.layout-type-b .contents-spec__lineup-box-text + .contents__image-box {
  margin-top: 50px;
  order: 3;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-spec__lineup-box-text + .contents__image-box {
    margin-top: 20px;
    order: 3;
  }
}
.layout-type-b .contents__grid + .contents__image-box {
  margin-top: 50px;
  order: 3;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__grid + .contents__image-box {
    margin-top: 20px;
    order: 3;
  }
}
.contents__inner-border {
  position: relative;
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  margin-top: 70px;
  padding: 24px 70px;
}
@media only screen and (max-width: 640px) {
  .contents__inner-border {
    display: block;
    margin-top: 30px;
    padding: 24px 30px;
  }
}
.contents__title + .contents__inner-border {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents__title + .contents__inner-border {
    display: block;
    margin-top: 20px;
  }
}
.contents__inner-border.bottom-set {
  align-items: flex-end;
}
.layout-type-b .contents__inner-border {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__inner-border {
    display: block;
    margin-top: 20px;
  }
}
.contents__box-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner {
    display: block;
    margin-top: 15px;
  }
  .contents__box-inner.view-3d {
    display: flex;
  }
}
.contents__box-inner.movie {
  margin-top: 35px;
}
.contents__box-inner:first-child {
  margin-top: 0;
}
.contents__box-inner.bottom-set {
  align-items: flex-end;
}
.contents__box-inner.middle-set {
  align-items: center;
}
.contents__box-inner.one-third {
  justify-content: center;
}
.contents__inner-border > .contents__box-inner {
  position: relative;
  margin-top: 0;
}
.contents__box-inner.heading {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner.heading {
    margin-top: 30px;
  }
}
.contents__box-inner > .app-logo-01 {
  position: relative;
  width: 40%;
  max-width: 344px;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .app-logo-01 {
    width: 100%;
    max-width: 220px;
  }
}
.contents__box-inner > .app-logo-01 img {
  width: 100%;
  height: auto;
}
.contents__box-inner > .app-logo-02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 382px;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .app-logo-02 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
.contents__box-inner > .app-logo-02 > .app-logo-02__image {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .app-logo-02 > .app-logo-02__image {
    width: 100%;
    max-width: none;
  }
}
.contents__box-inner > .app-logo-02 > .app-logo-02__image img {
  width: 100%;
  height: auto;
}
.contents__box-inner > .child-01 {
  order: 1;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-01 {
    order: 1;
  }
}
.contents__box-inner > .child-02 {
  order: 3;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-02 {
    order: 2;
  }
}
.contents__box-inner > .child-03 {
  order: 5;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-03 {
    order: 3;
  }
}
.contents__box-inner > .child-04 {
  order: 2;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-04 {
    order: 4;
  }
}
.contents__box-inner > .child-05 {
  order: 4;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-05 {
    order: 5;
  }
}
.contents__box-inner > .child-06 {
  order: 6;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner > .child-06 {
    order: 6;
  }
}
.contents__box-half {
  position: relative;
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents__box-half {
    width: 100%;
  }
  .contents__box-half.view-3d {
    width: calc(50% - 22px);
  }
}
.contents__box-half.imgchg {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .contents__box-half.imgchg {
    margin-top: 20px;
  }
}
.contents__box-half.az40m2-app {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .contents__box-half.az40m2-app {
    margin-top: 20px;
  }
}
.contents__box-one-third {
  position: relative;
  width: calc(25% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents__box-one-third {
    width: 65%;
    margin: 0 auto;
  }
  .contents__box-one-third.view-3d {
    width: calc(30% - 22px);
  }
}
.contents__box-one-third.imgchg {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .contents__box-one-third.imgchg {
    margin-top: 20px;
  }
}
.contents__box-border {
  position: relative;
  background: #efefef;
  padding: 30px 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents__box-border {
    margin-top: 22px;
  }
}
.contents__box-onethird {
  position: relative;
  box-sizing: border-box;
  width: calc(33% - 12px);
}
@media only screen and (max-width: 640px) {
  .contents__box-onethird {
    width: 100%;
    margin-bottom: 15px;
  }
  .contents__box-onethird:last-child {
    margin-bottom: 0;
  }
}
.contents__title {
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 70px;
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  .contents__title {
    font-size: 18px;
    margin-top: 40px;
  }
}
.contents__title::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 4px;
  background-color: #666;
}
.layout-type-b .contents__title {
  font-size: 25px;
  max-width: 895px;
  margin: 0 auto;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__title {
    font-size: 20px;
    max-width: 100%;
    margin-top: 45px;
  }
}
.contents__title-h1 {
  position: relative;
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  .contents__title-h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 45px;
    margin-bottom: 35px;
  }
}
.contents__title-h1::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 4px;
  background-color: #666;
}
.contents__title-large {
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .contents__title-large {
    font-size: 24px;
    margin-top: 50px;
  }
}
.contents__title-eng {
  position: relative;
  font-family: "DIN Regular";
  font-size: 89px;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents__title-eng {
    font-size: 42px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.contents__lead {
  position: relative;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents__lead {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
}
.contents__lead-large {
  position: relative;
  font-size: 22px;
  line-height: 2;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents__lead-large {
    font-size: 18px;
    margin-top: 30px;
  }
}
.contents__heading-large {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-large {
    font-size: 18px;
    margin-top: 40px;
  }
}
.layout-type-b .contents__heading-large {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-large {
    margin-bottom: 20px;
  }
}
.contents__image-box > .contents__heading-large {
  background: #666666;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.contents__heading {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents__heading {
    font-size: 16px;
    margin-top: 40px;
  }
}
.layout-type-b .contents__heading {
  line-height: 1.8;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading {
    margin-bottom: 15px;
  }
}
.layout-type-b .contents__text + .contents__heading {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__text + .contents__heading {
    margin-top: 30px;
  }
}
.contents__heading-num {
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-num {
    font-size: 16px;
    margin-top: 40px;
  }
}
.layout-type-b .contents__heading-num {
  width: calc(100% - 1em);
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-num {
    margin-bottom: 15px;
  }
}
.contents__heading-num:first-child {
  margin-top: 0;
}
.contents__heading-01 {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  border-bottom: 1px solid #808080;
  margin-top: 70px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-01 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.layout-type-b .contents__heading-01 {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-01 {
    max-width: 100%;
    margin-top: 50px;
  }
}
.layout-type-b.contents__wrapper > .contents__heading-01:first-child {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b.contents__wrapper > .contents__heading-01:first-child {
    margin-top: 30px;
  }
}
.layout-type-b.contents__wrapper > .contents__heading-01.noborder-version {
  border-bottom: none;
  margin-top: 90px;
}
.layout-type-b.contents__wrapper > .contents__heading-01.noborder-version:first-child {
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b.contents__wrapper > .contents__heading-01.noborder-version {
    font-size: 15px;
    margin-top: 30px;
  }
  .layout-type-b.contents__wrapper > .contents__heading-01.noborder-version:first-child {
    margin-top: 30px;
  }
}
.layout-type-b.contents__wrapper > .contents__heading-01.top-mtwide {
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b.contents__wrapper > .contents__heading-01.top-mtwide {
    margin-top: 50px;
  }
}
.contents__heading-02 {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-02 {
    font-size: 14px;
    margin-top: 30px;
  }
}
.contents__heading-02:first-child {
  margin-top: 0;
}
.contents__inner-border > .contents__heading-02 {
  position: absolute;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .contents__inner-border > .contents__heading-02 {
    padding: 0 10px;
    top: -10px;
  }
}
.contents__heading-03 {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-03 {
    font-size: 15px;
    margin-top: 15px;
  }
}
.contents__box-half > .contents__heading-03:first-child {
  margin-top: 0;
}
.contents__heading-04 {
  position: relative;
  color: #2373bd;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  width: calc(50% - 22px);
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-04 {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
  }
}
.contents__heading-box {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #666;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 40px;
  padding: 5px 10px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-box {
    font-size: 14px;
    margin-top: 30px;
  }
}
.contents__heading-box:first-child {
  margin-top: 0;
}
.layout-type-b .contents__heading-box {
  background: #c7c7c7;
  color: #555555;
  margin-top: 15px;
  padding: 3px 10px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-box {
    font-size: 14px;
    margin-top: 15px;
  }
}
.contents__text {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 22px;
}
.contents__text:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .contents__text {
    font-size: 14px;
    margin-top: 15px;
  }
  .contents__text:first-child {
    margin-top: 15px;
  }
}
.layout-type-b .contents__text {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 18px;
}
.layout-type-b .contents__text:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__text {
    font-size: 14px;
    margin-top: 15px;
  }
  .layout-type-b .contents__text:first-child {
    margin-top: 10px;
  }
}
.layout-type-b .contents__heading-01 + .contents__text {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-01 + .contents__text {
    font-size: 14px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.contents__text.box-half {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents__text.box-half {
    width: 100%;
  }
}
.contents__text-list {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.contents__caption-list + .contents__text-list {
  margin-top: 22px;
}
@media only screen and (max-width: 640px) {
  .contents__text-list {
    font-size: 12px;
    margin-top: 20px;
  }
}
.contents__text-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-top: 5px;
}
.contents__text-list li:first-child {
  padding-top: 0px;
}
.layout-type-b .contents__text-list {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 18px;
}
.layout-type-b .contents__text-list:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__text-list {
    font-size: 14px;
    margin-top: 15px;
  }
  .layout-type-b .contents__text-list:first-child {
    margin-top: 10px;
  }
}
.contents__heading-box + .contents__text-list {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-box + .contents__text-list {
    margin-top: 15px;
  }
}
.contents__caption {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents__caption {
    font-size: 12px;
    margin-top: 15px;
  }
}
.contents__box-inner + .contents__caption, .contents__text + .contents__caption {
  margin-top: 22px;
}
@media only screen and (max-width: 640px) {
  .contents__box-inner + .contents__caption, .contents__text + .contents__caption {
    margin-top: 20px;
  }
}
.contents__movie + .contents__caption {
  margin-top: 10px;
}
.layout-type-b .contents__caption {
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__caption {
    max-width: 100%;
    margin-top: 15px;
  }
}
.layout-type-b .contents__box-inner + .contents__caption {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__box-inner + .contents__caption {
    margin-top: 15px;
  }
}
.contents__caption-list {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.contents__caption-list + .contents__caption-list {
  margin-top: 22px;
}
@media only screen and (max-width: 640px) {
  .contents__caption-list {
    font-size: 12px;
    margin-top: 20px;
  }
}
.contents__caption-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-top: 5px;
}
.contents__caption-list li:first-child {
  padding-top: 0px;
}
.contents__caption-list.narrow-item li {
  text-indent: -1em;
  padding-left: 1em;
}
.layout-type-b .contents__caption-list {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__caption-list {
    max-width: 100%;
  }
}
.layout-type-b .contents__text + .contents__caption-list {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__text + .contents__caption-list {
    margin-top: 10px;
  }
}
.layout-type-b .contents__image-box + .contents__caption-list {
  margin-top: 22px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__image-box + .contents__caption-list {
    margin-top: 15px;
  }
}
.layout-type-b .contents-spec__lineup-box-text + .contents__image-box + .contents__caption-list {
  margin-top: 22px;
  order: 4;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-spec__lineup-box-text + .contents__image-box + .contents__caption-list {
    margin-top: 15px;
    order: 4;
  }
}
.layout-type-b .contents-banner-large + .contents__caption-list {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-banner-large + .contents__caption-list {
    margin-top: 30px;
  }
}
.contents__caption-list .font-serif {
  font-family: serif;
}
.contents__image {
  position: relative;
  margin-top: 25px;
}
.contents__image:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .contents__image {
    margin-top: 15px;
  }
  .contents__image:first-child {
    margin-top: 20px;
  }
}
.layout-type-b .contents__image {
  margin-top: 25px;
}
.layout-type-b .contents__image:first-child {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__image {
    margin-top: 15px;
  }
  .layout-type-b .contents__image:first-child {
    margin-top: 20px;
  }
}
.layout-type-b .contents__image-box > .contents__image {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__image-box > .contents__image {
    margin-top: 0px;
  }
}
.contents__image.box-half {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents__image.box-half {
    width: 100%;
  }
}
.contents__image figcaption {
  font-size: 15px;
  margin-top: 10px;
}
.contents__image figcaption > .center-small {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents__image figcaption {
    font-size: 15px;
  }
}
.contents__image img {
  width: 100%;
  height: auto;
}
.contents__image.border-box {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 24px;
}
@media only screen and (max-width: 640px) {
  .contents__image.border-box {
    padding: 20px;
  }
}
.layout-type-b .contents__image.border-box {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__image.border-box {
    margin-top: 0px;
  }
}
.contents__movie {
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents__movie {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.contents__movie.one-column {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.contents__pagetop {
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents__pagetop {
    max-width: 100%;
  }
}

.contents__floating {
  max-width: 925px;
  /*margin: 0 auto;*/
  position:fixed;
  bottom:2%;
  right:3%;
  border-radius:50px;
  background-color:#FFFFFF;
  padding:1%;
  /*font-weight:bold;*/
  border:1px solid #666;
  text-align:center;
  line-height:150%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 640px) {
  .contents__floating {
    max-width: 100%;
    padding:2%;
  }
}


.contents-top__header-inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__header-inner {
    max-width: 100%;
  }
}
.contents-top__hero-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .contents-top__hero-inner {
    width: 100%;
  }
}
.contents-top__hero-inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contents-top__hero-logo {
  position: absolute;
  width: 100%;
  max-width: 900px;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .contents-top__hero-logo {
    width: 100%;
    max-width: 324px;
    bottom: 90px;
  }
}
.contents-top__hero-logo img {
  width: 100%;
  height: auto;
}
.contents-top__intro-inner {
  position: relative;
}
.contents-top__intro-img {
  position: relative;
  background: url(../../az80/images/bg_photo_01_03_pc.jpg);
  background-size: 3000px 1800px;
  background-position: 50% 70%;
  width: 100%;
  height: 1530px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-img {
    background: url(../../az80/images/bg_photo_01_03_sp.jpg) no-repeat;
    background-size: 940px 750px;
    background-position: 50% 80%;
    width: 100%;
    height: 620px;
  }
}
.contents-top__intro-img img {
  width: 100%;
  height: 1194px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-img img {
    width: 100%;
    height: 760px;
    object-position: 50% 50%;
  }
}
.contents-top__intro-img-60m2 {
  position: relative;
  background: url(../../az60m2/images/bg_photo_01_03_pc.jpg);
  background-size: 3244px 1804px;
  background-position: 50% 60%;
  width: 100%;
  height: 1600px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-img-60m2 {
    background: url(../../az60m2/images/bg_photo_01_03_sp.jpg) no-repeat;
    background-size: 864px 502px;
    background-position: 50% 100%;
    width: 100%;
    height: 500px;
  }
}
.contents-top__intro-img-60m2 img {
  width: 100%;
  height: 1194px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-img-60m2 img {
    width: 100%;
    height: 650px;
    object-position: 50% 50%;
  }
}
.contents-top__intro-text {
  position: absolute;
  color: #fff;
  font-size: clamp(1rem, -2.541rem + 7.38vw, 1.563rem);
  line-height: 2.4;
  letter-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 890px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}

.contents-top__new-color {
  color: #fff;
  font-size: clamp(1rem, -2.541rem + 7.38vw, 1.563rem);
  line-height: 2.4;
  letter-spacing: 0;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5.25%;
}

@media only screen and (max-width: 640px) {
  .contents-top__intro-text {
    font-size: 12px;
    line-height: 2;
    top: 25px;
    transform: translateX(-50%);
  }
}
.contents-top__intro-text.az40m2 {
  position: relative;
  color: #000;
  font-size: 25px;
  line-height: 1.8;
  top: 0;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-text.az40m2 {
    font-size: 15px;
    margin-top: 45px;
  }
}
.contents-top__intro-product {
  position: relative;
  max-width: 616px;
  /*max-width: 308px;*/
  margin: 100px auto 0;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-product {
    width: 400px;
    /*width: 200px;*/
    margin-top: 40px;
  }
}
.contents-top__intro-product img {
  width: 100%;
  height: auto;
}
.contents-top__intro-logo {
  position: absolute;
  width: 100%;
  max-width: 775px;
  top: 324px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-logo {
    width: 100%;
    max-width: 324px;
    top: 150px;
  }
}
.contents-top__intro-logo img {
  width: 100%;
  height: auto;
}
.contents-top__intro-text-box {
  position: absolute;
  width: 100%;
  max-width: 680px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-text-box {
    bottom: 25px;
  }
}
.contents-top__intro-text-box.az40m2 {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-text-box.az40m2 {
    margin-top: 25px;
  }
}
.contents-top__intro-name {
  position: relative;
  color: #fff;
  font-family: "DIN Regular";
  font-size: 94px;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-name {
    font-size: 29px;
    line-height: 1.4;
    margin-top: 0px;
  }
}
.contents-top__intro-name .text-small {
  font-size: 42px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-name .text-small {
    font-size: 15px;
  }
}
.contents-top__intro-name.az40m2 {
  color: #727171;
}
.contents-top__intro-text-img {
  position: relative;
  max-width: 254px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-text-img {
    max-width: 130px;
  }
}
.contents-top__intro-text-img img {
  width: 100%;
  height: auto;
}
.contents-top__intro-btn {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.contents-top__intro-btn a {
  display: block;
  background: #3d3d3d;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  width: 600px;
  padding: 20px 15px 20px 15px;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.8s;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-btn a {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.06em;
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
  }
}
.contents-top__intro-btn a:hover {
  background: #6a6969;
  border: 1px solid #6a6969;
}
.contents-top__intro-btn.az40m2 a {
  background: #727171;
}
.contents-top__intro-btn.az40m2 a:hover {
  background: #3d3d3d;
}
.contents-top__intro-caption {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 90px;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-caption {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0px;
    padding-top: 20px;
  }
}
.contents-top__intro-caption li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents-top__intro-caption.az40m2 {
  color: #000;
  font-size: 12px;
  margin-top: 45px;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-caption.az40m2 {
    margin-top: 0px;
  }
}
.contents-top__intro-caption-img {
  position: relative;
  max-width: 557px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__intro-caption-img {
    max-width: 330px;
    margin-top: 10px;
  }
}
.contents-top__intro-caption-img img {
  width: 100%;
  height: auto;
}
.contents-top__body-inner {
  position: relative;
}
.contents-top__catch {
  position: relative;
  color: #231815;
  font-size: 45px;
  line-height: 1.4;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 90px;
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  .contents-top__catch {
    font-size: 20px;
    max-width: 100%;
    margin-top: 40px;
  }
}
.contents-top__lead {
  position: relative;
  color: #231815;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lead {
    font-size: 12px;
    max-width: 100%;
    margin-top: 20px;
  }
}
.contents-top__inner {
  position: relative;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner {
    display: block;
    max-width: 100%;
    margin-top: 50px;
    padding: 0px;
  }
}
.contents-top__inner-gray {
  position: relative;
  background: #eaeaea;
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 925px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 60px 50px;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner-gray {
    display: block;
    width: calc(100% - 20px);
    max-width: 100%;
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.contents-top__inner-twoclomun {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 10px;
}
.contents-top__inner-twoclomun:nth-of-type(2) {
  margin-top: 120px;
}
.contents-top__inner-twoclomun:nth-of-type(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner-twoclomun {
    display: block;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .contents-top__inner-twoclomun:nth-of-type(2) {
    margin-top: 40px;
  }
  .contents-top__inner-twoclomun:nth-of-type(3) {
    margin-top: 40px;
  }
}
.contents-top__inner-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner-text {
    text-align: center;
    width: 100%;
  }
}
.contents-top__inner-text.posi-left {
  order: 1;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner-text.posi-left {
    order: 2;
  }
}
.contents-top__text {
  position: relative;
  color: #231815;
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .contents-top__text {
    font-size: 12px;
    margin-top: 15px;
  }
}
.contents-top__sp-text {
  position: relative;
  color: #231815;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .contents-top__sp-text {
    font-size: 12px;
    max-width: 100%;
    margin-top: 40px;
  }
}
.contents-top__product-name {
  position: relative;
  color: #231815;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__product-name {
    font-size: 18px;
    max-width: 100%;
  }
}
.contents-top__product-catch {
  position: relative;
  color: #231815;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .contents-top__product-catch {
    font-size: 15px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.contents-top__caption-list {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  max-width: 514px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-top__caption-list {
    font-size: 10px;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.contents-top__caption-list li {
  text-indent: -0.35em;
  padding-left: 0.5em;
  padding-top: 5px;
}
.contents-top__caption-list li:first-child {
  padding-top: 0px;
}
.contents-top__image-visual {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents-top__image-visual {
    width: 100%;
  }
}
.contents-top__image-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contents-top__image {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .contents-top__image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.contents-top__image img {
  width: 100%;
  height: auto;
}
.contents-top__image.posi-right {
  order: 2;
}
@media only screen and (max-width: 640px) {
  .contents-top__image.posi-right {
    order: 1;
  }
}
.contents-top__image-product-inner {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents-top__image-product-inner {
    margin-top: 40px;
  }
}
.contents-top__image-product {
  position: relative;
  width: 50%;
  max-width: 240px;
}
@media only screen and (max-width: 640px) {
  .contents-top__image-product {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
}
.contents-top__image-product img {
  width: 100%;
  height: auto;
}
.contents-top__image-product-cap {
  position: relative;
  font-size: 21px;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-top__image-product-cap {
    font-size: 12px;
    margin-top: 20px;
  }
}
.contents-top__btn-inner {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn-inner {
    margin-bottom: 50px;
  }
}
.contents-top__btn-inner-two {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn-inner-two {
    display: block;
  }
}
.contents-top__btn {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
  padding-right: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn {
    padding-right: 20px;
    margin-top: 40px;
  }
}
.contents-top__inner > .contents-top__btn {
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner > .contents-top__btn {
    margin-top: 20px;
  }
}
.contents-top__inner > .contents-top__caption-list + .contents-top__btn {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .contents-top__inner > .contents-top__caption-list + .contents-top__btn {
    margin-top: 20px;
  }
}
.contents-top__btn a {
  display: block;
  font-size: 19px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.contents-top__btn a::after {
  content: "";
  background-image: url(../images/icn_arrow_r_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  right: 26px;
}
.contents-top__btn a:hover::after {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn a {
    font-size: 10px;
  }
  .contents-top__btn a::after {
    width: 15px;
    height: 15px;
    right: 0px;
  }
}
.contents-top__btn-box {
  position: relative;
  background-color: #6e7175;
  box-sizing: border-box;
  text-align: center;
  width: calc(50% - 30px);
  margin-top: 65px;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn-box {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
  }
}
.contents-top__btn-box a {
  display: block;
  color: #fff;
  font-size: 21px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.contents-top__btn-box a::after {
  content: "";
  background-image: url(../images/icn_arrow_r_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  right: 26px;
}
@media only screen and (max-width: 640px) {
  .contents-top__btn-box a {
    font-size: 12px;
  }
  .contents-top__btn-box a::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}
.contents-top__movie {
  position: relative;
  /*background: #231815;*/
  box-sizing: border-box;
  width: 100%;
  padding: 120px 10px;
}
@media only screen and (max-width: 640px) {
  .contents-top__movie {
    padding: 30px 10px;
  }
}
.contents-top__movie.movie-modal {
  padding: 0;
}
.contents-top__movie-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__movie-inner {
    display: block;
  }
}
.contents-top__movie.movie-modal > .contents-top__movie-inner {
  max-width: 100%;
}
.contents-top__award {
  position: relative;
  box-sizing: border-box;
  padding: 70px 0;
}
@media only screen and (max-width: 640px) {
  .contents-top__award {
    padding: 25px 0;
  }
}
/* AZ40M2??????????? */
.contents-top__award.az40m2 {
  padding-top: 10px; /* PC?????? */
}
@media only screen and (max-width: 640px) {
  .contents-top__award.az40m2 {
    padding-top: 0px; /* ????????? */
  }
}
.contents-top__award.no-title {
  padding-bottom: 0;
}
.contents-top__award-text {
  position: relative;
  color: #231815;
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-text {
    font-size: 12px;
  }
}
.contents-top__award-inner {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-inner {
    flex-wrap: wrap;
    padding: 10px 30px 0 30px;
  }
}
.contents-top__award.no-title > .contents-top__award-inner {
  padding: 0;
}
.contents-top__award-img {
  position: relative;
  box-sizing: border-box;
  margin: 0 2%;
}
/*.contents-top__award-img:first-child {
  margin: 0 1.65%;
}*/
@media only screen and (max-width: 640px) {
  /*.contents-top__award-img {
    margin: 0 3.5%;
  }*/
  /*.contents-top__award-img:first-child {
    margin: 0 1.45%;
  }*/
}
.contents-top__award-img img {
  width: 100%;
}
.contents-top__award-img.img-01 {
  width: 9.58%;
  max-width: 184px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-01 {
    width: 19.5%;
  }
}
.contents-top__award-img.img-02 {
  width: 14.32%;
  max-width: 275px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-02 {
    width: 22%;
    margin-top: 25px;
  }
}
.contents-top__award-img.img-03 {
  width: 15.27%;
  max-width: 270px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-03 {
    width: 22%;
    margin-top: 25px;
  }
}
.contents-top__award-img.img-04 {
  width: 8.85%;
  max-width: 170px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-04 {
    width: 13%;
  }
}
.contents-top__award-img.img-05 {
  width: 11%;
  max-width: 270px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-05 {
    width: 20%;
  }
}
.contents-top__award-img.img-06 {
  width: 11%;
  max-width: 270px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-06 {
    width: 20%;
  }
}
.contents-top__award-img.img-07 {
  width: 11%;
  max-width: 270px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-07 {
    width: 20%;
  }
}
.contents-top__award-img.img-08 {
  width: 11%;
  max-width: 270px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-08 {
    width: 20%;
  }
}
.contents-top__award-img.img-09 {
  width: 11%;
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-09 {
    width: 20%;
  }
}
.contents-top__award-img.img-10 {
  width: 11%;
  max-width: 270px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-10 {
    width: 20%;
  }
}
.contents-top__award-img.img-11 {
  width: 11%;
  max-width: 270px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-11 {
    width: 20%;
  }
}
.contents-top__award-img.img-12 {
  width: 10.2%;
  max-width: 145px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-12 {
    width: 19%;
  }
}
.contents-top__award-img.img-13 {
  width: 20%;
  max-width: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-13 {
    width: 40%;
  }
}
.contents-top__award-img.img-14 {
  width: 11%;
  max-width: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-14 {
    width: 20%;
  }
}
.contents-top__award-img.img-15 {
  width: 11%;
  max-width: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-15 {
    width: 20%;
  }
}

.contents-top__award-img.img-16 {
  width: 11%;
  max-width: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-16 {
    width: 20%;
  }
}

/*AZ40M2用受杲マ拏ク*/
.contents-top__award-img.img-01_az40m2 {
  width: 8.28%;
  max-width: 159px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-01_az40m2 {
    width: 17.28%;
  }
}
.contents-top__award-img.img-02_az40m2 {
  width: 14%;
  max-width: 270px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-02_az40m2 {
    width: 29.5%;
  }
}
.contents-top__award-img.img-03_az40m2 {
  width: 12%;
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-03_az40m2 {
    width: 25%;
  }
}
.contents-top__award-img.img-04_az40m2 {
  width: 20%;
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-04_az40m2 {
    width: 40%;
  }
}
/*AZ60M2用受杲マ拏ク*/
.contents-top__award-img.img-01_az60m2 {
  width: 8.28%;
  max-width: 159px;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.img-01_az60m2 {
    width: 17.28%;
  }
}
/*AZ80の杲り返し指定*/
.contents-top__award-img.spacer {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents-top__award-img.spacer {
    width: 100%;
  }
}
.contents-top__lineup {
  position: relative;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup {
    max-width: 425px;
    overflow-x: scroll;
    margin-top: 30px;
    padding: 0px 0px 10px 0px;
  }
}
.contents-top__lineup-box-img {
  position: relative;
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-box-img {
    max-width: 925px;
  }
}
.contents-top__lineup-table {
  position: relative;
  letter-spacing: 0;
  border-collapse: separate;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-table {
    display: block;
    min-width: 625px;
    padding: 0px;
  }
}
.contents-top__lineup-table th {
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.contents-top__lineup-table th:nth-of-type(n + 2) {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: calc((100% - 200px) / 3);
  min-width: 232px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-table th:nth-of-type(n + 2) {
    width: calc((100% - 100px) / 3);
    min-width: 175px;
  }
}
.contents-top__lineup-table th:nth-of-type(2) {
  border-left: 1px solid #808080;
}
.contents-top__lineup-table th:first-child {
  position: sticky;
  top: 0;
  left: 0;
}
.contents-top__lineup-table > tbody th {
  background: #6e7175;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  width: 220px;
  padding: 0px 0;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-table > tbody th {
    width: 100px;
    font-size: 13px;
    padding: 0px 5px;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.contents-top__lineup-table > tbody th.blank {
  background: #fff;
}
.contents-top__lineup-table td {
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 30px 10px;
}
.contents-top__lineup-table td:nth-of-type(1) {
  border-left: 1px solid #808080;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-table td {
    font-size: 13px;
    padding: 20px 10px;
  }
}
.contents-top__lineup-table td img {
  width: 100%;
  max-width: 164px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-table td img {
    max-width: 114px;
  }
}
.contents-top__lineup-table td.anc {
  vertical-align: top;
}
.contents-top__lineup-table tr:last-child > td {
  vertical-align: top;
}
.contents-top__lineup-name {
  position: relative;
  color: #666666;
  font-family: "DIN Regular";
  font-size: 22px;
  line-height: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-name {
    font-size: 16px;
  }
}
.contents-top__lineup-lead {
  position: relative;
  color: #666666;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-lead {
    font-size: 14px;
  }
}
.contents-top__lineup-icon-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 197px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-icon-inner {
    max-width: 207px;
    margin: 0 10px;
  }
}
.contents-top__lineup-icon {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.contents-top__lineup-icon:last-of-type {
  margin-bottom: 0;
}
.contents-top__lineup-icon:nth-last-of-type(2) {
  margin-bottom: 0;
}
.contents-top__lineup-icon.icon-01 {
  width: 54.83%;
}
.contents-top__lineup-icon.icon-02 {
  width: 28.4%;
}
.contents-top__lineup-icon.icon-03 {
  width: 30.94%;
}
.contents-top__lineup-icon.icon-04 {
  width: 56.71%;
}
.contents-top__lineup-icon.icon-05 {
  width: 100%;
}
.contents-top__lineup-icon.icon-06 {
  width: 28.4%;
  margin-bottom: 30px;
}
.contents-top__lineup-icon.icon-07 {
  width: 30.94%;
  margin-bottom: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-icon.icon-07 {
    padding-top: 10px;
  }
}
.contents-top__lineup-btn {
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  width: 180px;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}
.contents-top__lineup-btn a {
  display: block;
  color: #fff;
  background-color: #555;
  border-radius: 25px;
}
.contents-top__lineup-btn a:hover {
  background-color: #757575;
}
.contents-top__lineup-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  display: block;
  width: 17.5px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22part2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018.2%2012.7%22%20style%3D%22enable-background%3Anew%200%200%2018.2%2012.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%226.4%22%20x2%3D%2217%22%20y2%3D%226.4%22%2F%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2211.5%2C0.4%2017.5%2C6.4%2011.5%2C12.4%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 17.5px 12px;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-btn {
    font-size: 13px;
    width: 140px;
    margin-top: 10px;
  }
  .contents-top__lineup-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
    display: block;
    width: 17.5px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22part2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018.2%2012.7%22%20style%3D%22enable-background%3Anew%200%200%2018.2%2012.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%226.4%22%20x2%3D%2217%22%20y2%3D%226.4%22%2F%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2211.5%2C0.4%2017.5%2C6.4%2011.5%2C12.4%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 17.5px 12px;
  }
}
.contents-top__lineup-btn-text {
  text-align: center;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  padding-right: 1.2em;
}
.contents-top__lineup-btn-text a {
  position: relative;
  font-size: 16px;
  display: block;
  color: #333;
}
.contents-top__lineup-btn-text a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -1.2em;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../../images/icn_blank.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .contents-top__lineup-btn-text a {
    font-size: 14px;
  }
  .contents-top__lineup-btn-text a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1.2em;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(../../images/icn_blank.png) no-repeat;
    background-size: contain;
  }
}
.contents-top__lineup-btn-text a:hover {
  opacity: 0.6;
}

.contents-product-name {
  font-family: DIN Regular, san-serif;
  font-size: 170%;
  line-height: 0.9;
  max-width: 925px;
  margin: 0 auto;
  padding: 15px 2.66% 12px 2.56%;
}
@media only screen and (max-width: 640px) {
  .contents-product-name {
    font-size: 220%;
    padding: 0 0 2%;
  }
}
@media only screen and (max-width: 480px) {
  .contents-product-name {
    padding: 5.5% 0 2% 2.56%;
  }
}

.contents-keyvisual {
  position: relative;
  width: 100%;
}
.layout-type-b .contents-keyvisual {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-keyvisual {
    max-width: 100%;
  }
}
.contents-keyvisual p {
  margin-top: 10px;
}
.contents-keyvisual ul {
  margin-top: 10px;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .contents-keyvisual ul {
    display: block;
  }
}
.contents-keyvisual ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.contents-special {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .contents-special {
    margin-top: 40px;
  }
}

.contents-special-movie {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-special-movie {
    display: block;
    margin-top: 20px;
  }
}
.contents-special-movie__box {
  position: relative;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 640px) {
  .contents-special-movie__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents-special-movie__box:last-child {
    margin-bottom: 0;
  }
}

.contents-special-movie-large {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .contents-special-movie-large {
    display: block;
    margin-top: 50px;
  }
}
.contents__heading-01 + .contents-special-movie-large {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-01 + .contents-special-movie-large {
    display: block;
    margin-top: 30px;
  }
}
.contents-keyvisual + .contents-special-movie-large {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .contents-keyvisual + .contents-special-movie-large {
    margin-bottom: 50px;
  }
}
.contents-special-movie-large__box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-special-movie-large__box {
    width: 100%;
  }
}

.youtubeGallery {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .youtubeGallery {
    width: 100%;
    margin-top: 40px;
  }
}

.youtubeGallery-02 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .youtubeGallery-02 {
    width: 100%;
    margin-top: 80px;
  }
}

.youtubeGallery-03 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .youtubeGallery-03 {
    width: 100%;
    margin-top: 40px;
  }
}

.ytg_player {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

.ytg_player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ytg_thumbnails {
  position: relative;
  letter-spacing: -0.4em;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0px 0 0px;
}
@media screen and (min-width: 768px) {
  .ytg_thumbnails {
    width: 100%;
    height: 100%;
    padding: 24px 0px 0 0px;
  }
}

.ytg_thumbnails img {
  width: 65px;
  margin-left: 10px;
  cursor: pointer;
}

.contents-campaign {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-campaign {
    margin-top: 30px;
  }
}

.contents-title__inner {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-title__inner {
    margin-top: 10%;
  }
}
.contents-title__title {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contents-title__title {
    font-size: 21px;
  }
}
.contents-title__title-lead {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .contents-title__title-lead {
    font-size: 18px;
    margin-top: 15px;
  }
}

.contents-buy__inner {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__inner {
    margin-top: 10%;
  }
}
.contents-buy__name {
  position: relative;
  font-size: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .contents-buy__name {
    font-size: 21px;
  }
}
.contents-buy__price {
  position: relative;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__price {
    font-size: 18px;
    line-height: 1.6;
  }
}
.contents-buy__abi-logo {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__abi-logo {
    margin-top: 10px;
  }
}
.contents-buy__abi-logo li {
  margin-right: 20px;
}
.contents-buy__abi-logo img {
  width: 100%;
  height: auto;
}
.contents-buy__photo-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__photo-inner {
    display: block;
    margin-top: 10px;
  }
}
.contents-buy__photo {
  position: relative;
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents-buy__photo {
    width: 100%;
  }
}
.contents-buy__photo img {
  width: 100%;
  height: auto;
}
.contents-buy__info {
  position: relative;
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents-buy__info {
    width: 100%;
    margin-top: 20px;
  }
}
.contents-buy__info > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .contents-buy__info > p {
    font-size: 16px;
  }
}
.contents-buy__info ul {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  margin-left: 20px;
}
.contents-buy__info ul li {
  list-style: disc;
  padding-top: 5px;
}

.contents-feature-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-feature-list {
    margin-top: 30px;
  }
}
.contents__heading-01 + .contents-feature-list {
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-01 + .contents-feature-list {
    margin-top: 30px;
  }
}
.layout-type-b .contents__heading-01 + .contents-feature-list {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents__heading-01 + .contents-feature-list {
    max-width: 100%;
    margin-top: 30px;
  }
}
.contents-feature-list__box {
  position: relative;
  width: calc(50% - 22px);
  margin-bottom: 40px;
  margin-right: 44px;
}
.contents-feature-list__box:last-child {
  margin-bottom: 0;
}
.contents-feature-list__box:nth-child(5) {
  margin-bottom: 0;
}
.contents-feature-list__box:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .contents-feature-list__box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .contents-feature-list__box:nth-child(5) {
    margin-bottom: 25px;
  }
}
.contents-feature-list__box-small {
  position: relative;
  width: calc(33.333% - 20px);
  margin-bottom: 30px;
  margin-right: 30px;
}
.contents-feature-list__box-small:last-child {
  margin-bottom: 0;
}
.contents-feature-list__box-small:nth-child(3), .contents-feature-list__box-small:nth-child(6) {
  margin-right: 0;
}
.contents-feature-list__box-small:nth-child(5) {
  margin-bottom: 0;
}
.contents-feature-list__box-small:nth-child(4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .contents-feature-list__box-small {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .contents-feature-list__box-small:nth-child(5) {
    margin-bottom: 25px;
  }
  .contents-feature-list__box-small:nth-child(4) {
    margin-bottom: 25px;
  }
}
.contents-feature-list__photo {
  position: relative;
  width: 100%;
}
.contents-feature-list__title {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .contents-feature-list__title {
    font-size: 15px;
    margin-top: 10px;
  }
}
.layout-type-b .contents-feature-list__title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-feature-list__title {
    margin-bottom: 30px;
  }
}
.contents-feature-list__text {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents-feature-list__text {
    font-size: 14px;
    margin-top: 5px;
  }
}
.contents-feature-list__ul {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 20px;
}
.contents-feature-list__ul li {
  list-style: disc;
}

.contents-lineup-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-list {
    margin-top: 40px;
  }
}
.layout-type-b .contents-lineup-list {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-lineup-list {
    max-width: 100%;
    margin-top: 40px;
  }
}
.contents-lineup-list__box {
  position: relative;
  width: calc(50% - 22px);
  margin-bottom: 20px;
}
.contents-lineup-list__box:nth-last-child(1) {
  margin-bottom: 0;
}
.contents-lineup-list__box:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-list__box {
    width: 100%;
    margin-bottom: 25px;
  }
  .contents-lineup-list__box:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .contents-lineup-list__box:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.contents-lineup-list__photo {
  position: relative;
  width: 100%;
}
.contents-lineup-list__title {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-list__title {
    font-size: 15px;
  }
}

.contents-spe-cont {
  background: #efefef;
  box-sizing: border-box;
  margin-top: 90px;
  padding: 50px 27px 50px 26px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont {
    margin-top: 50px;
    padding: 30px 10px 30px 10px;
  }
}
.contents-spe-cont__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 925px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__inner {
    display: block;
    max-width: 100%;
  }
}
.contents-spe-cont__title {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__title {
    font-size: 20px;
  }
}
.contents-spe-cont__box {
  width: 48.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__box {
    display: block;
    width: 100%;
  }
}
.contents-spe-cont__box-inner {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__box-inner {
    margin-top: 30px;
  }
}
.contents-spe-cont__box-vertical {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 48.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__box-vertical {
    width: 100%;
    margin-top: 0;
  }
}
.contents-spe-cont__heading {
  font-size: 24px;
  text-align: left;
  line-height: 1.2;
  width: 100%;
  margin-top: 20px;
}
.contents-spe-cont__heading:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__heading {
    font-size: 18px;
  }
}
.contents-spe-cont__text-icon {
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
  padding: 5px 20px 5px 20px;
  margin: 0 auto;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__text-icon {
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    margin-top: 10px;
  }
}
.contents-spe-cont__btn-inner > .contents-spe-cont__text-icon {
  margin: 0;
}
.contents-spe-cont__text-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__text-inner {
    width: 100%;
  }
}
.contents-spe-cont__btn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__btn-inner {
    margin-top: 10px;
  }
}
.contents-spe-cont__text {
  font-size: 18px;
  line-height: 1.4em;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__text {
    font-size: 15px;
  }
}
.contents-spe-cont__text-icon + .contents-spe-cont__text {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__text-icon + .contents-spe-cont__text {
    margin-top: 10px;
  }
}
.contents-spe-cont__img {
  width: 48%;
}
.contents-spe-cont__img img {
  width: 100%;
  height: auto;
}

.contents-banner-large {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-banner-large {
    margin-top: 10px;
  }
}
.layout-type-b .contents-banner-large {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-banner-large {
    width: 100%;
    margin-top: 30px;
  }
}
.layout-type-b .contents-banner-large.top-page {
  max-width: 925px;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-banner-large.top-page {
    width: 100%;
    margin-top: 50px;
  }
}
.layout-type-b .button-content + .contents-banner-large {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .button-content + .contents-banner-large {
    margin-top: 40px;
  }
}
.contents__heading-01.noborder-version + .contents-banner-large {
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .contents__heading-01.noborder-version + .contents-banner-large {
    margin-top: 0px;
  }
}
.contents-banner-large__banner {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-banner-large__banner {
    margin-top: 10px;
  }
}
.contents-banner-large__banner a {
  display: block;
  line-height: 1;
}
.contents-banner-large.top-page > .contents-banner-large__banner {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-banner-large.top-page > .contents-banner-large__banner {
    margin-top: 20px;
  }
}
.contents-banner-large.top-page p.b-text {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8em;
  margin-top: 0.3em;
}
@media only screen and (max-width: 640px) {
  .contents-banner-large.top-page p.b-text {
    text-align: center;
    font-size: 1.0em;
    line-height: 1.2em;
    margin-top: 0.2em;
  }
}
.contents-banner-large__banner:first-child {
  margin-top: 0;
}
.contents-banner-large__banner img {
  width: 100%;
  height: auto;
}

.contents-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .contents-banner {
    display: block;
    margin-top: 20px;
  }
}
.contents-banner li {
  position: relative;
  display: block;
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.contents-banner li:nth-child(3) {
  margin-bottom: 0px;
}
.contents-banner li:nth-child(4) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .contents-banner li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contents-banner li:nth-child(3) {
    margin-bottom: 10px;
  }
}
.contents-banner li a {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .contents-banner li a {
    width: 100%;
  }
}
.contents-banner li a img {
  width: 100%;
  height: auto;
}

.contents-spec__dl {
  position: relative;
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents-spec__dl {
    width: 100%;
  }
}
.contents-spec__dl dt {
  display: inline;
  padding: 0 0 5px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 640px) {
  .contents-spec__dl dt {
    border-bottom: none;
  }
}
.contents-spec__dl dt span {
  position: relative;
  font-size: 17px;
  line-height: 2;
  border-left: 3px solid #b2b2b2;
  padding: 0 0 0 7px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__dl dt span {
    font-size: 17px;
  }
}
.contents-spec__dl dd {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__dl dd {
    font-size: 12px;
    border-bottom: 1px dashed #cbcbcb;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.contents-spec__ul {
  position: relative;
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__ul {
    margin-top: 15px;
  }
}
.contents-spec__ul li {
  position: relative;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__ul li {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.contents-spec__ul li > .aw-logo {
  width: 16%;
  max-width: 70px;
}
.contents-spec__ul li > .aw-logo img {
  width: 100%;
  height: auto;
}
.contents-spec__ul li > .aw-caption {
  box-sizing: border-box;
  width: 84%;
  padding-left: 20px;
}
.contents-spec__ul li > .aw-caption > .aw-name {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .contents-spec__ul li > .aw-caption > .aw-name {
    font-size: 15px;
  }
}
.contents-spec__ul li > .aw-caption > .aw-text {
  position: relative;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .contents-spec__ul li > .aw-caption > .aw-text {
    font-size: 13px;
  }
}
.contents-spec__box-half {
  position: relative;
  width: calc(50% - 22px);
}
@media only screen and (max-width: 640px) {
  .contents-spec__box-half {
    width: 100%;
  }
}
.contents-spec__name {
  position: relative;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .contents-spec__name {
    font-size: 17px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.contents-spec__name > span {
  font-size: 12px;
  padding-left: 10px;
}
.contents-spec__photo img {
  width: 100%;
  height: auto;
}
.contents-spec__lineup-box-text {
  position: relative;
  width: 52.1%;
  order: 1;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-box-text {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
}
.contents-spec__lineup-box-img {
  position: relative;
  width: 47%;
  order: 2;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-box-img {
    width: 100%;
    order: 1;
  }
}
.contents__grid.type-02 > .contents-spec__lineup-box-img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contents__grid.type-02 > .contents-spec__lineup-box-img {
    width: 100%;
  }
}
.contents-spec__lineup-box-mark {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-box-mark {
    margin-top: 30px;
  }
}
.contents-spec__lineup-box-mark.three {
  justify-content: flex-start;
  gap: 6%;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-box-mark.three {
    gap: 20px;
  }
}
.contents-spec__lineup-box-mark img {
  height: auto;
}
.contents-spec__lineup-box-mark img.mark-01 {
  width: 28.83%;
  max-width: 139px;
  margin-top: 42px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-box-mark img.mark-01 {
    margin-top: 0;
  }
}
.contents-spec__lineup-box-mark img.mark-02 {
  width: 12.03%;
  max-width: 58px;
}
.contents-spec__lineup-box-mark img.mark-03 {
  width: 13.27%;
  max-width: 64px;
}
.contents-spec__lineup-box-mark img.mark-04 {
  width: 33.19%;
  max-width: 160px;
}
.contents-spec__lineup-heading {
  position: relative;
  color: #666666;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-heading {
    font-size: 18px;
    margin-top: 40px;
  }
}
.contents-spec__lineup-heading.name {
  color: #555555;
  font-size: 22px;
}
@media only screen and (max-width: 640px) {
  .contents-spec__lineup-heading.name {
    font-size: 18px;
  }
}
.layout-type-b .contents-spec__lineup-heading {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .contents-spec__lineup-heading {
    margin-bottom: 10px;
  }
}
.contents__image-box > .contents-spec__lineup-heading {
  background: #666666;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.contents-aztalk__catch {
  position: relative;
  font-size: 27px;
  line-height: 1.6;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .contents-aztalk__catch {
    font-size: 22px;
    text-align: left;
    margin-top: 30px;
  }
}
.contents__box-half > .contents-aztalk__catch:first-child {
  margin-top: 0;
}
.contents-aztalk__name {
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-aztalk__name {
    font-size: 24px;
    margin-top: 20px;
  }
}
.contents-aztalk__text {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents-aztalk__text {
    font-size: 14px;
    margin-top: 15px;
  }
  .contents-aztalk__text:first-child {
    margin-top: 10px;
  }
}

.contents-lineup-table {
  width: 100%;
  margin: 0 auto;
}
.contents-lineup-table th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table th {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.lineup-thead .contents-lineup-table th {
  background: none;
}
.contents-lineup-table th.bg-gray {
  background: #a6a6a6;
  color: #fff;
}
.contents-lineup-table .lineup-thead th {
  padding: 20px 0px 40px 0px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table .lineup-thead th {
    padding: 20px 0px 40px 0px;
  }
}
.contents-lineup-table .lineup-thead th img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table .lineup-thead th img {
    padding: 0 10px;
  }
}
.contents-lineup-table td {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px 20px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table td {
    font-size: 15px;
    line-height: 1;
    padding: 20px 20px;
  }
}
.contents-lineup-table td img {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.contents-lineup-table .lineup-thead td {
  padding: 0px 20px;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table .lineup-thead td {
    padding: 0px 0px;
  }
}
.contents-lineup-table .lineup-tbody td:first-child {
  border-right: 1px solid #e4e4e4;
}
.contents-lineup-table .lineup-fukidashi {
  position: relative;
  padding: 7px;
  margin-bottom: 10px;
  background: #d9b97a;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  max-width: 260px;
  margin: 0 auto;
}
.contents-lineup-table .lineup-fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  border-color: #d9b97a transparent;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
@media only screen and (max-width: 640px) {
  .contents-lineup-table .lineup-fukidashi {
    font-size: 12px;
    border-radius: 20px;
    padding: 10px;
  }
}

.button-arrow {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .button-arrow {
    margin-top: 8px;
  }
}
.button-arrow a {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .button-arrow a {
    font-size: 14px;
  }
}
.button-arrow a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icon_arrow_01.svg);
  width: 6px;
  height: 12px;
  top: 0;
  left: 0;
}
.button-arrow a:hover::before {
  opacity: 0.75;
}
.button-arrow.color-red a {
  color: #c91316;
}
.button-arrow.color-red a:hover {
  color: #d57e5e;
}
.contents-spe-cont__text > .button-arrow {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .contents-spe-cont__text > .button-arrow {
    margin-top: 6px;
  }
}
.layout-type-b .button-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contents-spe-cont__btn-inner > .button-arrow {
  margin-top: 0;
}

.button-box {
  display: block;
  background-color: transparent;
}
.contents-buy__info .button-box {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__info .button-box {
    margin-top: 15px;
  }
}
.button-box.box-large {
  width: 50%;
  max-width: 468px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .button-box.box-large {
    width: 100%;
    margin-top: 40px;
  }
}
.lineup-thead .button-box.box-large {
  font-size: 18px;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .lineup-thead .button-box.box-large {
    font-size: 15px;
    width: 100%;
  }
}
.contents-buy__photo-inner + .button-content > .button-box.box-large {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contents-buy__photo-inner + .button-content > .button-box.box-large {
    margin-top: 10px;
  }
}
.layout-type-b .button-box.box-large {
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .button-box.box-large {
    margin-top: 40px;
  }
}
.button-box a {
  position: relative;
  display: block;
  font-size: 18px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 15px 35px 15px 20px;
}
.button-box a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button-box a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  right: 26px;
}
.button-box a span {
  text-align: left;
  display: block;
}
@media only screen and (max-width: 639px) {
  .button-box a span {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 639px) {
  .button-box a {
    font-size: 18px;
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .button-box a::before {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
.lineup-thead .button-box a {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .lineup-thead .button-box a {
    font-size: 15px;
  }
}
.lineup-thead .button-box a span {
  text-align: center;
}
.layout-type-b .button-box a {
  font-size: 25px;
}
@media only screen and (max-width: 640px) {
  .layout-type-b .button-box a {
    font-size: 18px;
  }
}
.layout-type-b .button-box a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  right: 26px;
}
.layout-type-b .button-box a span {
  text-align: center;
}

.button-content.colorA .button-box a {
  background-color: #6e7175;
  color: #fefefe;
}
.button-content.colorA .button-box a::before {
  background-image: url(../images/icn_arrow_r_w.svg);
}

.button-content.pop .button-box a::before {
  content: "";
  background: url(../images/ico-pop.png) no-repeat 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  right: 26px;
}

.button-content.colorB .button-box a {
  background-color: #fff;
  color: #666;
  border: 1px solid #666;
}
.button-content.colorB .button-box a::before {
  background-image: url(../images/icn_arrow_r_g.svg);
}
.button-content.colorB .button-box a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
figure figcaption {
  margin-top: 5px;
}
figure figcaption.tx-center {
  text-align: center;
}

.br_sp {
  display: none;
}
@media only screen and (max-width: 639px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media only screen and (max-width: 949px) {
  .br_pc {
    display: none;
  }
}

/*# sourceMappingURL=style_tws.css.map */