@charset "UTF-8";
/* alphainfo template stylesheet */
.tpl__alphainfo__header {
  background: #1a1a1a;
}

.tpl__alphainfo__header--inner {
  width: 93.75%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.tpl__alphainfo__header--logo {
  display: block;
  padding: 15px 0;
  width: 100px;
}

.tpl__alphainfo__header--txt {
  margin-left: auto;
  padding: 14px 0 18px;
  width: 351px;
  line-height: 0;
}

@media (max-width: 959px) {
  .tpl__alphainfo__header--txt {
    width: 300px;
  }
}

@media (max-width: 639px) {
  .tpl__alphainfo__header--logo {
    width: 80px;
  }
  .tpl__alphainfo__header--txt {
    width: 52%;
  }
}

.tpl__alphainfo__academy {
  max-width: 1200px;
  margin: 0 auto;
  background: #efefef;
  color: #000;
}

.tpl__alphainfo__academy--inner {
  padding: 50px 60px 80px 50px;
}

.tpl__alphainfo__academy--txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
}

.tpl__alphainfo__academy--heading {
  background: #ccc;
  padding: 50px 20px 35px;
  text-align: center;
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝",
    serif;
  line-height: 1;
}

.tpl__alphainfo__academy--heading--logo {
  display: block;
  margin-top: 16px;
}

.tpl__alphainfo__academy--heading--logo img {
  display: block;
  margin: 0 auto;
}

.tpl__alphainfo__academy--intro--imgbox {
  margin-left: 46px;
  width: 46.1155%;
  max-width: 463px;
  float: right;
}

.tpl__alphainfo__academy--intro--spimgbox {
  display: none;
}

.tpl__alphainfo__academy--intro--heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝",
    serif;
}

.tpl__alphainfo__academy--intro::after {
  content: "";
  display: block;
  clear: both;
}

