@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/* ---------------------------
	File Name:style.scss
	Create:2018.3.12
	Author:Satsuki Yonekura
------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

body.js_on {
  visibility: visible;
}

body {
  visibility: hidden;
}

.wrap .content {
  width: 1128px;
  margin: 20px auto;
  padding-bottom: 50px;
}

.wrap .content .cont-nav {
  margin: 0 auto 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.wrap .content .cont-nav ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 38%;
}

.wrap .content .cont-nav ul li {
  width: 32%;
  text-align: center;
}

.wrap .content .cont-nav ul li p {
  border-radius: 12px 12px 0 0;
  font-size: 12px;
  font-size: 0.92308rem;
  color: #1A2F77;
}

.wrap .content .cont-nav ul li p img {
  display: block;
  width: 35px;
  margin: 0 auto;
}

.wrap .content .cont-nav ul li p:hover {
  background: #f2f2f2;
}

.wrap .content .cont-nav ul li p a {
  color: #1A2F77;
  padding:0;
}

.wrap .content .cont-nav ul li p a:hover {
  background: #f2f2f2;
}

.wrap .content .cont-nav ul li .sub-menu {
  display: none;
  position: absolute;
  left: calc(50% - 564px);
  z-index: 9999;
  width: 1128px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.wrap .content .cont-nav ul li .sub-support {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .cont-nav ul li .sub-support img {
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-support a {
  padding: 0;
}

.wrap .content .cont-nav ul li .sub-support .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.wrap .content .cont-nav ul li .sub-support .support p {
  width: 260px;
}

.wrap .content .cont-nav ul li .sub-support .support p a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap .content .cont-nav ul li .sub-support section {
  margin-bottom: 0;
}

.wrap .content .cont-nav ul li .sub-support .hint {
  width: 75%;
}

.wrap .content .cont-nav ul li .sub-support .hint h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.84615rem;
  text-align: center;
  color: #777;
}

.wrap .content .cont-nav ul li .sub-support .hint div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .cont-nav ul li .sub-support .hint div p {
  width: 260px;
}

.wrap .content .cont-nav ul li .sub-support .hint div p a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap .content .cont-nav ul li .sub-support .contact {
  width: 260px;
}

.wrap .content .cont-nav ul li .sub-support .contact h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.84615rem;
  text-align: center;
  color: #777;
}

.wrap .content .cont-nav ul li .sub-support .contact ul {
  float: none;
  display: block;
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-support .contact ul li {
  width: 100%;
  margin: 0 auto 12px;
  color: #000;
}

.wrap .content .cont-nav ul li .sub-support .contact ul li a {
  display: block;
  margin: 5px auto;
  padding: 7px 0;
  background: #fff;
  border: 1px solid #1A2F77;
  border-radius: 6px;
  color: #1A2F77;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap .content .cont-nav ul li .sub-future section {
  margin-bottom: 0;
}

.wrap .content .cont-nav ul li .sub-future section h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.84615rem;
  text-align: center;
  color: #777;
}

.wrap .content .cont-nav ul li .sub-future section ul {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-future section ul li {
  width: 19%;
  text-align: center;
}

.wrap .content .cont-nav ul li .sub-future section ul li a {
  padding: 0;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap .content .cont-nav ul li .sub-future section ul li a:hover {
  background: #f2f2f2;
}

.wrap .content .cont-nav ul li .sub-future section ul li img {
  margin-bottom: 12px;
}

.wrap .content .cont-nav ul li .sub-future section ul .big {
  width: 32%;
  margin-bottom: 24px;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div {
  display: block;
  width: 25%;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div a:hover {
  background: none;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div p {
  width: 100%;
  margin-bottom: 10px;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div p strong {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.53846rem;
  color: #777;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div p img {
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div ul {
  float: none;
  display: block;
  width: 100%;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div ul li {
  float: none;
  width: 100%;
  text-align: center;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .encyclopedia div ul li a {
  color: #000;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .btn-more {
  width: 360px;
  margin: 10px auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #101D50;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .btn-more a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #101D50;
}

.wrap .content .cont-nav ul li .sub-encyclopedia .btn-more a:hover {
  background: none;
}

.wrap .content .cont-nav ul .wide {
  width: 56%;
}

.wrap .content .cont-nav ul .select p {
  background: #f2f2f2;
}

.wrap .content .cont-nav ul .select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn .5s ease-out 0s forwards;
          animation: fadeIn .5s ease-out 0s forwards;
}

.wrap .content .cont-nav ul .select .sub-encyclopedia {
  display: block;
}

@-webkit-keyframes slideTop {
  0% {
    top: 0;
  }
  100% {
    top: -30%;
  }
}

@keyframes slideTop {
  0% {
    top: 0;
  }
  100% {
    top: -30%;
  }
}

@-webkit-keyframes slideBottom {
  0% {
    top: 0;
  }
  100% {
    top: 30%;
  }
}

@keyframes slideBottom {
  0% {
    top: 0;
  }
  100% {
    top: 30%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* top
------------------------------------------------------- */
#top .wrap .content .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#top .wrap .content .main .sldr {
  position: relative;
  width: 49%;
  min-height: 552px;
  overflow: hidden;
}

#top .wrap .content .main .sldr .mask-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}

#top .wrap .content .main .sldr .mask-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
}

#top .wrap .content .main .sldr .sldr-left {
  height: 100%;
  overflow: hidden;
}

#top .wrap .content .main .sldr .sldr-left p {
  position: absolute;
  left: 0;
  top: 0;
}

#top .wrap .content .main .sldr .sldr-left .mask-l {
  -webkit-clip-path: url(#svgPath-l);
          clip-path: url(#svgPath-l);
}

#top .wrap .content .main .sldr .sldr-left .shape {
  height: 0;
}

#top .wrap .content .main .sldr .sldr-left .active {
  -webkit-animation: slideTop 2s ease-out 1s forwards;
          animation: slideTop 2s ease-out 1s forwards;
}

#top .wrap .content .main .sldr .sldr-right {
  overflow: hidden;
}

#top .wrap .content .main .sldr .sldr-right p {
  position: absolute;
  right: 0;
  top: 0;
}

#top .wrap .content .main .sldr .sldr-right .mask-r {
  -webkit-clip-path: url(#svgPath-r);
          clip-path: url(#svgPath-r);
}

#top .wrap .content .main .sldr .sldr-right .shape {
  height: 0;
}

#top .wrap .content .main .sldr .sldr-right .active {
  -webkit-animation: slideBottom 2s ease-out 1s forwards;
          animation: slideBottom 2s ease-out 1s forwards;
}

#top .wrap .content .main .main-r {
  width: 49%;
  border-top: 1px solid #C5C5C5;
}

#top .wrap .content .main .main-r h2 {
  margin: 10px 0;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: 700;
}

#top .wrap .content .main .main-r .shopArea .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#top .wrap .content .main .main-r .shopArea .shopList li {
  width: 32%;
  padding: 3px 0;
}

#top .wrap .content .main .main-r .shopArea .shopList .select {
  position: relative;
}

#top .wrap .content .main .main-r .shopArea .shopList .select::before {
  position: absolute;
  left: -7px;
  top: 8px;
  width: 5px;
  height: 5px;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .wrap .content .main .main-r .shopArea .shopInfo {
  display: block;
  float: left;
  width: calc(100% - 160px);
  padding: 5px 0;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .wrap .content .main .main-r .shopArea .shopInfo h3 {
  font-weight: bold;
}

#top .wrap .content .main .main-r .shopArea .shopInfo .photo {
  float: right;
  width: 145px;
}

#top .wrap .content .main .main-r .shopArea .shopInfo .text {
  display: block;
}

#top .wrap .content .main .main-r .shopArea .shopInfo .text p {
  text-align: left;
}

#top .wrap .content .main .main-r .shopArea .shopInfo .map {
  width: 100%;
}

#top .wrap .content .main .main-r .bnr {
  text-align: right;
  width: 100%;
}

#top .wrap .content .main .main-r .bnr img.banner{
  width: 160px;
}


#top .wrap .content .main .main-r .futureBox {
  margin: 25px 0 145px;
  border-top: 1px solid #C5C5C5;
}

#top .wrap .content .main .main-r .futureBox .photo {
  float: right;
  width: 264px;
  margin-left: 10px;
}

#top .wrap .content .main .main-r .futureBox .text {
  display: block;
}

#top .wrap .content .main .main-r .futureBox .text h2 {
  text-align: left;
}

#top .wrap .content .main .main-r .futureBox .text p {
  text-align: left;
}

#top .wrap .content .main .main-r .from-nojima-note {
  margin: 0;
}

