@charset "utf-8";
/* CSS Document */
body {
  background-color: #ffffff;
　color:#333333;
}
@media screen and (max-width: 1280px) {
body {
  background-color: #ffffff;
    color:#333333;
}
}
a {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
    color: inherit;
}
a:link {
    color: inherit;
    text-decoration: none;
}


.main_title_img{
    display: block;
    width: 120px;
    margin: 0 auto;
}
.recommend_wrap{
    background-color: #ffe5e6;
    padding: 30px 0;
    margin: 50px auto;

}
.title_img{
    margin-top: 100px;
    width: 25%;
}
.sub_text{
    margin-bottom: 100px;
}
.recommend_text{
    text-align: center;
    margin: 0 14px 60px;
    font-weight: bold;
}
.flex-container-recommend-1 {flex-basis: 47%}
.flex-container-recommend-2 {flex-basis: 50%}
.inner02 {
  width: 960px;
  margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bg03{
    background-color:#ffe5e6;
	padding: 10px 10px 30px;
}
.item-option2{
	font-size: 0.5rem;
    color: #000;
    border: 2px solid #000;
    padding: 2px 4px;
	vertical-align: super;
}
.item-option3{
	font-size: 0.5rem;
    font-weight: 600;
     color: #E83843;
    border: 1px solid #E83843;
    border-radius: 5px;
    padding: 2px 5px;
    
}
.item-option{
	font-size: 0.8rem;
    color: #E83843;
    border: 1px solid #E83843;
    border-radius: 5px;
    padding: 2px 5px;
}
.item-option4{
	font-size: 0.8rem;
    color: #000;
    border: 2px solid #000;
    padding: 4px 4px;
	vertical-align: super;
}
.flex-container-recommend-2col{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.flex-container-recommend-2col div{
width: 48%;	
    text-align: left;
    background-color: #FFF;
    padding: 20px;
}
.btn-001-2 {
    width: 100%;
  padding: 15px;
  text-align: center;
  dasplay: block;
  background-color: #E83843;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
}
.btn-001-2:hover {
  opacity: 0.7;
}
.br-sp{
	display: none;
}
.link-100{
	display: block;
}
.link-100:hover{
	opacity: 0.7;
}
.pointback-pc{
	/*font-family: "ＭＳ ゴシック",sans-serif;*/
	font-size: 40px;
	font-weight: bold;
	color: #404040;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.pointback-sp{
	/*font-family: "ＭＳ ゴシック",sans-serif;*/
	font-size: 24px;
	font-weight: bold;
	color: #404040;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.cover {
  /*background-image: url(./img/obi.jpg);*/
  background-color: #A90005;
  height: 102px;
  background-size: cover;
}
.cover-sp {
  display: none;
}
.cover-pc {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
    text-align: center;
}
.header {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {


     .cover-pc {
    display: none;
  }
  .cover-sp {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
    .title_img{
        width: 50%;
    }
  .cover {
    height: 60px;
  }
  #logo01 {
    display: block;
    width: 131px;
    margin: 0 auto;
  }
  #logo02 {
    display: none;
  }
  #logo {
    display: none;
  }
}
#logo {
  float: left;
}
#logo01 {
  display: none;
}
#logo02 {
  margin-top: 50px;
  float: right;
}
@media screen and (max-width: 786px) {
  .cover {
    height: 55px;
  }
  #logo01 {
    display: block;
    width: 131px;
    margin: 0 auto;
  }
  #logo02 {
    display: none;
  }
  #logo {
    display: none;
  }
}

