@charset "UTF-8";
/* utility
============================================ */
*{
  line-break: normal;
}

/* Font Color */
.mc-fc__main {
  color: #03365E;
}
.mc-fc__base {
  color: #f5fdff;
}
.mc-fc__black {
  color: #313131;
}
.mc-fc__white {
  color: #fff;
}
.mc-fc__gray {
  color: #b5b5b5;
}

/* Background color */
.mc-bgc__main {
  background-color: #03365E;
}
.mc-bgc__base {
  background-color: #f5fdff;
}
.mc-bgc__black {
  background-color: #313131;
}
.mc-bgc__white {
  background-color: #fff;
}
.mc-bgc__gray {
  background-color: #b5b5b5;
}

/* Border color */
.mc-border__main {
  border: 1px solid #03365E;
}
.mc-border__base {
  border: 1px solid #f5fdff;
}
.mc-border__black {
  border: 1px solid #313131;
}
.mc-border__white {
  border: 1px solid #fff;
}
.mc-border__gray {
  border: 1px solid #b5b5b5;
}

/* System Module
============================================ */
/* MV */
.p-productwrap .p-productwrap__block.-large .l-block[data-value="MOD_JP_00082"]:not(:root){
  padding-bottom: 0;
}
/* Buyer'sRecommend */
.l-block[data-value="MOD_JP_00016"]:not(:root){
  background-color: #f5fdff;
}

/* img Aspect
============================================ */
.js-imgAspect.u-imgAspect,
.js-imgAspect > .u-imgAspect {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

/* ==================================================================================
  common
================================================================================== */
/* /product/style.css_調整 
================================*/
.p-productwrap .p-productwrap__block .l-inner:not(:root){
  display: block;
}
/* Title
===================================== */
/* アルファベットPC */
.c-title__global .-main {
  font-size: 30px;
}

/* 日本語PC */
.c-title__global .-main.-small {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  /* アルファベットSP */
  .c-title__global .-main {
    font-size: 20px;
  }
  /* 日本語SP */
  .c-title__global .-main.-small {
    font-size: 20px;
  }
}
/* Navi
========================================= */
.c-nav__linkwrap[data-color="orange"]{
  background-color: #03365E;
}
/* Button 
==========================================*/
.mc-designbtn {
  display: block;
  width: 100%;
  max-width: 470px;
  padding: 25px 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #03365E;
  border: 2px solid #03365E;
  border-radius: 6px;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}
.mc-designbtn > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 14px;
  line-height: 1.3;
  text-align: center;
}
.mc-designbtn > span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.mc-designbtn.-small {
  padding: 14px 16px;
  font-size: 16px;
}
.mc-designbtn[data-color~="orange"] {
  color: #313131;
  background-color: #fff;
}
.mc-designbtn[data-color~="orange"] > span::after {
  border-color: #313131;
}
.mc-designbtn.-arrowBottom > span::after {
  -webkit-transform: translateY(-70%) rotate(135deg);
  transform: translateY(-70%) rotate(135deg);
}

.mc-designbtn.-noArrow > span {
  padding: 0;
}
.mc-designbtn.-noArrow > span::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .mc-designbtn {
    padding: 14px 16px;
    font-size: 16px;
  }
}

/* ==================================================================================
  original
================================================================================== */
/* Title
============================================ */
.p-cornertitle{
  text-align: center; 
  margin-bottom: 30px;
}
.p-cornertitle .-main{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:768px) {
  .p-cornertitle .-main{
    font-size: 20px;
  }
}
.p-cornertitle.-line{
  padding-top: 29px;
  border-top:1px solid #03365E;
}
@media screen and (max-width: 768px) {
  .p-cornertitle.-line{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px ;
  }
}