#top .wrap .content .main .main-r .from-nojima-note h2 {
  text-align: left;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest {
  margin: 20px 0 0;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a .photo {
  width: 150px;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a .photo img {
  width: 100%;
  height: auto;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a .photo img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a .text {
  display: block;
  width: calc(100% - 165px);
  text-align: left;
}

#top .wrap .content .main .main-r .from-nojima-note .note-latest a .text h3 {
  margin: 3px 0;
  font-weight: bold;
}

#top .wrap .content .infoArea {
  margin: 60px auto 0 auto;
}

#top .wrap .content .infoArea #news_tab {
  border-bottom: none;
}

#top .wrap .content .infoArea #news_tab a {
  padding: 3px 0;
}

#top .wrap .content .infoArea .info-tabs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
}

#top .wrap .content .infoArea .info-tabs li {
  width: 30%;
  margin: 0 0 -1px -1px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-size: 1.84615rem;
  text-align: center;
  cursor: pointer;
}
#top .wrap .content .infoArea .info-tabs li.news_covid{
  width: 40%;
  font-size: 20px;
}

#top .wrap .content .infoArea .info-tabs li.news_covid a{
  height: 100%;
}
#top .wrap .content .infoArea .info-tabs li:first-child {
  margin-left: 0;
}

#top .wrap .content .infoArea .info-tabs .cr {
  border-bottom: 1px solid #fff;
  background: #fff;
}

#top .wrap .content .infoArea .area {
  position: relative;
  border: none;
  padding: 0 !important;
}


#top .wrap .content .infoArea .info, #top .wrap .content .infoArea .ir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px 20px !important;
  border: 1px solid #ccc;
  border-radius: 0 6px 6px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .wrap .content .infoArea .info .infoBox, #top .wrap .content .infoArea .ir .infoBox {
  width: 30%;
  border-bottom: none;
}

#top .wrap .content .infoArea .info .infoBox a, #top .wrap .content .infoArea .ir .infoBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#top .wrap .content .infoArea .info .infoBox .news_txt, #top .wrap .content .infoArea .ir .infoBox .news_txt {
  float: none;
  width: calc(100% - 140px);
  padding: 0;
  background: none;
  color: #222;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .news_day, #top .wrap .content .infoArea .ir .infoBox .news_txt .news_day {
  display: inline-block;
  width: 80px;
  margin-left: 0;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .tag, #top .wrap .content .infoArea .info .infoBox .news_txt .category_ir, #top .wrap .content .infoArea .info .infoBox .news_txt .category_new, #top .wrap .content .infoArea .ir .infoBox .news_txt .tag, #top .wrap .content .infoArea .ir .infoBox .news_txt .category_ir, #top .wrap .content .infoArea .ir .infoBox .news_txt .category_new {
  display: inline-block;
  width: 80px;
  margin: 0 0 10px 5px;
  color: #fff;
  text-align: center;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .new, #top .wrap .content .infoArea .ir .infoBox .news_txt .new {
  background: #E50019;
}

#top .wrap .content .infoArea .info .infoBox .news_photo, #top .wrap .content .infoArea .ir .infoBox .news_photo {
  float: none;
  width: 128px;
}

#top .wrap .content .infoArea .info .infoBox .news_photo img, #top .wrap .content .infoArea .ir .infoBox .news_photo img {
  width: 100%;
  max-width: 100%;
}

#top .wrap .content .infoArea .btn-more {
  position: absolute;
  right: 22px;
  top: 10px;
}

#top .wrap .content .infoArea .ir {
  display: none;
}

div.covid{
  margin-top: -1.5rem;
  width: 100%;
  text-align: center;
}

#top .wrap .content .nojima-note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .content .nojima-note ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

#top .wrap .content .nojima-note ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .content .nojima-note ul li a .photo {
  position: relative;
  width: 180px;
}

#top .wrap .content .nojima-note ul li a .photo img {
  width: 100%;
  height: auto;
}

#top .wrap .content .nojima-note ul li a .photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #E50019;
  overflow: hidden;
}

#top .wrap .content .nojima-note ul li a .text {
  display: block;
  width: calc(100% - 200px);
}

#top .wrap .content .nojima-note ul li a .text .date {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #777;
}

#top .wrap .content .nojima-note ul li a .text h3 {
  margin: 3px 0;
  font-weight: bold;
}

#top .wrap .content section {
  margin-bottom: 80px;
}

#top .wrap .content section h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 2.76923rem;
  text-align: center;
}

#top .wrap .content section h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.07692rem;
}

#top .wrap .content section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .wrap .content section div p {
  width: 360px;
  margin-right: 24px;
  text-align: center;
}

#top .wrap .content section div p:last-child {
  margin-right: 0;
}

#top .wrap .content section div p a {
  color: #1A2F77;
}

#top .wrap .content .encyclopedia form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-radius: 6px;
}

#top .wrap .content .encyclopedia form button {
  width: 132px;
  padding: 7px;
  background: #ccc;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

#top .wrap .content .encyclopedia form input[type=text] {
  width: calc(100% - 132px);
  height: 100%;
  margin: 0;
  padding: 6px 0;
  border: none;
}

#top .wrap .content .encyclopedia h3 {
  margin-top: 42px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  font-size: 21px;
  font-size: 1.61538rem;
}

#top .wrap .content .encyclopedia .itmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .content .encyclopedia .itmList div {
  width: calc(100% / 6);
  margin-top: 24px;
}

#top .wrap .content .encyclopedia .itmList div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .wrap .content .encyclopedia .itmList div a .photo {
  width: 38%;
  margin-right: 10px;
}

#top .wrap .content .encyclopedia .itmList div a .text {
  width: 62%;
  text-align: left;
}

#top .wrap .content .sports {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas: "box01 box02 box02 box02"
 "box01 box03 box04 box05";
  margin: 0 auto;
}

#top .wrap .content .sports div {
  position: relative;
  z-index: 0;
}

#top .wrap .content .sports div .photo {
  width: 100%;
}

#top .wrap .content .sports div .text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30%;
  padding: 3px;
  background: rgba(26, 47, 119, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: right;
}

#top .wrap .content .sports div:hover {
  z-index: 1;
}

#top .wrap .content .sports .box01,
#top .wrap .content .sports .box02 {
  width: 564px;
}

#top .wrap .content .sports .box01 .text,
#top .wrap .content .sports .box02 .text {
  text-align: center;
}

#top .wrap .content .sports .box03,
#top .wrap .content .sports .box04,
#top .wrap .content .sports .box05 {
  width: 188px;
}

#top .wrap .content .sports .box01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: box01;
}

#top .wrap .content .sports .box02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: box02;
}

#top .wrap .content .sports .box02 .text {
  width: 18%;
}

#top .wrap .content .sports .box03 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: box03;
}

#top .wrap .content .sports .box03 .text {
  width: 80%;
}

#top .wrap .content .sports .box04 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: box04;
}

#top .wrap .content .sports .box04 .text {
  width: 60%;
}

#top .wrap .content .sports .box05 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: box05;
}

#top .wrap .content .sports .box05 .text {
  width: 90%;
}

