@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "shell-font";
  src: url("../font/ShellJAP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../font/ShellJAP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../font/ShellJAP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../font/ShellJAP-Book.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
#product,
#sb,
#know1,
#know2,
#know3,
#know4,
#know5,
#know6,
#id1,
#id2,
#id3,
#id4 {
  position: relative;
  top: -70px;
}
@media screen and (max-width: 900px) {
  #product,
  #sb,
  #know1,
  #know2,
  #know3,
  #know4,
  #know5,
  #know6,
  #id1,
  #id2,
  #id3,
  #id4 {
    top: -57px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #4a4a4a;
  font-family: "shell-font", sans-serif;
  line-height: 1.5;
  background: #fff;
  font-weight: 500;
  padding-top: 70.42px;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 56.5px;
    font-size: 14px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0 20px;
  }
}

.l-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding: 0 20px;
    max-width: 450px;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
    max-width: 450px;
  }
}

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

a {
  font-family: "shell-font", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.sns-li {
  margin-right: 10px !important;
}
@media screen and (max-width: 900px) {
  .sns-li {
    margin-right: 0 !important;
    margin: 0 10px !important;
    display: inline-block !important;
  }
}
.sns-li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
}
@media screen and (max-width: 1100px) {
  .sns-li a {
    width: 25px;
  }
}
.sns-li a:hover {
  opacity: 0.6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 12px 0;
}
.header .header-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner .flex .logo {
  width: 50px;
}
@media screen and (max-width: 900px) {
  .header .header-inner .flex .logo {
    width: 35px;
  }
}
.header .header-inner .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inner .flex .logo a:hover {
  opacity: 0.6;
}
.header .header-inner .flex .header-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner .flex .header-ul li {
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  .header .header-inner .flex .header-ul li {
    margin-right: 15px;
  }
}
.header .header-inner .flex .header-ul li:last-child {
  margin-right: 0;
}
.header .header-inner .flex .header-ul li a {
  color: #4a4a4a;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .header .header-inner .flex .header-ul li a {
    font-size: 11px;
  }
}
.header .header-inner .flex .header-ul li a:hover {
  color: #fbce07;
}
.header .header-inner .flex .header-ul li a.active {
  position: relative;
}
.header .header-inner .flex .header-ul li a.active::after {
  position: absolute;
  bottom: -25px;
  width: 100%;
  background: #fbce07;
  height: 4px;
  content: "";
  left: 0;
}
.header .header-inner .flex .header-ul li a.duble.active::after {
  bottom: -15px;
}

.drawer-icon {
  position: fixed;
  top: 19px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #4a4a4a;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #1A4587;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}
.drawer-icon-nav ul li a.active {
  position: relative;
}
.drawer-icon-nav ul li a.active::after {
  position: absolute;
  bottom: -5px;
  width: 100%;
  background: #fbce07;
  height: 3px;
  content: "";
  left: 0;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 50px 0;
  }
}

.mv {
  background: #dd1d21;
}
.mv .img {
  max-width: 1700px;
  margin: 0 auto;
}

.top-about {
  background: #f5f5f5;
}
@media screen and (min-width: 901px) {
  .top-about {
    padding: 70px 0;
  }
}
.top-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-about ul {
    display: block;
  }
}
.top-about ul li {
  width: 30%;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-about ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-about ul li .img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.top-about ul li .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.top-about ul li .contents {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px 38px;
}
@media screen and (max-width: 900px) {
  .top-about ul li .contents {
    padding: 20px;
  }
}
.top-about ul li .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.top-about ul li p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .top-about ul li p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.top-about ul li .btn {
  font-size: 14px;
  text-align: right;
}
@media screen and (min-width: 901px) {
  .top-about ul li .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.top-about ul li .btn span {
  width: 15px;
  display: inline-block;
}
.top-about ul li .btn span img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.top-about ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #4a4a4a;
}
.top-about ul li a:hover .contents {
  opacity: 0.6;
}
.top-about ul li a:hover .img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-about ul li a:hover .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-news h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top-news h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
.top-news ul li {
  background: #f5f5f5;
  padding: 25px 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .top-news ul li {
    padding: 20px 0;
  }
}
.top-news ul li:nth-child(2n) {
  background: #fff;
}
.top-news ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
.top-news ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .top-news ul li a {
    padding: 0px 0;
  }
}
.top-news ul li .a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .top-news ul li .a-flex {
    display: block;
  }
}
.top-news ul li .inner {
  max-width: 840px;
}
.top-news ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-news ul li .flex {
    display: block;
  }
}
.top-news ul li .btn {
  font-size: 14px;
  text-align: right;
  width: 120px;
}
@media screen and (max-width: 900px) {
  .top-news ul li .btn {
    width: 100%;
  }
}
.top-news ul li .btn span {
  width: 15px;
  display: inline-block;
  white-space: nowrap;
}
.top-news ul li .btn span img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.top-news ul li .time {
  width: 140px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top-news ul li .time {
    width: 100%;
    margin-bottom: 5px;
  }
}
.top-news ul li h3 {
  width: calc(100% - 260px);
}
@media screen and (max-width: 900px) {
  .top-news ul li h3 {
    width: 100%;
    margin-bottom: 5px;
  }
}

