@charset "utf-8";
/* CSS Document */
.xsFont {
  font-size: 10px;
}
.sFont {
  font-size: 10px;
}
.mFont {
  font-size: 16px;
}
.lFont {
  font-size: 20px;
}
.xlFont {
  font-size: 32px!important;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
header {
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #FFF;
}
header .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .inner .mainLogo {
  flex-basis: 190px;
  height: auto;
  padding: 33px 0;
  margin: 0 50px 0 0;
}
header .inner .mainLogo a {
  display: block;
}
header .inner .menuBox {
  flex-grow: 1;
  max-width: 1000px;
}
.hamburger {
  display: none;
}
main {
  padding-top: 100px;
}
main .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 50px;
}
main .innerB {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 50px;
}
.hide {
  display: none !important;
}
footer {
  color: #FFF;
  background-color: #434343;
  padding: 50px;
}
footer .inner {
  max-width: 1100px;
  margin: 0 auto;
}
footer .fBox .menu {
  display: flex;
  flex-flow: column;
  gap: 14px 0;
}
.h1Box {
  font-size: 44px;
  margin: 1.5em auto 2em;
}
.main.contact .h1Box {
  font-size: 44px;
  margin: 1.5em auto 0.5em;
}
.h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}
.h1 span {
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-top: 0.6em;
  line-height: 1;
}
.h2Box {
  font-size: 44px;
  margin: 0 auto 1.2em;
}
.h2Box .h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}
.h2Box .h1 span {
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-top: 0.6em;
  line-height: 1;
}
.h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
}
.h1Box .h2 {
  font-size: 28px;
  margin: 1.5em auto 1em;
}
.fLogo {
  width: 190px;
  margin: 0 auto 50px;
}
.fBox {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
}
.fc1 {
  flex-basis: 242px;
}
.fc2 {
  flex: 1;
}
.fc3 {
  flex: 1;
}
ul.category a {
  color: #FFF;
  display: block;
}
ul.category a {
  position: relative;
  padding-right: 12px;
}
ul.category a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
ul.category > li {
  border-top: 1px solid #FFF;
  color: #FFF;
}
ul.category > li:last-child {
  border-bottom: 1px solid #FFF;
}
ul.category .ttl {
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  padding: 0.6em 0 0.75em 0.5em;
}
ul.category .sList a {
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  padding: 0 0 0 1.4em;
  margin: 1em auto
}
ul.category .sList li:first-child a {
  margin: 0 auto 1em;
}
ul.category .sList li:last-child a {
  margin: 1em auto 0.9em;
}
.copyright {
  font-size: 12px;
  line-height: 1;
  margin-top: 3em;
}
nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.menu li {
  text-align: center;
  padding: 0 0;
  font-size: 20px;
  font-weight: 500;
}
.fBox ul.menu li {
  text-align: center;
  padding: 0 0;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
}
.fBox ul.menu li:first-child {
  font-size: 20px;
}
.menu li a {
  display: block;
  font-size: inherit;
}
a.shop {
  position: relative;
  border: 1px solid #2d2d2d;
  padding: 0.3em 3em 0.5em 1.5em;
  background-color: #FFF;
}
a.shop::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  content: "";
  width: 20px;
  height: 18px;
  background-image: url("/common/images/blank_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.fBox a.shop {
  padding: 0.3em 2em 0.5em 1em;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fBox a.shop::after {
  right: 15px;
}
.fBox .menu li:first-child a.shop {
  display: block;
}
a:hover.shop {
  border: 1px solid #CCC;
  background-color: #2d2d2d;
  color: #FFF !important;
}
.menu li span {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
  font-weight: 400;
}
.fb {
  width: 37px;
  height: 37px;
}
.footerLink {
  display: flex;
  justify-content: flex-start;
  gap: 0 2em;
  margin: 1em auto;
}
.footerLink li {
  font-size: 16px;
}
.footerLink li a {
  font-size: inherit;
  color: #FFF;
}
ul.category a:hover {
  line-height: 1;
  color: #FFF;
  filter: drop-shadow(0px 0px 10px rgb(255 255 255 / 1));
}
a.shop:hover::after {
  background-image: url("/common/images/blank_w.svg");
}
.fb a {
  display: block;
}
.fb a:hover {
  filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 1));
}
.footerLink li a:hover {
  filter: drop-shadow(0px 0px 10px rgb(255 255 255 / 1));
}
.breadcrumb {
  font-size: 16px;
  margin: 1em auto 0;
}
.pdBox {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.main.os .pdBox {
  align-items: flex-start;
}
.pdBox .pdImg {
  width: 100%;
  max-width: 640px;
}
.pdBox .pdTxt {
  width: 100%;
  max-width: 460px;
  padding: 0 60px;
}
.main.os .pdBox .pdTxt {
  width: 100%;
  max-width: 460px;
  padding: 3em 60px 0;
}
.pdBox .pdTtl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.75em;
  line-height: 1.2;
}
.pdBox .pdPrice {
  font-family: "Open Sans", 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-left: 0.1em;
}
.pdBox .pdPrice span {
  font-size: 0.7em;
}
.pdBox .buyBtn {}
.buyBtn a {
  display: block;
  border-radius: 3em;
  border: 2px solid #e60019;
  padding: 0.8em 0 0.9em;
  margin: 0 auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #e60019;
  background-color: #FFF;
  position: relative;
}
.buyBtn a::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  content: "";
  width: 20px;
  height: 18px;
  background-image: url("/common/images/blank_r.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.buyBtn a:hover {
  color: #FFF;
  background-color: #e60019;
  transition: all .3s ease;
}
.buyBtn a:hover::after {
  background-image: url("/common/images/blank_w.svg");
}
section.buy {
  background-color: #f6f6f6;
  text-align: center;
  padding: 70px 10px;
}
section.buy h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.buy .buyBtn {
  max-width: 340px;
  margin: 0 auto;
}
.fwb {
  font-weight: bold;
}
.lead {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
}
.txt {
  font-size: 16px;
  line-height: 1.5;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.nBox {
  width: 100%;
  padding: 60px 10px;
}

.sBox {
  width: 100%;
  padding: 2.5em 2.5em;
	border: 2px solid #c8c8c8;
	margin: 0 -10px;
}
.sBox h3.lead{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
}

.skBox{
  width: 100%;
  padding: 2.5em 2.5em;
	background-color: #f9f9f4;margin-top: 2.5em;
}
.skBox .lead{
	color: #232584;
}
.thumbBox{
	margin-top: 1.5em;
	display: flex;
	gap:0 1.5em;
}
.thumbBox .thumbBoxTxt{
	flex:1;
}
.thumbBox .mImg{
	width: 15%;
}
div.line {
  border-top: 1px solid #c8c8c8;
}
div.lineW {
  margin: 1.5em auto;
  border-top: 1px solid #c8c8c8;
}
div.lineH {
  margin: 3em auto;
  border-top: 1px solid #c8c8c8;
}
.nBox2 {
  width: 100%;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.nBox2 > div {
  width: 50%;
}
.subImg{
	padding: 40px 0 60px;
}
.imgWide{
	padding: 60px 0 60px;
}
.imgWide2{
	padding: 30px 0 60px;
}
.tableTtl {
  background-color: #f6f6f6;
  display: block;
  margin-top: 60px;
  padding: 0.75em 0 0.8em;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.sp-scroll-table {
  max-width: 100%;
  overflow-x: auto;
}
.sp-scroll-table table {
  border-collapse: collapse;
  font-size: 20px;
  margin: 1.5em 0;
  max-width: 100%;
  line-height: 1.4;
  width: 100%;
}
.sp-scroll-table td {
  font-size: 16px;
  border-top: solid 1px #e6e6e6;
  padding: 0.7em 10px 0.8em;
  word-wrap: break-word;
}
.sp-scroll-table td:first-child {
  width: 10em;
}
.sp-scroll-table tr:last-child td {
  border-bottom: solid 1px #e6e6e6;
}
main p {
  font-size: 16px;
  line-height: 1.4;
}
main .wrap {
  padding: 0 10px;
}.wBtn {
  width: 300px;
  font-size: 20px;
  margin: 3em auto;
}
.wBtn a {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 1.1em 2.5em 1.2em 2.5em; 
  border: 1px solid #2d2d2d;
  display: inline-block;
  white-space: nowrap;
}
.wBtn a::after {
  content: '▶';
  font-size: 0.9em;
  margin-left: 0.8em;
  color: #2d2d2d;
  position: static; 
}
.wBtn a:hover {
  color: #FFF;
  background-color: #000;
  transition: all .3s ease;
}
.wBtn a:hover::after {
  color: #FFF;
}
ul.brand {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  justify-content: space-between;
  margin: 0 auto 3em;
}
ul.brand li {
  width: calc(100% / 3 - 10px);
}
ul.brand li a {
  display: block;
}
ul.brand li a:hover img {
  opacity: 0.6;
  border: 1px solid #2d2d2d;
  transition: all .2s ease-in;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}
ul.brand li img {
  border: 1px solid #ddd;
}
section.contents {
  margin-top: 90px;
  padding: 0 10px 0;
}
.newsBox {}
.newsBox .news a {
  display: flex;
  align-items: flex-start;
  padding: 1.9em 10px;
  border-top: 1px solid #b4b4b4;
  background-color: #FFF;
}
.newsBox .news a:hover {}
.newsBox .news:last-child a {
  border-bottom: 1px solid #b4b4b4;
}
.newsBox .news a .newsDate {
  font-size: 16px;
  line-height: 30px;
  width: 6em;
}
.newsBox .news a .newsCate {
  font-size: 16px;
  line-height: 1;
  background-color: #434343;
  color: #FFF;
  padding: 7px 0;
  width: 8em;
  text-align: center;
  border: 1px solid #434343;
}
.newsBox .news a .newsTxt {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 1em;
  flex: 1;
  min-width: 0;
}
.newsBox .news a:hover .newsCate {
  color: #FFF;
  background-color: #e60019;
  border: 1px solid #e60019;
  transition: all 0.3s ease-in-out;
}
.list_wrap_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 1em;
  padding: 0 0 2em;
}
.list_wrap .item {
  width: calc((100% - 2em) / 3);
  text-align: center;
  position: relative;
}
.list_wrap .item p {
  font-size: 16px;
  margin-top: 0.75em;
  line-height: 1.3;
}
.list_wrap .item:hover {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}
.list_wrap h2 {
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #b4b4b4;
  padding: 2em 0;
  line-height: 1;
}

.sp {
  display: none;
}
.brandHead p {
  font-size: 20px;
  padding: 0 10px;
}
.brandHead h1 {
  width: 350px;
  margin: 0 auto;
}
ul.anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3em;
  gap: 0.5em 0;
}
ul.anchor li {
  width: 25%;
  padding: 0.5em 0;
  font-size: 18px;
}
ul.anchor li a {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #2d2d2d;
}
ul.anchor li a:hover {
  border-bottom: 1px solid #e60019;
}
#cate1, #cate2, #cate3, #cate4, #cate5, #cate6, #cate7, #cate8, #cate9, #cate10 {
  padding-top: 95px;
  margin-top: -95px;
}
.archived {
  font-weight: bold;
  font-size: 16px;
  color: #e60019;
  margin-top: -10em;
  margin-bottom: 1em;
}
.archived span {
  color: #FFF;
  background-color: #e60019;
  padding: 0.35em 0.75em;
  display: inline-block;
  line-height: 1;
  border-radius: 2em;
  position: relative;
  margin-bottom: 0.25em;
}
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  bottom: 0.4em;
  margin: auto;
}
.arrow:hover:before {
  border-bottom: solid 2px #e60019;
  border-right: solid 2px #e60019;
  transition: all 0.3s ease-in-out;
}
#thumbnail-area {
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 0;
  line-height: 0;
  padding: 5px 0;
  position: relative;
}
#thumbnail-area .section {
  cursor: pointer;
  width: calc(18% - 6px);
  display: inline-table;
  margin: 3px;
  border: 1px solid #ddd;
}
#thumbnail-area.thumb4 .section{
  width: calc(25% - 6px);
}
#thumbnail-area.thumb6 .section{
  width: calc(16% - 6px);
}
#thumbnail-area .section img {
  width: 100%;
  height: auto;
}
.youtubeBox{
	width: 100%;
	max-width: 900px;
	margin: 40px auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
sup{
	font-size: 0.6em;vertical-align: top;
}
.mainBox.mt2{
	margin-top: 40px!important;	
}
.box3{
	display: flex;
	justify-content: space-between;
}
.box3>div{
	width: 30%;
}
.s2Img{
	max-width: 300px;margin: -15% auto 0;
}
.btnT{
	position: relative;
}
.btnT::before{
    content: "";
    position: absolute;
    height: 130px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #eb93aa;
    left: 0;
    bottom: -130px;
}
.btnT::after{
    content: "";
    position: absolute;
    height: 130px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    left: 0;
    bottom: -129px;
  background-image: -moz-linear-gradient( 90deg, rgb(248,181,198) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(248,181,198) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(248,181,198) 0%, rgb(255,255,255) 100%);
}
.btnTer{
	margin-top: 1px;
}

.numBox{
	display: flex;
	align-items: center;
	margin: 40px auto 30px;
}
.numBox .num{
	width: 87px;
}
.numBox .numTxt{
	line-height: 1.4;
	flex: 1;
	padding: 0 0 0 1em;
}
.newsDetail h2{
font-weight: bold;
font-size: 25px;
border-bottom:1px solid #b4b4b4;
padding-bottom: 0.5em;
margin-bottom: 0.25em;
}
.newsDetail .date{
  font-size: 18px;
  color: #c8c8c8;
}
.red{
  color:#e60019;
}
.indent1.mb{
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 1079px) {
  header {
    height: auto;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  }
  header .inner .mainLogo {
    flex-basis: 150px;
    height: auto;
    padding: 25px 0;
    margin: 0 auto;
  }
  main {
    padding-top: 76px;
  }
  .hamburger {
    display: block;
    background-color: #FFF;
    border-radius: 0;
    position: fixed;
    top: 17.5px;
    right: 15px;
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 10000;
    border: 1px solid #e60019;
  }
  .hamburger:focus {
    outline: 0;
  }
  .hamburger .line {
    background-color: #e60019;
    display: block;
    margin: 4px auto;
    height: 2px;
    width: 20px;
    transition: all .1s ease-in;
  }
  .hamburger.open {
    border: 1px solid #2d2d2d;
  }
  .hamburger.open .line {
    background-color: #2d2d2d;
  }
  .hamburger.open .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .hamburger.open .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .menuBox {
    display: none;
  }
  footer {
    padding: 25px 15px;
  }
  .fBox {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .fc1, .fc2, .fc3 {
    flex-basis: 100%;
    width: 100%;
  }
  .fc3 {}
  ul.category .ttl {
    font-size: 22px
  }
  ul.category .sList a {
    font-size: 16px;
  }
  .fc1 ul.category > li:last-child {
    border-bottom: none;
  }
  .fc2 ul.category > li:last-child {
    border-top: none;
  }
  footer .fBox .menu {
    margin: 28px auto;
    gap: 14px 0;
  }
  footer .fBox .fc1 .menu {
    width: 80%;
  }
  .fBox ul.menu li {
    font-size: 16px;
    height: auto;
  }
  .fBox ul.menu li:first-child {
    font-size: 20px;
  }
  .menu li span {
    font-size: 13px;
  }
  .fBox a.shop {
    height: auto;
    padding: 1.1em 2em 1.2em 1em;
  }
  .fBox .fc1 ul li:first-child a.shop {
    height: auto;
    padding: 0.3em 2em 0.5em 1em;
  }
  .copyright {
    text-align: center;
    font-size: 11px;
    line-height: 1;
    margin-top: 3em;
  }
  .fb {
    margin: 0 auto;
  }
  .footerLink {
    display: flex;
    justify-content: center;
    margin-top: 3em;
  }
  .footerLink li {
    font-size: 16px;
  }
  .pdBox {
    flex-flow: column;
    margin-bottom: 50px;
  }
.main.os .pdBox .pdImg{
	margin-left: auto;
	margin-right: auto;
	}
	
.main.os .pdBox .pdTxt {
	margin-left: auto;
	margin-right: auto;
  padding: 20px 60px 0;
	max-width:70%;
}
  .archived {
    margin-top: 1em;
  }
  .list_wrap .item p {
    font-size: calc(15 / 1080 * 100vw);
  }
	.thumbBox{
	margin-top: 1.5em;
	display: block;
}
.thumbBox .thumbBoxTxt{
	flex:1;
}
.thumbBox .mImg{
	width: 100%;
	max-width: 400px;
	margin: 2em auto 0;
}
}