@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #595757;
  --sc: #d70c1e;
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--mc);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}


/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1345px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 38px;
  }
}
@media screen and (max-width: 350px) {
  .cmn-wrap {
    padding-inline: 20px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-inline: 0 auto;
  height: clamp(4.5rem, 2.8rem + 4.42vw, 8.5rem);
  color: #fff;
}
.cmn-ttl__st {
  font-size: clamp(2.4rem, 0.9rem + 1.95vw, 3.4rem);
}
@media screen and (max-width: 767px) {
  .cmn-ttl__st {
    font-size: min(4.8vw, 2.4rem);
  }
}
.cmn-ttl__st span {
  padding-left: 8px;
  letter-spacing: 0.08em;
}

.--color {
  color: var(--sc);
}

.cmn-btn {
}
.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.4rem, 0.2rem + 0.66vw, 1rem);
  margin-inline: auto;
  max-width: 420px;
  width: 100%;
  height: 76px;
  height: clamp(4rem, 2.5rem + 3.98vw, 7.6rem);
  background: #fff;
  border: 2px solid var(--sc);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .cmn-btn__link {
    border: 1px solid var(--sc);
  }
}
.cmn-btn__link::after {
  content: "";
  width: clamp(1.8rem, 0.8rem + 2.65vw, 4.2rem);
  height: auto;
  aspect-ratio: 1;
  background: url(../img/companyinfo/canon-eagles/icon-arrow.svg) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: rgba(0, 109, 59, 0.2);
  }
}
.cmn-btn__st {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.5rem + 0.39vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 34.32px;
  color: var(--sc);
}
@media screen and (max-width: 767px) {
  .cmn-btn__st {
    font-size: 1.3rem;
  }
}
.cmn-btn__st span {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .cmn-btn__st span {
    letter-spacing: 0.06em;
  }
}

.sec-mv {
  position: relative;
}
.sec-mv__logo {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: clamp(3.7rem, 0rem + 9.83vw, 12.6rem);
  background: url(../img/companyinfo/canon-eagles/bg-mv-logo.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec-mv__logo {
    height: auto;
    background: none;
  }
}
.sec-mv__logo-ph {
  max-width: clamp(30rem, -9.7rem + 105.86vw, 125.8rem);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-mv__logo-ph {
    max-width: 100%;
    height: auto;
  }
}
.sec-mv__logo-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  @media screen and (max-width: 767px) {
    .sec-mv__logo-ph img {
      width: 100%;
      height: auto;
      object-fit: unset;
    }
  }
.sec-mv__catch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: max(-7.4479166667vw, -14.3rem);
  width: 100%;
  height: clamp(8rem, 3.6rem + 11.6vw, 18.5rem);
  background: var(--sc);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-mv__catch {
    margin-top: -5.8666666667vw;
  }
}
.sec-mv__catch-st {
  font-size: clamp(2.4rem, 0.2rem + 2.56vw, 5.5rem);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-mv__catch-st {
    font-size: min(4.2vw, 2rem);
  }
}

.sec-news {
  padding-block: clamp(3rem, 0.1rem + 7.73vw, 10rem) clamp(4rem, 1.5rem + 6.63vw, 10rem);
  background: url(../img/companyinfo/canon-eagles/bg-news.jpg) no-repeat center center/cover;
}
.sec-news__head {
  margin-bottom: clamp(3.6rem, 3.4rem + 0.66vw, 4.2rem);
  height: clamp(4.5rem, 2.8rem + 4.42vw, 8.5rem);
  background: #fff;
}
.sec-news__block {
  /*display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px 36px;*/
}
@media screen and (max-width: 767px) {
  .sec-news__block {
    /*flex-direction: column;*/
  }
}
.sec-news__item {
}
@media screen and (max-width: 767px) {
  .sec-news__item {
  }
}
.sec-news__box-link {
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-news__box-link:hover .sec-news__box-ph img {
    transform: scale(1.05);
  }
  .sec-news__box-link:hover .sec-news__box-info {
    color: #333;
  }
}
.sec-news__box-ph {
  margin-bottom: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
  aspect-ratio: 16/9;
  overflow: hidden;
}
.sec-news__box-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.sec-news__box-info {
  transition: 0.4s;
}
.sec-news__box-ttl {
  font-size: 1.7rem;
  line-height: 1.35;
}
.sec-news__box-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .sec-news__box-txt {
    line-height: 1.5;
  }
}

