@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;transition:0.3s;}html{line-height:1}ol,ul{list-style:none}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
input,select,option,textarea{border-radius:none;border:none;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;}
body{font-family: "BIZ UDPGothic", sans-serif, "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;line-height:1.2;position:relative;font-weight:500;color:#333333;letter-spacing:0.2em;background:url("img/bg.jpg");}


.CottonPoint ul{text-align:center;font-size:0;box-sizing:border-box;}
.CottonPoint ul li{display:inline-block;vertical-align:top;width:28%;margin:0 1.5%;}
.CottonPoint ul li img{width:70%;display:block;margin:0 auto;border-radius:100px;border:1px solid #eeeeee;}
.CottonPoint ul li h5{text-align:center;font-size:20px;line-height:1.8;margin:10px 0;}
.CottonPoint ul li h5 span{border-bottom:5px solid #f5ecdc;}
.CottonPoint ul li p{font-size:14px;line-height:1.8;text-align:center;}

.AnchorNav{margin:60px 0 0 0;}
.AnchorNav h3{border:none;}
.AnchorNav div{text-align:center;font-size:0;box-sizing:border-box;}
.AnchorNav div a{width:40%;margin:0 4%;padding:20px 0;font-size:18px;display:inline-block;line-height:1.8;color:#333333;filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
						  background-color: #ffffff;box-shadow: 0px 0px 20px 20px #ffffff;}
.AnchorNav div a span{font-size:22px;}
.AnchorNav div a b{display:block;font-size:16px;font-weight:900;color:#f00000;}
.AnchorNav div a img{background:#c99e8d;padding:10px 10px;display:block;width:40px;border-radius:100px;margin:0 auto;}
.AnchorNav div a[href="#topic02"] img{background:#88836f;}

.TopicCopy{margin:100px auto 60px;text-align:center;}
.TopicCopy h4 b{display:block;font-size:18px;font-weight:900;color:#f00000;}
.TopicCopy h4{font-size:32px;line-height:2.0;padding:30px 0 0 0;}
.TopicCopy p{font-size:16px;line-height:2.6;margin:20px 0 0 0;}

.MoreLink{text-align:center;font-size:0;box-sizing:border-box;margin:0 0 100px 0;}
.MoreLink a{width:40%;margin:0 4%;padding:30px 0;font-size:18px;display:inline-block;line-height:0;color:#c99e8d;font-weight:900;border:2px solid #c99e8d;border-radius:10px;background:#ffffff;}
.MoreLink a:nth-child(2){color:#88836f;font-weight:900;border:2px solid #88836f;}

.MoreLink a:hover{color:#ffffff;background:#c99e8d;}
.MoreLink a:nth-child(2):hover{background:#88836f;}



  @media (max-width:767px){
	.CottonPoint ul li{display:block;width:90%;margin:0 1.5%;margin:20px auto }
	.CottonPoint ul li img{width:60%;border-radius:1000px;}
	.CottonPoint ul li h5{font-size:18px;}
	.CottonPoint ul li p{font-size:12px;text-align:justify;}
	.CottonPoint br{display:none;}

	.AnchorNav{margin:60px 0 0 0;}
	.AnchorNav div a{width:90%;margin:40px auto 0;padding:10px 0;font-size:16px;display:block;box-shadow: 0px 0px 10px 10px #ffffff;}
	.AnchorNav div a span{font-size:20px;}
	.AnchorNav div a b{font-size:14px;}
	.AnchorNav div a img{background:#c99e8d;padding:10px 10px;display:block;width:30px;border-radius:100px;margin:0 auto;}
	.AnchorNav div a[href="#topic02"] img{background:#88836f;}

	.TopicCopy{margin:100px auto 60px;text-align:center;}
	.TopicCopy h4 b{font-size:16px;font-weight:900;color:#f00000;}
	.TopicCopy h4{font-size:22px;line-height:2.0;padding:30px 0 0 0;}
	.TopicCopy p{font-size:14px;line-height:2.0;margin:20px 0 0 0;text-align:justify;}
	.TopicCopy br{display:none;}
	  
	 .MoreLink a{width:90%;margin:20px auto 0;padding:30px 0;font-size:16px;display:block;}

}

#topic01{border-top:5px #c99e8d solid;display:block;}
#topic02{border-top:5px #88836f solid;display:block;}

/*【必須】ヘッダー*/
  header{
    width:100%;
    height:40px;
    position:fixed;
    color:#ffffff;
    border-bottom:1px solid #ffffff;
    background:#3e3a39; /*スクログは　#00AFD0*/
    z-index:100;
  }
  header div{
    max-width:1000px;
    margin:0 auto;
    position:relative;
  }
  header div h1 a{
    display:block;
    width:150px;
    position:absolute;
    left:0;top:10px;
  }
  header div h1 a img{display:block;width:100%;}
  header div p{
    font-size:16px;
    position:absolute;
    right:0;
    top:12px;
    font-weight:500;
  }

  @media (max-width:991px){
    header div{width:94%;}
  }
  @media (max-width:767px){
    header div{width:94%;}
    header div h1 a{width:120px;top:12px;}
    header div p{font-size:14px;top:14px;}
  }

/*基本設定*/
  br.pc-br{display:block;}
  br.mb-br{display:none;}

  img.pc-img{display:block;}
  img.mb-img{display:none;}
  a:hover{opacity: 0.7;}
  a{text-decoration: none;}

  section{
    max-width:1000px;
    margin:0 auto 60px;
    padding:0 30px;
  }
  section h2 img{
    width:100%;
    display:block;
    padding-top: 80px;
  }

  /*2カラム*/
  .column2 li{width: 49%;}

  /*3カラム*/
  .column3 li{width:32%;}

  /*4カラム*/
  .column4 li{width:23.5%;}

  /* flexBox */
  .flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @media (max-width:991px){
    section{
      width:92%;
      padding:60px 0 0 0;
      margin:0 auto;
    }
  }

  @media (max-width:767px){
    br.pc-br{display:none}
    br.mb-br{display:block;}

    img.pc-img{display:none;}
    img.mb-img{display:block;}

    section{
      width:92%;
      padding:60px 0 0 0;
      margin:0 auto;
    }
    section h2 img{padding:0;}
    section p.main-copy{
      font-size:14px;
      line-height:2.0;
      padding:20px;
      text-align-last:auto;
      text-align: left;
    }

    .flexBox{
      justify-content: center;
    }

    /*カラム*/
    .column2 li,.column3 li,.column4 li{
      width:100%;
      margin-bottom: 20px;
    }

  }


/*	メインタイトル */
  section p.main-copy{
    font-size:16px;
    line-height:2.0;
    letter-spacing:0.05em;
    padding:30px 0 ;
    text-align: center;
  }
  section .emphasis{
    color:#fe68a7;
    font-weight:bold;
  }


/* ナビゲーション */
  h3{
    font-size: 24px;
    font-weight: 900;
    border-top: solid #eeeeee 3px;
    border-bottom: solid #eeeeee 3px;
    text-align: center;
    margin: 30px auto;
    padding:14px 0 10px;
    width:100%;
  }
  .navi{
    margin-bottom:60px;
    justify-content: space-between;
  }

  nav ul li{
    border:#001e80 solid 2px;
    border-radius: 5px;
    padding:20px;
    margin:10px 0;
    box-sizing: border-box;
  }
  nav ul img{
    width: 35%;
    vertical-align: middle;
    border-radius: 5px;
  }

  nav ul p{
    width:60%;display:inline-block;
    font-size:20px;
    line-height:1.6;
    vertical-align:middle;
    padding:10px 0 30px 20px;
    background-image:url(./img/shop-arrow01.svg);
    background-size:25px auto;
    background-position:center bottom;
    background-repeat:no-repeat;
  }

  nav ul p span{
    color:#ff508c;
    font-weight: 900;
    display: block;
    border-bottom: #ff508c solid 2px;
    font-size: 24px;
    margin-bottom:10px;
    text-align:center;
  }
  nav ul a{color:#333;}

  @media (max-width:1030px){
    nav a p{width:55%;}
    nav ul p {
      font-size:18px;
      padding:10px 0 10px 10px;
    }
    nav ul p span{font-size: 20px;}
  }


  @media (max-width:767px){
    nav ul{margin:30px 0;}
    nav .column2 li{
      padding:10px;
      width:90%;
      margin:2% auto;
    }
    nav ul p{
      font-size: 14px; 
      padding:10px 0 20px 10px;
    }
    h3{width:100%;font-size: 20px;}
    .navi{margin: 0;}
  }



/* topic */
  .lead {margin-bottom:60px;}
  .lead img{width: 100%;}
  .lead-img{width:40%;}
  .lead-text{width:55%;}
  .lead-text h4{
    font-size:28px;
    font-weight:900;
    border-top: #001e80 solid 3px;
    border-bottom: #001e80 solid 3px;
    padding:20px;
    line-height: 1.6;
  }
  .lead-text h4 span{
    display: block;
    color:#fe68a7;
  }
  .lead-text p{padding:10px;line-height: 1.6;margin:20px 0;}
  .lead-text p span{font-weight:900;color:#ff508c;}

    @media (max-width:767px){
      #topic01,#topic02,#topic03,#topic04{padding:30px 0;}
      .lead-img{width:100%;margin:0 auto;}
      .lead-text{width:100%;}
      .lead-text h4{font-size:24px;}
    }


/*アイテムリスト*/
  .item_list ul li{
    display: flex;
    flex-direction: column; 
    margin-bottom:5%;
    border:#cccccc solid 1px;
    padding:20px;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
	 border-radius:5px;
  }

  .item_list img{width:100%;border-radius:5px;}
  .item_list div{text-align: left;}
  .item_list h4{
    font-size:16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .item_list .copy{
    margin:10px 0;
    font-size: 14px;
  }
  .item_list .price{
    font-size:18px;
    font-weight:bold;
    color:#d10000;
    text-align:right;
    margin:10px;
  }
  .item_list .price::after{
    content:"円";
    font-size:14px;
  }

/*ボタン*/
  .item_list .btn{
    background: #deb887;
    text-align: center;
    color: #fff;
    padding:3%;
    width:100%;
    border-radius: 5px;
    font-size:18px;
    font-weight: bold;
    margin: 10px auto 0;
    display: block;
    box-sizing: border-box;
    position: relative;
  }

.item_list .btn.big,.item_list .btn.none{background:#e6a88a;}


  .btn:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.rakuten.ne.jp/gold/suteteko/special/_img/icon_arrow_wh.svg);/*各モールにある矢印を使用*/
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top:50%;
    right:5px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .btn_more{
    display:block;
    padding:15px;
    font-size:18px;
    font-weight: 900;
    text-align: center;
    color:#001e80;
    border:solid 3px #001e80;
    width:40%;
    border-radius: 5px;
    margin:30px auto;}

  .btn_more:hover{
      background-color: #001e80;
      color:#fff;
      opacity: 1.0;
    }

  @media (max-width:767px){
    .item_list ul li{
      display: block;
      border:none;
      border-bottom:#ccc solid 1px;
      padding: 5px 5px 15px 5px;
      justify-content: space-between;
    }  
    .item_list img{
      width:50%;
      float: left;
    }
    .item_list div{
      width:45%;
      float: right;
    }
    .item_list h4,.item_list .copy,.btn_more{
      font-size:14px;
      }
    .item_list .price{
      font-size: 14px;
      margin:10px 0;}
    .item_list .price::after{
    font-size:12px;
    }
    .item_list .btn{
      width:100%;
      font-size: 14px;
      padding:6%;
      box-sizing: border-box;
      float: right;
      }
    .btn:after{width:15px;height:15px;}
    .btn_more{width:80%;}
  }

/* ポイント解説 */
  .point{
    text-align: center;
    margin:40px 0;
    justify-self: center;}
  .point li{
    padding:40px;
    box-sizing:border-box;
    }
  .point h5 {
    font-size: 24px;
    font-weight: 900;
    }
  .point img{
    width:100%;
    margin:30px 0;
    }
  .point p{
    line-height: 1.6;
    margin: 0 auto;
    }
  .point p span{
    font-size:18px;
    display: block;
    font-weight: 900;
    margin-top: 10px;
    color: #ff508c;
    }

  .point h5 span {
    font-size:36px;
    position: relative;
    color: #001e80;
    display: block;
    border-bottom:solid 3px #001e80;
    width:11%;
    margin:30px auto;
  }
  .point h5 span:before {
    content: "point";
    font-size: 16px;
    position: absolute;
    top:-20px
  }

  @media (max-width:767px){
    .point li{padding: 0;}
    .point p{width:90%;}
    .point h5 span {width:15%;}
  }

/*誘導*/
 .link {
  text-align: center;
  margin:50px auto;
  color:#ff508c;
  font-size:24px;
  font-weight: 900;
  }
 .link img{width:80%;}



/*特集への誘導*/
  .spe_brand,.spe_topic{
    padding-bottom:60px;
    text-align: center;
  }
  .spe_brand img,.spe_topic img{width:100%;}
  .special p{
    color:#333;
    font-size: 16px;
    margin-top:5px;
  }

    @media (max-width:767px){
    .link img{width:100%;}
    .spe_topic li{width:98%;}
    }


/*【必須】フッター*/
  footer{
  padding:0 0 60px 0;
  text-align:center;
  }
  footer div{
  width:600px;
  margin:0 auto;
  }
  footer div a{
    width:45%;
    display:inline-block;
    text-align:center;
    margin:0 5% 0 0;
    border-style:solid;
    border-width:3px;
    border-radius:5px;
    box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    font-size:18px;
    padding:15px 0;
    text-decoration:none;
    color:#ffffff
  }
  footer div a.pagetop{
  border-color:#3e3a39;/*スクログは#808080*/
  background:#3e3a39;/*スクログは#808080*/
  }
  footer div a.storetop{
  border-color:#f00000;/*スクログは#00AFD0*/
  background:#f00000;/*スクログは#00AFD0*/
  margin:0;
  }
  footer div a.pagetop:hover{
  color:#3e3a39;/*スクログは#808080*/
  background:#ffffff;
  }
  footer div a.storetop:hover{
  color:#f00000;/*スクログは#00AFD0*/
  background:#ffffff;
  margin:0;
  }
  footer small{
  font-size:12px;
  padding:40px 0 0 0;
  display:block;
  letter-spacing:0;
  }

    @media (max-width:767px){
    footer{
      padding:0 0 40px 0;
      text-align:center;
    }
    footer div{
      width:90%;
      margin:0 auto;
    }
    footer div a{
      width:70%;
      margin:10px auto;
    }

    footer small{
      font-size:10px;
      padding:40px 0 0 0;
      display:block;
      letter-spacing:0;
    }
  }




/* ページトップ */
  #pageTopWrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1160px;
    height: 1px;
    margin: 0 auto;
    z-index: 99999;
  }
  #pageTopWrap .character {
    position: absolute;
    bottom: 73px;
    right: 0;
  }
  #pageTopWrap .character img {
    max-width: 60px;
  }

  #pageTop a {
    background: #3D3A39;/*スクログは#019AC9*/
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 11px;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #pageTop a:hover {
    opacity: 1;
  }
  #pageTop a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #pageTop a span:before {
    content: "";
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background: url("https://www.rakuten.ne.jp/gold/suteteko/special/_img/icon_arrow_wh.svg") no-repeat;/*各モールにある矢印を使用*/
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
    @media screen and (max-width: 1300px) {
      #pageTop a {
        margin: 0;
        right: 20px;
      }
    }
    @media screen and (max-width: 1160px) {
      #pageTopWrap .character {
        right: 20px;
      }
    }
    @media screen and (max-width: 767px) {
      #pageTopWrap .character {
        right: 10px;
      }
      #pageTop a {
        margin: 0;
        right: 10px;
      }
    }