.top-feature {
  background: #f5f5f5;
}
.top-feature h2 {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top-feature h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
.top-feature p {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top-feature p {
    margin-bottom: 30px;
  }
}

.top-about2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-about2 .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .top-about2 .row {
    display: block;
    margin-bottom: 10px;
  }
  .top-about2 .row:nth-child(2n) {
    margin-bottom: 0;
  }
}
.top-about2 .row .item1 {
  width: 45.3%;
  margin: 5px;
}
@media screen and (max-width: 900px) {
  .top-about2 .row .item1 {
    margin: 0;
    width: 100%;
    margin-bottom: 5px;
  }
}
.top-about2 .row .item2 {
  width: 54.7%;
  margin: 5px;
}
@media screen and (max-width: 900px) {
  .top-about2 .row .item2 {
    margin: 0px;
    width: 100%;
  }
}

.dummy {
  background: #f5f5f5;
}

.cta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta .flex .btn {
  width: 49%;
}
.cta .flex .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fbce07;
}
.cta .flex .btn a:hover {
  opacity: 0.6;
}
.cta .flex .btn a img {
  max-width: 130px;
}

.footer {
  border-top: 2px solid #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .footer ul {
    display: block;
  }
}
.footer ul li {
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  .footer ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a {
  color: #4a4a4a;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .footer ul li a {
    text-align: left;
    font-size: 14px;
  }
}
.footer ul li a:hover {
  color: #fbce07;
}
.footer ul li a.active {
  position: relative;
}
.footer ul li a.active::after {
  position: absolute;
  bottom: -25px;
  width: 100%;
  background: #fbce07;
  height: 4px;
  content: "";
  left: 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .copyright {
    font-size: 10px;
  }
}

.common-heading {
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .common-heading {
    padding-top: 20px;
  }
}
.common-heading h1 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0px;
}
@media screen and (max-width: 900px) {
  .common-heading h1 {
    text-align: center;
  }
}

.to-section {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .to-section {
    padding-top: 40px;
  }
}
.to-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.to-section ul li {
  width: 25%;
  border-right: 1.5px solid #4a4a4a;
}
.to-section ul li:last-child {
  border-right: none;
}
.to-section ul li a {
  display: block;
  text-align: center;
  color: #4a4a4a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.to-section ul li a:hover {
  color: #fbce07;
}

.guide1 h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .guide1 h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.guide1 p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .guide1 p {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.guide1 p span {
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #dd1d21;
}
@media screen and (max-width: 900px) {
  .guide1 p span {
    display: inline;
  }
}
.guide1 .img {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 901px) {
  .guide2 {
    padding-top: 40px;
  }
}
.guide2 .box {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 900px) {
  .guide2 .box {
    padding: 20px;
    margin-top: 0px;
  }
}
.guide2 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .guide2 .box .flex {
    display: block;
  }
}
.guide2 .box .flex .img {
  width: 250px;
  margin: 0 auto 10px;
}
.guide2 .box .flex .left {
  width: calc(100% - 420px);
}
@media screen and (max-width: 900px) {
  .guide2 .box .flex .left {
    width: 100%;
  }
}
.guide2 .box .flex .left .search-txt {
  max-width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .guide2 .box .flex .left .search-txt {
    margin-bottom: 20px;
  }
}
.guide2 .box .flex .left .search-txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guide2 .box .flex .left .search-txt a:hover {
  opacity: 0.6;
}
.guide2 .box .flex .left .text1 {
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .guide2 .box .flex .left .text1 {
    font-size: 14px;
  }
}
.guide2 .box .text2 {
  font-size: 14px;
  text-align: right !important;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .guide2 .box .text2 {
    margin-top: 10px;
    font-size: 12px;
    text-align: left !important;
  }
}