/* top-smp
------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  #top .wrap .content {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  #top .wrap .content .search {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 20px 0;
    background: #fff;
  }
  #top .wrap .content .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin: 0 auto;
  }
  #top .wrap .content .search form input[type=text] {
    width: calc(100% - 84px);
    margin: 0;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .wrap .content .search form button {
    width: 74px;
    margin: 0;
    padding: 5px;
    background: #ccc;
    border: none;
    border-radius: 0 6px 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    text-align: center;
  }
  #top .wrap .content .main {
    display: block;
  }
  #top .wrap .content .main .sldr {
    width: 100%;
    min-height: 100%;
    padding-top: 100%;
  }
  #top .wrap .content .main .sldr .mask-left {
    width: 65.5%;
  }
  #top .wrap .content .main .sldr .mask-right {
    width: 70%;
  }
  #top .wrap .content .main .sldr .sldr-left p {
    width: 65.5%;
  }
  #top .wrap .content .main .sldr .sldr-left p svg {
    width: 100%;
    height: 100%;
  }
  #top .wrap .content .main .sldr .sldr-right p {
    width: 70%;
  }
  #top .wrap .content .main .sldr .sldr-right p svg {
    width: 100%;
    height: 100%;
  }
  #top .wrap .content .main .main-r {
    display: none;
  }
  #top .wrap .content .lead {
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }
  #top .wrap .content .from-nojima-note {
    margin-bottom: 0;
  }
  #top .wrap .content .from-nojima-note h2 {
    text-align: left;
  }
  #top .wrap .content .from-nojima-note .note-latest {
    margin: 20px 0 0;
  }
  #top .wrap .content .from-nojima-note .note-latest a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .wrap .content .from-nojima-note .note-latest a .photo {
    width: 40%;
  }
  #top .wrap .content .from-nojima-note .note-latest a .photo img {
    width: 100%;
    height: auto;
  }
  #top .wrap .content .from-nojima-note .note-latest a .text {
    width: calc(60% - 10px);
    text-align: left;
  }
  #top .wrap .content .infoArea {
    width: 94%;
    margin: 10% auto;
  }
  #top .wrap .content .infoArea .info-tabs {
    width: 80%;
  }
  #top .wrap .content .infoArea .info, #top .wrap .content .infoArea .ir {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 10px 20px;
  }
  #top .wrap .content .infoArea .info .infoBox, #top .wrap .content .infoArea .ir .infoBox {
    width: 100%;
    margin-bottom: 10px;
  }
  #top .wrap .content .infoArea .info .infoBox .text, #top .wrap .content .infoArea .ir .infoBox .text {
    width: 68%;
  }
  #top .wrap .content .infoArea .info .infoBox .text span, #top .wrap .content .infoArea .ir .infoBox .text span {
    font-size: 11px;
    font-size: 0.84615rem;
  }
  #top .wrap .content .infoArea .info .infoBox .text .date, #top .wrap .content .infoArea .ir .infoBox .text .date {
    width: 60%;
  }
  #top .wrap .content .infoArea .info .infoBox .text .tag, #top .wrap .content .infoArea .ir .infoBox .text .tag {
    margin: 0;
  }
  #top .wrap .content .infoArea .info .infoBox .photo, #top .wrap .content .infoArea .ir .infoBox .photo {
    width: 30%;
  }
  #top .wrap .content .infoArea .ir {
    display: none;
  }
  #top .wrap .content .nojima-note ul {
    display: block;
  }
  #top .wrap .content .nojima-note ul li {
    width: 100%;
  }
  #top .wrap .content .nojima-note ul li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top .wrap .content .nojima-note ul li a .photo {
    width: 40%;
  }
  #top .wrap .content .nojima-note ul li a .photo span {
    font-size: 10px;
    font-size: 0.76923rem;
  }
  #top .wrap .content .nojima-note ul li a .text {
    width: calc(60% - 10px);
  }
  #top .wrap .content section {
    width: 94%;
    margin: 0 auto 10%;
  }
  #top .wrap .content section h2 {
    font-size: 24px;
    font-size: 1.84615rem;
    text-align: left;
  }
  #top .wrap .content section div {
    display: block;
  }
  #top .wrap .content section div p {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #top .wrap .content section .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .wrap .content section .support p {
    width: 49%;
    margin-bottom: 1%;
  }
  #top .wrap .content .encyclopedia form {
    width: 100%;
  }
  #top .wrap .content .encyclopedia h3 {
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  #top .wrap .content .encyclopedia .itmList {
    display: block;
  }
  #top .wrap .content .encyclopedia .itmList div {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  #top .wrap .content .encyclopedia .itmList div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .wrap .content .encyclopedia .itmList div a .photo {
    position: relative;
    width: 50%;
    margin: 0;
  }
  #top .wrap .content .encyclopedia .itmList div a .text {
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    font-size: 1.23077rem;
    text-align: left;
  }
  #top .wrap .content .sports {
    display: block;
  }
  #top .wrap .content .sports .box01,
  #top .wrap .content .sports .box02,
  #top .wrap .content .sports .box03,
  #top .wrap .content .sports .box04,
  #top .wrap .content .sports .box05 {
    width: 100%;
  }
  #top .wrap .content .sports .box01 p,
  #top .wrap .content .sports .box02 p,
  #top .wrap .content .sports .box03 p,
  #top .wrap .content .sports .box04 p,
  #top .wrap .content .sports .box05 p {
    margin-bottom: 0;
  }
  #top .wrap .content .sports .box01 .text,
  #top .wrap .content .sports .box02 .text,
  #top .wrap .content .sports .box03 .text,
  #top .wrap .content .sports .box04 .text,
  #top .wrap .content .sports .box05 .text {
    width: 50%;
    margin-bottom: 0;
  }
}

/* top-tablet
------------------------------------------------------- */
/* blog
------------------------------------------------------- */
.blog .main {
  width: 100%;
}

.blog .main .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .main .head .date {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  font-size: 1.23077rem;
}

.blog .main .head .category span {
  display: inline-block;
  padding: 0 5px;
  background: #f33;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.blog .main .head .snsArea {
  margin: 0 auto 0 10px;
}

.blog .main .head .snsArea .addtoany_shortcode div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .main .head .snsArea div, .blog .main .head .snsArea a {
  margin: 0;
}

.blog .main .categoryList {
  width: 1056px;
  margin: 60px auto;
}

.blog .main .categoryList h2 {
  font-size: 36px;
  font-size: 2.76923rem;
  font-weight: bold;
}

.blog .main .categoryList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}

.blog .main .categoryList ul li {
  width: calc((100% - 20px)/3);
  margin-bottom: 10px;
}

.blog .main .articleList {
  width: 1056px;
  margin: 60px auto 120px;
}

.blog .main .articleList h2 {
  padding-left: 10px;
  border-left: 3px solid #f00;
  font-size: 18px;
  /* font-size: 2.76923rem; */
  font-weight: bold;
}

.blog .main .articleList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

.blog .main .articleList ul li .photo {
  width: calc((100% - 20px)/3);
  margin-right: 20px;
}

.blog .main .articleList ul li .photo img {
  width: 100%;
  height: auto;
}

.blog .main .articleList ul li .text {
  width: 100%;
}

.blog .main .articleList ul li .text h3 {
  font-size: 16px;
  /* font-size: 1.846rem; */
}

.blog .main .articleList .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 540px;
  margin: 20px auto;
}

.blog .main .articleList .pager p a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
}

.blog .main .entry {
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

.blog .main .entry header {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.blog .main .entry header h1 {
  margin-bottom: 24px;
  font-size: 36px;
  font-size: 2.76923rem;
  text-align: center;
}

.blog .main .entry header h1 span {
  display: block;
  font-size: 13px;
  font-size: 1rem;
}

.blog .main .entry header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 30px auto 0;
}

.blog .main .entry header div .snsArea {
  width: 400px;
  margin: 0 auto 0 10px;
}

.blog .main .entry header div .snsArea div {
  margin: 0;
}

.blog .main .entry section {
  width: 800px;
  margin: 60px auto;
}

.blog .main .entry section h2 {
  /* margin-bottom: 48px; */
  font-size: 36px;
  font-size: 2.76923rem;
  font-weight: bold;
}

.blog .main .entry section h2::before {
  width: 36px;
  height: 36px;
  content: "■";
  margin-right: 12px;
  color: #aaa;
}

.blog .main .entry section h3 {
  margin: 40px 0;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: bold;
}

.blog .main .entry section h3::before {
  width: 24px;
  height: 24px;
  content: "■";
  margin-right: 12px;
  color: #aaa;
}

.blog .main .entry section p {
  font-size: 16px;
  font-size: 1.23077rem;
  margin-bottom: 1rem;
}
.blog .main .entry section p a{
  color: #1A2F77;
  display: inline;
}

.blog .main .entry section p img {
  width: 100%;
  height: auto;
  margin: 50px auto;
}

.blog .main .entry section p img.size-medium {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}
.blog .main .entry section p img.size-medium.product {
  margin: 0 auto;
}

.blog .wc-webchat-ctn {
  display: none;
}

.blog .main .entry section table.full {
  width:100%;
}

.blog .main .entry section table.full thead  tr{
  background: #e5eefd;
}
.blog .main .entry section table.full td{
  border: solid 1px #aaa;
  padding: 0.5rem;
}


/* blog-smp
------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  .wrap .content {
    width: 100%;
  }
  .blog .main {
    display: block;
    width: 100%;
  }
  .blog .main .head {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .blog .main .head .category {
    margin: 2% 0;
  }
  .blog .main .head .snsArea {
    width: 100%;
    margin: 0;
  }
  .blog .main .categoryList {
    width: 86%;
    margin: 6% auto;
  }
  .blog .main .categoryList ul {
    display: block;
    margin: 6% auto;
  }
  .blog .main .categoryList ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog .main .articleList {
    width: 86%;
    margin: 6% auto 12%;
  }
  .blog .main .articleList h2 {
    padding-left: 10px;
    border-left: 3px solid #f00;
    font-size: 30px;
    font-size: 2.30769rem;
    font-weight: bold;
  }
  .blog .main .articleList ul li {
    display: block;
    margin: 6% 0;
  }
  .blog .main .articleList ul li .photo {
    width: 100%;
    margin: 0 auto 10px;
  }
  .blog .main .articleList ul li .text h3 {
    font-size: 24px;
    font-size: 1.84615rem;
  }
  .blog .main .articleList .pager {
    width: 100%;
  }
  .blog .main .articleList .pager p a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
  }
  .blog .main .entry header {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .blog .main .entry header h1 {
    margin-bottom: 24px;
    font-size: 36px;
    font-size: 2rem;
    text-align: center;
  }
  .blog .main .entry header h1 span {
    display: block;
    font-size: 13px;
    font-size: 1rem;
  }
  .blog .main .entry header div {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  .blog .main .entry header div .date {
    display: inline;
    margin-right: 12px;
    font-size: 24px;
    font-size: 1.84615rem;
  }
  .blog .main .entry header div .category span {
    display: inline;
    padding: 0 5px;
    background: #f33;
    font-size: 16px;
    font-size: 1.23077rem;
    color: #fff;
  }
  .blog .main .entry header div .snsArea {
    width: 100%;
  }
  .blog .main .entry section {
    width: 84%;
    margin: 6% auto;
  }
  .blog .main .entry section h2 {
    margin-bottom: 8%;
    font-size: 30px;
    font-size: 2.30769rem;
  }
  .blog .main .entry section h3 {
    margin: 6% 0;
  }
  .blog .main .entry section .photo {
    margin: 7% auto;
  }
}

/* blog-tablet
------------------------------------------------------- */
/*# sourceMappingURL=maps/style.css.map */
.blog .entry  .wp-post-image{
  display: block;
  margin: 0 auto;
}

div.fixed-action-btn.smp {
  bottom: 75px !important;
}

div.search.smp form{
  justify-content: center;
}


/* lp */
#content_wrap a.acshop_btn_search_wrapper {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  background: #e64100;
  border-radius: 7px;
  padding: 40px 105px 40px 95px;
  border-bottom: solid 5px #c93900;
}