/*tkd追加分 2021.03.16*/
.bg-flower {
	background-color: #ffe5e6;
}
.bg-flower_bottom {
	background-image: 
    /* 1枚目の背景画像のパス */
    url(./img/end_left.png),
    /* 2枚目の背景画像のパス */
    url(./img/end_right.png),
	/*グラデーションカラー*/
	linear-gradient(white 0%,white 25%,#ffe5e6 25%,#ffe5e6 100%);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left 0px,
    /* 2枚目の背景画像の表示位置 */
    right 0px;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;
}
@media screen and (max-width: 1040px) {
.bg-flower_bottom {
	background-image: 
    /* 1枚目の背景画像のパス */
    url(./img/sp_end_left.png),
    /* 2枚目の背景画像のパス */
    url(./img/sp_end_right.png),
	/*グラデーションカラー*/
	linear-gradient(white 0%,white 25%,#ffe5e6 25%,#ffe5e6 100%);
}
}
.bg-white {
	width: 100vw;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	padding-bottom: 20px;
	margin-bottom: 0px;
    

}
@media screen and (max-width: 1040px) {
.bg-white {
	width: 95%;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
}
.heading-text {
	text-align: right;
	position: relative;
	top: -60px;
	margin-bottom: -30px;
}
@media screen and (max-width: 1280px) {
.heading-text {
	text-align: center;
	position: relative;
	top: -20px;
	font-size: 12px;
	margin-bottom: 0px;
}
}
.leftbox {
    position: relative;
}

.leftbox div.lefttext {
    position: absolute; 
    left: 20px; 
    top: 20px; 
}
.lefttext p.lefttitle {
	display:inline-block;
	vertical-align:top;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	font-weight: bold;
	color: #e83843;
	font-size: 22px;
	line-height: 1.4;
	margin-top: 20px;
}
.leftbox div.item-description {
	width: 40%;
    position: absolute; 
    left: 40px; 
    top: 100px; 
}
.bottombox {
    position: relative;
}

.bottombox div.bottomtext {
    position: absolute; 
    left: 20px; 
    top: 325px; 
}
.bottomtext p.bottomtitle {
	display:inline-block;
	vertical-align:top;
	position: relative;
    left: 60%;
    transform: translateX(-50%);
	font-weight: bold;
	color: #e83843;
	font-size: 22px;
	line-height: 1.4;
	margin-top: 20px;
}
.bottombox div.item-description {
	width: 80%;
    position: absolute; 
    left: 40px; 
    top: 415px; 
}
.bottombox_szy {
    position: relative;
}

.bottombox_szy div.bottomtext_szy {
    position: absolute; 
    left: 20px; 
    top: 310px; 
}
.bottomtext_szy p.bottomtitle_szy {
	display:inline-block;
	vertical-align:top;
	position: relative;
    left: 90%;
    transform: translateX(-50%);
	font-weight: bold;
	color: #e83843;
	font-size: 22px;
	line-height: 1.4;
	margin-top: 20px;
}
.bottombox_szy div.item-description {
	width: 80%;
    position: absolute; 
    left: 40px; 
    top: 370px; 
}
.item-description p {
	text-align: left;
	font-size: 14px;
	line-height: normal;
	margin-top: 10px;
}
.item-description p.btn-008 {
	text-align: center;
}
.item-description p.btn-009 {
	text-align: center;
}
.img-fav {
    position: relative;
}
.img-fav div.favicon_r {
    position: absolute; 
    right: 10px; 
    top: 10px; 
    font-size: 30px;
}
.category-title {
	background-color: #ffe5e6;
	font-size: 20px;
	font-weight: bold;
	color: #e83843;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
.category-title {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
}
.recommend-box {
	margin: 0 auto 10px;
	background-color: #fef2f2;
	width: 95%;
	padding-bottom: 10px;
}
.recommend-box img{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	width: 90%;
	padding-top: 20px;
	margin-bottom: 10px;
}
.recommend-box div > a > img {
	position: relative;
    left: 10%;
    transform: translateX(-50%);
	width: 10%;
	margin-top: -15px;
}
.recommend-box div > p {
	display:inline-block;
	vertical-align:top;
	position: relative;
    left: 40%;
    transform: translateX(-50%);
	text-align: center;
	font-weight: bold;
	color: #e83843;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0px;
}


/*tkd追加分 2021.01.13*/
.bg-greige {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background-color: #e4e2da;
	padding-top: 40px;
	padding-bottom: 30px;
}
.bg-halflightblue {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(white 0%,white 35%,#dff5f8 35%,#dff5f8 100%);
	padding-bottom: 20px;
}
.bg-halfbeige {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(white 0%,white 30%,#f8eadc 30%,#f8eadc 100%);
	padding-top: 10px;
	padding-bottom: 20px;
}
.bg-halfgreen {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(white 50%, #eef9d8 50%);
	padding-top: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
.bg-halflightblue {
	background: linear-gradient(white 0%,white 15%,#dff5f8 15%,#dff5f8 100%);
	padding-bottom: 20px;
}
.bg-halfbeige {
	background: linear-gradient(white 0%,white 15%,#f8eadc 15%,#f8eadc 100%);
	padding-top: 10px;
	padding-bottom: 20px;
}
.bg-halfgreen {
	background: linear-gradient(white 0%,white 15%,#eef9d8 15%,#eef9d8 100%);
	padding-top: 10px;
	padding-bottom: 20px;
}
}
.bg-hotnews {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background-color: #66cad9;
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url(./img/hotnews_bg_a.png),
		              url(./img/hotnews_bg_b.png);
	background-size: contain;
	background-position: top,
		                 bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
.bg-hotnews {
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	background-color: #66cad9;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
	background-image: url(./img/sp_hotnews_bg_a.png),
		              url(./img/sp_hotnews_bg_b.png);
	background-size: contain;
	background-position: top,
		                 bottom;
	background-repeat: no-repeat;
}
}
.bg-brown {
	width: 100vw;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	padding-top: 20px;
	padding-bottom: 5px;
    margin-bottom: -80px;
}
.bg-brown p {
	text-align: center;
    color: #fff;
}
@media screen and (max-width: 1280px) {
.bg-brown{
	padding-top: 10px;
  
	}
}
.bg-senbikiya {
	width: 100vw;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(white 0%,white 45%,#a8ded1 45%,#a8ded1 100%);
	padding-top: 20px;
	padding-bottom: 5px;
}
.bg-morozoff {
	width: 100vw;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(white 0%,white 15%,#eae3c5 15%,#eae3c5 100%);
	padding-top: 20px;
	padding-bottom: 5px;
}
@media screen and (max-width: 1280px) {
.bg-morozoff {
	background: linear-gradient(white 0%,white 24%,#eae3c5 24%,#eae3c5 100%);
	padding-top: 20px;
	padding-bottom: 30px;
}
}

.inner960 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.inner960 a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:960px) {
  .inner960 {
	width: auto;
  }
    .flex-container-recommend{
        display: block;
    }
}

.midashi_text {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 2px #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
.midashi_text {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: solid 2px #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
}
.brand_text {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
.brand_text{
	font-size: 1.1em;
	border-bottom: solid 2px #000;
}
}
.title_text {
	margin-top: 50px;
}
.middle_title{
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
.middle_title{
	font-size: 1.2em;
	margin-bottom: 30px;
}
}
.text_bold {
	font-weight: bold;
	font-size: 1.3em;
}
.choco_bold {
	font-weight: bold;
	font-size: 1.2em;
}
.chocolate {
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 5px;
}
@media screen and (max-width: 640px) {
.chocolate {
    font-size: 12px;
  }
}

/*tkd追加分 2020.11.10*/
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-80 {margin-top: 80px;}
.mt-100 {margin-top: 100px;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-100 {margin-bottom: 100px;}
.bg-lightblue {
	background-color: #f3f8fd;
	width: 100vw;
}
.bg-lightblue_sp {
	background-color: #f3f8fd;
}

.top_text {
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.top_text {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: left;
	width: 90%;
    font-size: 14px;
  }
    .br-sp{
	display: block;
}
}
.top_boxtext {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
	width: 50%;
	border: solid 1px #000;
	padding: 10px;
	margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
.top_boxtext {
	text-align: left;
	width: 90%;
    font-size: 14px;
	margin-bottom: 50px;
  }
}
.heading-img {
	text-align: left;
	position: relative;
	top: -50px;
}
.heading-img_mzf {
	text-align: center;
	position: relative;
	top: -100px;
}
@media screen and (max-width: 1280px) {
.heading-img {
	text-align: center;
	position: relative;
	top: -25px;
}
}

.category {
	text-align: center;
	margin-bottom: 50px;
}
.category a:hover {
	opacity: 0.8;
}
.category img{
	margin-right: 10px;
	margin-left: 10px;
}
.content {
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px){
.category {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	}
.category img {
	width: 100%;
	margin: 0 auto;
	}
.content {
	margin-bottom: 10px;
}
}
.inner580 {
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
.inner580 a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:640px) {
  .inner580 {
	width: auto;
  }
}
.choice {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*tkd追加分 end*/


/*tkd追加分 2020.09.17*/
.ontext {/*親div*/
  position: relative;
  }

.ontext p {
	width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾*/
  color: black;
  }
.ontext div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾*/
  color: black;
  }

.ontext img {
  width: 100%;
  }

.column {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 480px) {
.ontext p {
    font-size: 12px;
  }
}

.inner1280 {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width:1280px) {
  .inner1280 {
    width: 960px;
    margin: 0 auto;
  }
	
.title {
	margin: 0 auto;
	padding: 30px 0 30px;
	}
.title p {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	}
	
.main-img {
	margin-top: 60px;
	margin-bottom: 20px;
	}
}
@media only screen and (max-width:1280px) {
.title {
	margin: 0 auto;
	padding: 30px 0 30px;
	}
.title p {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	}
.main-img {
	margin-top: 0px;
	margin-bottom: 10px;
	}
}
/*tkd追加分 end*/

.midashi {
  display: block;
  margin: 0 auto;
  padding-bottom: 12px;
  width: 98%;
}
@media screen and (max-width: 846px) {
  .midashi {
    width: 95%;
    padding-top: 0px;
  }
}
.fonts {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  text-align: center;
  line-height: 150%;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .fonts {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .fonts {
    font-size: 12px;
    margin-top: 20px;
  }
}
.img-main {
  width: 100%;
}
.img-main01 {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .img-main01 {
    width: 100%;
  }
}
/*商品画像リンク*/
.goods-img {
  width: 500px;
  height: 500px;
  background-size: cover;
}
.goods-img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 420px) {
  .goods-img {
    display: block;
    width: 315px;
    height: 315px;
    margin: 0 auto;
    background-size: cover;
  }
}
.item-name {
  display:-webkit-box;
  display:-ms-flexbox;
	-js-display: flex;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 350px;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 420px) {
  .item-name {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.noshi-box {
  width: 5em;
  height: 4.5em;
  font-size: 0.8rem;
  padding-top: 4px;
  border: solid 1px #d70202;
  color: #d70202;
  display:-webkit-box;
  display:-ms-flexbox;
	-js-display: flex;
  display: flex;
  line-height: 1.2;
  letter-spacing: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3px;
  box-sizing: border-box;
  vertical-align: middle;
}
.noshi-box01 {
  width: 5em;
  height: 4.5em;
  font-size: 0.8rem;
  padding-top: 4px;
  border: solid 1px #fff;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-right: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  padding-top: 14px;
  padding-left: 2px;
}
.free-shopping {
  width: 3em;
  height: 3.15em;
  font-size: 1.15rem;
  padding-top: 4px;
  background: #d70202;
  color: #FFF;
  display:-webkit-box;
  display:-ms-flexbox;
	-js-display: flex;
  display: flex;
  line-height: 1.2;
  letter-spacing: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-price {
  font-size: 34px;
  color: #ff0000;
  font-family: arial black;
  position: absolute;
  top: 30%;
  margin-left: 5px;
  letter-spacing: 0px;
}
.fonts01 {
  font-size: 17px;
  margin-left: -10px;
}
@media only screen and (max-width: 450px) {
  .fonts {
    font-size: 12px;
  }
  .item-price {
    font-size: 30px;
    color: #ff0000;
    font-family: arial black;
    position: absolute;
    top: 30%;
    margin-left: 5px;
  }
  .fonts01 {
    font-size: 14px;
    margin-left: -5px;
  }
}
.header01 {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .header01 {
    width: 100%;
  }
}
#footer {
  text-align: center;
  padding: 30px 0;
  background: #e83843;
  color: #FFF;
}
#footer a {
  color: #FFF;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #footer a {
    font-size: 14px;
  }
}
/* TOPへ戻る */
.return-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.return-btn img {
  width: 80px;
}
@media only screen and (max-width: 420px) {
  .return-btn img {
    width: 50px;
  }
  .return-btn {
    bottom: 2%;
    right: 2%;
  }
}
.kanikaisen {
  position: relative;
}
.kanikaisen p {
  position: absolute;
  top: 0; /*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white; /*文字を白に*/
  background: #FE0000; /*背景色*/
  font-size: 15px;
  line-height: 1.3; /*行高は1に*/
  padding: 5px 10px; /*文字周りの余白*/
}
.kani20 {
  position: relative;
}
.kani20 p {
  position: absolute;
  top: 0; /*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white; /*文字を白に*/
  background: #FE0000; /*背景色*/
  font-size: 15px;
  line-height: 1.3; /*行高は1に*/
  padding: 5px 10px; /*文字周りの余白*/
}
.torikeshi {
  margin-left: 10px;
  margin-bottton: 10px;
  font-size: 17px;
  font-family: arial black;
}
.name01 {
  margin-top: 25px;
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .name01 {
    margin-top: 25px;
    max-width: 315px;
  }
}
.coupon {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .coupon {
    width: 98%;
    table-layout: fixed;
  }
}
@media screen and (max-width: 1100px) {
  .coupon01 {
    width: 100%;
    display: none;
  }
}
#iframe-box {
  display: none;
}
@media screen and (max-width: 1100px) {
  #iframe-box {
    display: block;
  }
}
/*1229に追加*/
.inner {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width:1100px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }
}
.flex-container-goods {
  display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	
}
.flex-container-goods02 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-ms-flex-pack: distribute;
  justify-content: space-around;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*背景画像*/
.bg-motsu {
	background-image: url(./img/motsu_pic.png);
	background-repeat: no-repeat;
	background-size: 1280px;
	background-position: center top;
}
.bg-motsu-sp {
	background-image: url("./img/sp_motsu_pic.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
.bg-tori {
	background-image: url(./img/tori_pic.png);
	background-repeat: no-repeat;
	background-size: 1280px;
	background-position: center top;
}
.bg-kaisen {
	background-image: url(./img/kaisen_pic.png);
	background-repeat: no-repeat;
	background-size: 1280px;
	background-position: center top;
}
.bg-others {
	background-image: url(./img/setting_end.png);
	background-repeat: repeat-y;
	background-size: 1280px;
	background-position: center top;
}
@media only screen and (max-width:1280px) {
.bg-others {
	background-image: url(./img/setting_end.png);
	background-repeat: repeat-y;
	background-size: auto;
	background-position: center top;
}
}

.bg {
	background-color: #600117;
	padding: 10px 0px 60px 0px;
	width: 1100px;
	margin: 0 auto;
}
@media only screen and (max-width:1100px) {
	.bg {
		width: 100%;
	}
}
@media only screen and (min-width:1100px) {
.bg01 {
	width: 1100px;
	margin: 0 auto;
}
}
.inner01 {
  width: 960px;
  margin: 0 auto;
}
.inner02 {
  width: 960px;
  margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-container-goods01 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-goods01 img {
  width: 240px;
}
.flex-container-goods01 div :hover {
	opacity: 0.8;
}

.flex-container-aite {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:750px) {
	.flex-container-aite {
		width: 98%;
		margin: 0 auto;
	}
    .inner02 {
  width: 100%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
}

.flex-container-aite01 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-ms-flex-pack: distribute;
  justify-content: space-around;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:750px) {
	.flex-container-aite01 {
		width: 98%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:750px) {
.inner01 {
  width: 100%;
}
.inner02 {
  width: 100%;
}
	.flex-container-goods01 {
		justify-content: center;
	}
	.flex-container-goods01 div img {
	width: 100%;
	}
	.flex-container-goods01 div {
		width: 45%;
	}
	.flex-container-goods03 {
		justify-content: center;
	}
	.flex-container-goods03 img {
	width: 100%;
	}
}

@media only screen and (max-width:750px) {
  .flex-container-goods {
	  display:-webkit-box;
  	display:-ms-flexbox;
	  -js-display: flex;
    display: flex;
	  -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.flex-container-4col {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}
.box-4col {
	width: 24%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    
}
.box-4col01 {
	width: 49%;
}
.box-4col img {
	width: 100%;
}
.box-4col01 img {
	width: 100%;
}

@media screen and (max-width: 960px) {
.flex-container-4col {
	justify-content: space-around;
	flex-wrap: wrap;
    margin-top:0;
	}
.box-4col {
	width: 49%;
	margin-top: 20px;
}
}

/*2column*/
.flex-container-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.box-2col {
	width: 49%;
}
.box-2col img {
	width: 100%;
}
/*item*/
.main-item {
	width: 49%;
}
.main-item img {
	width: 100%;
}
.other-item {
	width: 49%;
	height: 220px;
}
@media screen and (max-width: 1280px) {
.other-item {
	height:auto;
}
}
.other-item img {
	width: 100%;
}
.other-item_mzf {
	width: 49%;
	height: 100px;
}
.main-item-4col {
	width: 24%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.main-item-4col img {
	width: 100%;
}
@media screen and (max-width: 1280px) {
.main-item-4col {
	width: 48%;
}	
}
.other-item-4col {
	width: 46%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.other-item-4col img {
	width: 100%;
}
.item-3col {
	width: 32%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.item-3col img {
	width: 100%;
}
.item-5col {
	width: 18%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.item-5col img {
	width: 100%;
}
	
@media screen and (max-width: 960px) {
.flex-container-2col {
	justify-content: space-around;
	flex-wrap: nowrap;
	}
.box-2col {
	width: 49%;
}
.box-2col div {
	width: 49%;
}
.main-item {
	width: 49%;
}
.main-item img {
	width: 49%;
}
.other-item {
	width: 100%;
}
.other-item img {
	width: 100%;
}
}
/*2column END*/

/*best recommend*/
.flex-container-recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    text-align: left;
    background-color: #FFF;
    padding: 15px 30px 30px 15px;
}
@media screen and (max-width: 960px){
    .flex-container-recommend {
        display: block;

    }
    .flex-container-recommend-2col {
        display: block;
    
    }
    .flex-container-recommend-2col div{
        width: 100%;
        margin-bottom: 50px;
    }
    .btn-001-2{
        width: 100%;
    }
}
/*
.flex-container-recommend-1 {flex-basis: 30%}
*/

@media screen and (min-width: 768px) and (max-width: 960px) {
  .flex-container-recommend {
    justify-content: space-around;
    flex-wrap: nowrap;
      
  }

}
@media screen and (max-width: 767px) {
  
  .flex-container-recommend div {
    width: 100%;

  }
}
/*best recommend END*/

/*ボタン*/
.btn-001 {
  padding: 10px;
  text-align: center;
  dasplay: block;
  background-color: #E83843;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
    border-radius: 3px;
}
.btn-001:hover {
  opacity: 0.7;
}
.btn-002 {
  width: 95%;
  padding: 10px;
  text-align: center;
  dasplay: block;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 1px solid;
}
.btn-002:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.btn-002 {
		font-size: 12px;
	}
}

/*送料無料アイコン*/
.btn-003 {
  width: 100px;
  padding: 5px;
  text-align: center;
  font-size: 0.8em;
  dasplay: block;
  background-color: #e83843;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.btn-003_br {
  width: 100px;
  padding: 5px;
  text-align: center;
  font-size: 0.8em;
  dasplay: block;
  background-color: #3b221c;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.btn-003_gr {
  width: 100px;
  padding: 5px;
  text-align: center;
  font-size: 0.8em;
  dasplay: block;
  background-color: #48c3a4;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 20px;
}
@media screen and (max-width: 1280px){
.btn-003 {
  padding: 3px;
  margin-right: 0px;
  font-size: 0.7em;
  background-color: #e83843;
	}
.btn-003_br {
  padding: 3px;
  margin-right: 0px;
  font-size: 0.7em;
  background-color: #3b221c;
	}
.btn-003_gr {
  padding: 3px;
  margin-right: 0px;
  font-size: 0.7em;
  background-color: #48c3a4;
	}
}
/*4カラム購入ボタン*/
.btn-004 {
  width: 100%;
  padding: 5px;
  text-align: center;
  dasplay: block;
  background-color: #e83843;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.btn-004:hover {
  opacity: 0.7;
}
.btn-004_fav {
  width: 100%;
  padding: 5px;
  text-align: center;
  dasplay: block;
  background-color: #fff;
  color: #000;
	border: 1px solid;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.btn-004_fav:hover {
  opacity: 0.7;
}
.btn-004_br {
  width: 100%;
  padding: 5px;
  text-align: center;
  dasplay: block;
  background-color: #3b221c;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.btn-004_br:hover {
  opacity: 0.7;
}
.btn-004_gr {
  width: 100%;
  padding: 5px;
  text-align: center;
  dasplay: block;
  background-color: #48c3a4;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.btn-004_gr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-004 {
	background-color: #e83843;
	padding: 5px;
	}
.btn-004_br {
	background-color: #3b221c;
	padding: 5px;
	}
.btn-004_gr {
	background-color: #48c3a4;
	padding: 5px;
	}
}
/*商品一覧ボタン*/
.btn-005 {
  width: 98%;
  padding: 6px;
  text-align: center;
  dasplay: block;
  background-color: #1c2534;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 3px solid;
}
.btn-005:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-005 {
	padding: 10px;
	}
}

/*おすすめ商品*/
.btn-006 {
  width: 98%;
  padding: 25px;
  text-align: center;
  dasplay: block;
  line-height: 1.8;
  background-color: #f6ebe9;
  color: #000;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px){
.btn-006 {
  margin-top: 0px;
  margin-bottom: 10px;
	}
}

/*チョコレート詳細ボタン*/
.btn-007 {
  width: 30%;
  padding: 5px;
  text-align: center;
  dasplay: block;
  background-color: #fff;
  color: #000;
  border: 1px solid;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.btn-007:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-007 {
	width: 80%;
	padding: 10px;
	}
}
.btn-007_vd {
  width: 25%;
  padding: 10px;
  text-align: center;
  dasplay: block;
  background-color: #E83843;
  color: #FFF;
  border: 2px solid;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.btn-007_vd:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-007_vd {
	width: 80%;
	padding: 10px;
	}
}

/*購入ボタン*/
.btn-008 {
  width: 70%;
  padding: 10px;
  text-align: center;
  dasplay: block;
  background-color: #e83843;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.btn-008:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-008 {
	background-color: #e83843;
	padding: 10px;
	}
}

/*商品詳細ボタン*/
.btn-009 {
	width: 70%;
	padding: 10px;
	text-align: center;
	dasplay: block;
	background-color: rgba(0,0,0,0);
	color: #000;
	border: 1px solid #000;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.btn-009:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1280px){
.btn-009 {
	background-color: rgba(0,0,0,0);
	padding: 10px;
	}
}

.favorite {
		width:95%;
		padding: 10px;
		text-align: center;
		display: block;
		color: #000000;
		margin:0 auto;
		margin-bottom: 10px;
		border-radius: 4px;
		border : solid 1px #000000 ;		
	}
.favorite:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.favorite {
		font-size: 11px;
	}
}
/*ボタンおわり*/

/*img PCとSPの切り替え*/
.sp {
	display: none;
}
.sp img {
	display: none;
}
.sp div {
	display: none;
}
.pc {
	display: block;
}
.pc img {
	display: block;
}
.pc div {
	display: block;
}

@media screen and (max-width: 960px) {
.pc {
   display: none;
  }
.pc img {
   display: none;
  }
.pc div {
   display: none;
  }
.sp {
	display: block;
}
.sp img {
	display: block;
}
.sp div {
	display: block;
}
}
/*img PCとSPの切り替えおわり*/

#headbar {
   /* ▼上端に固定するCSS */
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   /*padding:15px 0px 10px 0px;*/
   /*height: 50px;*/
   z-index: 100;
   /* ▼バーの装飾 */
   background-color: #e83843;  /* 背景色 */
   color: white;             /* 文字色 */
   box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /* 影 */
}
div#headbar ul{
	width: 620px;
	margin: 0 auto;
	letter-spacing: -1em;
}
div#headbar ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0em;
}
div#headbar ul li:last-child {
	border-right: 1px solid #fff;	
}
div#headbar ul li a {
	color: #fff;
	display: inline-block;
	width: 300px;
	line-height: 50px;
}
div#headbar ul li a:hover {
	opacity: 0.7;
}
#headbar-sp {
	display: none
}


@media only screen and (max-width:800px) {
	div#headbar ul {
	width: 100%;
		display:-webkit-box;
  	display:-ms-flexbox;
		-js-display: flex;
	display: flex;
	height: 40px;
}
	div#headbar ul li {	
		width: 49%;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
	}
	div#headbar ul li a {
		display: inline;
line-height: 40px;
	}
	div#headbar ul li:first-child {
	border-left: none;
	}
	div#headbar ul li:last-child {
	border-right: none;
}
}
.flex-item-goods {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  width: 24%;
  margin-bottom: 5px;
  background-color: #fff;
  border: solid 0.8px #999999;
  box-sizing: content-box;
}
.flex-item-goods01 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 0.8px #999999;
  box-sizing: content-box;
flex-shrink: 0;
}
.flex-item-goods02 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 0.8px #999999;
  box-sizing: content-box;
}
.flex-item-goods03 {
	display: none;
}
.goods-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flex-container-goods {
	  -ms-flex-pack: distribute;
    justify-content: space-around;
	  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-item-goods,.flex-item-goods02 {
    width: 49%;
  }
  .flex-item-goods01 {
    width: 90%;
  }
  .goods-img {
    width: 100%;
    height: auto;
  }
.flex-item-goods03 {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  margin-bottom: 50px;
  width: 49%;
  box-sizing: content-box;
}
}

.flex-item-goods04 {
	width: 65%;
}
.flex-item-goods04 img,.flex-item-goods05 img {
	width: 100%;
}
.flex-item-goods05 {
	width: 31.5%
}
.flex-item-goods04,.flex-item-goods05 {
	margin-top: 10px;
}

.flex-item-tag {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .coupon-tag, .souryo-tag, .point20 {
    margin: 5px;
    padding: 7px;
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .coupon-tag, .souryo-tag, .point20 {
    display: block;
    margin: 5px;
    padding: 7px;
    font-size: 12px;
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .souryo-tag01 {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 80px;
    padding: 10px;
    color: #fff;
    background-color: #ff1493;
  }
}
@media screen and (max-width: 766px) {
  .souryo-tag01 {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .souryo-tag02 {
    display: block;
    position: absolute;
    font-size: 11px;
    bottom: 8px;
    padding: 7px;
    color: #fff;
    text-align: center;
    background-color: #ff8c00;
  }
}
@media screen and (max-width: 766px) {
  .souryo-tag02 {
    display: none;
  }
}
.coupon-tag {
  background-color: red;
}
.souryo-tag {
  background-color: #ff1493;
}
.point20 {
  background-color: #ff8c00;
}
.price {
  font-size: 40px;
  color: red;
  font-weight: bold;
}
.price01 {
  position: relative;
  text-align: right;
  margin-top: 10px;
  padding: 5px;
}
.syouhinmei {
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  padding: 5px;
}
.syouhinmei_b {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 2.2;
  padding: 10px;
}
.syouhinmei02 {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .price {
    font-size: 30px;
    color: red;
    font-weight: bold;
  }
  .price01 {
    text-align: right;
    margin-top: 0px;
    padding: 5px;
	font-size: 10px;
	line-height: 3;
  }
  .syouhinmei {
    margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 13px;
    text-align: center;
    padding: 0px 10px;
  }
  .syouhinmei_b {
    margin-top: 10px;
	color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
  }
	.syouhinmei02 {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  padding: 5px;
}
}
.purchase {
  width: 80%;
  padding: 10px;
  text-align: center;
  dasplay: block;
  background-color: red;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.purchase01 {
  width: 80%;
  padding: 10px;
  text-align: center;
  dasplay: block;
  color: #999999;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 4px;
  border: solid 1px #999999;
}
@media screen and (max-width: 767px) {
  .purchase, .purchase01 {
    width: 80%;
	font-size: 12px;
  }
  .purchase01 {
    font-size: 10px;
  }
}
.purchase:hover {
  opacity: 0.7;
}
.purchase01:hover {
  opacity: 0.7;
}
a {
  text-decoration: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.dami {
  display: none;
}
@media only screen and (min-width:1100px) {
  .dami {
    display: block;
    width: 330px;
  }
}
.flex-container-banner {
	display:-webkit-box;
  	display:-ms-flexbox;
	-js-display: flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-banner img {
  width: 540px;
}
@media only screen and (max-width:1100px) {
  .flex-container-banner {
    display: block;
  }
  .flex-container-banner img {
    width: 100%;
  }
}
.event-banner {
  margin-bottom: 20px;
}
@media only screen and (max-width:750px) {
  .event-banner {
    width: 100%
  }
}
.rank {
  position: relative;
}
.fristrank,.fristrank01 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
}
@media only screen and (max-width:750px) {
.fristrank {
  width: 70px;
}
.fristrank01 {
  width: 50px;
}
}

.link-t-a {
position: relative;
top: -50px;
display: block;
}

@media only screen and (max-width:750px) {
.sp-none {
	display: none;
}
}
@media only screen and (min-width:750px) {
	.pc-none {
	display: none;
}
}