@charset "UTF-8";
/* --------------------
 mixins
-------------------- */
* {
  scroll-behavior: smooth;
}

/* --------------------
 contents
-------------------- */
@media screen and (min-width: 769px), print {
  #areaWrapper1 {
    width: 100% !important;
  }
}
#ichiro {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  box-sizing: border-box;
  color: #000;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #ichiro {
    font-size: min(3.5vw, 1rem);
  }
}
#ichiro * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#ichiro img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#ichiro ol,
#ichiro ul {
  list-style: none;
}
#ichiro .center {
  text-align: center;
}
#ichiro .nw {
  display: inline-block;
}
#ichiro .keepall {
  word-break: keep-all;
}
#ichiro .mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#ichiro .gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Original Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
#ichiro .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (min-width: 769px), print {
  #ichiro .dispSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #ichiro .dispPC {
    display: none;
  }
  #ichiro .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}
#ichiro .note {
  color: #707070;
  font-size: 0.8em;
}
#ichiro .note > * {
  padding-left: 1em;
  text-indent: -1em;
}
#ichiro .note > *::before {
  content: "※";
}
#ichiro .note > *::before[data-text] {
  content: attr(data-text);
}
#ichiro .spacer--s {
  margin-top: 0.5em;
}
#ichiro .spacer--m {
  margin-top: 1em;
}
#ichiro .spacer--l {
  margin-top: 2em;
}
#ichiro.adjust {
  padding: 2em 0;
}
#ichiro.adjust .headBnr {
  text-align: center;
  margin-bottom: 4em;
}
#ichiro.adjust .headBnr img {
  width: 100%;
  height: auto;
}
#ichiro .contentArea {
  max-width: 1200px;
  margin: 0 auto;
}
#ichiro .mv {
  position: relative;
}
#ichiro .mv_title {
  position: absolute;
  top: 14%;
  left: 9%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #ichiro .mv_title {
    top: 11vw;
    width: 45vw;
    left: 7vw;
  }
}
#ichiro .mv_base {
  width: 100%;
}
#ichiro .mv_lead {
  position: absolute;
  bottom: 2em;
  left: 6em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ichiro .mv_lead {
    display: block;
    position: static;
    font-size: 3.25vw;
    left: 5vw;
    bottom: 7vw;
    color: #707070;
    margin: 0 auto;
    padding: 1.5em;
  }
}
#ichiro .mv_lead span:not(.nw) {
  display: block;
}
#ichiro .float {
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #ichiro .float {
    margin: 0 0 1.5em;
  }
}
#ichiro .float_tvcm {
  width: 24%;
  background: linear-gradient(to bottom right, #00B751, #009141);
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  box-shadow: 2px 4px 15px -5px #777777;
  transition: all 0.2s;
}
#ichiro .float_tvcm:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
#ichiro .float_tvcm::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.6em solid #fff;
  border-bottom: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