#content_wrap .acshop_btn_search {
  position: absolute;
  display: block;
  top: 50%;
  left: 25px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  background: url(/wp-content/uploads/2021/05/20210501-acshop_btn_search-pc.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #content_wrap a.acshop_btn_search_wrapper {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    background: #e64100;
    border-radius: 7px;
    width: 100%;
    font-size: 17px;
    border-radius: 6px;
    padding: 18px 65px;
    border-bottom: solid 5px #c93900;
  }
}





/*

        phase2 groworks
                          */

/*   top  共通　　*/

/*slick*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

/**/

#top .wrap .content section div p {
  width: auto;
  margin-right: 0;
  text-align: left;
}

#top .wrap .content section div {
  display: block;
}

#top .wrap .content section h2 {
  font-size: 21px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0.12em;
  color: #222;
}

/**/


#top a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222;
}

#top .link_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

#top .link_btn:hover img {
  transform: none;
}

#top .link_img div {
  overflow: hidden;
}

#top .content {
  width: auto;
  margin: auto;
  padding: 0;
}



/*   
    
      header menu　
                    　*/
header {
  padding: 0 20px;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
}

header .inner {
  position: relative;
  max-width: 1330px;
  width: 1330px;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}

header .inner nav {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  height: 100%;
  width: auto;
}

header .inner nav ul {
  margin-top: 30px;
}

header .inner nav ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
}

header .inner nav ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #003072;
  transition: width 0.3s;
}

header .inner nav ul li:hover:after {
  width: 100%;
}

header .inner nav ul .online::after {
  display: block;
}

header .inner nav ul li.on:after {
  width: 100%;
}





header .inner nav ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}

header .inner nav ul li,
header .inner nav ul li a {
  color: #222;
}

header .inner nav ul li.on,
header .inner nav ul li.on a {
  color: #23527c;
}

header .inner nav ul li:hover a,
header .inner nav ul li:hover {
  /*opacity: 0.7;*/
  color: #23527c !important;
  text-decoration: none;
}

header .megamenu {
  max-width: 1330px;
  width: 100%;
  left: 0;
  right: 0;
  top: 92px;
  margin: auto;
}

header .megamenu #search_txt {
  width: 100%;
}

header .inner nav .select {
  z-index: 2;
  opacity: 1 !important;
}

header .inner nav .select::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border: none;
  background: #003072;
  transition: width 0.3s;
}

header .inner nav .select:hover:after {
  width: 100%;
}

header .inner nav .select::after {
  /*bottom: -20px;
  border-top: 10px solid #fff;*/
}

header .inner nav .search.select::after {
  bottom: -34px;
}

.h_submenu {
  position: absolute;
  top: 8px;
  right: 0;
}

.h_submenu ul {
  display: flex;
}

.h_submenu ul li {
  padding: 5px 0;
  margin: 0 30px 0 auto;
}

.h_submenu ul li:last-child {
  margin-right: 0;
}

.h_submenu ul li a {
  font-size: 12px;
  color: #222;
}

.h_submenu ul li a:hover,.h_submenu ul li.on a{
  text-decoration: underline;
}

header .inner nav ul .online {
  background: url(../../img/window_icon.svg)no-repeat center right/cover;
  background-size: 24px;
  padding-right: 18px;
  margin-right: 20px;
}

header .inner nav ul .online a {
  padding-right: 10px;
  padding-left: 0;
}

header .inner nav ul .search {
  width: 23px;
  margin-right: 3px;
  margin-left: 20px;
  position: relative;
}

header .inner nav ul .search:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #222;
  left: -20px;
}

header .inner h1 {
  width: 110px;
  margin-right: 0;
}

header .inner h1 a:hover img {
  transform: unset;
}



/*   
    top index_main　　*/
#index_wrap {
  position: relative;
  overflow: hidden;
  clear: both;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}

.hero__dia {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  z-index: 1;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate(105%, 0) skewX(310deg);
  transform: translate(105%, 0) skewX(310deg);
  background: rgb(255 255 255 / 60%);
}

@media screen and (max-width: 1030px) {
  .hero__dia {
    top: 0;
  }
}

.mv {
  opacity: 0;
  width: 100%;
}
.sp_mv{display:none;}

.mv.slick-initialized {
  opacity: 1 !important;
}

.slick-slide img {
  width: 100%;
  /*height: auto;*/
  /*height: 100%;*/
  /*height: 445px;*/
  object-fit: cover;
}

.mv_catchcopy {
  display: flex;
  align-items: center;
  position: absolute;
  /*top: 0;*/
  top: 93px;
  right: 0;
  bottom: 0;
  max-width: 1180px;
  padding: 0 6% 0 20px;
  margin: auto;
  color: #182f69;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0.12em;
  z-index: 2;
}

@media screen and (max-width: 1550px) {
  .mv_catchcopy {
    font-size: 2vw;
  }
}

@media screen and (max-width:1024px){
/*------------------------------------------------------
	mv
------------------------------------------------------*/
.pc_mv{display:none;}
.sp_mv{display:block;}
#top .wrap .content .index_store {
    padding: 20px 20px 30px 20px!important;
}
}




/*   
    top important_info　　*/
#top .wrap .content #index_important_info {
  margin: 28px auto;
}

#top .wrap .content #index_important_info .index_info_box {
  justify-content: normal;
  max-width: 1370px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}

/*#top .wrap .content*/
#index_important_info .index_info_box p {
  width: auto;
  font-size: 13px;
}

#top .wrap .content #index_important_info .index_h2 {
  font-size: 13px;
  font-weight: 600;
  padding-left: 22px;
  margin-right: 20px;
  margin-bottom: 0;
  background: url(../../img/attention_icon.svg)no-repeat center left /cover;
  background-size: 16px;
}

#top .wrap .content #index_important_info a {
  color: #222;
}

/*   
    top store　　*/

#top .wrap .content .index_store {
  position: relative;
  max-width: 1370px;
  padding: 50px 20px 90px 20px;
  margin: auto;}

/*#top .wrap .content .index_store:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #003072;
}*/
#top .wrap .content .index_store .index_store_area {
  position: relative;
  /*display: flex;
    flex-direction: row-reverse;
    justify-content: unset;*/
text-decoration: none;
}

#top .wrap .content .index_store .index_store_area:hover .link_btn {
  text-decoration: underline;
}

#top .wrap .content .index_store .index_store_img {
  /* display: block;
  position: absolute;
  top: 50%;
	bottom: 50%;
	margin: auto;
  left: 0;*/
  width: 50%;
  height: 200px;
  /*height: 340px;*/
  overflow: hidden;
}