.tpl__alphainfo__academy--course {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.tpl__alphainfo__academy--course--imgbox {
  flex: 0 0 39.8406;
  max-width: 400px;
}

.tpl__alphainfo__academy--course--txtbox {
  flex: 0 1 auto;
  margin-left: 60px;
}

.tpl__alphainfo__academy--course--boxttl {
  background: #ea5504;
  display: inline-block;
  padding: 6px 20px 5px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.tpl__alphainfo__academy--course--tags {
  padding: 0;
  display: flex;
  margin-top: 30px;
  list-style: none;
}

.tpl__alphainfo__academy--course--tags li {
  border: 1px solid;
  padding: 2px 5px 1px;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
}

.tpl__alphainfo__academy--course--tags li:nth-of-type(n + 2) {
  margin-left: 5px;
}

.tpl__alphainfo__academy--course--tags .free {
  border-color: #5887ab;
  color: #5887ab;
}

.tpl__alphainfo__academy--course--tags .beginner {
  border-color: #f9e575;
  background: #f9e575;
  color: #3a3519;
}

.tpl__alphainfo__academy--course--tags .use {
  border-color: #a2bbea;
  color: #000;
}

.tpl__alphainfo__academy--course--tags .teacher {
  border-color: #ec9717;
  color: #6b460e;
}

.tpl__alphainfo__academy--course--heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 16px;
  margin-top: 26px;
}

.tpl__alphainfo__academy--course--spimgbox {
  display: none;
}

.tpl__alphainfo__academy--banner {
  margin-top: 80px;
  text-align: center;
}

.tpl__alphainfo__academy--banner--heading {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝",
    serif;
}

.tpl__alphainfo__academy--banner--link {
  display: block;
  margin-top: 30px;
  transition: 0.2s;
}

.tpl__alphainfo__academy--banner--link:hover,
.tpl__alphainfo__academy--banner--link:focus {
  opacity: 0.6;
}

.tpl__alphainfo__academy--banner--caution {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .tpl__alphainfo__academy--inner {
    padding: 30px 20px 40px;
  }
  .tpl__alphainfo__academy--heading {
    padding: 40px 20px 25px;
  }
  .tpl__alphainfo__academy--heading--logo {
    margin-top: 10px;
    transform: scale(0.8);
  }
  .tpl__alphainfo__academy--intro--heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .tpl__alphainfo__academy--intro--heading br {
    display: none;
  }
  .tpl__alphainfo__academy--intro--imgbox {
    margin-left: 20px;
  }
}

@media (max-width: 639px) {
  .tpl__alphainfo__academy--heading {
    padding: 30px 20px 20px;
  }
  .tpl__alphainfo__academy--heading--logo {
    transform: scale(0.6);
  }
  .tpl__alphainfo__academy--intro--heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .tpl__alphainfo__academy--course {
    margin-top: 40px;
  }
  .tpl__alphainfo__academy--course--imgbox {
    display: none;
  }
  .tpl__alphainfo__academy--course--spimgbox {
    display: block;
    margin-top: 20px;
  }
  .tpl__alphainfo__academy--course--spimgbox img {
    width: 100%;
  }
  .tpl__alphainfo__academy--course--txtbox {
    margin-left: 0;
  }
  .tpl__alphainfo__academy--course--tags {
    margin-top: 20px;
  }
  .tpl__alphainfo__academy--course--heading {
    margin-top: 20px;
  }
  .tpl__alphainfo__academy--banner {
    margin-top: 60px;
  }
  .tpl__alphainfo__academy--banner--link {
    margin-top: 20px;
  }
  .tpl__alphainfo__academy--banner--caution {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .tpl__alphainfo__academy--heading {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  .tpl__alphainfo__academy--intro--heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .tpl__alphainfo__academy--intro--imgbox {
    display: none;
  }
  .tpl__alphainfo__academy--intro--spimgbox {
    display: block;
    margin-bottom: 20px;
  }
  .tpl__alphainfo__academy--course--tags li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .tpl__alphainfo__academy--banner--heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.tpl__alphainfo-asidebox {
  background: #eaeaea;
  color: #333333;
  padding: 70px 0 150px;
}

@media screen and (max-width: 639px) {
  .tpl__alphainfo-asidebox {
    padding: 50px 0 80px;
  }
}

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program,
.tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
  margin-top: 60px;
}

.tpl__alphainfo-store--inner,
.tpl__alphainfo-program--inner {
  width: 93.75%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.tpl__alphainfo-store--heading,
.tpl__alphainfo-program--heading {
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝",
    serif;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.34;
  font-weight: normal;
}

.tpl__alphainfo-store--txt,
.tpl__alphainfo-program--txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
}

@media screen and (max-width: 959px) {
  .tpl__alphainfo-store--heading,
  .tpl__alphainfo-program--heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--heading,
  .tpl__alphainfo-program--heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.tpl__alphainfo-store--imgbox {
  margin: 30px 0 50px;
  display: flex;
}

.tpl__alphainfo-store--imgitem {
  flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.tpl__alphainfo-store--item {
  flex: 0 0 19.167%;
  transition: opacity 0.25s !important;
}

.tpl__alphainfo-store--item:hover {
  opacity: 0.8;
}

.tpl__alphainfo-store--name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #5787e4;
  height: 64px;
}

.tpl__alphainfo-store--name::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
  display: none;
}

.tpl__alphainfo-store--img {
  display: block;
}

@media screen and (max-width: 1259px) {
  .tpl__alphainfo-store--name {
    font-size: 1.2vw;
    height: 4.8vw;
  }
}

@media screen and (max-width: 639px) {
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 30px;
  }
  .tpl__alphainfo-store--list {
    display: none;
  }
  .tpl__alphainfo-store--name {
    font-size: 16px;
    font-size: 1rem;
    height: 48px;
  }
  .tpl__alphainfo-store--imgbox {
    margin: 30px 0;
  }
  .tpl__alphainfo-store--item {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--name {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
  }
  .tpl__alphainfo-store--imgbox {
    margin: 20px 0;
  }
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 20px;
  }
}

.tpl__alphainfo-program--box {
  clear: both;
  display: block;
  content: "";
  margin-top: 30px;
}

.tpl__alphainfo-program--img {
  float: right;
  margin: 0 0 0 40px;
  width: 38.584%;
  transition: opacity 0.2s !important;
}

.tpl__alphainfo-program--img:hover {
  opacity: 0.8;
}

.tpl__alphainfo-program--btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 13px 30px 12px 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5687f5;
  transition: opacity 0.2s !important;
}

.tpl__alphainfo-program--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 639px) {
  .tpl__alphainfo-program--img {
    display: block;
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .tpl__alphainfo-program--btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-program--img {
    margin: 0 0 20px;
  }
  .tpl__alphainfo-program--box {
    margin-top: 20px;
  }
  .tpl__alphainfo-program--btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* End alphainfo template stylesheet */
/* survey template stylesheet */
.tpl__survey {
  background: #fff;
  color: #444;
}

.tpl__survey--inner {
  max-width: 950px;
  width: 93.75%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.tpl__survey--heading {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
  line-height: 1.33;
}

.tpl__survey--txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.77;
}

.tpl__survey--linkbtn {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 40px;
  display: block;
  color: #fff;
  background: #5787e4;
  padding: 16px;
  text-decoration: none;
  transition: 0.2s !important;
  line-height: 1.25;
}

.tpl__survey--linkbtn:hover,
.tpl__survey--linkbtn:focus {
  color: #fff;
  background: #8aacf6;
}

@media screen and (max-width: 959px) {
  .tpl__survey--heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 639px) {
  .tpl__survey--inner {
    width: 90.625%;
  }
  .tpl__survey--txt {
    text-align: left;
  }
  .tpl__survey--linkbtn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .tpl__survey--inner {
    padding: 34px 0;
  }
  .tpl__survey--heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .tpl__survey--txt {
    margin-top: 20px;
  }
  .tpl__survey--linkbtn {
    margin-top: 26px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* End survey template stylesheet */
/* ------------------------------------------------- */
/* module stylesheet
/* ------------------------------------------------- */
body {
  color: #fff;
}

.no-js .mod__lazy {
  display: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.serif,
.alpha,
.block__heading,
.angleView__item__txt1,
.compTable__heading {
  font-family: "Noto Serif JP", serif;
}

.block {
  padding-bottom: 120px;
}

.block__inner--l,
.tpl__alphainfo__header--inner,
.page__header--inner,
.page__header--intro,
.page__nav {
  max-width: 1400px;
}

.block__inner--m,
.block__title--inner,
.lens__title--inner {
  max-width: 1200px;
}

.block__inner--s {
  max-width: 952px;
}

.block__inner--ss {
  max-width: 810px;
}

.block__inner--l,
.tpl__alphainfo__header--inner,
.page__header--inner,
.page__header--intro,
.page__nav,
.block__inner--m,
.block__title--inner,
.lens__title--inner,
.block__inner--s,
.block__inner--ss {
  margin: 0 auto;
  width: 93.75%;
}

.block__inner--l .block__inner--l,
.tpl__alphainfo__header--inner .block__inner--l,
.page__header--inner .block__inner--l,
.page__header--intro .block__inner--l,
.page__nav .block__inner--l,
.block__inner--l .tpl__alphainfo__header--inner,
.tpl__alphainfo__header--inner .tpl__alphainfo__header--inner,
.page__header--inner .tpl__alphainfo__header--inner,
.page__header--intro .tpl__alphainfo__header--inner,
.page__nav .tpl__alphainfo__header--inner,
.block__inner--l .page__header--inner,
.tpl__alphainfo__header--inner .page__header--inner,
.page__header--inner .page__header--inner,
.page__header--intro .page__header--inner,
.page__nav .page__header--inner,
.block__inner--l .page__header--intro,
.tpl__alphainfo__header--inner .page__header--intro,
.page__header--inner .page__header--intro,
.page__header--intro .page__header--intro,
.page__nav .page__header--intro,
.block__inner--l .page__nav,
.tpl__alphainfo__header--inner .page__nav,
.page__header--inner .page__nav,
.page__header--intro .page__nav,
.page__nav .page__nav,
.block__inner--l .block__inner--m,
.tpl__alphainfo__header--inner .block__inner--m,
.page__header--inner .block__inner--m,
.page__header--intro .block__inner--m,
.page__nav .block__inner--m,
.block__inner--l .block__title--inner,
.tpl__alphainfo__header--inner .block__title--inner,
.page__header--inner .block__title--inner,
.page__header--intro .block__title--inner,
.page__nav .block__title--inner,
.block__inner--l .lens__title--inner,
.tpl__alphainfo__header--inner .lens__title--inner,
.page__header--inner .lens__title--inner,
.page__header--intro .lens__title--inner,
.page__nav .lens__title--inner,
.block__inner--l .block__inner--s,
.tpl__alphainfo__header--inner .block__inner--s,
.page__header--inner .block__inner--s,
.page__header--intro .block__inner--s,
.page__nav .block__inner--s,
.block__inner--l .block__inner--ss,
.tpl__alphainfo__header--inner .block__inner--ss,
.page__header--inner .block__inner--ss,
.page__header--intro .block__inner--ss,
.page__nav .block__inner--ss,
.block__inner--m .block__inner--l,
.block__title--inner .block__inner--l,
.lens__title--inner .block__inner--l,
.block__inner--m .tpl__alphainfo__header--inner,
.block__title--inner .tpl__alphainfo__header--inner,
.lens__title--inner .tpl__alphainfo__header--inner,
.block__inner--m .page__header--inner,
.block__title--inner .page__header--inner,
.lens__title--inner .page__header--inner,
.block__inner--m .page__header--intro,
.block__title--inner .page__header--intro,
.lens__title--inner .page__header--intro,
.block__inner--m .page__nav,
.block__title--inner .page__nav,
.lens__title--inner .page__nav,
.block__inner--m .block__inner--m,
.block__title--inner .block__inner--m,
.lens__title--inner .block__inner--m,
.block__inner--m .block__title--inner,
.block__title--inner .block__title--inner,
.lens__title--inner .block__title--inner,
.block__inner--m .lens__title--inner,
.block__title--inner .lens__title--inner,
.lens__title--inner .lens__title--inner,
.block__inner--m .block__inner--s,
.block__title--inner .block__inner--s,
.lens__title--inner .block__inner--s,
.block__inner--m .block__inner--ss,
.block__title--inner .block__inner--ss,
.lens__title--inner .block__inner--ss,
.block__inner--s .block__inner--l,
.block__inner--s .tpl__alphainfo__header--inner,
.block__inner--s .page__header--inner,
.block__inner--s .page__header--intro,
.block__inner--s .page__nav,
.block__inner--s .block__inner--m,
.block__inner--s .block__title--inner,
.block__inner--s .lens__title--inner,
.block__inner--s .block__inner--s,
.block__inner--s .block__inner--ss,
.block__inner--ss .block__inner--l,
.block__inner--ss .tpl__alphainfo__header--inner,
.block__inner--ss .page__header--inner,
.block__inner--ss .page__header--intro,
.block__inner--ss .page__nav,
.block__inner--ss .block__inner--m,
.block__inner--ss .block__title--inner,
.block__inner--ss .lens__title--inner,
.block__inner--ss .block__inner--s,
.block__inner--ss .block__inner--ss {
  width: 100%;
}

.block__title {
  background: #eaeaea;
  width: 100%;
}

.block__title--inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 300px;
  height: 23.438vw;
}

.block__title--heading {
  flex: 0 0 auto;
}

.block__title--heading.title-01 {
  width: 35.666%;
}

.block__title--heading.title-02 {
  width: 13.166%;
}

.block__title--heading.title-03 {
  width: 25.666%;
}

.block__title--heading.title-04 {
  width: 68.166%;
}

.block__title--heading.title-05 {
  width: 15.75%;
}

.block__heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 70px;
}

.block__heading + .block__txt {
  margin-top: 50px;
}

.block__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 639px) {
  .block {
    padding-bottom: 60px;
  }
  .block__title {
    background: #eaeaea;
    padding: 30px 0;
  }
  .block__title--heading {
    height: auto;
  }
  .block__title--heading.title-01 {
    width: calc(35.666% * 2);
  }
  .block__title--heading.title-02 {
    width: calc(13.166% * 2);
  }
  .block__title--heading.title-03 {
    width: calc(25.666% * 2);
  }
  .block__title--heading.title-04 {
    width: calc(68.166% * 1.2);
  }
  .block__title--heading.title-05 {
    width: calc(15.75% * 2);
  }
  .block__heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 50px;
  }
  .block__heading + .block__txt {
    margin-top: 30px;
  }
}

.tpl__survey--heading {
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝",
    serif;
  font-weight: normal;
}

.page__header--mv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 688px;
}