#ichiro .float_tvcm p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #ichiro .float_tvcm p {
    font-size: 1em;
  }
}
#ichiro .float_content {
  width: 75%;
  background: linear-gradient(to bottom right, #00B751, #009141);
  padding: 0.5em;
  box-shadow: 2px 4px 15px -5px #777777;
}
#ichiro .float_content p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #ichiro .float_content p {
    font-size: 0.9em;
  }
}
#ichiro .float_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5em;
  margin-top: 0.5em;
}
#ichiro .float_content ul li a {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  color: #009944;
  text-align: center;
  padding: 0.5em 0 1em;
  font-size: 1.25em;
  position: relative;
  text-decoration: none;
}
#ichiro .float_content ul li a:hover {
  background-color: #e3feef;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #ichiro .float_content ul li a {
    font-size: 0.8em;
  }
}
#ichiro .float_content ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.6em solid #009944;
  border-bottom: 0;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ichiro .float_content ul li .float_expo {
    font-size: 0.8em;
  }
}
#ichiro .section {
  margin-top: -120px;
  padding-top: 120px;
}
#ichiro .section_inner {
  background-color: #e6f0ed;
  padding: 6em 2em;
}
@media screen and (max-width: 768px) {
  #ichiro .section_inner {
    padding: 4em 2em 6em;
  }
}
#ichiro .section_inner--short {
  padding: 2em 2em 6em;
}
#ichiro .section_head {
  text-align: center;
}
#ichiro .section_head span {
  font-size: 1.5em;
  font-weight: bold;
  color: #009944;
  display: inline-block;
  width: 400px;
  padding: 0.25em 3em;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ichiro .section_head span {
    max-width: 400px;
    width: 100%;
    font-size: 1.2em;
    padding: 0.25em 2.45em;
  }
}
#ichiro .section_head span::before, #ichiro .section_head span::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(/library/contents/activity/ichiro_4visions/frame.svg) no-repeat right center/contain;
  position: absolute;
}
#ichiro .section_head span::before {
  left: 0;
  bottom: 0;
  transform: translate(-20%, 20%) rotate(180deg);
}
#ichiro .section_head span::after {
  right: 0;
  top: 0;
  transform: translate(20%, -20%);
}
#ichiro .section_head.new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#ichiro .section_head.new::before {
  content: "NEW";
  font-size: 1em;
  color: #fff;
  font-weight: lighter;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 1em;
  background-color: #e40211;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #ichiro .section_head.new::before {
    font-size: 0.9em;
    transform: translate(-25%, -55%);
  }
}
#ichiro .section_lead {
  display: block;
  max-width: 970px;
  margin: 4em auto 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #707070;
}
#ichiro .section_lead span:not(.sp_br) {
  display: block;
  position: relative;
}
#ichiro .tvcm_ttl {
  padding: 5em 1em;
  background-color: #DEE9EF;
}
@media screen and (max-width: 768px) {
  #ichiro .tvcm_ttl {
    padding: 3em 1em;
  }
}
#ichiro .tvcm_ttl h2 {
  text-align: center;
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  #ichiro .tvcm_ttl h2 {
    font-size: 2em;
  }
}
#ichiro .tvcm_ttl p {
  font-size: 1em;
}
#ichiro .tvcm_content {
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 769px), print {
  #ichiro .tvcm_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px), print {
  #ichiro .tvcm_content--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ichiro .tvcm_content--flex > li {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 768px) {
  #ichiro .tvcm_content {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 1.5em;
  }
}
#ichiro .tvcm_content p {
  text-align: center;
  color: #707070;
  font-size: 1.24em;
  margin-top: 0.5em;
}
#ichiro .catchBall {
  margin-top: 3em;
  padding-top: 0;
}
#ichiro .catchBall_inner {
  padding: 5em 1em;
  background-color: #DEE9EF;
}
@media screen and (max-width: 768px) {
  #ichiro .catchBall_inner {
    padding: 3em 1em;
  }
}
#ichiro .catchBall_inner h2 {
  text-align: center;
}
#ichiro .catchBall_desc--pc {
  margin-top: 3em;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.8em;
}
#ichiro .catchBall_desc--sp {
  font-size: 1.25em;
  color: #707070;
  text-align: center;
  margin-top: 2em;
}
#ichiro .movie_links {
  display: grid;
  gap: 4em 2em;
  margin-top: 6em;
}
@media screen and (min-width: 769px), print {
  #ichiro .movie_links {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px), print {
  #ichiro .movie_links--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ichiro .movie_links--flex > li {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 768px) {
  #ichiro .movie_links {
    gap: 2em;
  }
}
#ichiro .movie_links a {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
#ichiro .movie_links a picture {
  display: inline-block;
  overflow: hidden;
}
#ichiro .movie_links a .movie_thumbnail img {
  width: 100%;
  transition: ease 0.3s;
}
#ichiro .movie_links a:hover {
  color: #ee8300;
}
#ichiro .movie_links a:hover img {
  opacity: 1;
}
#ichiro .movie_links a:hover .movie_thumbnail img {
  transform: scale(1.03);
}
#ichiro .movie_links p {
  font-size: 1.1em;
  font-weight: bold;
}
#ichiro .movie_play {
  display: block;
  width: 35% !important;
  margin: 0 auto;
  transform: translateY(-50%);
}
#ichiro .movie_thumbnail {
  position: relative;
  display: grid;
}
#ichiro .movie_thumbnail::before, #ichiro .movie_thumbnail::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(/library/contents/activity/ichiro_4visions/frame.svg) no-repeat right center/contain;
  position: absolute;
}
#ichiro .movie_thumbnail::before {
  left: 0;
  bottom: 0;
  transform: translate(-18%, 18%) rotate(180deg);
}
#ichiro .movie_thumbnail::after {
  right: 0;
  top: 0;
  transform: translate(18%, -18%);
}
#ichiro .movie_full {
  text-align: center;
  margin-top: 3em;
}
#ichiro .movie_full a {
  color: #fff;
  font-size: 1.45em;
  display: inline-block;
  width: 100%;
  max-width: 670px;
  padding: 1em 2.5em;
  background-color: #009944;
  border: 0.2em solid #009944;
  border-radius: 999px;
  box-sizing: border-box;
  position: relative;
  line-height: 1em;
  text-decoration: none;
  transition: color, background ease 0.3s;
}
#ichiro .movie_full a::before {
  content: "";
  display: block;
  border-left: 1em solid #ee8300;
  border-top: 0.55em solid transparent;
  border-bottom: 0.55em solid transparent;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#ichiro .movie_full a:hover {
  color: #009944;
  background: rgba(255, 255, 255, 0.5);
}
#ichiro .visions {
  padding: 0 4em;
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  #ichiro .visions {
    padding: 0;
    margin: 6em -1em 0;
  }
}
#ichiro .visions_inner {
  padding: 3em 4em;
  background-color: #fff;
  border: 0.3em solid #009944;
}
@media screen and (max-width: 768px) {
  #ichiro .visions_inner {
    padding: 3em 1em;
  }
}
#ichiro .visions_title {
  color: #009944;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1em;
}
#ichiro .visions_title .large {
  font-size: 1.5em;
  line-height: 1em;
}
#ichiro .visions_title .small {
  display: block;
  font-size: 0.4em;
  line-height: 1em;
  margin-top: 0.5em;
}
#ichiro .visions_title::before, #ichiro .visions_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.15em;
  background-color: #009944;
}
@media screen and (max-width: 768px) {
  #ichiro .visions_title {
    gap: 0.5em;
  }
}
#ichiro .visions_text {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 3em;
  margin: 3em 0;
}
#ichiro .visions_text span:not(.nw) {
  display: block;
}
@media screen and (max-width: 768px) {
  #ichiro .visions_text {
    padding: 0 0.5em;
    font-size: 1.1em;
  }
}
#ichiro .visions_link {
  text-align: center;
}
#ichiro .visions_link a {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  padding: 1em 4em;
  background: linear-gradient(to left, #000100 3em, #2b2a2b 3em);
  position: relative;
}
#ichiro .visions_link a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-top: 0.3em solid;
  border-right: 0.3em solid;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg) scale(0.6);
}
#ichiro .myakumyaku_wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ichiro .myakumyaku_wrap {
    margin-bottom: 75vw;
  }
}
#ichiro .myakumyaku_content {
  position: absolute;
  top: -3.5em;
  right: 50px;
  width: 180px;
}
@media screen and (max-width: 768px) {
  #ichiro .myakumyaku_content {
    width: 30%;
    top: 115%;
    right: 50%;
    transform: translateX(50%);
  }
}
#ichiro .myakumyaku_content img {
  width: 100%;
}
#ichiro .myakumyaku_content p {
  margin-top: 1em;
  font-size: 1em;
  text-align: end;
  color: rgb(112, 112, 112);
}
@media screen and (max-width: 768px) {
  #ichiro .myakumyaku_content p {
    text-align: center;
    font-size: 3vw;
  }
}
#ichiro .expo {
  padding: 0.25em 1.5em !important;
}
@media screen and (max-width: 768px) {
  #ichiro .expo {
    padding: 0.25em 2.45em !important;
  }
}
#ichiro .section_copyright {
  display: block;
  max-width: 400px;
  margin: 0.5em auto 0;
  font-size: 1em;
  text-align: end;
  letter-spacing: 0.1em;
  color: #707070;
}
/*# sourceMappingURL=ichiro_2508.css.map */