#top .wrap .content .index_store .index_store_img img {
  width: 100%;
  height: 100% !important;
  /*object-fit: contain;*/
  object-fit: cover;
}

/*.store_txt_area img{
  display: block;
    position: absolute;
    top: 50%;
	bottom: 50%;
	margin: auto;
    left: 20px;
    width: calc(50% - 20px);
    height: auto;
}*/
#top .wrap .content .index_store .store_txt_area {
  /*width: 45%;*/
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #003072;
  ;
}

#top .wrap .content .store_txt_box {
  width: 50%;
  padding: 40px;
}

.index_store .store_txt_area p {
  font-size: 15px;
}

.index_store .store_ttl {
  margin-bottom: 20px;
}

.index_store .store_txt_box p {
  margin-bottom: 25px;
}

#top .wrap .content .index_store .index_h2 {
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.6;
  color: #fff;
}

#top .wrap .content .index_store .index_h2:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  top: -15px;
  background: #da0000;
}

#top .index_store .link_btn {
  display: inline-block;
  position: relative;
  color: #fff !important;
  width: 150px;
}

#top .index_store .link_btn:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  right: 0;
  background: #fff;
}

#top .index_store .link_btn:hover {
  opacity: 1;
}

/*   
    top  news　　*/
#top .wrap .content .top_info_head {
  display: flex;
  justify-content: normal;
  align-items: center;
  margin-bottom: 20px;
}

#top .wrap .content .top_info_head a {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #2051b2;
  padding-right: 20px;
}

#top .wrap .content .top_info_head a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4.5px);
  width: 9px;
  height: 9px;
  border-top: 2px solid #2051b2;
  border-right: 2px solid #2051b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top .wrap .content .index_info h2 {
  margin-bottom: 0;
  margin-right: 20px;
}

#top .wrap .content .index_info .index_news_list.info {
  display: block;
  padding: 0 !important;
  border: none;
}


/* 2022/04/20 START */
#top .wrap .content .infoArea h3 {
   font-size: 17px;
   color: #333;
   font-weight: bold;
   padding-left: 10px;
   margin: 20px 0 15px;
   position: relative;
   clear:both;
 }
#top .wrap .content .infoArea h3::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 23px;
  background: #003072;
  top: 3px;
  left: 0;
}
#top .wrap .content .infoArea .koho .infoBox {
  float: left;
}
#top .wrap .content .infoArea .koho .infoBox {
  width: 49.25%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  position: relative;
}
#top .wrap .content .infoArea .koho .infoBox:nth-child(even) {
  margin-right: 0;
}
#top .wrap .content .infoArea .koho .infoBox a {
  display: flex;
  align-content: flex-start;
  background: #fff;
  text-decoration: none;
}
#top .wrap .content .infoArea .koho .infoBox .news_photo {
  width: 33%;
  overflow: hidden;
  height: 120px;
  padding-right: 0;
}
#top .wrap .content .infoArea .koho .infoBox .news_photo img {
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#top .wrap .content .infoArea .koho .infoBox .news_txt {
  display: flex;
  box-sizing: border-box;
  width: 67%;
  padding: 18px 20px 50px;
  background: none;
  position: relative;
}
#top .wrap .content .infoArea .koho .infoBox .news_head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: absolute;
  bottom: 14px;
  left: 20px;
}
#top .wrap .content .infoArea .koho .infoBox .news_txt .news_day {
  display: inline-block;
  width: 80px;
  margin-left: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #666666;
  width: auto;
}
#top .wrap .content .infoArea .koho .infoBox .news_txt .news_head span:last-child {
  margin: 0;
  background: none;
  border: 1px solid #696969;
  color: #696969;
  background: #fff;
  padding: 10px;
  border-radius: 35px;
  width: auto;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.0;
  margin-right: 13px;
}
#top .wrap .content .infoArea .koho .infoBox .news_txt p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  width: 100%;
}
/* 2022/04/20 END */



#top .wrap .content .infoArea .info .infoBox {
  float: left;
}

#top .wrap .content .index_info {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 60px 0 30px 0;
}

#top .wrap .content .infoArea {
  max-width: 1370px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#top .wrap .content .infoArea .info .infoBox .news_photo {
  width: 100%;
  overflow: hidden;
}

#top .wrap .content .infoArea .info .infoBox {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  position: relative;
}

#top .wrap .content .infoArea .info .infoBox:first-child {
  width: 49.25%;
  margin-right: 1.5%;
  position: relative;
}

#top .wrap .content .infoArea .info .infoBox:first-child .news_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
display:none;
}

#top .wrap .content .infoArea .info .infoBox:nth-child(6),
#top .wrap .content .infoArea .info .infoBox:nth-child(7),
#top .wrap .content .infoArea .info .infoBox:last-child {
  width: 23.875%;
  margin-right: 1.5%;
}

#top .wrap .content .infoArea .info .infoBox:nth-child(3),
#top .wrap .content .infoArea .info .infoBox:nth-child(5),
#top .wrap .content .infoArea .info .infoBox:last-child {
  margin-right: 0;
}


#top .wrap .content .infoArea .info .infoBox .news_txt {
  width: 100%;
  padding: 18px 20px 69px;
}

#top .wrap .content .infoArea .info .infoBox:first-child a {
  height: 680px;
}

#top .wrap .content .infoArea .info .infoBox a {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 330px;
  background: #fff;
  text-decoration: none;
}

#top .wrap .content .infoArea .info .infoBox a:hover {
  text-decoration: none;
}

/*#top .wrap .content .infoArea .info .infoBox:nth-child(6) a,#top .wrap .content .infoArea .info .infoBox:nth-child(7) a,#top .wrap .content .infoArea .info .infoBox:nth-child(8) a,#top .wrap .content .infoArea .info .infoBox:last-child a{
  min-height: 330px;
}*/




#top .wrap .content .infoArea .info .infoBox .news_txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  box-sizing: border-box;
}

#top .wrap .content .infoArea .info .infoBox .news_txt p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  width: 100%;
}

#top .wrap .content .infoArea .info .infoBox a:hover .news_txt p {
  text-decoration: underline;
}
#top .wrap .content .infoArea .koho .infoBox a:hover .news_txt p {
  text-decoration: underline;
}

#top .wrap .content .infoArea .info .infoBox .news_head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .news_day {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #666666;
  width: auto;
}

#top .wrap .content .infoArea .info .infoBox:first-child .news_txt .news_day {
  display: none;
}


#top .wrap .content .infoArea .info .infoBox:first-child .news_photo {
  height: 100% !important;
}

#top .wrap .content .infoArea .info .infoBox:first-child .news_photo img {
  height: 100% !important;
  object-fit: cover;
}

#top .wrap .content .infoArea .info .infoBox .news_photo {
  height: 180px;
}

/*#top .wrap .content .infoArea .info .infoBox:nth-child(6) .news_photo,#top .wrap .content .infoArea .info .infoBox:nth-child(7) .news_photo,#top .wrap .content .infoArea .info .infoBox:nth-child(8) .news_photo,#top .wrap .content .infoArea .info .infoBox:last-child .news_photo{
  height:180px;
}*/
#top .wrap .content .infoArea .info .infoBox .news_photo img {
  height: 100% !important;
  object-fit: cover;
}


#top .wrap .content .infoArea .info .infoBox .news_txt .news_head span:last-child {
  margin: 0;
  background: none;
  border: 1px solid #696969;
  color: #696969;
  background: #fff;
  padding: 10px;
  border-radius: 35px;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.0;
  margin-right: 13px;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .news_head span.category_recruit {
  border: 1px solid #0088df;
  color: #0088df;
}

/*#top .wrap .content .infoArea .info .infoBox .news_txt .news_head span.category_store{
  border: 1px solid #65a500;
  color: #65a500;
}*/
#top .wrap .content .infoArea .info .infoBox .news_txt .news_head span.category_new {
  border: 1px solid #ff9000;
  color: #ff9000;
}

#top .wrap .content .infoArea .info .infoBox .news_txt .news_head span.category_sale {
  border: 1px solid #da0000;
  color: #da0000;
}


.news_link {
  clear: both;
}

.news_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.news_link a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding-right: 20px;
  margin-right: 50px;
}

.news_link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4.5px);
  width: 9px;
  height: 9px;
  border-top: 2px solid #2051b2;
  border-right: 2px solid #2051b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news_link li:last-child a {
  margin-right: 0;
}



@media screen and (max-width: 1114px) {
  #top .wrap .content .infoArea .info .infoBox .news_photo {
    padding-right: 0;
  }