.page__header--sub {
  padding-top: 8.33%;
  width: 45.584%;
  width: 490px;
  width: 35%;
}

.page__header--heading {
  margin-top: 4.55%;
  width: 35%;
}

.page__header--list {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4.55%;
  list-style: none;
  padding: 1.785% 0 1.785% 1.429%;
  background-color: #333;
  box-sizing: border-box;
  width: 35%;
}

.page__header--item {
  display: flex;
}

.page__header--item span {
  display: inline-block;
  margin-left: 12px;
}

.page__header--item div {
  flex: 0 0 17.446%;
}

.page__header--item:first-of-type img {
  width: 100%;
}

.page__header--item:nth-of-type(2) img {
  width: 37.146%;
}

.page__header--item:last-of-type img {
  width: 36.585%;
}

.page__header--item:nth-of-type(n + 2) {
  margin-top: 8px;
}

.page__header--bg {
  background: #999999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #999999 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #999999 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 60px 0 70px;
}

.page__header--intro {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 1499px) {
  .page__header--mv {
    height: 45.866vw;
  }
  .page__header--list {
    font-size: 1.066vw;
  }
}

@media screen and (max-width: 1259px) {
  .page__header--intro {
    font-size: 1.587vw;
  }
}

@media screen and (max-width: 639px) {
  .page__header--mv {
    background-image: url(../img/mv_sp.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150vw;
  }
  .page__header--inner {
    width: 78.76%;
  }
  .page__header--sub,
  .page__header--heading {
    width: 100%;
  }
  .page__header--list {
    width: 100%;
    margin-top: 70vw;
    padding: 5%;
    position: relative;
    font-size: 2.645vw;
  }
  .page__header--bg {
    padding-top: 30px;
  }
  .page__header--intro {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page__nav--list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.page__nav--item {
  position: relative;
  box-sizing: border-box;
  flex: 0 1 16.6%;
  height: 111px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  border-left: 1px solid #000;
}

.page__nav--item:nth-of-type(1) {
  border-left: 0;
}

.page__nav--link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #25253a;
  transition: background-color 0.2s !important;
}

.page__nav--link:hover {
  color: #fff;
  background-color: #32324d;
}

.page__nav--link::after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  max-height: 15px;
  height: 1.172vw;
  background-image: url(../img/svg/navi_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

@media screen and (max-width: 959px) {
  .page__nav--list {
    flex-wrap: wrap;
  }
  .page__nav--item {
    flex: 1 1 30%;
    max-height: 80px;
    height: 18vw;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .page__nav--item:nth-of-type(4) {
    border-left: 0;
  }
  .page__nav--item:nth-of-type(n + 4) {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 639px) {
  .page__nav--list {
    margin-top: 30px;
  }
  .page__nav--item {
    flex: 1 1 48%;
  }
  .page__nav--item:nth-of-type(even) {
    border-left: 1px solid #000;
  }
  .page__nav--item:nth-of-type(odd) {
    border-left: 0;
  }
  .page__nav--item:nth-of-type(n + 3) {
    border-top: 1px solid #000;
  }
  .page__nav--link::after {
    bottom: 12px;
    height: 6px;
  }
}

/* ------------- */
/* lens table - レンズ一覧表
/* ------------- */
.mod__lenstable {
  display: flex;
  margin-top: 40px;
}

.mod__lenstable.three--columns .mod__lenstable--row {
  flex: 0 1 400px;
}

.mod__lenstable.four--columns .mod__lenstable--row {
  flex: 0 1 300px;
}

.mod__lenstable--ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 150px;
  height: 12.5vw;
  margin-bottom: 30px;
}

.mod__lenstable--ttl img {
  display: inline-block;
}

.mod__lenstable--row:nth-of-type(1) .mod__lenstable--ttl img {
  width: 49.75%;
}

.mod__lenstable--row:nth-of-type(2) .mod__lenstable--ttl img {
  width: 61.5%;
  padding-left: 20px;
}

.mod__lenstable--row:nth-of-type(3) .mod__lenstable--ttl img {
  width: 49.25%;
}

.mod__lenstable--camera {
  height: auto;
  background-color: #090909;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 461px;
  padding-top: 410px;
  text-align: center;
  margin-top: 50px;
}

.mod__lenstable--camera.first {
  background-image: url(../img/lenstable-01-02.jpg);
}

.mod__lenstable--camera.second {
  background-image: url(../img/lenstable-02-02.jpg);
}

.mod__lenstable--camera.third {
  background-image: url(../img/lenstable-03-02.jpg);
}

.mod__lenstable--txtbox {
  padding: 40px 25px 0px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1259px) {
  .mod__lenstable--camera {
    background-size: contain;
    height: auto;
    padding-top: 30.3vw;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 639px) {
  .mod__lenstable {
    display: block;
  }
  .mod__lenstable--row {
    max-width: 400px;
    margin: 0 auto;
  }
  .mod__lenstable--row:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .mod__lenstable--ttl {
    height: 33vw;
  }
  .mod__lenstable--camera {
    background-size: cover;
    margin-top: 10px;
    height: 460px;
    padding-top: 410px;
    text-align: center;
  }
  .mod__lenstable--camera img {
    width: auto;
  }
  .mod__lenstable--txtbox {
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .mod__lenstable--row {
    width: 100%;
  }
  .mod__lenstable--camera {
    height: auto;
    padding-top: 92vw;
    padding-bottom: 6vw;
  }
}

/* ------------- */
/* mod__lenstable - 比較表
/* ------------- */
/* ------------- */
/* imgBox - 画像ボックス
/* ------------- */
.imgBox {
  margin: 50px auto 0;
  line-height: 0;
}

.imgBox + .imgBox {
  margin-top: 90px;
}

.imgBox img {
  width: 100%;
  height: auto;
}

.imgBox__caption {
  text-align: center;
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}

.imgBox__zoom {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 0;
}

.imgBox__zoom:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
  content: "";
}

.imgBox__zoom:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.imgBox__zoom:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/zoom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

@media (max-width: 639px) {
  .imgBox {
    margin-top: 40px;
  }
  .imgBox + .imgBox {
    margin-top: 50px;
  }
}

/* ------------- */
/* aboutBox - 白背景、ロゴテキストの入ったボックス
/* ------------- */
.aboutBox {
  margin-top: 90px;
  padding: 60px 56px 60px 50px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #333;
}

.aboutBox__title {
  margin-bottom: 25px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.34;
}

.aboutBox__inner:after {
  clear: both;
  display: block;
  content: "";
}

.aboutBox__img {
  float: right;
  margin: 5px 0 20px 45px;
  width: 30.214%;
}

.aboutBox__img div:nth-of-type(n + 2) {
  margin-top: 20px;
}

.aboutBox__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
}

.aboutBox__caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.34;
  margin-top: 10px;
}

.aboutBox--zeiss {
  background-image: url(../img/txt/about_zeiss.svg);
  background-position: 40px 25px;
  background-size: 57.053% auto;
}

.aboutBox--zeiss .aboutBox__img {
  width: 30.141%;
}

.aboutBox--glens {
  background-image: url(../img/txt/about_glens.svg);
  background-position: 45px 23px;
  background-size: 33.053% auto;
  padding-bottom: 20px;
}

.aboutBox--glens .aboutBox__img {
  width: 27.1%;
}

.aboutBox--glens.xd-lm .aboutBox__img {
  width: 30.453%;
  padding-bottom: 15px;
}

@media screen and (max-width: 479px) {
  .aboutBox--glens.xd-lm .aboutBox__img {
    width: 100%;
    float: right;
    padding-bottom: 10px;
  }
}

.aboutBox--glens .aboutBox__img.sp {
  display: none;
}

.aboutBox--gmaster {
  background-image: url(../img/txt/about_gmaster.svg);
  background-position: 45px 23px;
  background-size: 48% auto;
}

.aboutBox--gmaster .aboutBox__img {
  width: 46.453%;
}

@media (max-width: 640px) {
  .aboutBox {
    margin-top: 50px;
    padding: 10.345%;
  }
  .aboutBox__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .aboutBox--zeiss {
    background-position: 28% 25px;
    background-size: 77.053% auto;
  }
  .aboutBox--glens {
    background-position: 19% 23px;
    background-size: 53.053% auto;
  }
  .aboutBox__img {
    margin: 5px 0 10px 9%;
    width: 32%;
  }
  .aboutBox__txt {
    line-height: 2;
  }
}

@media screen and (max-width: 479px) {
  .aboutBox__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .aboutBox--gmaster .aboutBox__img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .aboutBox--zeiss .aboutBox__img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .aboutBox--glens .aboutBox__img {
    float: none;
    width: 100%;
  }
  .aboutBox--glens .aboutBox__img.pc {
    display: none;
  }
  .aboutBox--glens .aboutBox__img.sp {
    display: flex;
    margin: 0 0 20px;
  }
  .aboutBox--glens .aboutBox__img div {
    flex: 0 1 49%;
  }
  .aboutBox--glens .aboutBox__img div:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 5px;
  }
}

/* ------------- */
/* lens_block lens__title - レンズ画像付きタイトルボックス
/* ------------- */
.lens__block {
  margin-top: 70px;
}

.lens__block + .lens__block {
  margin-top: 150px;
}

@media screen and (max-width: 639px) {
  .lens__block {
    margin-top: 50px;
  }
  .lens__block + .lens__block {
    margin-top: 60px;
  }
}

.lens__title {
  background: #999;
  overflow: hidden;
}

.lens__title img {
  height: auto;
}

.lens__title--inner {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 300px;
  height: 23.438vw;
}

.lens__title--lens {
  position: absolute;
  bottom: 0;
  right: 0;
}

.lens__title.gmaster .lens__title--heading {
  /*width: 66.583%;*/
  width: 70.8%;/**/
}

.lens__title.gmaster .lens__title--lens {
  right: -156px;
  /*width: 43.75%;*/
  width: 37.6%;/**/
}

.lens__title.zeiss .lens__title--heading {
  width: 58.833%;
}

.lens__title.zeiss .lens__title--lens {
  right: -100px;
  width: 43.666%;
}

.lens__title.glens .lens__title--heading {
  width: 45.083%;
}

.lens__title.glens .lens__title--lens {
  right: -12px;
  width: 36.083%;
}

@media screen and (max-width: 1259px) {
  .lens__title.gmaster .lens__title--lens {
    right: -12%;/*-126px*/
  }
  .lens__title.zeiss .lens__title--lens {
    right: -70px;
  }
  .lens__title.glens .lens__title--lens {
    right: -12px;
    width: 36.083%;
  }
}

@media screen and (max-width: 639px) {
  .lens__title--inner {
    justify-content: center;
  }
  .lens__title--lens {
    display: none;
  }
  .lens__title.gmaster .lens__title--heading {
    /*width: calc(66.583% * 1.5);*/
    width: calc(70.8% * 1.5);/**/
  }
  .lens__title.zeiss .lens__title--heading {
    width: calc(58.833% * 1.5);
  }
  .lens__title.glens .lens__title--heading {
    width: calc(45.083% * 1.5);
  }
}

/* ------------- */
/* zoomComp - 横並びスペック概要
/* ------------- */
.zoomComp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}

.zoomComp + .zoomComp {
  margin-top: 12px;
}

.zoomComp__item {
  box-sizing: border-box;
  background-color: #333;
}

.zoomComp__heading {
  display: flex;
  align-items: center;
  /*width: 608px;
  width: 50.667%;*/
  width: 628px;/**/
  width: 52.3%;
  max-height: 210px;
  height: 16.407vw;
  padding-left: 4%;
}

.zoomComp__logo > img {
  height: auto;
  width: 100%;
}

.zoomComp__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 /* width: 24.667%;*/
  width: 23.6%;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
  border-left: 1px solid #1a1a1a;
}