.p-cornertitle .-main.-crown{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 66px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-cornertitle .-main.-crown{
    margin-top: 45px;
    margin-left: 0;
    font-size: 21px;
  }
}
.p-cornertitle .-main.-crown::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -66px;
  display: block;
  width: 50px;
  aspect-ratio: 37 / 24;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(/include/shopping/common/image/commonicn_crown_240619.svg);
  background-size: contain;
  filter: invert(18%) sepia(42%) saturate(1809%) hue-rotate(178deg) brightness(94%) contrast(103%);
}
@media screen and (max-width: 768px) {
  .p-cornertitle .-main.-crown::before {
    width: 45px;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}

/* Service
============================================ */
/* View__js */
.p-viewBtn.is-open{
  display:none;
}
.p-view__Content{
  display:grid;
  /* grid-template-rows:0fr;
  transition:0.5s grid-template-rows  ease; */
}
@media screen and (max-width: 768px) {
  .p-view__Content{
    grid-template-rows:0fr;
    transition:0.5s grid-template-rows  ease;
  }
}

/* content */
@media screen and (max-width: 768px) {
  .p-service{
    width:100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-service__content{
  overflow:hidden;
  display: flex;
  justify-content: right;
  gap:20px;
}
@media screen and (max-width:768px) {
  .p-service__content{
    flex-direction: column;
  }
  .p-service__content.-reverse {
    flex-direction: column-reverse;
  }
}
/* .p-service__box{
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-service__box{
    width: calc(100% - 20px);
    margin: 0 10px;
  }
} */
.p-service__box{
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-service__box{
    /* width: calc(100% - 20px); */
    /* margin: 0 10px; */
  }
}
/* width: calc(100% - 10px - calc(100% * 80 / (416 - 32))); */
.p-service__boxwrap {
  /* max-width: 820px; */
  /* width: calc(100% - 10px - calc(100% * 80 / (416 - 32))); */
  /* margin: 0 auto; */
  /* padding: 16px; */
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-service__boxwrap{
    width: 100%;
    /* margin: 0 10px; */
  }
}
/* .p-service__icon {
  width: calc(100% * 80 / (416 - 32));
  margin-right: 10px;
  height: fit-content;
} */
.p-service__title {
  /* max-width: 510px; */
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0 auto 10px;
  gap: 10px;
}
.p-service__title .-icon {
  width: calc(100% * 80 / (416 - 32));
}
.p-service__title .-main {
  font-size: 20px;
  width: calc(100% - 10px - calc(100% * 80 / (416 - 32)));
}
@media screen and (max-width:768px) {
  .p-service__title{
    justify-content: left;
  }
  .p-service__title .-icon {
    width: calc(100% * 80 / (416 - 32));
  }
  .p-service__title .-main {
    font-size: 20px;
  }
}
.p-service__content .-figure {
  width: calc(20% - 10px);
  text-align: center;
}
.p-service__content .-copy {
  /* width: calc(80% - 10px); */
  width: calc(100% - 10px - calc(100% * 80 / (416 - 32)));
}
@media screen and (max-width:768px) {
  .p-service__content .-figure {
    width: 100%;
  }
  .p-service__content .-copy {
    width: 100%;
  }
}
.p-viewBtn {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 14px;
  display: flex;
  position: relative;
  border-bottom: 1px solid #313131;
}
.p-viewBtn::before {
  content: "";
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  right: -15px;
  top: 50%;
  position: absolute;
}

/* Item
============================================ */
.p-item__box{
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-item__box{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-item__text{
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.p-item__text.-q::before{
  content: "Q.";
}
.p-item__text.-a::before{
  content: "A.";
}

/* Brand 
=========================================*/
.p-brand .l-block__item{
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-brand{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-brand .l-block__item{
    width: calc(100% -20px);
    margin: 0 auto;
  }
}

/* Category 
=========================================*/
.p-category .l-block__item{
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-category{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-category .l-block__item{
    width: calc(100% -20px);
    margin: 0 auto;
  }
}

/* Card
============================================ */
.p-card{
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
}
.p-card__box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 16px;
}
@media screen and(max-width:768px) {
  .p-card__box{
    flex-direction: column;
  }
}