/*
  #top .wrap .content .infoArea .info .infoBox:first-child {
    width: 100%;
    margin-right: 0;
  }

  #top .wrap .content .infoArea .info .infoBox:first-child .news_txt {
    padding: 10px 10px 60px 10px;
  }

  #top .wrap .content .infoArea .info .infoBox:nth-child(3) {
    margin-right: 1.5%;
  }


  #top .wrap .content .infoArea .info .infoBox:nth-child(5),
  #top .wrap .content .infoArea .info .infoBox:last-child {
    margin-right: 0;
  }
*/
}


/*   
    top  pickup　　*/

#top .wrap .content .index_pickup {
  max-width: 1370px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pickup_list {
  display: flex;
  flex-wrap: wrap;
}

.pickup_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.pickup_list li:first-child,
.pickup_list li:nth-child(2),
.pickup_list li:nth-child(3) {
  width: 32%;
  margin-right: 2%;
}

.pickup_list li:nth-child(3),
.pickup_list li:last-child {
  margin-right: 0;
}

.pickup_list li a {
  width: 100%;
}

#top .pickup_list li a:hover {
  text-decoration: underline;
}

.pickup_list li a img {
  width: 100%;
}

.pickup_list p {
  font-weight: 500;
  margin-top: 5px;
}

/*   
    top  support　　*/

.index_support {
  max-width: 1370px;
  margin: 0 auto !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.support_list {
  display: flex;
  flex-wrap: wrap;
}

.support_list li {
  width: 23.5%;
  margin-right: 2%;

}

.support_list li:last-child {
  margin-right: 0;
}

.support_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  padding: 45px 0 30px 0;
  height: 180px;
}

#top .wrap .content section .support_txt {
  width: 100%;
  margin-top: 12px;
  display: flex;
}

#top .wrap .content section .support_list li a p {
  color: #003072;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 600;
}


/*   
    top  recruit　　*/
#top .wrap .content .index_recruit {
    margin: 0 auto 90px;
    padding: 0 0 50px;
    box-sizing: border-box;
    position: relative;
}
.index_recruit:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/bg_top_recruit.jpg) bottom center no-repeat;
}

#top .wrap .content .index_recruit .index_recruit_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  max-width: 1370px;
  padding: 180px 60px 30px 60px;
  margin: auto;
  text-decoration: none;
}

#top .wrap .content .index_recruit .index_recruit_area:hover .link_btn {
  text-decoration: underline;
}

#top .wrap .content .index_recruit .index_recruit_area p {
  font-size: 15px;
}

#top .wrap .content .index_recruit .recruit_txt_area {
  width: 100%;
}

.index_recruit_img img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

#top .wrap .content .index_recruit .recruit_link {
    max-width: 1370px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
#top .wrap .content .index_recruit .recruit_link a {
    text-decoration: none !important;
}

#top .wrap .content .index_recruit .recruit_link li {
    width: 32.666666%;
    margin-right: 1%;
}
#top .wrap .content .index_recruit .recruit_link li:last-child {
    margin-right: 0;
}
#top .wrap .content .index_recruit .recruit_link li img {
    width: 100%;
    margin-bottom: 0.5rem;
}




#top .wrap .content .index_recruit .button {
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
    width: auto;
    padding: 0 0 0 10px;
    line-height: 53px;
    max-height: 53px;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    background: #e70012 url(img/common/arrow_right_white.svg) right center no-repeat !important;
}
#top .wrap .content .index_recruit a .button {
    width: auto;
    padding: 0 0 0 20px;
    line-height: 53px;
    max-height: 53px;
    display: block;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-decoration: none !important;
    border-radius: 5px;
    background: #e70012 url(/img/common/arrow_right_white.svg) right center no-repeat !important;
}
#top .wrap .content .index_recruit a .button:hover {
    background-color: #b20000 !important;
}
/*.recruit_txt_area img{
    display: block;
    position: absolute;
    top: 50%;
	bottom: 50%;
	margin: auto;
    right: 20px;
    width: calc(50% - 20px);
    height: auto;
}*/
/*#top .wrap .content .index_recruit .recruit_txt_box{
    display: block;
}*/
.index_recruit .recruit_ttl {
  margin-bottom: 25px;
}

.index_recruit .recruit_txt_box p {
  margin-bottom: 25px;
}

#top .wrap .content .index_recruit .index_h2 {
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.6;
}

#top .wrap .content .index_recruit .index_h2:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  top: -15px;
  background: #da0000;
}
#top .wrap .content .index_recruit .flex {
  padding: 0 20px 90px 20px;
  margin: auto;
  max-width: 1370px;
}
#top .index_recruit .link_btn {
  display: inline-block;
  position: relative;
  width: 150px;
  font-weight: 600;
}

#top .index_recruit .link_btn:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  right: 0;
  background: #333;
}

#top .index_recruit .link_btn:hover {
  text-decoration: none;
}



/*   
    top  sports　　*/
.index_sports {
  max-width: 1370px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.index_sports .sports_area {
  display: flex;
  flex-wrap: wrap;
}

/* ↓ 221026編集 */

/*
.index_sports .sports_area li {
  width: 32%;
  margin-right:2%;
  margin-bottom: 30px;
}

.index_sports .sports_area li:nth-child(3n),.index_sports .sports_area li:last-child {
  margin-right: 0;
}
*/
/* ↑ 221026編集 */

.index_sports .sports_area li img {
  width: 100%;
}

.index_sports .sports_area p {
  font-weight: 500;
  margin-top: 5px;
}





#toggle {
  display: none;
  padding: 0;
  z-index: 100;
  position: fixed;
}

#menu_box #menu {
  display: flex;
  align-items: center;
}

.menu_list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 0 0;
}

.menu_item {
  list-style: none;
  margin: 0 0 0 29px;
}

.menu_link {
  position: relative;
  display: block;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s;
}

.child_list {
  display: none;
}

#menu nav {
  padding: 0 15px;
  border: none;
  height: auto;
  overflow: hidden;
  background: none;
  box-shadow: none;
}

.pagetop {
  position: fixed;
  right: 20px;
  left: auto;
  bottom: 10px;
  z-index: 10;
  width: 56px;
  height: 56px;
  padding-top: 23px;
  background: #003072;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.pagetop span {
  font-size: 13px;
}

.pagetop span::before {
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: auto;
  position: static;
}

#index_news ul li a:hover .news_txt p {
  text-decoration: underline;
}

footer {
  padding: 0;
  background: #f5f5f5;
}

footer::before {
  content: none;
}

footer h1 {
  width: 120px;
}

footer a {
  color: #222;
}

.f_area {
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 1370px;
  padding: 50px 20px;
  margin: auto;
}

.f_menu {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;
  padding-top: 50px;
  width: 80%;
}

.f_menu_list {
  width: 25%;
}

.f_menu_item a {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 13px;
}

.f_menu_item.online a span {
  background: url(../../img/window_icon.svg)no-repeat center right/cover;
  background-size: 24px;
  padding-right: 25px;
}

.f_menu_link {
  position: relative;
  padding-bottom: 2px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.f_menu_item.shoplist ul {
  margin-bottom: 20px;
}

.f_menu_item.shoplist ul li a {
  font-size: 13px;
  padding-left: 12px;
  margin-bottom: 3px;
}

.f_sns {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
  align-items: flex-start;
}

.f_sns_title {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.68px;
  white-space: nowrap;
  margin-right: 27px;
}

.f_sns_list {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

.f_sns_item {
  list-style: none;
  margin: 0;
}

.f_sns_item:not(:first-child) {
  margin: 0 0 0 10px;
}

.f_sns_link img {
  display: block;
  min-width: 30px;
  transition: all 0.3s;
}

footer .inner .copyright {
  text-align: left;
}

#f_submenu {
  max-width: 100%;
  margin: 0 auto;
  width: 1370px;
  padding: 0 20px;
}

.f_submenu_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 30px;
  border-top: 1px solid #dfdfdf;
}

.f_submenu_list {
  display: flex;
  padding: 0;
  margin: 0;
}

.f_submenu_item {
  list-style: none;
  margin: 0;
}

.f_submenu_item:not(:last-child) {
  margin-right: 44px;
}

.f_submenu_link {
  font-size: 12px;
  letter-spacing: 1.44px;
  line-height: 2.4rem;
  color: #333;
  text-decoration: none;
}

#copyright p {
  margin: 0;
}

.copy_txt {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 2.4em;
}