.sec-news .swiper-button-prev,
.sec-news .swiper-button-next {
  margin-top: 10px;
  width: clamp(1.8rem, 0.8rem + 2.65vw, 4.2rem);
  height: auto;
  aspect-ratio: 1;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-button-prev,
  .sec-news .swiper-button-next {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-news .swiper-button-prev:hover,
  .sec-news .swiper-button-next:hover {
    opacity: 0.5;
  }
}
.sec-news .swiper-button-prev::after,
.sec-news .swiper-button-next::after {
  content: "";
  width: clamp(1.8rem, 0.8rem + 2.65vw, 4.2rem);
  height: auto;
  aspect-ratio: 1;
  background: url(../img/companyinfo/canon-eagles/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
}
.sec-news .swiper-button-prev.swiper-button-disabled,
.sec-news .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-news .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-button-prev {
    left: -8px;
  }
}
.sec-news .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-news .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-button-next {
    right: -8px;
  }
}


.sec-sponsor,
.sec-spcar {
  padding-block: 0 clamp(4rem, 1.5rem + 6.63vw, 10rem);
  background: url(../img/companyinfo/canon-eagles/bg-news.jpg) no-repeat center center/cover;
}
.sec-sponsor__head,
.sec-spcar__head {
  margin-bottom: clamp(3.6rem, 3.4rem + 0.66vw, 4.2rem);
  height: clamp(4.5rem, 2.8rem + 4.42vw, 8.5rem);
  background: #fff;
}
.sec-sponsor__lead,
.sec-spcar__lead {
  position: relative;
  margin-bottom: clamp(0.8rem, 0.1rem + 1.77vw, 2.4rem);
  font-size: 2.1rem;
  line-height: 1.3529411765;
}
@media screen and (max-width: 767px) {
  .sec-sponsor__lead,
  .sec-spcar__lead {
    font-size: 1.3rem;
  }
}
.sec-sponsor__bnr,
.sec-spcar__bnr {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px 36px;
}
@media screen and (max-width: 767px) {
  .sec-sponsor__bnr,
  .sec-spcar__bnr {
    flex-direction: column;
  }
}
.sec-sponsor__bnr {
  margin-bottom: clamp(1.2rem, -0.2rem + 3.65vw, 4.5rem);
}
.sec-spcar__bnr-item figure {
  margin-bottom: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
}
.sec-sponsor__bnr-item-lead,
.sec-sponsor__bnr-item-lead {
  font-size: 1.3rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .sec-sponsor__bnr-item-lead,
  .sec-spcar__bnr-item-lead {
    line-height: 1.5;
  }
}

.sec-results__head {
  height: clamp(4.5rem, 2.8rem + 4.42vw, 8.5rem);
  background: var(--sc);
}
.sec-results__cnt {
  padding-top: clamp(1rem, 0rem + 2.76vw, 3.5rem);
  background: url(../img/companyinfo/canon-eagles/bg-results.png) no-repeat center center/cover;
  height: min(57.7083333333vw, 110.8rem);
}
.sec-results__block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: clamp(0.7rem, 0.5rem + 0.55vw, 1.2rem);
}
.sec-results__box-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(0.4rem, -0.8rem + 3.09vw, 3.2rem);
  max-width: clamp(22.5rem, -5.1rem + 73.71vw, 101rem);
  min-height: clamp(2rem, -0.7rem + 7.18vw, 8.5rem);
  background: #eee;
  font-weight: 600;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-results__box-link:hover {
    color: #333;
  }
  .sec-results__box-link:hover .sec-results__box-txt::after {
    width: 100%;
  }
}
.sec-results__box-txt {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3529411765;
}
@media screen and (max-width: 767px) {
  .sec-results__box-txt {
    font-size: 1.3rem;
  }
}
.sec-results__box-txt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #333;
  transition: 0.4s;
}

