@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.dummy {
  color: #ff00f7 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.1em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.wrapper--smaller {
  max-width: 1000px;
}

#main {
  margin-top: 96px;
  margin-bottom: 96px;
}
#main.noloweheader {
  margin-top: 140px;
}
#main.pb0 {
  margin-bottom: 0;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  #main {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  #main.noloweheader {
    margin-top: 70px;
  }
}
/*
====================================
大枠レイアウト
====================================
*/
.l_section {
  position: relative;
  z-index: 0;
  padding: 64px 0;
  background-color: #fff;
}
.l_section__btn {
  margin-top: 56px;
  text-align: center;
}
.l_section--pt0 {
  padding-top: 0;
}
.l_section--bc-red {
  background-color: #D8222A;
}
.l_section--bc-pink {
  background-color: #FFEFF1;
}
.l_section--bi-shadow {
  background-image: url("../img/top/back-new.jpg");
  background-size: cover;
  background-position: center;
}
.l_section--bi-shadow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
.l_section--bi-mountain {
  background-image: url("../img/top/back-mountain.jpg");
  background-size: cover;
  background-position: center;
}
.l_section--bordertop {
  border-top: solid 2px #D8222A;
}
.l_section--borderbottom {
  border-bottom: solid 2px #D8222A;
}
.l_section__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.l_section__content {
  position: relative;
  z-index: 2;
}

.l_col--bc-red {
  padding: 80px 0;
  background-color: #D8222A;
}
.l_col .white {
  padding: 40px;
  background-color: #fff;
}
.l_col__lr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_col--2 .l_col__lr > * {
  width: 49%;
}

.l_blog-col__inner {
  display: flex;
  justify-content: space-between;
}
.l_blog-col__inner aside {
  width: 260px;
}
.l_blog-col__inner main {
  width: calc(100% - 320px);
}
.l_blog-col__inner .pagenavi {
  margin-top: 56px;
  text-align: center;
}
.l_blog-col__inner .pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.l_blog-col__inner .pagenavi .pages {
  display: none;
}
.l_blog-col__inner .pagenavi a, .l_blog-col__inner .pagenavi span {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 8px;
  border: none;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #D8222A;
  border: solid #D8222A 1px;
}
.l_blog-col__inner .pagenavi span {
  border-color: #D8222A !important;
  background-color: #D8222A;
  color: #fff;
}