.guide3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .guide3 .flex {
    display: block;
  }
}
.guide3 .flex .left {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .guide3 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.guide3 .flex .left h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .guide3 .flex .left h2 {
    font-size: 22px;
    text-align: center;
  }
}
.guide3 .flex .left h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .guide3 .flex .left h3 {
    font-size: 16px;
    text-align: center;
  }
}
.guide3 .flex .left p {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .guide3 .flex .left p {
    font-size: 14px;
  }
}
.guide3 .flex .right {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .guide3 .flex .right {
    width: 100%;
  }
}
.guide3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .guide3 ul {
    margin-top: 40px;
  }
}
.guide3 ul li {
  background: #f5f5f5;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (min-width: 901px) {
  .guide3 ul li {
    width: calc(33.33% - 26.6666666667px);
    margin-right: 40px;
  }
  .guide3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .guide3 ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .guide3 ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.guide3 ul li h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .guide3 ul li h3 {
    font-size: 18px;
  }
}
.guide3 ul li p {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .guide3 ul li p {
    font-size: 13px;
    text-align: left;
  }
}

.guide4 {
  background: #f5f5f5;
}
.guide4 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .guide4 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.guide4 p {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .guide4 p {
    font-size: 14px;
    text-align: left;
  }
}
.guide4 .img {
  max-width: 700px;
  margin: 0 auto;
}

.guide5 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .guide5 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.guide5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .guide5 ul li {
    width: calc(33.33% - 26.6666666667px);
    margin-right: 40px;
  }
  .guide5 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .guide5 ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .guide5 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer.layout-main-footer {
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  background-color: #00468c;
  color: #dddddd;
}
@media screen and (max-width: 900px) {
  footer.layout-main-footer {
    min-width: initial;
  }
}

footer.layout-main-footer .block-main-footer {
  overflow: hidden;
}

footer.layout-main-footer .block-main-footer a {
  color: #dddddd;
  text-decoration: none;
}

footer.layout-main-footer .block-main-footer a:hover {
  text-decoration: underline;
}