.sec-sns {
  padding-block: 0 clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-sns__head {
  margin-bottom: clamp(1.8rem, -0.6rem + 6.3vw, 7.5rem);
  height: clamp(4.5rem, 2.8rem + 4.42vw, 8.5rem);
  background: var(--sc);
}
.sec-sns__insta {
  margin-bottom: clamp(1.9rem, -0.4rem + 6.19vw, 7.5rem);
}
.sec-sns {
  position: relative;
  margin-bottom: clamp(1.8rem, 0.9rem + 2.43vw, 4rem);
}
.sec-sns .sns-insta__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  margin-bottom: clamp(1.2rem, -0.2rem + 3.65vw, 4.5rem);
  line-height: 25.42px;
  text-align: center;
}
.sec-sns .sns-insta__ttl-main {
  font-size: clamp(1.7rem, -0.9rem + 3.32vw, 3.4rem);
}
.sec-sns .sns-insta__ttl-sub {
  padding-left: 10px;
  font-size: clamp(1.3rem, 0.3rem + 1.37vw, 2rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-insta__ttl-sub {
    padding-left: 0;
  }
}
.sec-sns .sns-insta__ttl::before {
  content: "";
  width: clamp(1.5rem, 0.6rem + 2.32vw, 3.6rem);
  height: auto;
  aspect-ratio: 1;
  background: url(../img/companyinfo/canon-eagles/icon-insta.svg) no-repeat center center/cover;
}
.sec-sns .sns-insta__ttl .--en {
  padding-left: 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-insta__ttl .--en {
    padding-left: 0px;
    letter-spacing: 0;
  }
}
.sec-sns .sns-insta {
  position: relative;
}
.sec-sns  #sb_instagram {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .sec-sns #sb_instagram {
    width: calc(100% - 50px);
  }
}
.sec-sns .sns-insta__slide-block {
  height: auto;
}
.sec-sns .sns-insta__slide-box {
  position: relative;
  padding-inline: 4px;
  height: 100%;
}
.sec-sns .swiper-button-prev,
.sec-sns .swiper-button-next {
  margin-top: 10px;
  width: clamp(1.8rem, 0.8rem + 2.65vw, 4.2rem);
  height: auto;
  aspect-ratio: 1;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-sns .swiper-button-prev,
  .sec-sns .swiper-button-next {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-sns .swiper-button-prev:hover,
  .sec-sns .swiper-button-next:hover {
    opacity: 0.5;
  }
}
.sec-sns .swiper-button-prev::after,
.sec-sns .swiper-button-next::after {
  content: "";
  width: clamp(1.8rem, 0.8rem + 2.65vw, 4.2rem);
  height: auto;
  aspect-ratio: 1;
  background: url(../img/companyinfo/canon-eagles/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
}
.sec-sns .swiper-button-prev.swiper-button-disabled,
.sec-sns .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-sns .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-sns .swiper-button-prev {
    left: -8px;
  }
}
.sec-sns .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-sns .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-sns .swiper-button-next {
    right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-insta__link {
    margin-inline: auto;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-other {
    margin-inline: -13px;
  }
}
.sec-sns .sns-other__block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-other__block {
    gap: 8px;
  }
}
.sec-sns .sns-other__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-other__item {
    width: calc((100% - 8px) / 2);
  }
}
.sec-sns .sns-other__item.--web .sns-other__box-link {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .sec-sns .sns-other__item.--web .sns-other__box-link:hover {
    background: rgba(0, 109, 59, 0.2);
  }
}
.sec-sns .sns-other__item.--web .sns-other__box-txt {
  color: var(--sc);
}
.sec-sns .sns-other__box-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 clamp(0.4rem, -0.3rem + 1.77vw, 2rem);
  padding-inline: 3px;
  width: 100%;
  height: clamp(2.7rem, 0.4rem + 6.19vw, 8.3rem);
  background: var(--sc);
  border: 2px solid var(--sc);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-other__box-link {
    border: 1px solid var(--sc);
  }
}
@media screen and (min-width: 1025px) {
  .sec-sns .sns-other__box-link:hover {
    background: rgba(0, 109, 59, 0.4);
  }
}
@media screen and (min-width: 1025px) {
  .sec-sns .sns-other__box-icon.is-insta {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-sns .sns-other__box-icon {
    height: 25px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-sns .sns-other__box-icon {
    height: 10px;
  }
}
.sec-sns .sns-other__box-icon img {
  transform: scale(0.85);
}
@media screen and (max-width: 1024px) {
  .sec-sns .sns-other__box-icon img {
    height: 100%;
    transform: scale(1);
  }
}
.sec-sns .sns-other__box-txt {
  font-weight: 600;
  font-size: clamp(1.2rem, 0rem + 1.77vw, 2.3rem);
  font-size: clamp(1.2rem, 0rem + 1.77vw, 2.3rem);
  color: #fff;
}
.sec-sns .sns-other__box-txt.--en {
  letter-spacing: 0.08em;
}

.sec-shop {
  padding-block: clamp(1.5rem, 0rem + 3.87vw, 5rem) clamp(3rem, 1.3rem + 4.42vw, 7rem);
  background: var(--sc);
}
.sec-shop__head {
  margin-bottom: clamp(1.7rem, 1rem + 1.99vw, 3.5rem);
}
.sec-shop__txt {
  font-size: 1.7rem;
  line-height: 1.3529411765;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-shop__txt {
    font-size: 1.3rem;
  }
}
.sec-shop__block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: min(1.875vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .sec-shop__block {
    gap: 16px 6px;
  }
}
.sec-shop__item {
  width: calc((100% - min(3.75vw, 4.8rem)) / 3);
}
@media screen and (max-width: 767px) {
  .sec-shop__item {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .sec-shop__box-link:hover .sec-shop__box-ph img {
    transform: scale(1.05);
  }
  .sec-shop__box-link:hover .cmn-btn__link {
    background: rgba(0, 109, 59, 0.2);
  }
}
.sec-shop__box-ph {
  margin-bottom: clamp(0.8rem, 0.1rem + 1.77vw, 2.4rem);
  overflow: hidden;
}
.sec-shop__box-ph img {
  transition: 0.4s;
}
.sec-shop__box-info {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(0.3rem, 0.2rem + 0.22vw, 0.5rem);
  margin-bottom: clamp(0.6rem, 0.2rem + 1.1vw, 1.6rem);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec-shop__box-info {
    flex-direction: column;
  }
}
.sec-shop__box-ttl {
  font-weight: 600;
  font-size: clamp(1.7rem, 0.4rem + 1.76vw, 2.6rem);
  line-height: 0.8846153846;
}
@media screen and (max-width: 767px) {
  .sec-shop__box-ttl {
    font-size: 1.7rem;
  }
}
.sec-shop__box-txt {
  font-weight: 600;
  font-size: clamp(1.3rem, 1.1rem + 0.44vw, 1.7rem);
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-shop__box-txt {
    font-size: 1.3rem;
  }
}

#sb_instagram #sbi_images .sbi_item {
  aspect-ratio: 204/270!important;
}
#sb_instagram #sbi_images {
  display: flex!important;
  flex-wrap: wrap;
  padding: 0!important;
}
#sb_instagram .sbi_photo {
  width: 100%!important;
  height: 100%!important;
}
#sb_instagram .sbi_photo img {
  height: auto!important;
  aspect-ratio: 204/270!important;
}