@media screen and (min-width:768px) and (max-width:1024px) {

  .mv_catchcopy {
    font-size: 25px;
    padding: 0 30px 0 20px;
    top: 40%;
  }

  .slick-slide img {
    /*height: 500px!important;*/
    height: auto;
    max-height: 100%;
  }

  #top .wrap .content #index_important_info p {
    margin-bottom: 0;
  }

  #top .wrap .content .index_store .index_store_area {
    padding: 30px 0 50px 0;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt p {
    margin-bottom: 0;
  }

  .news_link a {
    padding-right: 15px;
    margin-right: 20px;
  }
  #top .wrap .content .infoArea .info .infoBox .news_photo {
    height: 120px;
  }
  #top .wrap .content .infoArea .info .infoBox a {
    min-height: 270px;
  }
  #top .wrap .content .infoArea .info .infoBox:first-child a {
    height: 560px;
  }
}

@media screen and (max-width: 959px) {
  .f_menu {
    width: 100%;
    padding-left: 50px;
    padding-top: 0;
  }
}

@media screen and (max-width:1024px) {
  body.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  header {
    height: 54px;
  }

  header .inner h1 {
    width: 85px;
    margin: 0 auto 0 0;
  }

  #top .wrap .content section {
    width: 100%;
  }

  #top .wrap .content .infoArea {
    width: 100%;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt p {
    font-size: 14px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt {
    padding: 10px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt .news_head span:last-child {
    margin-right: 8px;
    min-width: 66px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_head {
    left: 10px;
  }
  /* 2022/04/21 START */
  #top .wrap .content .infoArea .koho .infoBox .news_head {
    left: 10px;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt {
    padding: 10px;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt p {
    font-size: 14px;
  }
  /* 2022/04/21 END */
  #top .wrap .search form input[type=text] {
    border: 1px solid #ccc;
  }

  .fixed-action-btn .bgBlue {
    background: #1A2F77;
    border: 4px solid #fff;
  }

  .fixed-action-btn ul {
    right: 10px;
    left: auto;
    width: 300%;
  }

  .fixed-action-btn ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A2F77;
  }

  .menu-smp,
  .menu-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #ddd;
  }

  .fixed-action-btn {
    right: 10px;
    bottom: 75px;
    z-index: 999;
    width: 60px;
    text-align: right;
  }

  .fixed-action-btn .bgBlue i {
    margin-left: -4px;
    margin-top: -4px;
  }

  .fixed-action-btn ul li a {
    margin-left: 5px;
  }

  .fixed-action-btn ul .btn-floating i {
    color: #1A2F77;
  }

  header .inner {
    padding: 10px 0;
  }

  .search {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
  }

  .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin: 0 auto;
  }

  .search form button {
    width: 15%;
    margin: 0;
    padding: 0;
    background: #003072;
    border: none;
    border-radius: 0 6px 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
  }

  .search form button img {
    width: auto;
  }

  .search form input[type=text] {
    width: calc(100% - 84px);
    margin: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  #top .wrap .content #index_important_info {
    margin: 8px auto;
  }

  .news_link a {
    padding-right: 15px;
    margin-right: 20px;
  }


  #toggle {
    display: block;
  }

  #toggle a {
    background: none;
    width: 54px;
    height: 54px;
  }

  #toggle a.open {
    background: none;
  }

  .toggle_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-size: 0;
    text-decoration: none;
  }

  .toggle_btn::before,
  .toggle_btn::after,
  .toggle_txt::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #003072;
    transition: all 0.3s;
  }

  .toggle_btn::before {
    top: 19px;
  }

  .toggle_btn.open::before {
    top: 26px;
    transform: rotate(135deg);
  }

  .open .toggle_txt::before {
    opacity: 0;
    visibility: hidden;
  }

  .toggle_btn.open::after {
    top: 26px;
    transform: rotate(-135deg);
  }

  .toggle_txt {
    display: block;
    width: 54px;
    height: 54px;
  }

  .toggle_txt::before {
    top: 26px;
  }

  .toggle_btn::after {
    top: 33px;
  }

  .menu_dis {
    display: none !important;
  }

  #menu_box {
    display: block;
    position: fixed;
    z-index: 50;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  #menu_box #menu {
    display: block;
    height: auto;
    padding-bottom: 80px;
    top: 0;
  }

  .menu_list {
    position: relative;
    display: block;
    padding-top: 15px;
    margin: 0 auto 30px;
  }

  .menu_item {
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    float: none;
  }

  /*
  .menu_item a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
  .child_list {
    padding: 0 0 7px;
    margin: 0;
    border-top: 1px solid #eee;
  }

  .menu_link {
    padding: 12px 0;
    color: #333 !important;
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .menu_link:hover {
    text-decoration: none !important;
    background: none;
  }

  .menu_link span {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
  }



  .child_item {
    list-style: none;
    padding: 0 35px 10px;
    float: none;
  }

  .top_item {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .child_link {
    position: relative;
    padding: 0 0 6px;
    color: #222 !important;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-decoration: none !important;
  }

  .top_link {
    display: block;
    padding: 15px 20px 14px;
    font-size: 14px;
    letter-spacing: 1.3px;
  }

  .child_link:hover {
    background: none !important;
  }

  .menu_link::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #e30613;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .menu_link::after {
    display: none;
  }

  .menu_link span::after,
  .child_link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e30613;
    opacity: 0;
  }

  .parent_link.open::after {
    opacity: 0;
  }

  .parent_link::before,
  .parent_link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #222;
  }

  .parent_link::before {
    right: 20px;
    width: 14px;
    height: 2px;
  }

  .parent_link::after {
    right: 26px;
    left: auto;
    width: 2px;
    height: 14px;
    border-radius: 0;
    opacity: 1;
    transition: opacity 0.3s;
  }

  .menu_link span {
    position: relative;
    padding-bottom: 6px;
  }

  #menu_box #search_txt {
    font-size: 14px !important;
    border: none;
    background: #f5f5f5;
    width: 85%;
  }

  #menu_box .search {
    width: 100%;
    padding: 10px 15px;
  }

  .search form {
    width: 100%;
  }

  #menu_box .search form input[type=text] {
    border: 1px solid #ccc;
  }

  #top .wrap .content .index_store .index_store_area {
    padding: 0;
  }
  .menu_item.sp_online {
    position: relative;
  }

  .menu_item.sp_online:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: calc(50% - 12px);
    background: url(../../img/window_icon.svg)no-repeat center right/cover;
    /*background-size: 24px;*/
  }
}