footer.layout-main-footer .block-main-footer .module-subnavi {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  footer.layout-main-footer .block-main-footer .module-subnavi li {
    margin-right: 20px;
    float: left;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi {
    float: left;
    width: 166px;
    width: 250px;
    overflow: hidden;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi:nth-child(1) {
    width: 333px;
    width: 250px;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi .elm-ttl a {
    font-size: 14px;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul {
    width: 166px;
    width: 250px;
    float: left;
    list-style: disc;
    list-style-position: inside;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li {
    width: 120px;
    float: left;
    font-size: 13px;
    position: relative;
    padding-left: 14.4px;
  }
}
footer.layout-main-footer .block-main-footer .module-subnavi li:after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 7.07214px;
  height: 7.07214px;
  left: 1px;
  top: 8.46393px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul li {
  padding-left: 2px;
  text-indent: -2px;
}

footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul li a {
  font-size: 12px;
  margin: 0 0 0 -5px;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
  overflow: hidden;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 {
  overflow: hidden;
  margin-bottom: 10px;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:nth-child(2) {
  width: 150px;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:last-child {
  width: 200px;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 5.65771px;
  height: 5.65771px;
  left: 1px;
  top: 6.17115px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-copy {
  font-size: 12px;
}

footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-logo-footer {
  position: absolute;
  width: 240px;
  right: 0;
  top: 45px;
}

footer.layout-main-footer .block-navi-border {
  padding: 40px 0;
  border-top: solid 1px #2d628e;
  border-bottom: solid 1px #2d628e;
}

a#toPageTop {
  display: block;
  text-decoration: none;
  background-color: #ddd;
  color: #004e89;
  padding: 10px 15px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 20px;
  border-radius: 50px;
}

footer {
  font-family: Arial, Roboto, Helvetica, MS PGothic, Hiragino Kaku Gothic ProN, sans-serif, type-font, Roboto, Helvetica, sans-serif;
}
footer a {
  font-family: Arial, Roboto, Helvetica, MS PGothic, Hiragino Kaku Gothic ProN, sans-serif, type-font, Roboto, Helvetica, sans-serif;
}

footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul li {
  list-style-type: initial;
}

.addbtn20251022 {
  text-align: right;
  margin-bottom: 10px;
}

body,
html {
  overflow-x: hidden;
}

.addbtn20251022 a {
  background: #ffe340;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  color: #000 !important;
}
.addbtn20251022 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  footer.layout-main-footer {
    background-color: #00468c;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li,
  footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li {
    border-bottom: solid 2px #2d628e;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a,
  footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a {
    display: block;
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 45px;
    color: white;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a span,
  footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a span:after,
  footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a span:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7.07214px;
    height: 7.07214px;
    left: 1px;
    top: 18.96393px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-logo-footer {
    padding: 15px 0 0;
    text-align: center;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-copy {
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.1rem;
    color: #c1c1c1;
  }
  a#toPageTop {
    display: none !important;
  }
  .elm-sp-disp-none {
    display: none;
  }
  .module-subnavi {
    display: block;
  }
}
footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-copy {
  font-size: 11px;
}

@media screen and (max-width: 900px) {
  footer.layout-main-footer .block-main-footer .module-subnavi {
    width: 100%;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 {
    width: 100%;
  }
  footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li {
    width: 100% !important;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:after {
    display: none;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 {
    padding-top: 0;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi {
    padding-bottom: 0;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .addbtn20251022 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.c-list-news li:first-child {
  margin-top: 22px;
}

.c-list-news {
  max-width: 870px;
  margin: 0 auto;
}

.c-list-news li {
  margin-top: 22px;
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 12px;
}

.c-list-news li a {
  display: block;
  position: relative;
  padding: 0 32px 0 16px;
  color: #404040;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-list-news li a .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .c-list-news li a {
    padding-left: 0;
  }
}
.c-list-news li a:hover .text {
  color: #E72410 !important;
}

.c-list-news li a span.text {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .c-list-news li a span.text {
    font-size: 16px;
  }
}

.c-list-news li a span.date {
  display: block;
  font-size: 14px;
}

.c-list-news li a span.ico {
  color: #E72410;
  line-height: 1;
  width: 13px;
  height: 13px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 16px;
  right: 16px;
}

.single img {
  width: auto;
}
.single .l-content-news p.date {
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .single .l-content-news p.date {
    font-size: 14px;
  }
}
.single .l-content-news h1 {
  position: relative;
  border-bottom: solid 4px #404040 !important;
  padding: 0 6px 10px 6px !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .single .l-content-news h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.single .l-content-news h1 span.line {
  display: inline-block;
  height: 4px;
  width: 190px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #E72410;
}
.single .l-content-news p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .single .l-content-news p {
    font-size: 14px;
  }
}
.single ._mt-30 {
  margin-top: 30px;
}
.single a {
  color: #dd1d21;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.single a:hover {
  opacity: 0.6;
}

.buy1 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .buy1 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.buy1 .flex {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .buy1 .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.buy1 .flex .img {
  width: 37%;
}
@media screen and (max-width: 900px) {
  .buy1 .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.buy1 .flex .contents {
  width: 55%;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .buy1 .flex .contents {
    font-size: 14px;
    width: 100%;
  }
}
.buy1 .box {
  background: #f5f5f5;
  padding: 60px;
}
.buy1 .box .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.buy1 .box .flex2 .img {
  width: 48%;
}
.buy1 .box .flex2 .img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy1 .box .flex2 .img a:hover {
  opacity: 0.6;
}
.buy1 .box .flex2 .img img {
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .buy1 .box {
    padding: 20px;
  }
}
.buy1 .box p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .buy1 .box p {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width: 901px) {
  .buy2 {
    padding-top: 50px;
  }
}
.buy2 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .buy2 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.buy2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buy2 ul li {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 900px) {
  .buy2 ul li {
    border-radius: 10px 10px 0 0;
  }
}
.buy2 ul li a {
  color: #4a4a4a;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy2 ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy2 ul li a:hover .contents {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .buy2 ul li {
    width: calc(33.333% - 26.6666666667px);
    margin-right: 40px;
  }
  .buy2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .buy2 ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .buy2 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .buy2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .buy2 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.buy2 ul li .img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .buy2 ul li .img {
    border-radius: 10px 10px 0 0;
  }
}
.buy2 ul li .img .wrap {
  padding-top: 60%;
  position: relative;
}
.buy2 ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy2 ul li .contents {
  padding: 20px;
  background: #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .buy2 ul li .contents {
    padding: 10px;
  }
}
.buy2 ul li .contents h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .buy2 ul li .contents h3 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .buy2 ul li .contents p {
    display: none;
  }
}

.sport1 {
  padding-top: 70px;
  margin-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
}
@media screen and (max-width: 900px) {
  .sport1 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.sport1 .img1 {
  margin-bottom: 100px;
}
.sport1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sport1 .flex .item {
  width: 31%;
}
@media screen and (min-width: 901px) {
  .sport1 .contents {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
  }
  .sport1 .item {
    border-radius: 15px;
    margin-bottom: 20px;
    background: #fff;
    height: 100%;
    overflow: hidden;
  }
  .sport1 .item:last-child {
    margin-bottom: 0;
  }
  .sport1 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sport1 p {
    font-size: 13px;
    font-weight: 600;
  }
}
.sport1 .sp-contents .item {
  border-radius: 10px;
}
.sport1 .sp-contents .contents {
  padding: 15px;
  background: #fff;
}
.sport1 .sp-contents .item {
  margin-bottom: 20px;
}
.sport1 .sp-contents .item:last-child {
  margin-bottom: 0;
}
.sport1 .sp-contents h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sport1 .sp-contents .img .wrap {
  padding-top: 53%;
  position: relative;
}
.sport1 .sp-contents .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.guide5 ul li .wrap video {
  width: 100%;
  height: auto;
}

.top-feature video {
  width: 100%;
  height: auto;
}

.guide3 .flex .right video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .know0 {
    padding-top: 0px;
  }
}
.know0 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .know0 ul li {
    width: 33.333%;
  }
  .know0 ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .know0 ul li:nth-child(3n) a::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .know0 ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.know0 ul li a {
  color: #4a4a4a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  text-align: center;
}
.know0 ul li a::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: #4a4a4a;
}
.know0 ul li a:hover {
  color: #fbce07;
}
@media screen and (max-width: 900px) {
  .know0 ul li a {
    font-size: 14px;
  }
  .know0 ul li a::after {
    display: none;
  }
}

.know1 {
  background: #f5f5f5;
}
.know1 .inner {
  max-width: 900px;
}
.know1 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know1 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know1 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know1 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know1 .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know1 .img {
    margin-bottom: 20px;
  }
}
.know1 .white-box {
  background: #fff;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .know1 .white-box {
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
.know1 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.know1 .text2 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know1 .text2 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know1 .img2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know1 .img2 {
    margin-bottom: 20px;
  }
}
.know1 h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know1 h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .know1 .table1-wrap {
    overflow-x: auto;
  }
  .know1 .table1 {
    width: 700px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .inner-right0 {
    padding-right: 0;
    margin-right: 0px;
  }
}
.know2 .inner {
  max-width: 900px;
}
.know2 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know2 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know2 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know2 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know2 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know2 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .know2 .table1-wrap {
    overflow-x: auto;
  }
  .know2 .table1 {
    width: 700px;
    padding-right: 20px;
  }
}
.know2 .gray-box {
  background: #f5f5f5;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know2 .gray-box {
    margin-top: 20px;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .know2 .gray-box {
    font-size: 13px;
  }
}
.know2 h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know2 h4 {
    margin-bottom: 10px;
  }
}
.know2 .img80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .know2 .img80 {
    width: 100%;
  }
}
.know2 .inner2 {
  max-width: 1080px;
}
.know2 .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .know2 .flex3 {
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
  }
}
.know2 .flex3 .img2 {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .know2 .flex3 .img2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.know2 .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .know2 .flex4 {
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
  }
}
.know2 .flex4 .img2 {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .know2 .flex4 .img2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.know2 .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .know2 .flex4 {
    margin-bottom: 30px;
    display: block;
  }
}
.know2 .flex4 .left {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .know2 .flex4 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.know2 .flex4 .left span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  background: #fbce07;
  padding: 5px 10px;
  border-radius: 8px;
}
.know2 .flex4 .right {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .know2 .flex4 .right {
    width: 100%;
  }
}
.know2 .top60 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .know2 .top60 {
    margin-top: 30px;
  }
}

.know3 {
  background: #f5f5f5;
}
.know3 .inner {
  max-width: 900px;
}
.know3 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know3 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know3 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know3 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know3 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know3 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.know4 .inner {
  max-width: 900px;
}
.know4 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know4 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know4 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know4 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know4 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know4 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.know4 h4 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know4 h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.know4 .gray-box {
  background: #f5f5f5;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know4 .gray-box {
    margin-top: 20px;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .know4 .gray-box {
    font-size: 13px;
  }
}

.know5 {
  background: #f5f5f5;
}
.know5 .inner {
  max-width: 900px;
}
.know5 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know5 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know5 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know5 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know5 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know5 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.know5 h4 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know5 h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.know5 .gray-box {
  background: #f5f5f5;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know5 .gray-box {
    margin-top: 20px;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .know5 .gray-box {
    font-size: 13px;
  }
}
.know5 .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .know5 .flex4 {
    margin-top: 40px;
    display: block;
  }
}
.know5 .flex4 .img2 {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .know5 .flex4 .img2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.know6 .inner {
  max-width: 900px;
}
.know6 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .know6 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.know6 .text1 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .know6 .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.know6 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know6 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.know6 h4 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know6 h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.know6 .gray-box {
  background: #f5f5f5;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .know6 .gray-box {
    margin-top: 20px;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .know6 .gray-box {
    font-size: 13px;
  }
}
.know6 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .know6 .flex {
    display: block;
  }
}
.know6 .flex .contents {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .know6 .flex .contents {
    width: 100%;
  }
}
.know6 .flex .contents span {
  font-size: 80%;
}
.know6 .flex .box {
  width: 47%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .know6 .flex .box {
    width: 100%;
    text-align: left;
  }
}
.know6 .flex .box span {
  color: #dd1d21;
}

.top-about2 .row .item1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-about2 .row .item1 a:hover {
  opacity: 0.6;
}

._ac {
  text-align: center;
}
._ac img {
  margin-left: auto;
  margin-right: auto;
}

.single .inner {
  max-width: 820px;
}
.single ._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single ._flex img {
  width: 100% !important;
}
.single .l-content-news table {
  margin-bottom: 30px;
  width: 100%;
  border: solid 1px #cecece;
  border-collapse: collapse;
}
.single .l-content-news table th {
  white-space: nowrap;
  padding: 20px 15px;
  padding: 20px 6px;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  background-color: #e5f3f9;
  border: solid 1px #cecece;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .single .l-content-news table th {
    font-size: 14px;
  }
}
.single .l-content-news table td {
  padding: 20px 15px;
  vertical-align: top;
  font-size: 16px;
  border: solid 1px #cecece;
}
@media screen and (max-width: 900px) {
  .single .l-content-news table td {
    font-size: 14px;
  }
}
.single ._f-12 {
  font-size: 12px;
}
.single img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 901px) {
  .shop-address {
    padding-left: 2.5%;
  }
}

.shop1 {
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .shop1 {
    padding-top: 25px;
  }
}
.shop1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shop1 .flex .img {
  width: 20%;
}
.shop1 .flex .img:first-child {
  width: 30%;
}
.shop1 .flex .img img {
  border-radius: 20px;
}
.shop1 .shop-slider {
  position: relative;
}
.shop1 .shop-slider .slick-prev,
.shop1 .shop-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  z-index: 2;
}
.shop1 .shop-slider .slick-prev {
  left: -10px;
  /* 位置調整 */
}
.shop1 .shop-slider .slick-next {
  right: -10px;
}
.shop1 .shop-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  padding: 0 10px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.shop3 .map {
  position: relative;
  padding-top: 40%;
}
@media screen and (max-width: 900px) {
  .shop3 .map {
    padding-top: 60%;
  }
}
.shop3 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop2 {
  padding-top: 0;
}
.shop2 h2 {
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .shop2 h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
.shop2 .shop-info {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .shop2 .shop-info {
    table-layout: fixed;
    /* 各セルを均等幅に固定 */
    word-break: break-word;
    /* 長文を自動で折り返す */
    font-size: 13px;
  }
}
.shop2 .shop-info th,
.shop2 .shop-info td {
  border: 1px solid #ddd;
  padding: 15px 16px;
  vertical-align: middle;
}
.shop2 .shop-info th {
  width: 20%;
  background: #f9f9f9;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .shop2 .shop-info th {
    width: 100px;
    min-width: 100px;
  }
}
.shop2 .shop-info td {
  width: 80%;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .shop2 .shop-info td {
    width: calc(100% - 100px);
  }
}
.shop2 .shop-info td a {
  color: #4a4a4a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.shop2 .shop-info td a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .top-about2 .row .item2 {
    margin-bottom: 10px;
  }
}

.product {
  background: #f5f5f5;
}
.product h2 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .product h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
.product .box {
  background: #fff;
  padding: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .product .box {
    padding: 20px 15px;
  }
}
.product .area {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .product .area {
    margin-bottom: 50px;
  }
}
.product .area:last-child {
  margin-bottom: 0;
}
.product .area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .product .area .flex {
    display: block;
  }
}
.product .area .flex .right {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .product .area .flex .right {
    margin: 0 auto;
  }
}
.product .area .flex .left {
  width: calc(100% - 250px);
}
@media screen and (max-width: 900px) {
  .product .area .flex .left {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .product .area .flex .left .category-wrap {
    text-align: center;
  }
}
.product .area .flex .left .category {
  background: #dd1d21;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 6px;
}
@media screen and (max-width: 900px) {
  .product .area .flex .left .category {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
  }
}
.product .area .flex .left h3 {
  font-weight: 700;
  font-size: 58px;
}
@media screen and (max-width: 900px) {
  .product .area .flex .left h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
  }
}
.product .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .product .flex2 {
    margin-top: 30px;
    display: block;
  }
}
.product .flex2 .left {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .product .flex2 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.product .flex2 .right {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .product .flex2 .right {
    width: 100%;
  }
}
.product .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product .flex3:last-child {
  margin-bottom: 0;
}
.product .flex3 .p-img {
  width: 130px;
}
@media screen and (max-width: 900px) {
  .product .flex3 .p-img {
    width: 30%;
  }
}
.product .flex3 .btn-area {
  width: calc(100% - 200px);
}
@media screen and (max-width: 900px) {
  .product .flex3 .btn-area {
    width: 60%;
  }
}
.product .flex3 .btn-area .btn {
  margin-bottom: 15px;
}
.product .flex3 .btn-area .btn:last-child {
  margin-bottom: 0;
}
.product .flex3 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product .flex3 a:hover {
  opacity: 0.6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 900px) {
  .modal {
    overflow-y: auto;
  }
}

.modal-content {
  background: #fff;
  max-width: 450px;
  margin: 8% auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
@media screen and (max-width: 900px) {
  .modal-content {
    padding: 20px;
    width: 90%;
    margin: 25% auto;
  }
}

.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
  color: #333;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal .item .title {
  margin-top: 15px;
  position: relative;
  border-bottom: solid 1px #E4E4E4;
}
@media screen and (max-width: 900px) {
  .modal .item .title {
    padding-bottom: 5px;
  }
}

.modal .item .title .text {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .modal .item .title .text {
    font-size: 20px;
  }
}
.modal .item .title .ico {
  position: absolute;
  right: 0;
  top: 0.35em;
  background: #FFDF38;
  padding: 2px 12px;
  display: inline-block;
}
.modal .item ul {
  margin-top: 15px;
}
.modal .item ul li .text {
  font-size: 16px;
  font-weight: 400;
}
.modal .item ul li .text.hind {
  font-weight: 700;
}
.modal .item p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
}
.modal .item .c-btn {
  margin-top: 15px;
}
.modal .c-btn a {
  display: block;
  width: 306px;
  padding: 10px;
  background: #404040;
  position: relative;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 100%;
  text-align: center;
}
.modal .c-btn a:hover {
  background: #E72410;
}
.modal .c-btn a ::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #404040;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal .item .c-btn .text {
  color: #FFDF38;
  font-weight: 700;
}
.modal .item .c-btn .ico {
  top: calc(50% - 7px);
}
.modal a .ico {
  position: absolute;
  right: 16px;
}
.modal .ico._pdf {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(https://shell-lubes.co.jp//images/shell-helix-x/ico-pdf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-btn a:hover::before {
  width: 100%;
  background-color: #E72410;
  z-index: 2;
}

.sport1 p {
  font-family: sans-serif;
}

.modal .item .normal li .text,
.sport1 p,
h2,
.buy2 h2,
.single,
.single a,
.buy1 .flex .contents,
.c-list-news li a,
.buy2 ul li .contents h3,
.top-news ul li a {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.modal .item .normal li .text,
h2,
.buy2 h2,
.top-news ul li {
  font-weight: 600 !important;
}

.buy1 .flex .contents {
  font-weight: 700;
}

.sport1 .addH3 {
  font-size: 34px;
}

.sport1 .add-text {
  font-size: 16px;
}

.additem0 {
  margin-bottom: 80px !important;
}

.know5 .flex4 .wrap {
  max-width: 600px;
  margin: 0 auto;
}
.know5 .flex4 .wrap video {
  width: 100%;
  height: auto;
}

.know2 .h3-add {
  margin-bottom: 10px;
}

.know2 .p-add {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .know2 .p-add {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .sp-left {
    text-align: left !important;
  }
}

.guide4 .flex5-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .guide4 .flex5-a {
    display: block;
  }
}
.guide4 .flex5-a .img {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .guide4 .flex5-a .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.guide4 .flex5-a .right {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .guide4 .flex5-a .right {
    width: 100%;
  }
}
.guide4 .flex5-a .right p {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .guide4 .flex5-a .right p {
    font-size: 14px;
  }
}

.common-heading2 h1 {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .addimg1031 img {
    border-radius: 20px;
  }
}

.accordion {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .accordion {
    margin-top: 20px;
  }
}

/* ヘッダー部分 */
.accordion-header {
  background: #f5f5f5;
  padding: 12px 16px 12px 40px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: #dd1d21;
  color: #fff;
  font-weight: 600;
}

/* ＋（横＋縦の線） */
.accordion-header::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.accordion-header::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* 横線 */
.accordion-header::before {
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 縦線（＋の中央縦棒） */
.accordion-header::after {
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 開いたときは縦線を回転させて消す（−にする） */
.accordion-header.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-content {
  display: none;
  background: #fff;
  padding: 16px;
}

.accordion-content ul {
  margin: 0;
  padding-left: 1.2em;
}

.accordion-content li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.modal-content {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.modal-content a {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.modal .c-btn a {
  font-style: normal !important;
}
.modal .c-btn a em {
  font-style: normal !important;
}

.add-image {
  text-align: center;
  width: 39%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 900px) {
  .to-section ul {
    display: block;
  }
  .to-section ul li {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
  }
  .to-section ul li:last-child {
    margin-bottom: 0;
  }
}

.buy2 ul li .img {
  position: relative;
}
.buy2 ul li .img .img-cate {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #E82410;
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  font-size: 15px;
  display: none;
}
@media screen and (max-width: 900px) {
  .buy2 ul li .img .img-cate {
    font-size: 11px;
    bottom: 0;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 370px) {
  .buy2 ul li .contents h3 {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .buy2 ul li .contents h3 {
    font-size: 17px;
  }
}
.greeting {
  background: #f5f5f5;
}
.greeting .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .greeting .flex {
    display: block;
  }
}
.greeting .flex .img {
  width: 32%;
}
@media screen and (max-width: 900px) {
  .greeting .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 901px) {
  .greeting .flex .img .wrap {
    height: 100%;
  }
  .greeting .flex .img .wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.greeting .flex .img img {
  border-radius: 15px;
}
.greeting .flex .contents {
  width: 65%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .greeting .flex .contents {
    width: 100%;
    padding: 20px;
  }
}
.greeting .flex .contents h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .greeting .flex .contents h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .greeting .flex .contents p {
    font-size: 14px;
  }
}