.zoomComp__txt b {
  font-size: 133.3%;
  font-weight: 400;
}

@media (max-width: 960px) {
  .zoomComp__txt {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .zoomComp,
  .zoomComp + .zoomComp {
    margin-top: 60px;
  }
  .zoomComp__logo {
    margin: 0 6.9078% 0 5.402%;
  }
  .zoomComp__logo--glens {
    margin: 0 12.75% 0 11.402% !important;
  }
  .zoomComp__logo--zeiss {
    margin: 0 12.9078% 0 11.402% !important;
  }
  .zoomComp__heading {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .zoomComp__txt {
    width: 50%;
    height: 24vw;
    font-size: 1.063rem;
  }
}

.zoomComp.first .zoomComp__heading img {
 /* width: 85.69%;*/
  width: 88.9%;/**/
}

.zoomComp.second .zoomComp__heading img {
  /*width: 85.269%;*/
  width: 82.6%;/**/
}

.zoomComp.third .zoomComp__heading img {
  /*width: 75.986%;*/
  width: 73.6%;/**/
}

/* ------------- */
/* angleView - 焦点距離による画角イメージ
/* ------------- */
.angleView {
  margin-top: 80px;
}

.angleView__heading {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.angleView__inner {
  margin-top: 25px;
  padding: 50px 49px 50px 45px;
  background: #333;
}

.angleView__12mm,
.angleView__16mm,
.angleView__24mm,
.angleView__35mm {
  margin: 10px auto 0;
  display: inline-block;
}

.angleView__12mm {
  max-width: 150px;
  width: 11.904vw;
}

.angleView__16mm {
  max-width: 149px;
  width: 11.825vw;
}

.angleView__24mm {
  max-width: 152px;
  width: 12.063vw;
}

.angleView__35mm {
  max-width: 146px;
  width: 11.587vw;
}

@media (max-width: 960px) {
  .angleView__12mm {
    width: calc(11.904vw * 1.5);
  }
  .angleView__16mm {
    width: calc(11.825vw * 1.5);
  }
  .angleView__24mm {
    width: calc(12.063vw * 1.5);
  }
  .angleView__35mm {
    width: calc(11.587vw * 1.5);
  }
}

@media (max-width: 640px) {
  .angleView {
    margin-top: 60px;
  }
  .angleView__heading {
    font-size: 6vw;
  }
  .angleView__inner {
    margin-top: 15px;
    padding: 6.897%;
  }
  .angleView__12mm,
  .angleView__16mm,
  .angleView__24mm,
  .angleView__35mm {
    display: block;
  }
  .angleView__12mm {
    width: calc(11.904vw * 2.5);
  }
  .angleView__16mm {
    width: calc(11.825vw * 2.5);
  }
  .angleView__24mm {
    width: calc(12.063vw * 2.5);
  }
  .angleView__35mm {
    width: calc(11.587vw * 2.5);
  }
}

/*----------------------------------------
  .angleView__index
----------------------------------------*/
.angleView__index {
  display: flex;
  justify-content: space-between;
}

.angleView__item {
  text-align: center;
  max-width: 271px;
  width: 24.502%;
  color: #fff;
}

.angleView__item__txt1 {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.angleView__item__txt2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .angleView__item__txt1 {
    font-size: 1.763vw;
  }
  .angleView__item__txt2 {
    font-size: 1.607vw;
  }
}

@media (max-width: 640px) {
  .angleView__index {
    display: block;
  }
  .angleView__item {
    margin-top: 30px;
    max-width: inherit;
    width: 100%;
  }
  .angleView__item:first-child {
    margin-top: 0;
  }
  .angleView__item__txt1 {
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .angleView__item__txt2 {
    font-size: 3.2vw;
  }
}

/*----------------------------------------
  .angleView__lens
----------------------------------------*/
.angleView__lens {
  margin-top: 120px;
}

.angleView__lens + .angleView__lens {
  margin-top: 90px;
}

.angleView__lens__heading {
  margin: 0 auto 30px;
  width: 100%;
}

.angleView__lens__heading .sp {
  display: none;
}

.angleView__lens__heading.gmaster {
  /*width: 46.292%;*/
  width: 49.4%;/**/
}

.angleView__lens__heading.zeiss {
  width: 39.907%;
}

.angleView__lens__heading.glens {
  width: 33.725%;
}

.angleView__lens__imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.angleView__lens__img {
  width: 49.548%;
}

.angleView__caption {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 640px) {
  .angleView__lens,
  .angleView__lens + .angleView__lens {
    margin-top: 60px;
  }
  .angleView__lens__heading .sp {
    display: block;
  }
  .angleView__lens__heading .pc {
    display: none;
  }
  .angleView__lens__heading.gmaster {
    /*width: calc(46.292% * 1.4);*/
    width: calc(49.4% * 1.4);/**/
  }
  .angleView__lens__heading.zeiss {
    width: calc(43.907% * 1.4);
  }
  .angleView__lens__heading.glens {
    width: calc(33.725% * 1.4);
  }
  .angleView__lens__img {
    width: 100%;
  }
  .angleView__lens__img + .angleView__lens__img {
    margin-top: 30px;
  }
}

/* ------------- */
/* flex-block - 開放F値の2カラムボックス
/* ------------- */
#focal .flex-block {
  display: flex;
  margin-top: 50px;
  padding: 50px 50px 30px 40px;
  background: #333;
  justify-content: space-between;
}

#focal .flex-item {
  flex: 0 0 49.459%;
}

#focal .imgBox__zoom img {
  width: 100%;
}

#focal .item-caption {
  text-align: center;
  margin-top: 30px;
}