.l_blogsingle .upperarea {
  border-bottom: solid 1px #000;
  padding-bottom: 16px;
}
.l_blogsingle .middlearea {
  margin-top: 16px;
}
.l_blogsingle .lowerarea {
  margin-top: 32px;
}
.l_blogsingle time {
  font-size: 1.4rem;
  color: #D8222A;
}
.l_blogsingle .title {
  font-size: 2.4rem;
}
.l_blogsingle .cat ul {
  display: flex;
}
.l_blogsingle .cat ul li {
  margin-right: 8px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.3rem;
  text-align: center;
  background-color: #D8222A;
  color: #fff;
}
.l_blogsingle .tags {
  margin-top: 8px;
}
.l_blogsingle .tags ul {
  display: flex;
}
.l_blogsingle .tags ul li {
  margin-right: 8px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
}
.l_blogsingle .thumb {
  margin-bottom: 56px;
}
.l_blogsingle .content h2 {
  border-top: solid 1px #D8222A;
  background-color: #FFEFF1;
  padding: 8px;
  font-size: 2rem;
  color: #000;
  margin-bottom: 24px;
}
.l_blogsingle .content h3, .l_blogsingle .content h4, .l_blogsingle .content h5, .l_blogsingle .content h6 {
  padding-left: 12px;
  font-size: 1.8rem;
  border-left: solid 6px #D8222A;
  margin-bottom: 24px;
}
.l_blogsingle .content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.l_blogsingle .content ul {
  margin-bottom: 32px;
}
.l_blogsingle .content ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.l_blogsingle .content figure {
  margin-bottom: 32px;
}
.l_blogsingle .pagenation {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.l_blogsingle .pagenation .prev {
  width: 32%;
  text-align: center;
}
.l_blogsingle .pagenation .backto {
  width: 32%;
  text-align: center;
}
.l_blogsingle .pagenation .next {
  width: 32%;
  text-align: center;
}
.l_blogsingle .pagenation a {
  display: block;
  padding-bottom: 8px;
  font-size: 1.5rem;
  color: #D8222A;
  border-bottom: solid 1px #D8222A;
}

.l_singleproduct__usedtop {
  margin-bottom: 40px;
  margin-top: 140px;
  padding: 40px 40px;
  background-color: #eee;
}
.l_singleproduct__usedtop .heading {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.l_singleproduct__usedtop .desc {
  font-size: 1.3rem;
  line-height: 2;
  color: #000;
}
.l_singleproduct__brand-cat {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
}
.l_singleproduct__brand-cat .brand .logo {
  max-width: 200px;
}
.l_singleproduct__brand-cat .brand .logo .txtlogo {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.l_singleproduct__brand-cat .cat {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.l_singleproduct__brand-cat .cat .heading {
  color: #777;
  font-size: 1.6rem;
}
.l_singleproduct__brand-cat .cat ul li {
  font-size: 1.6rem;
  font-weight: 600;
}
.l_singleproduct__brand-cat .cat ul li a {
  color: #000;
}
.l_singleproduct__maincontent {
  margin-top: 32px;
}
.l_singleproduct__maincontent .lr {
  display: flex;
  justify-content: space-between;
}
.l_singleproduct__maincontent .left, .l_singleproduct__maincontent .right {
  width: 48.5%;
}
.l_singleproduct__maincontent .left .mainimage, .l_singleproduct__maincontent .right .mainimage {
  width: 100%;
}
.l_singleproduct__maincontent .left .mainimage img, .l_singleproduct__maincontent .right .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.l_singleproduct__maincontent .left .subimages, .l_singleproduct__maincontent .right .subimages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_singleproduct__maincontent .left .subimages::after, .l_singleproduct__maincontent .right .subimages::after {
  content: "";
  width: 32%;
}
.l_singleproduct__maincontent .left .subimages .item, .l_singleproduct__maincontent .right .subimages .item {
  width: 32%;
  overflow: hidden;
}
.l_singleproduct__maincontent .left .subimages .item img, .l_singleproduct__maincontent .right .subimages .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.5s;
}
.l_singleproduct__maincontent .left .subimages .item:hover, .l_singleproduct__maincontent .right .subimages .item:hover {
  cursor: pointer;
}
.l_singleproduct__maincontent .left .subimages .item:hover img, .l_singleproduct__maincontent .right .subimages .item:hover img {
  transform: scale(1.075);
  transition-duration: 0.5s;
}
.l_singleproduct__maincontent .left .types, .l_singleproduct__maincontent .right .types {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l_singleproduct__maincontent .left .types .stock, .l_singleproduct__maincontent .right .types .stock {
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  padding: 2.4px 8px;
  color: #fff;
  background-color: #C60021;
}
.l_singleproduct__maincontent .left .types .new, .l_singleproduct__maincontent .right .types .new {
  margin-left: 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  padding: 2.4px 8px;
  color: #C60021;
  border: solid 1px #C60021;
}
.l_singleproduct__maincontent .left .types .recommend, .l_singleproduct__maincontent .right .types .recommend {
  margin-left: 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  padding: 2.4px 8px;
  color: #000;
  background-color: #E8E8E8;
}
.l_singleproduct__maincontent .left .name, .l_singleproduct__maincontent .right .name {
  margin-top: 24px;
  border-bottom: solid 1px #9D9D9D;
  padding-bottom: 8px;
}
.l_singleproduct__maincontent .left .name h1, .l_singleproduct__maincontent .right .name h1 {
  font-size: 2rem;
  line-height: 1.5;
}
.l_singleproduct__maincontent .left .price-gr, .l_singleproduct__maincontent .right .price-gr {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.l_singleproduct__maincontent .left .price-gr .heading, .l_singleproduct__maincontent .right .price-gr .heading {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .price-gr .prices, .l_singleproduct__maincontent .right .price-gr .prices {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.l_singleproduct__maincontent .left .price-gr .prices .price, .l_singleproduct__maincontent .right .price-gr .prices .price {
  color: #C60021;
  font-size: 1.8rem;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .price-gr .prices .price span, .l_singleproduct__maincontent .right .price-gr .prices .price span {
  margin-left: 2px;
  font-size: 80%;
  font-weight: 400;
  color: #000;
}
.l_singleproduct__maincontent .left .price-gr .prices .price_before_discount, .l_singleproduct__maincontent .right .price-gr .prices .price_before_discount {
  margin-left: 16px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .price-gr .prices .price_before_discount span, .l_singleproduct__maincontent .right .price-gr .prices .price_before_discount span {
  margin-left: 2px;
  font-size: 80%;
  font-weight: 400;
  color: #000;
}
.l_singleproduct__maincontent .left .desc, .l_singleproduct__maincontent .right .desc {
  margin-top: 16px;
}
.l_singleproduct__maincontent .left .desc p, .l_singleproduct__maincontent .right .desc p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #555;
}
.l_singleproduct__maincontent .left .colors, .l_singleproduct__maincontent .right .colors {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.l_singleproduct__maincontent .left .colors .heading, .l_singleproduct__maincontent .right .colors .heading {
  margin-right: 16px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .colors .items, .l_singleproduct__maincontent .right .colors .items {
  display: flex;
  align-items: center;
}
.l_singleproduct__maincontent .left .colors .items .circle-item, .l_singleproduct__maincontent .right .colors .items .circle-item {
  margin-right: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.l_singleproduct__maincontent .left .contact, .l_singleproduct__maincontent .right .contact {
  margin-top: 24px;
}
.l_singleproduct__maincontent .left .contact .subheading, .l_singleproduct__maincontent .right .contact .subheading {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}
.l_singleproduct__maincontent .left .contact .heading, .l_singleproduct__maincontent .right .contact .heading {
  font-size: 1.654rem;
  text-align: center;
  font-weight: 400;
}
.l_singleproduct__maincontent .left .contact .heading span, .l_singleproduct__maincontent .right .contact .heading span {
  margin-left: 2.4px;
  margin-right: 2.4px;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .contact .content, .l_singleproduct__maincontent .right .contact .content {
  margin-top: 8px;
  padding: 24px;
  background-color: #f1f1f1;
}
.l_singleproduct__maincontent .left .contact .content .btns, .l_singleproduct__maincontent .right .contact .content .btns {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.l_singleproduct__maincontent .left .contact .content .btns a, .l_singleproduct__maincontent .right .contact .content .btns a {
  display: inline-block;
  width: 48.7%;
}
.l_singleproduct__maincontent .left .contact .content .btns a .upper, .l_singleproduct__maincontent .right .contact .content .btns a .upper {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.l_singleproduct__maincontent .left .contact .content .btns a .flex, .l_singleproduct__maincontent .right .contact .content .btns a .flex {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_singleproduct__maincontent .left .contact .content .btns a .flex i, .l_singleproduct__maincontent .right .contact .content .btns a .flex i {
  font-size: 1.8rem;
  color: #fff;
}
.l_singleproduct__maincontent .left .contact .content .btns a .flex .txt, .l_singleproduct__maincontent .right .contact .content .btns a .flex .txt {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  margin-left: 4px;
}
.l_singleproduct__maincontent .left .contact .content .btns a.mail .upper, .l_singleproduct__maincontent .right .contact .content .btns a.mail .upper {
  color: #D8222A;
}
.l_singleproduct__maincontent .left .contact .content .btns a.mail .flex, .l_singleproduct__maincontent .right .contact .content .btns a.mail .flex {
  background-color: #D8222A;
}
.l_singleproduct__maincontent .left .contact .content .btns a.line .upper, .l_singleproduct__maincontent .right .contact .content .btns a.line .upper {
  color: #06C755;
}
.l_singleproduct__maincontent .left .contact .content .btns a.line .flex, .l_singleproduct__maincontent .right .contact .content .btns a.line .flex {
  background-color: #06C755;
}
.l_singleproduct__functiontable {
  margin-top: 64px;
}
.l_singleproduct__functiontable table {
  width: 100%;
}
.l_singleproduct__functiontable table tbody {
  border: solid 1px #ddd;
}
.l_singleproduct__functiontable table tbody tr th, .l_singleproduct__functiontable table tbody tr td {
  border: solid 1px #ddd;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.l_singleproduct__functiontable table tbody tr th {
  padding: 16px;
  background-color: #D8222A;
  color: #fff;
}
.l_singleproduct__functiontable table tbody tr td {
  padding: 16px;
}
.l_singleproduct__freecontent {
  margin-top: 64px;
}
.l_singleproduct__freecontent h2 {
  border-top: solid 1px #D8222A;
  background-color: #FFEFF1;
  padding: 8px;
  font-size: 2rem;
  color: #000;
  margin-bottom: 24px;
}
.l_singleproduct__freecontent h3, .l_singleproduct__freecontent h4, .l_singleproduct__freecontent h5, .l_singleproduct__freecontent h6 {
  padding-left: 12px;
  font-size: 1.8rem;
  border-left: solid 6px #D8222A;
  margin-bottom: 24px;
}
.l_singleproduct__freecontent p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.l_singleproduct__freecontent ul {
  margin-bottom: 32px;
}
.l_singleproduct__freecontent ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.l_singleproduct__freecontent figure {
  margin-bottom: 32px;
}
.l_singleproduct__buy {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  background-color: #F7F7F7;
  padding: 40px;
  text-align: center;
  max-width: 800px;
}
.l_singleproduct__buy .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 24px;
}
.l_singleproduct__buy .heading .icon {
  margin-right: 4.8px;
  display: inline-block;
  width: 24px;
  transform: translateY(2px);
}
.l_singleproduct__buy .heading .name {
  font-weight: 600;
}
.l_singleproduct__buy .desc {
  font-size: 1.5rem;
  line-height: 1.7;
}
.l_singleproduct__related {
  margin-top: 64px;
}
.l_singleproduct__related .heading {
  margin-bottom: 48px;
}
.l_singleproduct__related .items {
  display: flex;
  flex-wrap: wrap;
}
.l_singleproduct__related .items .m_productitem {
  width: 23.2%;
}
.l_singleproduct__related .items .m_productitem:first-of-type, .l_singleproduct__related .items .m_productitem:nth-of-type(4n+1) {
  margin-left: 0;
}

.l_pagetemplate {
  margin-top: 0px;
}
.l_pagetemplate__title {
  position: relative;
  margin-bottom: 56px;
  background-color: #C60021;
  padding: 40px 0;
}
.l_pagetemplate__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #D8222A;
}
.l_pagetemplate__title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_pagetemplate__title .eng {
  position: relative;
  margin-top: -2px;
  font-size: 4rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.025em;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l_pagetemplate__title .jpn {
  font-size: 2rem;
  color: #fff;
  margin-left: 24px;
}
.l_pagetemplate__content h2 {
  color: #D8222A;
  margin-top: 80px;
  margin-bottom: 24px;
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 16px;
  border-bottom: solid 2px #D8222A;
}
.l_pagetemplate__content h3, .l_pagetemplate__content h4, .l_pagetemplate__content h5, .l_pagetemplate__content h6 {
  margin-top: 40px;
  padding-left: 12px;
  font-size: 2rem;
  color: #262626;
  letter-spacing: 0.15em;
  border-left: solid 10px #D8222A;
  margin-bottom: 24px;
}
.l_pagetemplate__content p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 32px;
}
.l_pagetemplate__content ul {
  padding-left: 16px;
  margin-bottom: 32px;
}
.l_pagetemplate__content ul li {
  font-size: 1.6rem;
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 16px;
}
.l_pagetemplate__content figure {
  margin-bottom: 32px;
}
.l_pagetemplate__content table thead {
  border: none;
}
.l_pagetemplate__content table thead tr th, .l_pagetemplate__content table thead tr td {
  color: #fff;
  background-color: #D8222A;
  font-size: 1.5rem;
  padding: 8px 16px;
  text-align: left;
  border: none;
  border: solid 1px #ddd;
}
.l_pagetemplate__content table tbody tr th, .l_pagetemplate__content table tbody tr td {
  border: none;
  border: solid 1px #ddd;
  color: #000;
  font-size: 1.6rem;
  padding: 24px 16px;
}
.l_pagetemplate__content hr {
  margin: 80px 0;
  border-top: solid 2px #ddd;
}

@media screen and (max-width: 750px) {
  .l_section {
    padding: 40px 0;
  }
  .l_section__btn {
    margin-top: 28px;
    text-align: center;
  }
  .l_section__heading {
    margin-bottom: 24px;
  }
  .l_col--bc-red {
    padding: 40px 0;
  }
  .l_col .white {
    padding: 24px;
  }
  .l_col__lr {
    display: block;
  }
  .l_col--2 .l_col__lr > * {
    width: 100%;
  }
  .l_blog-col__inner {
    flex-direction: column-reverse;
  }
  .l_blog-col__inner aside {
    margin-top: 64px;
    width: 100%;
  }
  .l_blog-col__inner main {
    width: 100%;
  }
  .l_blog-col__inner .pagenavi {
    margin-top: 40px;
  }
  .l_blog-col__inner .pagenavi a, .l_blog-col__inner .pagenavi span {
    margin: 0 8px;
    font-size: 1.3rem;
    width: 24px;
    height: 24px;
  }
  .l_blogsingle {
    margin-top: 40px;
  }
  .l_blogsingle .upperarea {
    padding-bottom: 8px;
  }
  .l_blogsingle .middlearea {
    margin-top: 8px;
  }
  .l_blogsingle .lowerarea {
    margin-top: 16px;
  }
  .l_blogsingle time {
    font-size: 1.2rem;
  }
  .l_blogsingle .title {
    font-size: 1.7rem;
  }
  .l_blogsingle .cat ul li {
    margin-right: 8px;
    padding: 2.4px 4px;
    font-size: 1.23rem;
  }
  .l_blogsingle .tags {
    margin-top: 4px;
  }
  .l_blogsingle .tags ul li {
    margin-right: 4px;
    padding: 2.4px 4px;
    font-size: 1.1rem;
  }
  .l_blogsingle .thumb {
    margin-bottom: 28px;
  }
  .l_blogsingle .content h2 {
    padding: 8px 6.4px;
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  .l_blogsingle .content h3, .l_blogsingle .content h4, .l_blogsingle .content h5, .l_blogsingle .content h6 {
    padding-left: 8px;
    font-size: 1.5rem;
    border-left: solid 3px #D8222A;
    margin-bottom: 12px;
  }
  .l_blogsingle .content p {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .l_blogsingle .content ul {
    margin-bottom: 16px;
  }
  .l_blogsingle .content ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .l_blogsingle .content figure {
    margin-bottom: 16px;
  }
  .l_blogsingle .pagenation {
    margin-top: 40px;
  }
  .l_blogsingle .pagenation a {
    padding-bottom: 4px;
    font-size: 1.3rem;
  }
  .l_singleproduct__usedtop {
    margin-bottom: 24px;
    margin-top: 100px;
    padding: 24px 16px;
  }
  .l_singleproduct__usedtop .heading {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .l_singleproduct__usedtop .desc {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .l_singleproduct__brand-cat {
    display: block;
    padding-bottom: 4px;
  }
  .l_singleproduct__brand-cat .brand .logo {
    max-width: 200px;
  }
  .l_singleproduct__brand-cat .cat {
    margin-top: 8px;
    margin-left: 0;
  }
  .l_singleproduct__brand-cat .cat .heading {
    font-size: 1.3rem;
  }
  .l_singleproduct__brand-cat .cat ul li {
    font-size: 1.3rem;
  }
  .l_singleproduct__maincontent {
    margin-top: 16px;
  }
  .l_singleproduct__maincontent .lr {
    display: block;
  }
  .l_singleproduct__maincontent .left, .l_singleproduct__maincontent .right {
    width: 100%;
  }
  .l_singleproduct__maincontent .left .types, .l_singleproduct__maincontent .right .types {
    margin-top: 16px;
  }
  .l_singleproduct__maincontent .left .types .stock, .l_singleproduct__maincontent .right .types .stock {
    border-radius: 2.5px;
    font-size: 1.1rem;
    padding: 2.4px 5px;
  }
  .l_singleproduct__maincontent .left .types .new, .l_singleproduct__maincontent .right .types .new {
    margin-left: 4px;
    border-radius: 2.5px;
    font-size: 1.1rem;
    padding: 2.4px 5px;
  }
  .l_singleproduct__maincontent .left .types .recommend, .l_singleproduct__maincontent .right .types .recommend {
    margin-left: 4px;
    border-radius: 2.5px;
    font-size: 1.1rem;
    padding: 2.4px 5px;
  }
  .l_singleproduct__maincontent .left .name, .l_singleproduct__maincontent .right .name {
    margin-top: 12px;
    padding-bottom: 4px;
  }
  .l_singleproduct__maincontent .left .name h1, .l_singleproduct__maincontent .right .name h1 {
    font-size: 1.6rem;
  }
  .l_singleproduct__maincontent .left .price-gr, .l_singleproduct__maincontent .right .price-gr {
    margin-top: 8px;
    display: block;
  }
  .l_singleproduct__maincontent .left .price-gr .heading, .l_singleproduct__maincontent .right .price-gr .heading {
    font-size: 1.3rem;
  }
  .l_singleproduct__maincontent .left .price-gr .prices, .l_singleproduct__maincontent .right .price-gr .prices {
    margin-top: 4.8px;
    margin-left: 0px;
  }
  .l_singleproduct__maincontent .left .price-gr .prices .price, .l_singleproduct__maincontent .right .price-gr .prices .price {
    font-size: 1.5rem;
  }
  .l_singleproduct__maincontent .left .price-gr .prices .price_before_discount, .l_singleproduct__maincontent .right .price-gr .prices .price_before_discount {
    margin-left: 8px;
    font-size: 1.5rem;
  }
  .l_singleproduct__maincontent .left .desc, .l_singleproduct__maincontent .right .desc {
    margin-top: 8px;
  }
  .l_singleproduct__maincontent .left .desc p, .l_singleproduct__maincontent .right .desc p {
    font-size: 1.256rem;
  }
  .l_singleproduct__maincontent .left .colors, .l_singleproduct__maincontent .right .colors {
    margin-top: 16px;
  }
  .l_singleproduct__maincontent .left .colors .heading, .l_singleproduct__maincontent .right .colors .heading {
    margin-right: 8px;
    font-size: 1.3rem;
  }
  .l_singleproduct__maincontent .left .colors .items, .l_singleproduct__maincontent .right .colors .items {
    display: flex;
    align-items: center;
  }
  .l_singleproduct__maincontent .left .colors .items .circle-item, .l_singleproduct__maincontent .right .colors .items .circle-item {
    margin-right: 4px;
    width: 24px;
    height: 24px;
  }
  .l_singleproduct__maincontent .left .contact, .l_singleproduct__maincontent .right .contact {
    margin-top: 40px;
  }
  .l_singleproduct__maincontent .left .contact .subheading, .l_singleproduct__maincontent .right .contact .subheading {
    font-size: 1.25rem;
  }
  .l_singleproduct__maincontent .left .contact .heading, .l_singleproduct__maincontent .right .contact .heading {
    font-size: 1.45rem;
  }
  .l_singleproduct__maincontent .left .contact .heading span, .l_singleproduct__maincontent .right .contact .heading span {
    margin-left: 2px;
    margin-right: 2px;
  }
  .l_singleproduct__maincontent .left .contact .content, .l_singleproduct__maincontent .right .contact .content {
    margin-top: 4px;
    padding: 24px 16px;
  }
  .l_singleproduct__maincontent .left .contact .content .btns, .l_singleproduct__maincontent .right .contact .content .btns {
    display: block;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a, .l_singleproduct__maincontent .right .contact .content .btns a {
    width: 100%;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a .upper, .l_singleproduct__maincontent .right .contact .content .btns a .upper {
    font-size: 1rem;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a .flex, .l_singleproduct__maincontent .right .contact .content .btns a .flex {
    padding: 8px 0;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a .flex i, .l_singleproduct__maincontent .right .contact .content .btns a .flex i {
    font-size: 1.4rem;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a .flex .txt, .l_singleproduct__maincontent .right .contact .content .btns a .flex .txt {
    font-size: 1.5rem;
  }
  .l_singleproduct__maincontent .left .contact .content .btns a.line, .l_singleproduct__maincontent .right .contact .content .btns a.line {
    margin-top: 8px;
  }
  .l_singleproduct__functiontable {
    margin-top: 32px;
  }
  .l_singleproduct__functiontable table tbody tr {
    display: block;
  }
  .l_singleproduct__functiontable table tbody tr th, .l_singleproduct__functiontable table tbody tr td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }
  .l_singleproduct__functiontable table tbody tr th {
    padding: 8px 8px;
  }
  .l_singleproduct__functiontable table tbody tr td {
    padding: 16px 8px;
  }
  .l_singleproduct__freecontent {
    margin-top: 32px;
  }
  .l_singleproduct__freecontent h2 {
    padding: 8px 6.4px;
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  .l_singleproduct__freecontent h3, .l_singleproduct__freecontent h4, .l_singleproduct__freecontent h5, .l_singleproduct__freecontent h6 {
    padding-left: 8px;
    font-size: 1.5rem;
    border-left: solid 3px #D8222A;
    margin-bottom: 12px;
  }
  .l_singleproduct__freecontent p {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .l_singleproduct__freecontent ul {
    margin-bottom: 16px;
  }
  .l_singleproduct__freecontent ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .l_singleproduct__freecontent figure {
    margin-bottom: 16px;
  }
  .l_singleproduct__buy {
    margin-top: 32px;
    padding: 32px 16px;
    max-width: initial;
  }
  .l_singleproduct__buy .heading {
    font-size: 1.6rem;
    margin-bottom: 16px;
    display: block;
  }
  .l_singleproduct__buy .heading .icon {
    margin-right: 0;
    width: 16px;
    transform: translateY(2px);
  }
  .l_singleproduct__buy .desc {
    font-size: 1.25rem;
  }
  .l_singleproduct__related {
    margin-top: 64px;
  }
  .l_singleproduct__related .heading {
    margin-bottom: 24px;
  }
  .l_singleproduct__related .items {
    justify-content: space-between;
  }
  .l_singleproduct__related .items .m_productitem {
    width: 48%;
    margin: 16px 0 0;
  }
  .l_singleproduct__related .items .m_productitem:first-of-type, .l_singleproduct__related .items .m_productitem:nth-of-type(4n+1) {
    margin-left: 10px;
  }
  .l_singleproduct__related .items .m_productitem:first-of-type, .l_singleproduct__related .items .m_productitem:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .l_pagetemplate {
    margin-top: 0;
  }
  .l_pagetemplate__title {
    padding: 24px 0;
    margin-bottom: 28px;
  }
  .l_pagetemplate__title .inner {
    display: block;
    text-align: center;
  }
  .l_pagetemplate__title .eng {
    font-size: 2.5rem;
    letter-spacing: 0em;
  }
  .l_pagetemplate__title .jpn {
    margin-top: 1px;
    font-size: 1.5rem;
    margin-left: 0px;
  }
  .l_pagetemplate__content h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .l_pagetemplate__content h3, .l_pagetemplate__content h4, .l_pagetemplate__content h5, .l_pagetemplate__content h6 {
    padding-left: 8px;
    font-size: 1.8rem;
    border-left: solid 3px #D8222A;
    margin-bottom: 12px;
  }
  .l_pagetemplate__content p {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .l_pagetemplate__content ul {
    margin-bottom: 16px;
  }
  .l_pagetemplate__content ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .l_pagetemplate__content table thead {
    border: none;
  }
  .l_pagetemplate__content table thead tr th, .l_pagetemplate__content table thead tr td {
    font-size: 1.4rem;
    padding: 4px 4px;
  }
  .l_pagetemplate__content table tbody tr th, .l_pagetemplate__content table tbody tr td {
    font-size: 1.4rem;
    padding: 16px 4px;
  }
  .l_pagetemplate__content hr {
    margin: 40px 0;
    border-top: solid 1px #ddd;
  }
  .l_pagetemplate__content figure {
    margin-bottom: 16px;
  }
}
/*
====================================
ブロック単位
====================================
*/
.b_itemlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列に均等に配置 */
  gap: 10px; /* アイテム同士の間隔を設定 */
}

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

@media screen and (max-width: 750px) {
  .b_itemlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 4列に均等に配置 */
    gap: 5px; /* アイテム同士の間隔を設定 */
  }
}
/*
====================================
モジュール
====================================
*/
.parts_search input[type=text] {
  width: 79%;
  height: 48px;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 8px 8px;
  font-size: 1.5rem;
  background-color: #fff;
}
.parts_search input[type=text]::-moz-placeholder {
  color: #c6c6c6;
}
.parts_search input[type=text]::placeholder {
  color: #c6c6c6;
}
.parts_search button {
  border: none;
  color: #fff;
  background-color: #D8222A;
  height: 100%;
  font-weight: 600;
  height: 46px;
  border-radius: 8px 50px 50px 8px;
  width: 20%;
}

.m_g-calendar {
  padding: 80px 0;
  background-color: #eee;
}
.m_g-calendar .simcal-calendar {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: solid 1px #ddd;
  background-color: #fff;
  height: 600px;
  overflow-y: auto;
}
.m_g-calendar .simcal-calendar * {
  font-size: 1.3rem;
  line-height: 2;
}
.m_g-calendar .simcal-calendar .simcal-calendar-head {
  color: #fff !important;
  background-color: #D8222A !important;
}
.m_g-calendar .simcal-default-calendar-grid .simcal-day-number {
  padding: 12px 4px 12px !important;
}

.m_linebanner {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #eee;
}
.m_linebanner a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  transform: translateY(0px);
  opacity: 0;
}
.m_linebanner a.visible {
  opacity: 1;
  transition-duration: 1s;
}

.m_sectiontitle {
  text-align: center;
}
.m_sectiontitle .jpn {
  font-size: 3rem;
  color: #D8222A;
}
.m_sectiontitle .eng {
  position: relative;
  margin-top: -2px;
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.05em;
  color: #FFF701;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #C60021;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m_sectiontitle .eng::after {
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  bottom: -4px;
  display: block;
  width: 24px;
  height: 5px;
  background-color: #FFF701;
  border: solid 0.8px #D8222A;
}
.m_sectiontitle--white .jpn {
  color: #fff;
}
.m_sectiontitle--white .eng {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: initial;
}
.m_sectiontitle--white .eng::after {
  background-color: #fff;
  border: solid 1px #fff;
}

.m_sitebtn {
  width: 280px;
  display: inline-block;
  border: solid #D8222A 1px;
  padding: 8px 0;
  text-align: center;
}
.m_sitebtn .txt {
  color: #D8222A;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}
.m_sitebtn--white {
  border: solid #fff 1px;
}
.m_sitebtn--white .txt {
  color: #fff;
}

.m_productitem {
  padding: 12px 12px 24px;
  margin: 10px;
  max-width: 301px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(-100px);
}
.m_productitem.visible {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 1.5s;
}
.m_productitem a {
  opacity: initial;
}
.m_productitem .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.75;
  overflow: hidden;
  border: solid 2px #eee;
}
.m_productitem .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.4s;
}
.m_productitem .image img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.m_productitem .image .way {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m_productitem .image .way .direct {
  position: absolute;
  right: 4px;
  top: 4px;
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background-color: rgba(65, 65, 65, 0.8);
  font-size: 1.24rem;
  font-weight: 600;
  padding: 6px;
  border-radius: 6px;
}
.m_productitem .image .way .online {
  position: absolute;
  right: 4px;
  top: 4px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.24rem;
  font-weight: 600;
  padding: 6px;
  border-radius: 6px;
  background-color: rgba(0, 167, 255, 0.8);
  color: #fff;
}
.m_productitem .content {
  padding: 16px 16px 24px;
}
.m_productitem .content .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.m_productitem .content .price {
  margin-top: 8px;
  display: inline-block;
  width: auto;
  color: #D8222A;
  font-size: 1.4rem;
  font-weight: 600;
}
.m_productitem .content .price_before_discount {
  margin-left: 4px;
  display: inline-block;
  width: auto;
  color: #666;
  font-size: 1.25rem;
  font-weight: 600;
}
.m_productitem .content .cat {
  margin-top: 12px;
}
.m_productitem .content .cat ul {
  display: block;
}
.m_productitem .content .cat ul .product_category, .m_productitem .content .cat ul .product_brand {
  display: block;
}
.m_productitem .content .cat ul .product_category {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m_productitem .content .cat ul .product_category span {
  display: inline-block;
  background-color: #000;
  padding: 2px 16px;
  border: solid 1px #ddd;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}
.m_productitem .content .cat ul .product_brand span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 16px;
  border: solid 1px #ddd;
  font-size: 1.35rem;
  font-weight: 600;
  color: #000;
}
.m_productitem:hover .image {
  position: relative;
}
.m_productitem:hover .image img {
  transition-duration: 0.4s;
  transform: scale(1.1);
}

.m_parts-brandlist__items {
  opacity: 0;
  transform: translateY(100px);
}
.m_parts-brandlist__items.visible {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1.5s;
}
.m_parts-brandlist__items ul {
  margin-top: -14px;
  display: flex;
  flex-wrap: wrap;
}
.m_parts-brandlist__items ul li {
  padding: 40px 24px;
  margin-top: 14px;
  width: 19%;
  margin-left: 1.2%;
  box-shadow: 0 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  background: #eee;
}
.m_parts-brandlist__items ul li:first-of-type, .m_parts-brandlist__items ul li:nth-of-type(5n + 1) {
  margin-left: 0;
}
.m_parts-brandlist__items ul li .image {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.m_parts-brandlist__items ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_parts-brandlist__items ul li .image--brand {
  border-radius: 0;
  width: 80%;
  height: 80px;
  padding: 4px 8px;
  border: solid 3px #ddd;
  background: #fff;
}
.m_parts-brandlist__items ul li .image--brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.m_parts-brandlist__items ul li .image--brand .logotxt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  height: 100%;
}
.m_parts-brandlist__items ul li .image-txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  color: #000;
  display: block;
  text-align: center;
}
.m_parts-brandlist__items ul li .name {
  margin-top: 12px;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
}

.m_lowerpageheader {
  position: relative;
  margin-top: 96px;
  height: 23vw;
  width: 100%;
  border-bottom: solid #D8222A 6.5px;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.m_lowerpageheader--blog {
  background-image: url("../img/lowerpageheader/blog.jpg");
}
.m_lowerpageheader--faq {
  background-image: url("../img/lowerpageheader/faq.jpg");
}
.m_lowerpageheader--contact {
  background-image: url("../img/lowerpageheader/contact.jpg");
}
.m_lowerpageheader--about {
  background-image: url("../img/lowerpageheader/about.jpg");
}
.m_lowerpageheader--custom {
  background-image: url("../img/lowerpageheader/custom.jpg");
}
.m_lowerpageheader__box {
  position: absolute;
  left: 0;
  bottom: -6.8px;
  z-index: 2;
  padding: 11px 40px 9px;
  background-color: #fff;
  border-right: solid #D8222A 6.5px;
  border-top: solid #D8222A 6.5px;
}
.m_lowerpageheader__box .title-gr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_lowerpageheader__box .title-gr .eng {
  font-size: 4rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.1em;
  color: #FFF701;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #C60021;
}
.m_lowerpageheader__box .title-gr .jpn {
  margin-left: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
}

.m_sidebar {
  background-color: #FFEFF1;
  padding: 24px 16px;
}
.m_sidebar .block {
  margin-bottom: 32px;
}
.m_sidebar .block .heading-gr {
  margin-bottom: 16px;
  background-color: #D8222A;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.m_sidebar .block .heading-gr .jpn {
  font-size: 1.7rem;
  color: #fff;
}
.m_sidebar .block .heading-gr .eng {
  margin-left: 4px;
  position: relative;
  margin-top: 0px;
  font-size: 1.25rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.05em;
  color: #FFF701;
}
.m_sidebar .block .catlist ul li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #000;
  font-size: 1.6rem;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.m_sidebar .block .catlist ul li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 13px;
  background-image: url("../img/common/arrow-circle-yellow.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
}
.m_sidebar .block .articles article {
  border-bottom: solid 1px #ddd;
  padding: 8px 0;
}
.m_sidebar .block .articles article a .lr {
  display: flex;
  justify-content: space-between;
}
.m_sidebar .block .articles article a .lr .left {
  width: 25%;
}
.m_sidebar .block .articles article a .lr .left .image {
  aspect-ratio: 1/0.75;
  width: 100%;
  overflow: hidden;
}
.m_sidebar .block .articles article a .lr .left .image img {
  width: 100%;
  height: 100%;
}
.m_sidebar .block .articles article a .lr .left .image img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.m_sidebar .block .articles article a .lr .right {
  width: 75%;
  padding: 0 0 0 8px;
}
.m_sidebar .block .articles article a .lr time {
  color: #000;
  font-size: 1.25rem;
}
.m_sidebar .block .articles article a .lr .title {
  color: #000;
  font-size: 1.4rem;
}
.m_sidebar .block .banners .swiper-android .swiper-slide, .m_sidebar .block .banners .swiper-wrapper {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .parts_search input[type=text] {
    width: 72%;
    height: 40px;
    font-size: 1.4rem;
  }
  .parts_search button {
    height: 40px;
    border-radius: 8px 50px 50px 8px;
    width: 26%;
  }
  .m_g-calendar {
    padding: 40px 0;
  }
  .m_g-calendar .simcal-calendar {
    width: 100%;
    height: 450px;
  }
  .m_g-calendar .simcal-calendar * {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .m_g-calendar .simcal-default-calendar-grid .simcal-day-number {
    padding: 6px 2.4px 6px !important;
  }
  .m_linebanner {
    margin-top: 24px;
    padding: 24px 0;
  }
  .m_linebanner a {
    width: 100%;
  }
  .m_sectiontitle .jpn {
    font-size: 2rem;
  }
  .m_sectiontitle .eng {
    margin-top: -2px;
    font-size: 1.9rem;
    -webkit-text-stroke-width: 0.7px;
  }
  .m_sectiontitle .eng::after {
    bottom: -12px;
    border: solid 0.7px #D8222A;
  }
  .m_sitebtn {
    width: 200px;
    padding: 8px 0;
  }
  .m_sitebtn .txt {
    font-size: 1.5rem;
  }
  .m_productitem {
    padding: 12px 8px 24px;
    margin: 10px;
    max-width: 220px;
  }
  .m_productitem .image .way {
    position: initial;
  }
  .m_productitem .content {
    padding: 8px 8px 24px;
  }
  .m_productitem .content .name {
    font-size: 1.3rem;
  }
  .m_productitem .content .price {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .m_productitem .content .price_before_discount {
    margin-left: 2.4px;
  }
  .m_productitem .content .cat {
    margin-top: 12px;
  }
  .m_productitem .content .cat ul .product_category span, .m_productitem .content .cat ul .product_brand span {
    padding: 2px 8px;
    font-size: 1.2rem;
  }
  .m_parts-brandlist__items ul {
    margin-top: -7px;
    justify-content: space-between;
  }
  .m_parts-brandlist__items ul li {
    padding: 16px 8px;
    margin-top: 12px;
    width: 48%;
    margin-left: 0;
  }
  .m_parts-brandlist__items ul li:first-of-type, .m_parts-brandlist__items ul li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .m_parts-brandlist__items ul li .image {
    width: 80px;
    height: 80px;
    border: solid 1px #ddd;
  }
  .m_parts-brandlist__items ul li .image--brand {
    width: 100%;
    padding: 8px;
  }
  .m_parts-brandlist__items ul li .name {
    margin-top: 12px;
    text-align: center;
    font-size: 1.2rem;
    white-space: pre-wrap;
  }
  .m_parts-brandlist__items ul::after {
    content: "";
    width: 31%;
  }
  .m_lowerpageheader {
    position: relative;
    margin-top: 56px;
    height: 40vw;
    border-bottom: solid #D8222A 3.25px;
  }
  .m_lowerpageheader__box {
    bottom: -2.8px;
    padding: 11px 18px 2.5px;
    border-right: solid #D8222A 3.25px;
    border-top: solid #D8222A 3.25px;
  }
  .m_lowerpageheader__box .title-gr .eng {
    font-size: 2.2rem;
    -webkit-text-stroke-width: 0.8px;
  }
  .m_lowerpageheader__box .title-gr .jpn {
    margin-left: 12px;
    font-size: 1.3rem;
  }
  .m_sidebar {
    padding: 24px 8px;
  }
  .m_sidebar .block {
    margin-bottom: 24px;
  }
  .m_sidebar .block .heading-gr {
    margin-bottom: 8px;
    padding: 8px 8px;
  }
  .m_sidebar .block .heading-gr .jpn {
    font-size: 1.3rem;
  }
  .m_sidebar .block .heading-gr .eng {
    margin-left: 4px;
    font-size: 1.1rem;
  }
  .m_sidebar .block .catlist ul li a {
    padding: 12px 8px;
    font-size: 1.3rem;
  }
  .m_sidebar .block .catlist ul li a::after {
    right: 8px;
    top: 16px;
    width: 12px;
    height: 12px;
  }
  .m_sidebar .block .articles article {
    padding: 8px 0;
  }
  .m_sidebar .block .articles article a .lr .left .image img.noimage {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m_sidebar .block .articles article a .lr time {
    font-size: 1.1rem;
  }
  .m_sidebar .block .articles article a .lr .title {
    font-size: 1.3rem;
  }
  .m_sidebar .block .banners {
    margin: 0 auto;
  }
  .m_sidebar .block .banners .swiper-android .swiper-slide, .m_sidebar .block .banners .swiper-wrapper {
    display: block !important;
  }
}
/*
====================================
ヘッダー
====================================
*/
.header {
  border-top: solid 2px #D8222A;
  padding: 12px 110px 12px 32px;
  position: fixed;
  top: 0;
  left: 0;
  height: 96px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .logo-gr {
  transform: translateY(3px);
}
.header__inner .logo-gr .logo {
  transform: translateX(12px);
  width: 298px;
}
.header__inner .logo-gr .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__inner .logo-gr .txt {
  margin-bottom: 4px;
  margin-left: 8px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 600;
}
.header__inner .btns {
  display: flex;
  align-items: center;
}
.header__inner .btns .btn {
  width: 200px;
  margin-left: 8px;
}
.header__inner .btns .btn .uppertxt {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
.header__inner .btns .btn a {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
}
.header__inner .btns .btn:first-of-type {
  margin-left: 0;
}
.header__inner .btns .btn.contact .uppertxt {
  color: #D8222A;
}
.header__inner .btns .btn.contact a {
  background-color: #D8222A;
}
.header__inner .btns .btn.contact a i {
  font-size: 1.6rem;
  color: #fff;
}
.header__inner .btns .btn.contact a .txt {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.header__inner .btns .btn.line .uppertxt {
  color: #06C755;
}
.header__inner .btns .btn.line a {
  color: #06C755;
  background-color: #fff;
  border: solid 2px;
}
.header__inner .btns .btn.line a i {
  font-size: 1.7rem;
  color: #06C755;
  background-color: #fff;
}
.header__inner .btns .btn.line a .txt {
  margin-left: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #06C755;
}
.header__inner .tel {
  margin-left: 24px;
}
.header__inner .tel a {
  color: #D8222A;
}
.header__inner .tel a .txt {
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0;
}
.header__inner .tel a i {
  font-size: 2.3rem;
  transform: translateY(-1px);
}
.header__inner .tel .lowertxt {
  margin-top: -3px;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0;
  color: #333;
}
.header__right {
  display: flex;
  justify-content: right;
  align-items: center;
}

@media screen and (max-width: 1024px) {
	.header__inner .tel {
	  display:none;
	}
}

@media screen and (max-width: 750px) {
  .header {
    padding: 3px 60px 8px 0px;
    height: 56px;
  }
  .header__inner {
    display: block;
  }
  .header__inner .logo-gr {
    transform: translateY(3px);
  }
  .header__inner .logo-gr .logo {
    transform: translateX(12px);
    width: 180px;
  }
  .header__inner .logo-gr .txt {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .header__inner .btns {
    padding: 16px 12px;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: -100px;
    left: 2.5%;
    width: 95%;
    background-color: rgba(47, 47, 47, 0.9);
    border-radius: 30px 30px 0 0;
    transition-duration: 0.4s;
  }
  .header__inner .btns.show {
    bottom: 0px;
    transition-duration: 0.4s;
  }
  .header__inner .btns .btn {
    width: 48%;
    margin-left: 0px;
  }
  .header__inner .btns .btn .uppertxt {
    font-size: 1.1rem;
  }
  .header__inner .btns .btn a {
    border-radius: 5px;
    margin-top: 1px;
    width: 100%;
    height: 40px;
  }
  .header__inner .btns .btn.contact .uppertxt {
    color: #fff;
  }
  .header__inner .btns .btn.contact a {
    background-color: #D8222A;
  }
  .header__inner .btns .btn.contact a i {
    font-size: 1.2rem;
  }
  .header__inner .btns .btn.contact a .txt {
    margin-left: 3px;
    font-size: 1.2rem;
  }
  .header__inner .btns .btn.line .uppertxt {
    color: #fff;
  }
  .header__inner .btns .btn.line a i {
    font-size: 1.2rem;
  }
  .header__inner .btns .btn.line a .txt {
    margin-left: 2px;
    font-size: 1.2rem;
  }
  .header__inner .tel {
    display: none;
  }
  .header__right {
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
/*
====================================
ハンバーガー
====================================
*/
.ham {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 96px;
  height: 96px;
  background: #C60021;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.ham .line {
  position: absolute;
  left: 25%;
  height: 4px;
  width: 50%;
  display: block;
  background-color: #fff;
  transition-duration: 0.3s;
}
.ham .line:nth-of-type(1) {
  top: calc(35% - 2px);
}
.ham .line:nth-of-type(2) {
  top: calc(50% - 2px);
}
.ham .line:nth-of-type(3) {
  top: calc(65% - 2px);
}
.ham:hover {
  cursor: pointer;
  transition-duration: 0.3s;
  opacity: 0.75;
}
.ham.cross .line {
  left: 25%;
}
.ham.cross .line:nth-of-type(1) {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
.ham.cross .line:nth-of-type(2) {
  opacity: 0;
  transition-duration: 0.3s;
}
.ham.cross .line:nth-of-type(3) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

@media screen and (max-width: 750px) {
  .ham {
    width: 56px;
    height: 56px;
  }
  .ham .line {
    height: 2.4px;
  }
  .ham .line:nth-of-type(1) {
    top: calc(30% - 2px);
  }
  .ham .line:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  .ham .line:nth-of-type(3) {
    top: calc(70% - 2px);
  }
  .ham:hover {
    cursor: pointer;
    transition-duration: 0.3s;
    opacity: 0.75;
  }
  .ham.cross .line {
    left: 25%;
  }
  .ham.cross .line:nth-of-type(1) {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
  }
  .ham.cross .line:nth-of-type(2) {
    opacity: 0;
    transition-duration: 0.3s;
  }
  .ham.cross .line:nth-of-type(3) {
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition-duration: 0.3s;
  }
}
/*
====================================
メガメニュー
====================================
*/
.megamenu {
  padding-top: 96px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  right: -640px;
  width: 640px;
  height: 100vh;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  transition-duration: 0.4s;
  opacity: 0;
  overflow-y: auto;
}
.megamenu.show {
  right: 0;
  transition-duration: 0.4s;
  opacity: 1;
}
.megamenu__inner {
  padding: 40px 32px;
}
.megamenu__inner .upperbtns {
  display: flex;
  justify-content: space-between;
}
.megamenu__inner .upperbtns a {
  padding: 8px;
  width: 49%;
  display: flex;
  align-content: center;
  justify-content: center;
  border: #D8222A solid 1.5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #D8222A;
}
.megamenu__inner .upperbtns a i {
  margin-left: 8px;
  transform: translateY(4px);
}
.megamenu__inner .search {
  margin-top: 16px;
}
.megamenu__inner nav {
  margin-top: 24px;
}
.megamenu__inner nav ul li a {
  display: flex;
  align-items: center;
  padding: 16px 8px;
  border-bottom: solid 1px #ddd;
}
.megamenu__inner nav ul li a .eng {
  font-size: 3rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.1em;
  color: #FFF701;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #C60021;
}
.megamenu__inner nav ul li a .jpn {
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.megamenu__inner nav ul li a:hover {
  background-color: #efefef;
}
.megamenu__inner .lowerbtns {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.megamenu__inner .lowerbtns a {
  margin-top: 8px;
  color: #D8222A;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 49%;
  padding: 16px 0;
  color: #fff;
  background-color: #D8222A;
}
.megamenu__inner .lowerbtns a:nth-of-type(1), .megamenu__inner .lowerbtns a:nth-of-type(2) {
  margin-top: 0;
}
.megamenu__inner .cta {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.megamenu__inner .cta .tel {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 0 16px 0 0;
}
.megamenu__inner .cta .tel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.megamenu__inner .cta .tel a {
  color: #D8222A;
}
.megamenu__inner .cta .tel a .txt {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
}
.megamenu__inner .cta .tel a i {
  font-size: 2.1rem;
  transform: translateY(-1px);
}
.megamenu__inner .cta .tel .lowertxt {
  margin-top: -9px;
  padding: 8px 4px;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
  font-weight: 400;
}
.megamenu__inner .cta .btns {
  width: 50%;
  padding: 0 0 0 16px;
}
.megamenu__inner .cta .btns .btn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.megamenu__inner .cta .btns .btn a {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
}
.megamenu__inner .cta .btns .btn.contact a {
  background-color: #D8222A;
}
.megamenu__inner .cta .btns .btn.contact a i {
  font-size: 1.5rem;
  color: #fff;
}
.megamenu__inner .cta .btns .btn.contact a .txt {
  margin-left: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.megamenu__inner .cta .btns .btn.line {
  margin-top: 8px;
}
.megamenu__inner .cta .btns .btn.line a {
  color: #06C755;
  background-color: #fff;
  border: solid 2px;
}
.megamenu__inner .cta .btns .btn.line a i {
  font-size: 1.5rem;
  color: #06C755;
  background-color: #fff;
}
.megamenu__inner .cta .btns .btn.line a .txt {
  margin-left: 2px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #06C755;
}

@media screen and (max-width: 750px) {
  .megamenu {
    padding-top: 48px;
    padding-bottom: 80px;
    right: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    opacity: 0;
  }
  .megamenu.show {
    right: 0;
    top: 0;
  }
  .megamenu__inner {
    padding: 32px 12px;
  }
  .megamenu__inner .upperbtns {
    display: flex;
    justify-content: space-between;
  }
  .megamenu__inner .upperbtns a {
    padding: 4px;
    width: 49%;
    font-size: 1.3rem;
    border-radius: 5px;
  }
  .megamenu__inner .search {
    margin-top: 16px;
  }
  .megamenu__inner nav {
    margin-top: 16px;
  }
  .megamenu__inner nav ul li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
  .megamenu__inner nav ul li a .eng {
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 0.01em;
  }
  .megamenu__inner nav ul li a .jpn {
    margin-left: 8px;
    font-size: 1.3rem;
  }
  .megamenu__inner .lowerbtns {
    margin-top: 24px;
  }
  .megamenu__inner .lowerbtns a {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 8px;
    font-size: 1.3rem;
    padding: 8px 0;
  }
  .megamenu__inner .lowerbtns a:nth-of-type(1), .megamenu__inner .lowerbtns a:nth-of-type(2) {
    margin-top: 8px;
  }
  .megamenu__inner .lowerbtns a:first-of-type {
    margin-top: 0;
  }
  .megamenu__inner .cta {
    margin-top: 24px;
    display: block;
  }
  .megamenu__inner .cta .tel {
    padding: 0;
    padding-top: 24px;
    width: 100%;
  }
  .megamenu__inner .cta .tel::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .megamenu__inner .cta .tel a .txt {
    font-size: 2.4rem;
  }
  .megamenu__inner .cta .tel a i {
    font-size: 2.2rem;
    transform: translateY(-1px);
  }
  .megamenu__inner .cta .tel .lowertxt {
    margin-top: -4px;
    padding: 4px 2px;
  }
  .megamenu__inner .cta .btns {
    width: 100%;
    padding: 16px 0 0;
  }
  .megamenu__inner .cta .btns .btn {
    width: 100%;
    margin-top: 2px;
    height: 45px;
  }
  .megamenu__inner .cta .btns.contact a {
    background-color: #D8222A;
  }
  .megamenu__inner .cta .btns.contact a i {
    font-size: 1.5rem;
    color: #fff;
  }
  .megamenu__inner .cta .btns.contact a .txt {
    margin-left: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
  }
  .megamenu__inner .cta .btns.line {
    margin-top: 8px;
  }
  .megamenu__inner .cta .btns.line a {
    color: #06C755;
    background-color: #fff;
    border: solid 2px;
  }
  .megamenu__inner .cta .btns.line a i {
    font-size: 1.5rem;
    color: #06C755;
    background-color: #fff;
  }
  .megamenu__inner .cta .btns.line a .txt {
    margin-left: 2px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #06C755;
  }
}
/*
====================================
トップページ
====================================
*/
.topfv {
  position: relative;
  height: 45vw;
  width: 100%;
  min-height: 500px;
  background-color: #eee;
  border-bottom: solid 2px #D8222A;
  z-index: 0;
}
.topfv::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(rgba(0, 0, 0, 0.4) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.4) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.topfv::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%);
}
.topfv__content {
  padding: 0 32px;
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topfv__content .left {
  width: 70%;
  max-width: px;
}
.topfv__content .left .subcopy {
  font-size: 2.4rem;
  text-shadow: 3px 0 3px rgb(0, 0, 0);
  letter-spacing: 0.125em;
  color: #fff;
  margin-bottom: 24px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  padding: 10px 16px;
  display: inline-block;
}
.topfv__content .left .copy {
  width: 100%;
}
.topfv__content .left .desc {
  margin-top: 0px;
  margin-left: 8px;
  width: 97%;
  font-size: 1.6rem;
  line-height: 2.2;
  text-shadow: 0 0 11px rgb(0, 0, 0);
  color: #fff;
}
.topfv__content .right {
  display: none;
  padding: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 507px;
  height: calc(100% - 32px);
}
.topfv__content .right .upperbtns {
  display: flex;
  justify-content: space-between;
}
.topfv__content .right .upperbtns a {
  padding: 8px;
  width: 49%;
  display: flex;
  align-content: center;
  justify-content: center;
  border: #D8222A solid 1.5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #D8222A;
  background-color: #fff;
}
.topfv__content .right .upperbtns a i {
  margin-left: 8px;
  transform: translateY(4px);
}
.topfv__content .right .search {
  padding-bottom: 16px;
  margin-top: 8px;
  border-bottom: solid 1px #ddd;
}
.topfv__content .right .online {
  margin-top: 16px;
}
.topfv__content .right .online a img {
  box-shadow: 2px 5px 9px 1px rgba(0, 0, 0, 0.4);
}
.topfv__content .right .importantnews {
  margin-top: 16px;
}
.topfv__content .right .importantnews .heading {
  display: flex;
  align-items: center;
}
.topfv__content .right .importantnews .heading .jpn {
  font-size: 2rem;
  font-weight: 600;
  color: #D8222A;
}
.topfv__content .right .importantnews .heading .eng {
  margin-left: 4px;
  font-size: 1.7rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.1em;
  color: #FFF701;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #C60021;
}
.topfv__content .right .importantnews .article {
  margin-top: 8px;
}
.topfv__content .right .importantnews .article a {
  display: flex;
}
.topfv__content .right .importantnews .article a .image {
  margin-right: 12px;
  width: 119px;
  aspect-ratio: 1/1;
  border: solid 1px #D8222A;
}
.topfv__content .right .importantnews .article a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: red;
}
.topfv__content .right .importantnews .article a .txt-gr {
  width: 100%;
}
.topfv__content .right .importantnews .article a .txt-gr time {
  font-size: 1.6rem;
  color: #D8222A;
}
.topfv__content .right .importantnews .article a .txt-gr .title {
  margin-top: 2px;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.topfv .swiper {
  position: relative;
  height: 100%;
}
.topfv .swiper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topfv .important {
  overflow: hidden;
  border-top: #D8222A 2px solid;
  padding: 24px 40px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
}
.topfv .important .heading {
  text-align: center;
  margin-bottom: 16px;
}
.topfv .important .heading .jpn {
  font-size: 1.5rem;
  font-weight: 600;
  color: #D8222A;
}
.topfv .important .article a .upper {
  display: flex;
  justify-content: space-between;
}
.topfv .important .article a .image-outer {
  width: 27.5%;
}
.topfv .important .article a .image {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.topfv .important .article a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topfv .important .article a .image img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  padding: 8px;
  border: solid 1px #eee;
}
.topfv .important .article a .txt-gr {
  padding-left: 16px;
  width: 72.5%;
}
.topfv .important .article a .txt-gr time {
  font-size: 1.25rem;
  color: #D8222A;
  line-height: 1.4;
}
.topfv .important .article a .txt-gr .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.topfv .important .article a .lower {
  margin-top: 8px;
}
.topfv .important .article a .desc {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
  display: block;
}
.topfv .swiper-button-next:after, .topfv .swiper-button-prev:after {
  transform: translateY(-10px);
  font-size: 2rem;
  color: #000;
}
.topfv .swiper-button-prev {
  left: 4px;
}
.topfv .swiper-button-next {
  right: 4px;
}

.toppage-start .bigger {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}
.toppage-start .bigger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: url("../img/top/feelfree-leftimage.png");
  background-size: cover;
  background-position: center;
}
.toppage-start .bigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: url("../img/top/feelfree-rightimage.png");
  background-size: cover;
  background-position: center;
}
.toppage-start .bigger p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.toppage-start .bigger p img {
  width: 100%;
}
.toppage-start .links {
  margin-top: 32px;
}
.toppage-start .links ul {
  margin-top: -24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(80px);
}
.toppage-start .links ul.visible {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1.5s;
}
.toppage-start .links ul li {
  overflow: hidden;
  position: relative;
  margin-top: 24px;
  width: 48.75%;
  background-color: #D8222A;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 20px;
}
.toppage-start .links ul li::after {
  position: absolute;
  right: 0px;
  bottom: -12px;
  font-size: 6.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.1em;
  color: #fff;
  opacity: 0.8;
}
.toppage-start .links ul li .image {
  width: 109px;
  aspect-ratio: 1/1;
}
.toppage-start .links ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px #fff;
}
.toppage-start .links ul li .txt-gr {
  width: calc(100% - 132px);
}
.toppage-start .links ul li .txt-gr p {
  padding-left: 0px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.toppage-start .links ul li .txt-gr p span {
  margin-bottom: 4px;
  display: inline-block;
  padding: 2.4px 8px;
  background-color: #fff;
  color: #D8222A;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 50px;
}
.toppage-start .links ul li .txt-gr .link {
  margin-top: 4px;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
}
.toppage-start .links ul li .txt-gr .link a{
  display:inline-block;
  padding-bottom:4px;
  border-bottom:solid 1px #fff;
  color: #fff;
}
.toppage-start .links ul li:nth-of-type(1)::after {
  content: "01";
}
.toppage-start .links ul li:nth-of-type(2)::after {
  content: "02";
}
.toppage-start .links ul li:nth-of-type(3)::after {
  content: "03";
}
.toppage-start .links ul li:nth-of-type(4)::after {
  content: "04";
}

.banner-slide {
  margin-top: 40px;
  background-color: #fff;
  padding-top: 0px;
  opacity: 0;
  transform: translateY(80px);
}
.banner-slide.visible {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 0.75s;
}
.banner-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.banner-slide ul li {
  width: 32.4%;
  margin-top: 0;
}

.mv-dayname, .st-dtitle-fr {
  background-color: red !important;
}

.toppage-news .m_artcilcedesign {
  margin-top: 0;
}
.toppage-news .m_artcilcedesign .articles article {
  border-top: none;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
.toppage-news .m_artcilcedesign .articles article a .image-gr .image {
  width: 100px;
  border: solid 1px #fff;
}
.toppage-news .m_artcilcedesign .articles article a .txt-gr {
  width: calc(100% - 100px - 32px);
}
.toppage-news .m_artcilcedesign .articles article a .txt-gr time {
  color: #fff;
}
.toppage-news .m_artcilcedesign .articles article a .txt-gr .title {
  color: #fff;
}
.toppage-news .m_artcilcedesign .articles article a .txt-gr .category li {
  color: #fff;
}
.toppage-news .btn {
  margin-top: 32px;
  text-align: center;
}

.toppage-instagram__feed {
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
}
.toppage-instagram__feed.visible {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}

.toppage-facebook__feed {
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
}
.toppage-facebook__feed.visible {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
  transition-delay: 0.75s;
}
.toppage-facebook__feed iframe {
  width: 100%;
}

.toppage-biggal .items {
  padding: 16px 8px;
  display: flex;
  flex-wrap: wrap;
}
.toppage-biggal .items .item {
  position: relative;
  opacity: hidden;
  opacity: 0;
}
.toppage-biggal .items .item img {
  padding: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage-biggal .items .item:nth-of-type(1) {
  width: 100%;
}
.toppage-biggal .items .item:nth-of-type(1).visible {
  opacity: 1;
  transition-duration: 0.7s;
}
.toppage-biggal .items .item:nth-of-type(2) {
  width: 70%;
}
.toppage-biggal .items .item:nth-of-type(2).visible {
  opacity: 1;
  transition-duration: 0.7s;
}
.toppage-biggal .items .item:nth-of-type(3) {
  width: 30%;
}
.toppage-biggal .items .item:nth-of-type(3).visible {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: 0.25s;
}
.toppage-biggal .items .item:nth-of-type(4) {
  width: 100%;
}
.toppage-biggal .items .item:nth-of-type(4).visible {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: 0.25s;
}

.toppage-links {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.toppage-links ul {
  display: flex;
  flex-wrap: wrap;
}
.toppage-links ul li {
  position: relative;
  width: 24%;
  height: 240px;
  margin-left: 1%;
}
.toppage-links ul li:first-of-type, .toppage-links ul li :nth-last-of-type(4n+1) {
  margin-left: 0;
}
.toppage-links ul li .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.toppage-links ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage-links ul li .txt-gr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background-color: rgba(198, 0, 33, 0.8);
}
.toppage-links ul li .txt-gr .eng {
  color: #fff;
  font-size: 2rem;
}
.toppage-links ul li .txt-gr p {
  color: #fff;
  font-size: 1.4rem;
}

.toppage-parts {
  background-color: #fff;
}
.toppage-parts__heading {
  padding: 12px 24px;
  background-color: #D8222A;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.toppage-parts__heading .eng {
  color: #fff;
  font-size: 2.4rem;
}
.toppage-parts__heading .jpn {
  margin-left: 12px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .topfv {
    position: relative;
    height: 72vw;
    width: 100%;
    min-height: initial;
    max-height: initial;
  }
  .topfv::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 3px 3px;
    background-position: 0 0, 1.5px 1.5px;
  }
  .topfv::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 83%);
  }
  .topfv__content {
    padding: 0 12px;
  }
  .topfv__content .left {
    width: 100%;
  }
  .topfv__content .left .subcopy {
    margin-left: 0;
    font-size: 1.3rem;
    margin-bottom: 12px;
    padding: 5px 8px;
  }
  .topfv__content .left .desc {
    margin-top: 2.4px;
    margin-left: 4px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .topfv__content .right {
    padding: 24px;
    position: absolute;
    right: 16px;
    top: initial;
    bottom: -100px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 507px;
    height: calc(100% - 32px);
  }
  .topfv__content .right .upperbtns {
    display: flex;
    justify-content: space-between;
  }
  .topfv__content .right .upperbtns a {
    padding: 8px;
    width: 49%;
    display: flex;
    align-content: center;
    justify-content: center;
    border: #D8222A solid 1.5px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #D8222A;
    background-color: #fff;
  }
  .topfv__content .right .upperbtns a i {
    margin-left: 8px;
    transform: translateY(4px);
  }
  .topfv__content .right .search {
    padding-bottom: 16px;
    margin-top: 8px;
    border-bottom: solid 1px #ddd;
  }
  .topfv__content .right .online {
    margin-top: 16px;
  }
  .topfv__content .right .online a img {
    box-shadow: 2px 5px 9px 1px rgba(0, 0, 0, 0.4);
  }
  .topfv__content .right .importantnews {
    margin-top: 16px;
  }
  .topfv__content .right .importantnews .heading {
    display: flex;
    align-items: center;
  }
  .topfv__content .right .importantnews .heading .jpn {
    font-size: 2rem;
    font-weight: 600;
    color: #D8222A;
  }
  .topfv__content .right .importantnews .heading .eng {
    margin-left: 4px;
    font-size: 1.7rem;
    font-weight: 900;
    display: block;
    letter-spacing: -0.1em;
    color: #FFF701;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #C60021;
  }
  .topfv__content .right .importantnews .article {
    margin-top: 8px;
  }
  .topfv__content .right .importantnews .article a {
    display: flex;
  }
  .topfv__content .right .importantnews .article a .image {
    margin-right: 12px;
    width: 119px;
    aspect-ratio: 1/1;
    border: solid 1px #D8222A;
  }
  .topfv__content .right .importantnews .article a .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: red;
  }
  .topfv__content .right .importantnews .article a .txt-gr {
    width: 100%;
  }
  .topfv__content .right .importantnews .article a .txt-gr time {
    font-size: 1.6rem;
    color: #D8222A;
  }
  .topfv__content .right .importantnews .article a .txt-gr .title {
    margin-top: 2px;
    line-height: 1.7;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
  }
  .topfv .swiper {
    position: relative;
    height: 100%;
  }
  .topfv .swiper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topfv .important {
    padding: 16px 12px;
    position: initial;
    bottom: 16px;
    right: 0;
    width: 100%;
  }
  .topfv .important .heading {
    margin-bottom: 16px;
  }
  .topfv .important .heading .jpn {
    font-size: 1.2rem;
  }
  .topfv .important .article a .txt-gr {
    padding-left: 8px;
  }
  .topfv .important .article a .txt-gr time {
    font-size: 1.1rem;
  }
  .topfv .important .article a .txt-gr .title {
    font-size: 1.3rem;
  }
  .topfv .important .article a .lower {
    margin-top: 8px;
  }
  .topfv .important .article a .desc {
    margin-top: 4px;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    display: block;
  }
  .important {
    position: relative;
    overflow: hidden;
    border-top: #D8222A 2px solid;
    padding: 24px 16px 24px;
    z-index: 10;
    width: 100%;
    background-color: rgba(239, 239, 239, 0.9);
  }
  .important .heading {
    text-align: left;
    margin-bottom: 16px;
  }
  .important .heading .jpn {
    font-size: 1.5rem;
    font-weight: 600;
    color: #D8222A;
  }
  .important .article {
    border: solid 1px #eee;
    padding: 16px;
    background-color: #fff;
  }
  .important .article a .upper {
    display: flex;
    justify-content: space-between;
  }
  .important .article a .image-outer {
    width: 27.5%;
  }
  .important .article a .image {
    width: 100%;
    aspect-ratio: 1/0.75;
  }
  .important .article a .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .important .article a .image img.noimage {
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #fff;
    padding: 8px;
    border: solid 1px #eee;
  }
  .important .article a .txt-gr {
    padding-left: 16px;
    width: 72.5%;
  }
  .important .article a .txt-gr time {
    font-size: 1.25rem;
    color: #D8222A;
    line-height: 1.4;
  }
  .important .article a .txt-gr .title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
  }
  .important .article a .lower {
    margin-top: 4px;
  }
  .important .article a .desc {
    margin-top: 4px;
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    display: block;
  }
  .important .swiper-button-next:after, .important .swiper-button-prev:after {
    transform: translateY(0px);
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
  }
  .important .swiper-button-prev {
    top: 46px;
    left: initial;
    right: 48px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D8222A;
  }
  .important .swiper-button-prev:after {
    transform: translateX(-1px);
  }
  .important .swiper-button-next {
    top: 46px;
    left: initial;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D8222A;
  }
  .important .swiper-button-next:after {
    transform: translateX(1px);
  }
  #start {
    margin-top: 0;
  }
  .toppage-start .bigger {
    padding: 24px 0;
  }
  .toppage-start .bigger::before {
    width: 15%;
  }
  .toppage-start .bigger::after {
    width: 15%;
  }
  .toppage-start .bigger p {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .toppage-start .bigger p img {
    width: 100%;
  }
  .toppage-start .links {
    margin-top: 32px;
  }
  .toppage-start .links ul {
    margin-top: -24px;
    opacity: 1;
    transform: translateY(0px);
  }
  .toppage-start .links ul li {
    position: relative;
    margin-top: 24px;
    padding: 12px 12px 40px;
    display: block;
  }
  .toppage-start .links ul li::after {
    font-size: 5rem;
  }
  .toppage-start .links ul li .image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .toppage-start .links ul li .txt-gr {
    margin-top: 12px;
    width: 100%;
  }
  .toppage-start .links ul li .txt-gr p {
    padding-left: 0px;
    font-size: 1.3rem;
    text-align: center;
  }
  .toppage-start .links ul li .txt-gr p span {
    margin-bottom: 8px;
    font-size: 1.1rem;
    width: 100%;
  }
  .toppage-start .links ul li .txt-gr p::before {
    left: calc(50% - 12px);
    top: initial;
    background-size: contain;
    width: 19px;
    height: 19px;
    bottom: -24px;
  }
  .banner-slide {
    margin-top: 24px;
  }
  .banner-slide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .banner-slide ul li {
    width: 75%;
    margin-top: 0;
  }
  .toppage-news .btn {
    margin-top: 32px;
    text-align: center;
  }
  .toppage-biggal .items {
    padding: 4px 4px;
  }
  .toppage-biggal .items .item img {
    padding: 2.4px;
  }
  .toppage-links {
    padding: 24px;
  }
  .toppage-links ul li {
    position: relative;
    width: 47%;
    height: 37vw;
    margin-left: 2%;
    margin-top: 12px;
  }
  .toppage-links ul li:first-of-type, .toppage-links ul li :nth-last-of-type(4n+1) {
    margin-left: 2%;
  }
  .toppage-links ul li:first-of-type, .toppage-links ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .toppage-links ul li .txt-gr {
    padding: 12px;
  }
  .toppage-links ul li .txt-gr .eng {
    font-size: 1.3rem;
  }
  .toppage-links ul li .txt-gr p {
    font-size: 1.1rem;
  }
  .toppage-parts {
    background-color: #fff;
  }
  .toppage-parts__heading {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .toppage-parts__heading .eng {
    font-size: 1.7rem;
  }
  .toppage-parts__heading .jpn {
    margin-left: 12px;
    font-size: 1.25rem;
  }
}
/*
====================================
ブランド & 商品カテゴリページ
====================================
*/
.partspage-parts {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.partspage-parts__heading {
  padding: 12px 24px;
  background-color: #D8222A;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.partspage-parts__heading .eng {
  color: #fff;
  font-size: 2.4rem;
}
.partspage-parts__heading .jpn {
  margin-left: 12px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .partspage-parts {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .partspage-parts__heading {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .partspage-parts__heading .eng {
    font-size: 1.7rem;
  }
  .partspage-parts__heading .jpn {
    margin-left: 12px;
    font-size: 1.25rem;
  }
}
/*
====================================
商品一覧ページ
====================================
*/
.productspage-products {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.productspage-products__heading {
  position: relative;
  display: block;
  align-items: center;
  margin-bottom: 32px;
}
.productspage-products__heading .logo {
  height: auto;
  max-width: 200px;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.productspage-products__heading .logo--category {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 1.4px #ddd;
  overflow: hidden;
}
.productspage-products__heading .logo--category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productspage-products__heading .logo img {
  max-width: 100%;
}
.productspage-products__heading .jpn {
  margin-top: 16px;
  color: #000;
  font-size: 2.4rem;
  text-align: center;
}
.productspage-products .child-brandlogo {
  margin-top: 80px;
  display: block;
  text-align: center;
  max-width: 180px;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.productspage-products__childheading {
  margin-top: 80px;
  margin-bottom: 48px;
  border-bottom: solid #D8222A 1px;
  padding: 8px 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  background-color: #D8222A;
}
.productspage-products__childheading--brand {
  margin-top: 16px;
  color: #000;
  background-color: initial;
  font-size: 2rem;
  border-bottom: solid 2px #ddd;
}

@media screen and (max-width: 750px) {
  .productspage-products {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .productspage-products__heading {
    margin-bottom: 16px;
  }
  .productspage-products__heading .logo {
    max-width: 130px;
  }
  .productspage-products__heading .jpn {
    margin-top: 8px;
    font-size: 1.7rem;
  }
  .productspage-products .child-brandlogo {
    margin-top: 40px;
    max-width: 120px;
  }
  .productspage-products__childheading {
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 4px 0;
    font-size: 1.45rem;
  }
  .productspage-products__childheading--brand {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
/*
====================================
ユーズド一覧
====================================
*/
/*
====================================
ブランド & 商品カテゴリページ
====================================
*/
.usedlist {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}
.usedlist__heading {
  padding: 12px 24px;
  background-color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.usedlist__heading .eng {
  color: #fff;
  font-size: 2.4rem;
}
.usedlist__heading .jpn {
  margin-left: 12px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .usedlist {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .usedlist__heading {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .usedlist__heading .eng {
    font-size: 1.7rem;
  }
  .usedlist__heading .jpn {
    margin-left: 12px;
    font-size: 1.25rem;
  }
}
.partspage-parts {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.partspage-parts__heading {
  padding: 12px 24px;
  background-color: #D8222A;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.partspage-parts__heading .eng {
  color: #fff;
  font-size: 2.4rem;
}
.partspage-parts__heading .jpn {
  margin-left: 12px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .partspage-parts {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .partspage-parts__heading {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .partspage-parts__heading .eng {
    font-size: 1.7rem;
  }
  .partspage-parts__heading .jpn {
    margin-left: 12px;
    font-size: 1.25rem;
  }
}
/*
====================================
検索結果ページ
====================================
*/
.serachpage-search {
  margin-top: 160px;
}
.serachpage-search__heading {
  font-weight: 400;
  font-size: 2rem;
  color: #D8222A;
  border-bottom: solid 1px;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.serachpage-search__heading span {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .serachpage-search {
    margin-top: 120px;
  }
  .serachpage-search__heading {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .serachpage-search__heading span {
    margin-left: 2.4px;
    margin-right: 2.4px;
  }
}
/*
====================================
よくある質問ページ
====================================
*/
.faqpage-faq {
  margin-top: -32px;
}
.faqpage-faq dl dt {
  padding-top: 32px;
  position: relative;
}
.faqpage-faq dl dt::before {
  position: absolute;
  left: 0;
  top: 28px;
  content: "Q";
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.05em;
  color: #FFF701;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #C60021;
}
.faqpage-faq dl dt span {
  display: block;
  padding-left: 40px;
  letter-spacing: 0.15em;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  color: #000;
}
.faqpage-faq dl dd {
  padding-top: 16px;
  padding-bottom: 32px;
  position: relative;
  border-bottom: solid 2px #ddd;
}
.faqpage-faq dl dd::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "A";
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  font-weight: 900;
  display: block;
  letter-spacing: -0.05em;
  color: #FFF701;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #C60021;
}
.faqpage-faq dl dd span {
  display: block;
  padding-left: 48px;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
}

.custompage-modal ul li {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition-duration: 0.5s;
}
.custompage-modal ul li .wrapper {
  height: 100%;
}
.custompage-modal ul li .bg {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.custompage-modal ul li .content-outer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custompage-modal ul li .content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 80px;
  height: calc(100% - 80px);
  overflow-y: auto;
}
.custompage-modal ul li .content .cross {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.custompage-modal ul li .content .cross span {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
}
.custompage-modal ul li .content .cross span:nth-of-type(1) {
  transform: rotate(45deg);
}
.custompage-modal ul li .content .cross span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.custompage-modal ul li .content .images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.custompage-modal ul li .content .images .item {
  width: 32.7%;
  aspect-ratio: 1/0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.custompage-modal ul li .content .desc {
  padding-top: 32px;
  border-top: solid 1px #ddd;
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.custompage-modal ul li.show {
  pointer-events: initial;
  opacity: 1;
  transition-duration: 0.5s;
}

@media screen and (max-width: 750px) {
  .faqpage-faq dl dt {
    padding-top: 24px;
  }
  .faqpage-faq dl dt::before {
    top: 19.5px;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    -webkit-text-stroke-width: 0.7px;
  }
  .faqpage-faq dl dt span {
    display: block;
    padding-left: 32px;
    letter-spacing: 0.15em;
    font-size: 1.7rem;
    font-weight: 600;
    display: block;
    color: #000;
  }
  .faqpage-faq dl dd {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .faqpage-faq dl dd::before {
    top: 15.5px;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    -webkit-text-stroke-width: 0.7px;
  }
  .faqpage-faq dl dd span {
    padding-left: 32px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .custompage-modal ul li .content {
    padding: 80px 16px;
    height: auto;
  }
  .custompage-modal ul li .content .cross {
    right: 16px;
    top: 16px;
    width: 38px;
    height: 48px;
  }
  .custompage-modal ul li .content .images {
    justify-content: space-between;
    gap: 0;
  }
  .custompage-modal ul li .content .images .item {
    width: 49%;
  }
  .custompage-modal ul li .content .desc {
    padding-top: 16px;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
/*
====================================
お問い合わせページ
====================================
*/
.contactpage-topcol {
  margin-top: 80px;
}
.contactpage-topcol__inner .lr {
  display: flex;
  justify-content: space-between;
}

.contactpage-faq {
  width: 48.75%;
}
.contactpage-faq__box {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  background-color: #FFEFF1;
}
.contactpage-faq__box .lr {
  display: block;
}
.contactpage-faq__box .lr .left .heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.contactpage-faq__box .lr .left .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.contactpage-faq__box .lr .right {
  margin-top: 24px;
}
.contactpage-faq__box .lr .right .btn {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 0;
  background-color: #D8222A;
}
.contactpage-faq__box .lr .right .btn span {
  color: hsl(0, 0%, 100%);
  font-size: 1.6rem;
  font-weight: 600;
}

.contactpage-line {
  width: 48.75%;
}
.contactpage-line__box {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  background-color: #e2ffee;
}
.contactpage-line__box .lr {
  display: block;
}
.contactpage-line__box .lr .left {
  margin-right: 40px;
}
.contactpage-line__box .lr .left .heading {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}
.contactpage-line__box .lr .left .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.contactpage-line__box .lr .right {
  margin-top: 24px;
}
.contactpage-line__box .lr .right .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  text-align: center;
  padding: 12px 0;
  background-color: #06C755;
}
.contactpage-line__box .lr .right .btn span {
  color: hsl(0, 0%, 100%);
  font-size: 1.6rem;
  font-weight: 600;
}

.contactpage-form {
  margin-top: 64px;
  padding: 64px 0;
  background-color: #f7f7f7;
}
.contactpage-form__inner {
  opacity: 0;
  transform: translateY(100px);
}
.contactpage-form__inner.visible {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 1.5s;
}

@media screen and (max-width: 750px) {
  .contactpage-topcol {
    margin-top: 40px;
  }
  .contactpage-topcol__inner .lr {
    display: block;
  }
  .contactpage-faq {
    width: 100%;
  }
  .contactpage-faq__box {
    padding: 32px 16px;
  }
  .contactpage-faq__box .lr {
    display: block;
  }
  .contactpage-faq__box .lr .left {
    margin-right: 0px;
    width: 100%;
  }
  .contactpage-faq__box .lr .left .heading {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .contactpage-faq__box .lr .left .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .contactpage-faq__box .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .contactpage-faq__box .lr .right .btn {
    width: 240px;
    padding: 8px 0;
  }
  .contactpage-faq__box .lr .right .btn span {
    font-size: 1.4rem;
  }
  .contactpage-line {
    padding-top: 24px;
    width: 100%;
  }
  .contactpage-line__box {
    padding: 32px 16px;
  }
  .contactpage-line__box .lr {
    display: block;
  }
  .contactpage-line__box .lr .left {
    margin-right: 0px;
    width: 100%;
  }
  .contactpage-line__box .lr .left .heading {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .contactpage-line__box .lr .left .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .contactpage-line__box .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .contactpage-line__box .lr .right .btn {
    width: 240px;
    padding: 8px 0;
  }
  .contactpage-line__box .lr .right .btn span {
    font-size: 1.4rem;
  }
  .contactpage-form {
    margin-top: 32px;
    padding: 32px 0;
  }
}
/*
====================================
りんごロードについてページ
====================================
*/
.aboutpage-reason__list {
  margin-top: 200px;
}
.aboutpage-reason__list ul li {
  margin-top: 299px;
  position: relative;
  z-index: 0;
}
.aboutpage-reason__list ul li .contentbox {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 0;
  width: 60%;
  background-color: #fff;
  padding: 64px 0px 64px 40px;
  transform: translateX(-50px);
  opacity: 0;
}
.aboutpage-reason__list ul li .contentbox.visible {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
}
.aboutpage-reason__list ul li .contentbox .heading {
  font-size: 2.4rem;
  color: #D8222A;
  font-weight: 900;
  margin-bottom: 24px;
}
.aboutpage-reason__list ul li .contentbox .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.aboutpage-reason__list ul li .contentbox .desc strong {
  color: #D8222A;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 4px;
}
.aboutpage-reason__list ul li .image {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 549px;
}
.aboutpage-reason__list ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutpage-reason__list ul li .image::after {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  z-index: 2;
  color: #D8222A;
  font-size: 11.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.aboutpage-reason__list ul li:nth-of-type(2n) .contentbox {
  margin-left: 0;
  margin-right: auto;
  padding: 64px 40px 64px 0px;
  transform: translateX(50px);
}
.aboutpage-reason__list ul li:nth-of-type(2n) .contentbox.visible {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
}
.aboutpage-reason__list ul li:nth-of-type(2n) .image {
  left: initial;
  right: 0;
}
.aboutpage-reason__list ul li:nth-of-type(2n) .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutpage-reason__list ul li:first-of-type {
  margin-top: 0;
}
.aboutpage-reason__list ul li:nth-of-type(1) .image::after {
  content: "01.";
}
.aboutpage-reason__list ul li:nth-of-type(2) .image::after {
  content: "02.";
}
.aboutpage-reason__list ul li:nth-of-type(3) .image::after {
  content: "03.";
}

.aboutpage-staff {
  margin-top: 100px;
}
.aboutpage-staff__heading {
  margin-bottom: 40px;
}
.aboutpage-staff__items {
  transform: translateY(50px);
  opacity: 0;
}
.aboutpage-staff__items.visible {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.aboutpage-staff__items ul {
  display: flex;
  justify-content: center;
}
.aboutpage-staff__items ul li {
  margin-left: 40px;
  width: 442px;
}
.aboutpage-staff__items ul li:first-of-type {
  margin-left: 0;
}
.aboutpage-staff__items ul li .image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  width: 262px;
  height: 262px;
  background-color: #ddd;
}
.aboutpage-staff__items ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutpage-staff__items ul li .eng {
  margin-top: 16px;
  color: #D8222A;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.aboutpage-staff__items ul li h3 {
  margin-top: 8px;
  text-align: center;
  font-size: 1.8rem;
}
.aboutpage-staff__items ul li .desc {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #000;
}

.aboutpage-outline {
  margin-top: 120px;
}
.aboutpage-outline__heading {
  margin-bottom: 40px;
}
.aboutpage-outline__table {
  transform: translateY(50px);
  opacity: 0;
}
.aboutpage-outline__table.visible {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.aboutpage-outline__table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.aboutpage-outline__table table tr {
  border-bottom: solid 1px #ddd;
}
.aboutpage-outline__table table tr th {
  text-align: left;
  padding: 24px 0;
  font-size: 1.8rem;
  color: #D8222A;
}
.aboutpage-outline__table table tr td {
  padding: 24px 0 24px 40px;
  font-size: 1.8rem;
}
.aboutpage-outline__calendar {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.aboutpage-outline__calendar .simcal-calendar {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: solid 1px #ddd;
  background-color: #fff;
  height: 600px;
  overflow-y: auto;
}
.aboutpage-outline__calendar .simcal-calendar * {
  font-size: 1.3rem;
  line-height: 2;
}
.aboutpage-outline__calendar .simcal-calendar .simcal-calendar-head {
  color: #fff !important;
  background-color: #D8222A !important;
}
.aboutpage-outline__calendar .simcal-default-calendar-grid .simcal-day-number {
  padding: 12px 4px 12px !important;
}

.aboutpage-access {
  margin-top: 64px;
}
.aboutpage-access__heading {
  margin-bottom: 40px;
}
.aboutpage-access__boxcopy {
  padding: 12px;
  background-color: #D8222A;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.aboutpage-access__boxcopy span {
  margin-left: 2.4px;
  margin-right: 2.4px;
  font-size: 3.2rem;
}
.aboutpage-access__boxcopy strong {
  font-weight: 600;
}
.aboutpage-access__way {
  margin-top: 40px;
}
.aboutpage-access__way .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutpage-access__way .lr .left {
  width: 47.5%;
  transform: translateX(-50px);
  opacity: 0;
}
.aboutpage-access__way .lr .left.visible {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
}
.aboutpage-access__way .lr .left:nth-of-type(2).visible {
  transition-delay: 1s;
}
.aboutpage-access__way .lr .left .heading-gr {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.aboutpage-access__way .lr .left .heading-gr .icon {
  margin-right: 16px;
  display: inline-block;
  width: 56px;
}
.aboutpage-access__way .lr .left .heading-gr h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #D8222A;
}
.aboutpage-access__way .lr .left .heading-gr::after {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #D8222A;
}
.aboutpage-access__way .lr .left .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.aboutpage-access__way .lr .left .graybox {
  margin-top: 24px;
  background-color: #eee;
  padding: 32px;
  text-align: center;
}
.aboutpage-access__way .lr .left .graybox .heading {
  margin-bottom: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
.aboutpage-access__way .lr .left .graybox .desc {
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2;
}
.aboutpage-access__way .lr .right {
  width: 50%;
}
.aboutpage-access__map {
  margin-top: 40px;
}
.aboutpage-access__map .desc {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.aboutpage-access__map iframe {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .aboutpage-reason__list {
    margin-top: 40px;
  }
  .aboutpage-reason__list ul li {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 28px;
  }
  .aboutpage-reason__list ul li .contentbox {
    width: 100%;
    padding: 0;
    padding-top: 16px;
  }
  .aboutpage-reason__list ul li .contentbox .heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .aboutpage-reason__list ul li .contentbox .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .aboutpage-reason__list ul li .image {
    position: relative;
    width: calc(100% - 32px);
    height: initial;
    margin: 0 auto;
  }
  .aboutpage-reason__list ul li .image::after {
    top: 4px;
    left: 4px;
    font-size: 4rem;
  }
  .aboutpage-reason__list ul li:nth-of-type(2n) .contentbox {
    width: 100%;
    padding: 0;
    padding-top: 16px;
  }
  .aboutpage-reason__list ul li:nth-of-type(2n) .contentbox .heading {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .aboutpage-reason__list ul li:nth-of-type(2n) .contentbox .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .aboutpage-staff {
    margin-top: 40px;
  }
  .aboutpage-staff__heading {
    margin-bottom: 24px;
  }
  .aboutpage-staff__items ul {
    display: block;
  }
  .aboutpage-staff__items ul li {
    margin-left: 0px;
    width: 100%;
  }
  .aboutpage-staff__items ul li:first-of-type {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .aboutpage-staff__items ul li .image {
    width: 200px;
    height: 200px;
  }
  .aboutpage-staff__items ul li .eng {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .aboutpage-staff__items ul li h3 {
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .aboutpage-staff__items ul li .desc {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .aboutpage-outline {
    margin-top: 40px;
  }
  .aboutpage-outline__heading {
    margin-bottom: 24px;
  }
  .aboutpage-outline__table table tr {
    border: none;
  }
  .aboutpage-outline__table table tr th {
    margin-top: 24px;
    text-align: center;
    display: inline-block;
    padding: 4px 8px;
    width: 30%;
    font-size: 1.4rem;
    color: #D8222A;
    border: solid 1px #D8222A;
  }
  .aboutpage-outline__table table tr td {
    padding: 12px 0 24px 12px;
    font-size: 1.4rem;
    display: block;
    border-bottom: solid 1px #ddd;
  }
  .aboutpage-outline__calendar {
    margin-top: 32px;
  }
  .aboutpage-outline__calendar .simcal-calendar {
    width: 100%;
    height: 450px;
  }
  .aboutpage-outline__calendar .simcal-calendar * {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .aboutpage-outline__calendar .simcal-default-calendar-grid .simcal-day-number {
    padding: 6px 2.4px 6px !important;
  }
  .aboutpage-access {
    margin-top: 40px;
  }
  .aboutpage-access__heading {
    margin-bottom: 24px;
  }
  .aboutpage-access__boxcopy {
    padding: 12px 8px;
    font-size: 1.5rem;
  }
  .aboutpage-access__boxcopy span {
    font-size: 2.2rem;
  }
  .aboutpage-access__way {
    margin-top: 24px;
  }
  .aboutpage-access__way .lr {
    display: block;
  }
  .aboutpage-access__way .lr .left {
    width: 100%;
  }
  .aboutpage-access__way .lr .left .heading-gr {
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .aboutpage-access__way .lr .left .heading-gr .icon {
    margin-right: 12px;
    width: 24px;
  }
  .aboutpage-access__way .lr .left .heading-gr h3 {
    font-size: 1.7rem;
  }
  .aboutpage-access__way .lr .left .heading-gr::after {
    width: 100%;
  }
  .aboutpage-access__way .lr .left .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .aboutpage-access__way .lr .left .graybox {
    margin-top: 12px;
    padding: 24px 16px;
  }
  .aboutpage-access__way .lr .left .graybox .heading {
    margin-bottom: 8px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
  }
  .aboutpage-access__way .lr .left .graybox .desc {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .aboutpage-access__way .lr .right {
    margin-top: 16px;
    width: 100%;
  }
  .aboutpage-access__map {
    margin-top: 24px;
  }
  .aboutpage-access__map .desc {
    font-size: 1.3rem;
  }
}
/*
====================================
カスタム事例ページ
====================================
*/
.custompage-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 7px;
}
.custompage-list ul li {
  width: 24%;
  aspect-ratio: 1/0.8;
}
.custompage-list ul li .thumb {
  overflow: hidden;
  width: 100%;
  height:100%;
}
.custompage-list ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
}
.custompage-list ul li h3 {
	margin-top:4px;
	font-size:1.5rem;
}
.custompage-list ul li a {
  display: block;
  width: 100%;
  aspect-ratio:1/.7;
}
.custompage-list ul li a:hover .thumb img {
  transform: scale(1.075);
  transition-duration: 0.5s;
}

@media screen and (max-width: 750px) {
  .custompage-list {
    margin-top: 40px;
  }
  .custompage-list ul {
    gap: 6px;
  }
  .custompage-list ul li {
    width: 48%;
  }
	.custompage-list ul li h3 {
	font-size:1.3rem;
	}
}
/*
====================================
フッター
====================================
*/
.footer {
  padding: 64px 0;
  background-color: #D8222A;
}
.footer__inner .lr {
  display: flex;
  justify-content: space-between;
}
.footer__inner .lr .left, .footer__inner .lr .right {
  width: 50%;
}
.footer__inner .logo {
  width: 350px;
}
.footer__inner .logo img {
  width: 100%;
}
.footer__inner .name {
  margin-top: 8px;
  color: #fff;
  font-size: 1.4rem;
}
.footer__inner .address {
  margin-top: 24px;
  color: #fff;
  font-size: 1.3rem;
}
.footer__inner .btns {
  justify-content: right;
  display: flex;
  align-items: center;
}
.footer__inner .btns .btn {
  width: 200px;
  margin-left: 8px;
}
.footer__inner .btns .btn .uppertxt {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
.footer__inner .btns .btn a {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
}
.footer__inner .btns .btn:first-of-type {
  margin-left: 0;
}
.footer__inner .btns .btn.contact .uppertxt {
  color: #D8222A;
}
.footer__inner .btns .btn.contact a {
  background-color: #fff;
  border: solid 2px #D8222A;
}
.footer__inner .btns .btn.contact a i {
  font-size: 1.6rem;
  color: #D8222A;
}
.footer__inner .btns .btn.contact a .txt {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #D8222A;
}
.footer__inner .btns .btn.line .uppertxt {
  color: #06C755;
}
.footer__inner .btns .btn.line a {
  color: #06C755;
  background-color: #fff;
  border: solid 2px;
}
.footer__inner .btns .btn.line a i {
  font-size: 1.7rem;
  color: #06C755;
  background-color: #fff;
}
.footer__inner .btns .btn.line a .txt {
  margin-left: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #06C755;
}
.footer__inner nav {
  margin-top: 32px;
}
.footer__inner nav ul {
  margin-top: -16px;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.footer__inner nav ul li {
  margin-top: 16px;
  font-size: 1.5rem;
  margin-left: 16px;
}
.footer__inner nav ul li a {
  color: #fff;
}
.footer__inner .copyright {
  margin-top: 40px;
  display: block;
  text-align: right;
  font-size: 1.1rem;
  color: #fff;
}

.btn-way {
  position: fixed;
  right: 32px;
  bottom: 64px;
  width: 120px;
  height: 120px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.btn-way img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer__inner .lr {
    display: block;
  }
  .footer__inner .lr .left, .footer__inner .lr .right {
    width: 100%;
  }
  .footer__inner .logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .footer__inner .name {
    margin-top: 4px;
    font-size: 1.25rem;
    text-align: center;
  }
  .footer__inner .address {
    margin-top: 12px;
    font-size: 1.25rem;
    text-align: center;
  }
  .footer__inner .btns {
    margin-top: 32px;
    justify-content: space-between;
  }
  .footer__inner .btns .btn {
    width: 48%;
    margin-left: 0px;
  }
  .footer__inner .btns .btn a {
    margin-top: 2px;
    height: 45px;
  }
  .footer__inner .btns .btn.contact a i {
    font-size: 1.35rem;
  }
  .footer__inner .btns .btn.contact a .txt {
    font-size: 1.3rem;
  }
  .footer__inner .btns .btn.line a {
    border: solid 2px;
  }
  .footer__inner .btns .btn.line a i {
    font-size: 1.35rem;
  }
  .footer__inner .btns .btn.line a .txt {
    font-size: 1.3rem;
  }
  .footer__inner nav {
    margin-top: 40px;
  }
  .footer__inner nav ul {
    margin-top: -16px;
    display: block;
  }
  .footer__inner nav ul li {
    border-bottom: solid 1px #fff;
    padding: 8px 0;
    width: 100%;
    margin-top: 0;
    font-size: 1.3rem;
    margin-left: 0px;
  }
  .footer__inner nav ul li:first-of-type {
    border-top: solid 1px #fff;
  }
  .footer__inner .copyright {
    margin-top: 24px;
    font-size: 1rem;
  }
  .btn-way {
    position: fixed;
    right: 8px;
    bottom: 88px;
    width: 80px;
    height: 80px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  .btn-way img {
    width: 100%;
    height: auto;
  }
}
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  font-size: 1.6rem;
  transform: translate(-50%, -50%);
  color: #fff;
}/*# sourceMappingURL=style.css.map */