@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/
.userCategoryContents{
  margin: 5px auto 0;
  font-size: 1.7rem;
  /*! font-family: 'Noto Sans JP', sans-serif; */
  /*! font-weight: 500; */
  letter-spacing: 0.08em;
  line-height: 1.4;
}

/*----------------[Layout]----------------*/
.l_userMv {
  margin: 0 auto;
  background: url(../ui3060/bg_01.png) no-repeat #f5f7fa center;
  background-size: cover;
  position: relative;
}
.l_userSizeComparison {
  margin: 0 auto;
  background: #fff;
}
.l_userProduct01 {
  margin: 0 auto;
  background: #f5f7fa;
  position: relative;
}
.l_userProduct02 {
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.l_userProduct03 {
  margin: 0 auto;
  background: #f5f7fa;
  position: relative;
}


/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  max-width: 1160px;
  height: 360px;
  margin: 0 auto;
  background: url(bg_02_pc.png) no-repeat right 0;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.m_userTitle_inner{
  width: 610px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.m_userTitle{
  font-size: 4rem;
  letter-spacing: 0.08em;
}

/*-----section-----*/
.m_section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}
.m_section_ttl {
  font-size: 3.6rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}
.m_section_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #333;
}
.m_section_box{
  margin: 30px auto 0;
}
.m_section_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #c00;
}
.m_txtLine{
  background: linear-gradient(#fff79b 0%, #fff79b 100%);
}
.m_txtCut{
  font-size: 1.3rem;
  margin-top: 10px;
}


/*----------------[original]----------------*/
/*-----mv-----*/
.mv_list{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}
.mv_list > li{
  /*! padding: 5px; */
  background: #333;
  color: #fff;
  width: calc((100% - 15px) / 3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mv_list li span{
  padding: 10px 3px;
  text-align: center;
  line-height: 1.2;
}
.mv_list .icn_japan span {
  background: url(../ui3000/icn_japan.png) 8px center no-repeat;
  background-size: 14%;
  width: 100%;
  padding-left: 45px;
}
.mv_list .icn_free span {
  background: url(../ui3000/icn_free.png) 8px center no-repeat;
  background-size: 16%;
  width: 100%;
  padding-left: 50px;
}
.mv_list .icn_3years span {
  background: url(../ui3000/icn_3years.png) 8px center no-repeat;
  background-size: 15%;
  width: 100%;
  padding-left: 50px;
  /*! font-size: 1.2rem; */
}
.userTitleTxt{
  margin-top: 20px;
  font-size: 1.6rem;
}



/*-----userSizeComparison-----*/
.sizeList{
  padding: 40px 15px;
  background: url(../ui3060/bg_03.png) repeat;
  border: 1px solid #d2dce6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-family: noto sans jp,sans-serif;
  font-weight: 500;
}
.sizeItem{
  width: calc((100% - 45px) / 3);
  text-align: center;
}
.sizeItemTxt{
  margin-top: 15px;
}
.sizeItemRead{
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.m_txtLine01{
  background: linear-gradient(#ffe4da 0%, #ffe4da 100%);
}
.m_txtLine03{
  background: linear-gradient(#d9ffcd 0%, #d9ffcd 100%);
}
.m_txtLine04{
  background: linear-gradient(#fffcae 0%, #fffcae 100%);
}
.sizeItemTxt ul{
  padding: 0 15px;
  text-align: left;
}
.sizeItemTxt ul > li{
  padding-left: 20px;
}
.sizeItemTxt ul > li a{
  position: relative;
}
.sizeItemTxt ul > li span{
  padding-left: 10px;
}
.sizeItemTxt ul > li + li{
  padding-top: 5px;
}
.sizeItemTxt ul > li a::before{
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   vertical-align: middle;
}
.sizeItemAnchor01 a::before{
 background: #ffe4da;
 border: 2px dotted#bc654e;
}
.sizeItemAnchor03 a::before{
 background: #d9ffcd;
 border: 2px dashed #57a84a;
}
.sizeItemAnchor04 a::before{
 background: #fffcae;
 border: 2px solid #d8a852;
}
.sizeList_cut{
  margin-top: 10px;
  text-align: right;
  font-size: 1.3rem;
}


/*-----userProduct01-----*/
.userProductLayer01{
  background: url(../ui3060/bg_04_01.png) no-repeat left 97% top;
}
.userProductLayer02{
  background: url(../ui3060/bg_03.png) repeat;
}
.userProductBox{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userProduct_col02{
  width: 480px;
}
.userProductTtl{
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.l_userProduct01 .userProductTtl{
  color: #ffe4da;
}
.userProductTtl span{
  display: inline-block;
  background: #333;
  padding: 2px 10px 5px;
}
.userProductTtl span + span{
  margin-top: 5px;
}
.userProductTtl .userProductTtlcut{
  font-size: 1.3rem;
  padding: 0;
  vertical-align: top;
}
.userProductRead{
  margin-top: 30px;
}
.userProductRead span{
  font-size: 2rem;
}
.productPointList{
  margin-top: 20px;
}
.productPoint{
  list-style: disc;
  margin-left: 20px;
}
.productPoint + li{
  margin-top: 3px;
}
.productSpac01{
  margin-top: 15px;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
}
.productSelection{
  margin-top: 15px;
}
.productSelectionTtl{
  font-weight: bold;
}
.productSelection ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.productSelection ul li {
  width: 49%;
}
.productColer ul li:nth-of-type(2n),
.productOffice ul li:nth-of-type(2n){
    margin-left: 2%;
}
.productSelectionLabel{
  padding: 10px 8px;
  background: #fff;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
  display: block;
}
.productSelectionLabel:hover{
  cursor: pointer;
  background: #fff8e5;
}
.productSelectionLabel::before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.productSelectionLabel:hover:before {
      height: calc(100% - 4px);
      width: calc(100% - 4px);
      border: 2px solid #0784E8;
}
.productSelectionLabel input{
  cursor: pointer;
}
.productColer .productSelectionLabel{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productOffice .productSelectionLabel{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: center;
}
.model_radio{
  margin-right: 10px !important;
}
.productSelectionLabel img{
  margin-left: 10px;
}
.productOffice_price{
  letter-spacing: 0;
  margin-top: 15px;
}
.productOffice_price-red{
  color: #c00;
}
.productOffice_price-red span{
  font-size: 3rem;
}
.productPeriod{
  text-align: right;
  margin-top: 15px;
}
.productCartBtn,.productCartBtn02{
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}
.productCartBtn a,.productCartBtn02 a{
  display: block;
  background: #c00;
  border-radius: 3px;
  width: 300px;
  padding: 15px;
  margin: 5px 0 0 auto;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.productCartBtn a::after,
.productCartBtn02 a::after{
  font-family: 'FontAwesome';
  content: "\f07a";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.productCartBtn a:hover,
.productCartBtn02 a:hover{
  opacity: 0.5;
}

.userProduct_col01{
  width: 770px;
  margin-left: -130px;
  /*! overflow: hidden; */
}
/* --スライダ-- */
.userProduct_slide .change-btn-wrapper {
  margin: 40px auto;
  position: relative;
  width: 58%;
}
.userProduct_slide .change-btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #606a76;
  cursor: pointer;
}
.userProduct_slide .change-btn span{
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.userProduct_slide .change-btn span:hover {
  background-color: #fff;
  border: 1px solid #606a76;
}
.userProduct_slide .prev-btn {
  left: 0;
}
.userProduct_slide .prev-btn span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%)rotate(-45deg);
}
.userProduct_slide .prev-btn span:hover::before {
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
}
.userProduct_slide .next-btn span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%)rotate(135deg);
}
.userProduct_slide .next-btn span:hover::before {
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
}
.userProduct_slide .slides {
  padding: 0;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.12);
  margin: 0 10px 10px 0;
}
.userProduct_slide .slide {
  display: none;
}
.userProduct_slide .slide_active {
  display: block;
}
.userProduct_slide .index-btn-wrapper {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  width: 58%;
  margin: 0 auto;
}
.userProduct_slide .index-btn {
  background-color: #fff;
  border: 1px solid #606a76;
  width: 18px;
  height: 18px;
  margin: 0px 5px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
}
.userProduct_slide .index-btn:hover {
  background-color: #606a76;
}
.userProduct_slide .index-btn_active {
  background-color: #606a76;
}

.productSpacAccordion{
  margin-top: 30px;
  text-align: right;
}
.productSpacBtn{
  text-decoration: underline;
  cursor: pointer;
  color: #003490;
  display: inline-block;
  /*! font-size: 1.6rem; */
}
.productSpacBtn:hover {
  color: #48c0eb;
}
.productSpac02{
  display: none;
}
.productSpac02Box::before{
  content: "";
  position: absolute;
  top: -10px;
  right: 40px;
  margin-top: -30px;
  border: 20px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 20px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 20px;
  border-bottom: 20px solid #ffff;
  z-index: 2;
}
.productSpac02Box{
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  letter-spacing: 0.05em;
}
.productSpac02Box > div{
  width: 50%;
}
.productSpac02Box > div dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.productSpac02Box > div dt,
.productSpac02Box > div dd{
  padding: 5px 5px 3px;
}
.productSpac02Box > div dt{
  background: #edf1f6;
  width: 22%;
  text-align: right;
}
.productSpac02Box > div dd{
  width: 77%;
}


/*-----userProduct02-----*/
.l_userProduct02 .userProductLayer01{
  background: url(../ui3060/bg_04_02.png) no-repeat right 97% top;
}
.l_userProduct02 .userProductBox{
  flex-direction: row-reverse;
}
.l_userProduct02 .userProductTtl{
  color: #d9ffcd;
}
.l_userProduct02 .userProduct_col01{
  margin-right: -130px;
}
.l_userProduct02 .productSpac01 {
  background: #edf1f6;
}
.l_userProduct02 .productSpac02Box{
  background: #edf1f6;
}
.l_userProduct02 .productSpac02Box::before{
  border-bottom: 20px solid #edf1f6;
}
.l_userProduct02 .productSpac02Box > div dt {
  background: #dfe4ea;
}


/*-----userProduct03-----*/
.l_userProduct03 .userProductLayer01{
  background: url(../ui3060/bg_04_03.png) no-repeat left 97% top;
}
.l_userProduct03 .userProductTtl{
  color: #fffcae;
}


/*-----userNote-----*/
.userNoteBox{
  border: 2px solid #ccc;
}
.userNoteTitle{
  padding: 10px 20px;
  background: #f6f7fb;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.userNoteList{
  padding: 10px 20px;
}
.userNoteItem {
  text-indent: -1.4em;
  padding-left: 1.4em;
}


/*-----banner_box-----*/
.banner_box{
  text-align: center;
}
.banner_box .m_section_inner{
  padding: 0;
}
.banner_txt {
  font-size: 2rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  color: #c00;
}
.banner_link{
  display: inline-block;
}
.banner_link:hover{
  opacity: 0.5;
}


/*-----userPikup-----*/
.userPikupList_col4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.userPikupList_col4 li{
position: relative;
display: flex;
width: 32%;
margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+4){
  margin-top: 30px;
}
.userPikupList_col4 li a{
  text-decoration: none;
  color: #333333;
  padding: 0;
}
.userPikupList_link {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 3px;
}
.userPikupList_link:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  /*border: 1px solid #cccccc;*/
  border-radius: 3px;
}
.userPikupList_link:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
.userPikupList_box img{
  width: 100%;
  border: 1px solid #ccc;
}
.userPikupList_box .m_section_txt{
  font-size: 1.6rem;
  padding: 10px 15px;
}



@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
.userCategoryContents{
  font-size: 1.6rem;
}
.userCategoryContents img{
  width: 100%;
  height: auto;
}

/*----------------[Layout]----------------*/
.l_userMv {
  background: url(../ui3060/bg_01_sp.png) no-repeat #f5f7fa center;
  background-size: cover;
}


/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  height: auto;
  margin: 0 auto;
  background: url(bg_02_sp.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: block;
}
.m_userTitle_inner{
  width: 100%;
  padding: 30px 10px 45%;
}
.m_userTitle{
  font-size: 3rem;
  text-align: center;
}

/*-----section-----*/
.m_section_inner {
  width: 100%;
  padding: 40px 10px;
}
.m_section_ttl {
  font-size: 2.4rem;
}

/*----------------[original]----------------*/
/*-----mv-----*/
.mv_list{
  flex-wrap: wrap;
}
.mv_list > li{
  width: 49%;
  min-height: 40px;
}
  .mv_list > li:nth-of-type(n+3){
    margin-top: 10px;
  }


/*-----userSizeComparison-----*/
.sizeListBox{
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.sizeList{
  padding: 30px 15px;
  font-weight: 400;
  width: 230%;
  font-size: 1.4rem;
}
.sizeItemImg{
  max-width: 210px;
  margin: 0 auto;
}
.sizeItemTxt{
  margin-top: 10px;
}
.sizeItemRead{
  font-size: 1.6rem;
}
.sizeItemTxt ul{
  padding: 0;
}
.sizeItemTxt ul > li{
  padding-left: 0;
  text-align: center;
}


/*-----userProduct01-----*/
.userProductBox{
  display: block;
}
.userProduct_col02{
  width: 100%;
  margin: 30px auto 0;
}
.userProductTtl{
  font-size: 2.5rem;
}
.userProductRead span{
  font-size: 1.8rem;
}
.productSelection ul{
  justify-content: space-between;
}
.productSelectionLabel {
  min-height: 65px;
}
.productSelection ul li img{
  width: 10%;
}
.productCartBtn a, .productCartBtn02 a{
  width: 100%;
}

.userProduct_col01{
  width: 100%;
  margin: 0 auto;
}
/* --スライダ-- */
.userProduct_slide .change-btn-wrapper {
  margin: 20px auto;
  width: 100%;
}
.userProduct_slide .change-btn {
  width: 35px;
  height: 35px;
}
.userProduct_slide .change-btn span {
  width: 35px;
  height: 35px;
}

.userProduct_slide .slides {
  margin: 0 10px 10px 10px;
}
.userProduct_slide .index-btn-wrapper {
  width: 65%;
  flex-wrap: wrap;
  padding: 0;
}
.userProduct_slide .index-btn {
  margin: 0 7px 10px 7px;
}
.productSpac02Box{
  padding: 10px;
  display: block;
}
.productSpac02Box > div{
  width: 100%;
}
.productSpac02Box > div dt{
  width: 32%;
}
.productSpac02Box > div dd{
  width: 68%;
}


/*-----userProduct02-----*/
.l_userProduct02 .userProduct_col01{
  margin-right: 0;
}


/*-----userProduct03-----*/


/*-----userNote-----*/
.userNoteTitle{
  padding: 10px;
}
.userNoteList{
  padding: 10px;
}


/*-----banner_box-----*/
.banner_box{
  padding: 0 10px;
}
.banner_txt{
  font-size: 1.5rem;
  letter-spacing: 0;
}


/*-----userPikup-----*/
.userPikupList_col4 {
	justify-content: flex-start;
}
.userPikupList_col4 li{
	width: 49%;
	margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+3){
  margin-top: 30px;
}
.userPikupList_link:hover:before {
  border: none;
}
.userPikupList_box .m_section_txt{
  font-size: 1.4rem;
  padding: 10px 0 0;
}

}