#focal .flex-item:first-of-type .item-caption img {
  width: 26.775%;
}

#focal .flex-item:last-of-type .item-caption img {
  width: 22.404%;
}

@media (max-width: 959px) {
  #focal .flex-item:first-of-type .item-caption img {
    width: 40.1625%;
  }
  #focal .flex-item:last-of-type .item-caption img {
    width: 33.606%;
  }
}

@media (max-width: 639px) {
  #focal .flex-block {
    padding: 30px 20px 20px;
  }
  #focal .flex-item:first-of-type .item-caption img {
    width: 53.55%;
  }
  #focal .flex-item:last-of-type .item-caption img {
    width: 44.808%;
  }
  #focal .item-caption {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  #focal .flex-block {
    display: block;
  }
  #focal .flex-item:last-of-type {
    margin-top: 20px;
  }
  #focal .item-caption {
    margin-top: 10px;
  }
  #focal .flex-item:first-of-type .item-caption img {
    width: 40.1625%;
  }
  #focal .flex-item:last-of-type .item-caption img {
    width: 33.606%;
  }
}

/* ------------- */
/* compLens - レンズ商品紹介
/* ------------- */
.compLens {
  display: flex;
  display: -webkit-flex;
  margin-top: 90px;
  padding: 0;
  list-style: none;
}