@media screen and (max-width: 767px) {
  header .inner h1 {
    width: 85px;
  }

  #top .wrap .content .index_store .index_h2 {
    font-size: 20px;
  }

  #top .wrap .content section {
    width: 100%;
  }

  #top .wrap .content section h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }



  /*   
    top  mv　　*/
  #index_wrap {
    padding: 0;
  }

  .slick-slide img {
    /*height: 300px!important;*/
  }

  .mv_catchcopy {
    font-size: 16px;
    padding: 0 10px 0 10px;
    top: unset;
    bottom: 7%;
  }

  .hero__dia {
    /*top: 0;*/
    top: 50px;
    width: 200%;
    right: 0;
    /*-webkit-transform: translate(105%, 0) skewX(305deg);
    transform: translate(105%, 0) skewX(305deg);*/
    -webkit-transform: translate(105%, 0) skewX(295deg);
    transform: translate(105%, 0) skewX(295deg);
  }


  /*   
    top  important　　*/

  #top .wrap .content #index_important_info p {
    margin-bottom: 0;
  }


  /*   
    top  store　　*/
  #top .wrap .content .index_store {
    padding: 30px 20px 40px 20px;
  }

  #top .wrap .content .index_store .index_h2 {
    font-size: 24px;
  }

  .index_store .store_txt_area {
    width: 100%;
  }

  #top .wrap .content .index_store .index_store_img {
    /*position: static;*/
    /*width: 100%;*/
    height: 140px;
    width: 40%;
  }

  /*.store_txt_area img{
  position: static;
  width: 100%;
}*/
  #top .wrap .content .index_store:before {
    /*width: 100%;*/
    content: none;
  }

  #top .wrap .content .index_store .index_store_area {
    /*padding: 15px 20px 20px 20px;*/
    position: relative;
  }

  #top .wrap .content .index_store .index_store_area:before {
    /*content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 66%;
  background: #003072;*/
  }

  #top .wrap .content .index_store .index_store_area .store_txt_box {
    padding: 30px 10px 15px 12px;
    /*width: 100%;*/
    width: 60%;
  }

  #top .wrap .content .index_store .store_ttl {
    margin-bottom: 10px;
  }

  #top .wrap .content .index_store .index_h2 {
    font-size: 18px;
  }

  #top .index_store .link_btn:after {
    width: 20px;
    right: 40px;
  }



  /*   
    top  news　　*/
  #top .wrap .content .index_info {
    padding: 40px 0 15px 0;
  }

  #top .wrap .content .index_info .index_news_list.info {
    display: flex;
    flex-wrap: wrap;
  }

  #top .wrap .content .infoArea .info .infoBox {
    float: none;
    width: 49%;
  }

  #top .wrap .content .infoArea .info .infoBox:nth-child(6),
  #top .wrap .content .infoArea .info .infoBox:nth-child(7),
  #top .wrap .content .infoArea .info .infoBox:last-child {
    width: 49%;
  }


  #top .wrap .content .infoArea .info .infoBox:nth-child(3),
  #top .wrap .content .infoArea .info .infoBox:nth-child(7) {
    margin-right: 0;
  }

  #top .wrap .content .infoArea .info .infoBox:first-child {
    width: 100%;
    margin-right: 0;
  }

  #top .wrap .content .infoArea .info .infoBox a {
    height: 100%;
  }

  #top .wrap .content .infoArea .info .infoBox:first-child a {
    /*height: 360px;*/
    height: 100%;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt p {
    font-size: 12px;
    margin-bottom: 0;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt {
    padding: 10px 10px 90px 10px;
  }

  #top .wrap .content .infoArea .info .infoBox:first-child .news_txt {
    padding: 10px 10px 60px 10px;
  }

  #top .wrap .content .index_info .news_link {
    text-align: right;
  }

  .news_link ul {
    display: inline-block;
  }

  .news_link a {
    font-size: 11px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt .news_day {
    width: 100%;
    margin-bottom: 8px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_photo,
  #top .wrap .content .infoArea .info .infoBox:nth-child(6) .news_photo,
  #top .wrap .content .infoArea .info .infoBox:nth-child(7) .news_photo,
  #top .wrap .content .infoArea .info .infoBox:nth-child(8) .news_photo,
  #top .wrap .content .infoArea .info .infoBox:last-child .news_photo {
    height: 95px;
  }

  #top .wrap .content .infoArea .info .infoBox a,
  #top .wrap .content .infoArea .info .infoBox:nth-child(6) a,
  #top .wrap .content .infoArea .info .infoBox:nth-child(7) a,
  #top .wrap .content .infoArea .info .infoBox:nth-child(8) a,
  #top .wrap .content .infoArea .info .infoBox:last-child a {
    min-height: 225px;
  }

  #top .wrap .content .infoArea .info .infoBox .news_txt .news_head span:last-child {
    font-size: 10px;
  }

  #top .wrap .content .top_info_head a {
    font-size: 13px;
  }

  #top .wrap .content #index_important_info .index_h2 {
    font-size: 11px;
    padding-left: 18px;
    background-size: 12px;
  }

  /*   
    top  pickup　　*/
  #top .wrap .content .index_pickup {
    margin-bottom: 50px;
  }

  .pickup_list li,
  .pickup_list li:first-child,
  .pickup_list li:nth-child(2),
  .pickup_list li:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
  /* 2022/04/21 START */
  #top .wrap .content .top_info_head {
    margin-bottom: 10px;
  }
  #top .wrap .content .infoArea h3 {
    margin-top: 10px;
    font-size: 15px;
  }
  #top .wrap .content .infoArea h3::before {
    height: 18px;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_head {
    flex-direction: row;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt .news_day {
    margin-right: 12px;
  }


  #top .wrap .content .infoArea .koho .infoBox {
    width: 100%;
    margin-right: 0;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_photo {
    width: 35%;
    height: 115px;
    padding-right: 0;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt {
    width: 65%;
    padding: 18px 20px 50px;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt {
    padding: 10px 10px 10px 10px;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #top .wrap .content .infoArea .koho .infoBox .news_txt .news_head span:last-child {
    font-size: 10px;
  }
  /* 2022/04/21 END */




  /*   
    top  support　　*/

  #top .wrap .content .index_support {
    margin-bottom: 20px;
  }

  .support_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .support_list li:nth-child(2n) {
    margin-right: 0;
  }

  .support_list li a {
    height: 100%;
  }

  #top .wrap .content section .support_list li a p {
    margin-bottom: 0;
  }

  .support_list li a {
    padding: 25px 0 20px 0;
  }



  /*   
    top  recruit　　*/
  #top .wrap .content .index_recruit {
    margin-bottom: 20px;
  }

  #top .wrap .content .index_recruit .index_recruit_area {
    padding: 30px 0 30px 0;
  }

  #top .wrap .content .index_recruit .recruit_txt_area {
    width: 100%;
  }

  .index_recruit_img {
    position: static;
    width: 100%;
    height: auto;
    right: 0;
  }


  #top .wrap .content .index_recruit .recruit_txt_area .recruit_txt_box {
    padding: 35px 20px 0 20px;
  }

  #top .wrap .content .index_recruit .index_h2 {
    font-size: 24px;
  }


  #top .wrap .content .index_recruit .recruit_link li {
    width: 100%;
    margin-right: 0;
  }



  /*   
    top  sports　　*/
  #top .wrap .content .index_sports {
    margin-bottom: 0;
  }

 /* ↓ 221026編集 */
/*
  .index_sports .sports_area li,.index_sports .sports_area li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
*/
  /* ↑ 221026編集 */
/*
  .index_sports .sports_area li:nth-child(2n) {
    margin-right: 0;
  }
*/
  footer {
    margin-top: 20px;
  }



  .f_area {
    display: block;
    padding: 0 20px;
  }

  footer h1 {
    position: relative;
    max-width: 85px;
    padding: 25px 0 30px 0;
  }

  .f_menu {
    display: block;
    padding: 0 0 25px;
  }

  .f_menu_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #dfdfdf;
  }

  .f_menu_item {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    width: 50%;
  }

  .f_menu_item.shoplist {
    width: 100%;
  }

  .f_menu_item a {
    display: block;
    padding: 9px 0 10px;
    font-weight: 700;
    margin: 0;
  }

  .f_menu_item.online a {
    margin-right: 0;
  }

  .f_sns {
    margin: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .f_sns_title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
  }

  .f_submenu_wrap {
    padding: 0;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }

  .f_submenu_list {
    /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
    width: 100%;
  }

  .f_submenu_item {
    width: 50%;
    margin: 0 !important;
  }

  .f_submenu_item:first-child {
    /*border-right: 1px solid rgba(0,0,0,0.3);*/
  }

  .f_submenu_link {
    display: block;
    padding: 11px 0 0;
    text-align: center;
  }

  .f_menu_item.shoplist ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .f_menu_item.shoplist ul li {
    width: 50%;
  }

  #copyright {
    width: 100%;
    text-align: center;
  }


}


#ln {
  background: #F9FAF9;
  padding: 50px 20px 100px;
}

#ln h2 a {
  display: inline-block;
  background: url(img/common/arrow-right-green.svg) right center no-repeat;
  font-weight: bold;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
  font-size: 160%;
}

#ln ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 15px -10px 0 0;
  padding: 0;
}

#ln ul li {
  display: flex;
  width: 33.3333333%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 10px 0 0;
}

#ln ul li a {
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 30px 15px 10px;
  border-bottom: 2px solid #ccc;
  background: url(/img/common/arrow_right_red_1.svg) right 10px center no-repeat;
  color: #333;
  text-decoration: none;
  transition: border 0.3s, color 0.3s;
  align-items: center;
}

#ln .ln_parent a {
  display: inline-block;
  background: url(/img/common/arrow_right_red_1.svg) right center no-repeat;
  font-weight: bold;
  padding-right: 40px;
  color: #333;
  text-decoration: none;
  font-size: 160%;
}

#ln ul li a:hover,
#ln ul li.on a {
  border-bottom: 2px solid #182D7C;
  color: #337ab7;
}

#ln ul li a span {
  display: block;
}

@media screen and (max-width: 767px) {

  #ln ul li {
    width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 567px) {
  #ln {
    background: #F9FAF9;
    padding: 25px 20px 30px;
  }

  #ln ul {
    display: block;
    margin: 25px 0 0 0;
    border-top: 1px solid #E9EDE9;
  }

  #ln ul li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 92.85%;
  }

  #ln ul li a {
    width: auto;
    padding: 15px 50px 12px 20px;
    border-bottom: 1px solid #E9EDE9;
  }

  #ln ul li a:hover,
  #ln ul li.on a {
    border-bottom: 1px solid #E9EDE9;
  }

  #ln .ln_parent a {
    font-size: 138.46%;
  }
}