.compLens__item {
  position: relative;
  /* 400pxから出力 */
  flex: 0 1 31.333%;
  margin-right: 3%;
  height: 46em;
}

.compLens__item:last-child {
  margin-right: 0;
}

.compLens__img {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin: 0 auto 50px;
}

.compLens__img div {
  flex: 0 0 100%;
}

.compLens__img:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.compLens__img > img {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.compLens__heading {
  width: 100%;
  text-align: center;
}
@media (max-width: 1280px) {
  .compLens__item:last-child .compLens__heading img {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .compLens__item:last-child .compLens__heading img {
    width: auto;
  }
}

.compLens__txt {
  margin-top: 45px;
  margin-top: 7.895%;
}

.compLens__btnBox {
  padding-top: 30px;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

.compLens__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  max-height: 60px;
  min-height: 45px;
  width: 47.5%;
  height: 4.688vw;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background-color: #25253a;
  transition: background-color 0.2s !important;
}

.compLens__btn:hover {
  color: #fff;
  background-color: #32324d;
}

.compLens__btn:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.compLens__btn:last-child {
  margin-left: 20px;
}

.compLens__img--gmaster {
  /*width: 80.851%;*/
  width: 75.3%;/**/
}

.compLens__img--zeiss {
  width: 69.148%;
}

.compLens__img--glens {
  width: 77.393%;
}

@media (max-width: 1280px) {
  .compLens__img {
    height: 15.625vw;
    margin-bottom: 3.9vw;
  }
  .compLens__btn:before {
    left: 10%;
  }
}

@media (max-width: 960px) {
  .compLens__btn {
    font-size: 1.3vw;
  }
  .compLens__btn:before {
    display: none;
  }
}

@media (max-width: 640px) {
  .compLens {
    display: block;
    margin-top: 0;
  }
  .compLens__item {
    margin-top: 80px;
    margin-right: 0;
    width: auto;
    height: auto;
  }
  .compLens__img {
    margin: 0 auto 60px;
    max-height: inherit;
    height: auto;
  }
  .compLens__heading {
    margin-top: 40px;
    max-height: inherit;
    height: auto;
  }
  .compLens__heading__logo {
    position: relative;
  }
  .compLens__txt {
    margin-top: 30px;
  }
  .compLens__blank {
    max-height: inherit;
    height: 0;
  }
  .compLens__btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .compLens__btnBox {
    position: static;
  }
  .compLens__btn:before {
    display: inline-block;
    margin-top: -5.5px;
  }
}

/* ------------- */
/* compTable - 比較表
/* ------------- */
.compTable {
  margin-top: 90px;
}

.compTable__heading {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.compTable__heading.compali {
  font-size: 2rem;
  line-height: 1.75;
  padding-bottom: 30px;
}

.compTable__table {
  table-layout: fixed;
  margin-top: 40px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

.compTable__table tr:nth-child(odd) {
  border-bottom: 1px solid #111;
}

.compTable__table th,
.compTable__table td {
  width: 33%;
  background-color: #333;
  box-sizing: border-box;
}

.compTable__table tr.line_ttl td {
  height: 35px;
  background-color: #444444;
}

.compTable__table th {
  height: 250px;
}

.compTable__table td {
  text-align: center;
  box-sizing: border-box;
  height: 80px;
}

.compTable__table td b {
  font-size: 133.3%;
  font-weight: 400;
}

.compTable__table td span {
  letter-spacing: -0.05em;
}

.compTable__th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.compTable__th__inner {
  width: 100%;
}

.compTable__th__inner--glens {
  align-items: flex-start;
}

.compTable__th__logo {
  display: block;
  margin: 0 auto 20px;
  width: 10.607%;
}

@media (max-width: 1280px) {
  /* .compTable__table th {
    height: 160px;
  } */
}

@media (max-width: 960px) {
  .compTable__table {
    font-size: 1.063rem;
  }
  .compTable__table th {
    height: 200px;
  }
  .compTable__table td {
    height: 70px;
  }
}

@media (max-width: 640px) {
  .compTable {
    margin-top: 80px;
  }
  .compTable__heading {
    font-size: 6vw;
  }
  .compTable__table {
    font-size: 1rem;
    line-height: 1.2;
  }
  .compTable__table th {
    padding: 15px 0;
    height: auto;
  }
  .compTable__table td:nth-child(2) {
    font-size: 87.5%;
  }
  .compTable__th__inner {
    flex-direction: column;
    align-items: center !important;
    -webkit-flex-direction: column;
    -webkit-align-items: center !important;
  }
  .compTable__th__logo {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
}

.compTable__table__ttl .mod__img:nth-of-type(1) img {
  width: 49.25%;
}

.compTable__table__ttl .mod__img:nth-of-type(2) img {
  width: 62%;
}

.compTable__table__ttl .mod__img:nth-of-type(3) img {
  width: 49.25%;
}

.youtube-block {
  margin-top: 90px;
  max-width: 950px;
}

.youtube-block .inner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.youtube-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 639px) {
  .youtube-block {
    margin-top: 50px;
  }
}

/* 2022.7.9 追記 */
.video-textlink {
  padding-top: 8px;
  text-align: center;
}

.video-textlink .s5-link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
}

.video-textlink .s5-link::before {
  content: none;
}

.video-textlink .s5-link .icon-window {
  margin-left: 0.5em;
}

/**/
a.s5-link:after{
 content: ">"!important;
}

