/*@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic');*/

#bodywrap {
  padding: 50px 0 0;
}
#bodywrap img {
  max-width: 100%;
}


.midashi {
  /*margin-top: 100px;*/
  margin-top: 0;
  margin-block-end: 0;
  /*padding:0 0 10px;*/
  padding:13px 0 10px;
  border-bottom:2px #FAF424 solid;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size:2.3em;*/
  font-size:2.5em;
  font-weight:bold;
  color:#333;
  text-align: center;
  letter-spacing: 0.125rem;
}
.midashi_wrap {
  margin: 0 auto;
  /*padding: 150px 0 0;*/
  padding: 0;
  box-sizing: border-box;
}
.midashi_catchy {
  display: inline-block;
  width: 100%;
  min-width: 1100px;
  /*margin: 100px auto 0;*/
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  background: #28A8D8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size: 1.625em;*/
  font-size: 3.125em;
  font-weight:bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08125rem;
  line-height: 1;
}
.midashi_catchy span { font-size:0.52em; }

  .midashi_catchy.catchy_confirm {
    margin: 100px auto 0;
    padding: 17px 0;
    background:#7E7E7E;
  }
  .midashi_catchy.catchy_complete {
    margin: 100px auto 0;
    padding: 17px 0;
    background:#FE8919;
  }


.midashi_catchy_pickup {
  display: inline-block;
  width: 100%;
  /*margin: 100px auto 0;*/
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  background: #FAF424;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size: 1.625em;*/
  font-size: 3.75em;
  font-weight:bold;
  color: #002632;
  text-align: center;
  letter-spacing: 0.08125rem;
}

#osusume-midashi {
	font-size:2.4em;
	margin:0;
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
}


#bodywrap b {
/*background-image: linear-gradient(transparent 60%, #FEE500 60%);padding:0 10px;*/
  background-image: linear-gradient(#FFFF77 0%, #FFFF77 100%);
  /*padding:0 10px;*/
  padding:0;
}


.cont-wrap {
  width:90%;
  max-width:1200px;
  min-width:1100px;
  margin:0 auto;
  /*margin-bottom:50px;*/
  padding:0;
}
.cont-wrap:before {
  display:block;
  width:100%;
  clear:both;
  content:"";
}
.cont-wrap:after {
  display:block;
  width:100%;
  clear:both;
  content:"";
  /*height:100px;*/
}

/* ★★ */
.item-list-wrap_bg {
  width:100%;
  min-width: 1100px;
}
#cp_twitter .item-list-wrap_bg { background: #EDF7FE; }
#cp_instagram .item-list-wrap_bg { background: #FDF1F3; }


/* ★★ */
  .item-list-wrap {
    width:100%;
    /*max-width:1000px;*/
    max-width:1200px;
    min-width:900px;
    margin:0 auto;
    /*margin-bottom:50px;*/
    padding:0;
    /*padding:0 0 50px;*/
  }




.cont-wrap .seen_img {
  text-align: center;
}

.cont-wrap h1 {
  margin: 40px 0;
}
.cont-wrap h1 span {
  display: block;
  font-weight:normal;
  font-size:0.45em;
  color: #333;
}


.cont-wrap h2 i {
  color:#0066cc;
  font-size:25px;
}

.cont-wrap h3 {
  font-weight:normal;
  font-size:0.9em;
  width:100%;
  line-height:1.7;
  float:left;
  padding-right:10px;
}


.section-link-title {
  width: 100%;
  /*padding: 60px 0 0;*/
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size: 2.4em;
  font-weight:bold;
  /*color: #fff;*/
  color: #FAF402;
  text-align: center;
  letter-spacing: 2px;
}

.cont-wrap .section-link-btn {
  display: flex;
  flex-wrap: wrap;
  /*justify-content:flex-start;*/
  justify-content:space-between;
  width: 100%;
  /*margin: 60px auto 0;*/
  margin: 38px auto 0;
}
.cont-wrap .section-link-btn div {
  width: 49.167%;
  /*margin: 0 0.417%;*/
  margin: 0;
}
.cont-wrap .section-link-btn div a:nth-child(1) {
  display: block;
  /*width:20%;*/
  padding: 49px 55px 38px;
  box-sizing: border-box;
  /*border: 8px #e7f8dd solid;*/
  border-radius: 20px;
  text-align: center;
  color: #333;
  /*position: relative;*/
}
.cont-wrap .section-link-btn div a:nth-child(1):hover {
  /*border: 8px #6ace2e solid;*/
  opacity: 0.5;
}
.cont-wrap .section-link-btn div a:nth-child(1) > span {
  display: block;
  padding: 50px 0 0;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: bold;
}
.cont-wrap .section-link-btn div:nth-child(1) a:nth-child(1) { background:#EDF7FE; }
.cont-wrap .section-link-btn div:nth-child(2) a:nth-child(1) { background:#FCECEF; }
.cont-wrap .section-link-btn div a img {
  max-width:100%;
}

.cont-wrap .section-link-btn div a:nth-child(1) > img:nth-child(2) {
  max-width: 95.85% !important;
  padding: 7% 0 0;
}



/**/
.catcy-wrap3,
.catcy-wrap2,
.catcy-wrap {
  width: 100%;
  min-width: 1100px;
  /*padding: 0 0 100px;*/
  padding: 0;
  background: #002632;
}
.catcy-wrap {
  /*background: linear-gradient(270deg, #B8C0EE 0%,#B8C0EE 50%, #A5D7F8 50%, #A5D7F8 100%) 0% 0%;*/
  background: #FFA191;
}
.catcy-wrap2 {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  /*padding: 0 0 100px;*/
  padding: 75px 0 97px;
  margin: 0 auto;
  background: #fff;
}
.catcy-wrap3 {
  padding: 0 0 172px;
  /*background: #002632;*/
  background: #fff;
}

.catcy-wrap2 .title-img,
.catcy-wrap .title-img {
  display: flex;
  justify-content: center;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.catcy-wrap2 .title-img {
  max-width: 600px;
  /*padding: 100px 0 40px;*/
  padding: 0;
  box-sizing: border-box;
}
.catcy-wrap .title-img img {
  width:100%;
  max-width: 1200px;
}
.catcy-wrap .catcy-desc {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.catcy-wrap2 .catcy-desc {
  align-self: center;
  padding: 0 0 0 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size:1.25em;*/
  font-size:1.5em;
  font-weight:bold;
  color:#333;
  text-align: center;
  line-height: 1.95;
}

.catcy-desc--title {
  width:100%;
  padding: 50px 0 30px;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.catcy-desc--list {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0 0 50px;
}
.catcy-desc--list .list-item {
  display: flex;
  /*flex-direction: column;*/
  flex: 0 0 45%;
}
.catcy-desc--list .list-item .list-item--img {
  flex: 1 auto;
  width:40%;
  padding: 0 15px;
  box-sizing: border-box;
}
.catcy-desc--list .list-item .list-item--img img {
  width:100%;
}
.catcy-desc--list .list-item .list-item--txt {
  flex: 1 auto;
  width:60%;
}
.catcy-desc--list .list-item .list-item--txt p:nth-child(1) {
  padding: 0 0 5px;
  border-bottom: 3px solid #15b6b4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size:1.5em;
  font-weight: bold;
}
.catcy-desc--list .list-item .list-item--txt p:nth-child(2) {
}

/**/
.normal_commento {
margin:20px;
font-size:1em;
}




.info {
  width:100%;
  margin:0 auto;
  text-align:center;
  background:#eee;
  border-radius:10px;
  padding:10px;
  float:left;
  padding-bottom:40px;
}

.info-midashi {
  padding:0 0 10px;
  /*border-bottom:3px #FAF424 dotted;*/
  border-bottom:3px #c0c0c0 dotted;
  font-size:1.6em;
  font-weight:bold;
  color:#333;
  text-align: center;
}

.info-midashi span {
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 10px;
  color: #333;
}

.info ul {
  margin:0 auto;
  padding:0;
  list-style:none;
  width:800px;
}
.info ul li {
  float:left;
  margin:0;
  padding:0;
  width:33%;
}
.info ul li img {
  width:100%;
  max-width:250px;
}
.info ul li a {
  display:block;
}




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}



#pageTop i {
  padding-top:3px
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 37px;
  height: 37px;
  background-color: #48c500;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/* ★★ */
.cp-form-wrap,
.cp-info-wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.cp-form,
.cp-info {
  display: block;
  width: 100%;
  margin: 0;
}
.cp-form-title,
.cp-info-title {
  display: block;
  margin: 0 1em;
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}
/* sp only */
/*.cp-form-title br,*/
/*.cp-info-title br { display: none;}*/

.cp-form-desc,
.cp-info-desc {
  display: block;
  padding: 0 1.25em 2.5em;
  box-sizing: border-box;
  font-size: 1.25em;
  text-align: left;
  line-height: 1.75;
}
.cp-form-desc--subttl,
.cp-info-desc--subttl {
  font-weight: bold;
}
.cp-form-desc--list,
.cp-info-desc--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 1.5em;
  padding: 0;
  box-sizing: border-box;
}
.cp-form-desc--list,
.cp-info-desc--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
}
/*.cp-form-desc--list li,*/
.cp-info-desc--list li {
  width: 15%;
  margin-right: 2%;
  border: 1px solid #707070;
}
.cp-form-desc--list li img,
.cp-info-desc--list li img {
  max-width: 100%;
}
.cp-form-border,
.cp-info-border {
  margin: 0 0 1.5em;
  padding: 0.5em 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
}
.cp-form-desc--inq,
.cp-info-desc--inq {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
/* form */
.cp-form-desc label {
  font-weight: normal;
  cursor: pointer;
}
.cp-form-desc input[type=checkbox] {
  transform: scale(1.5);
  margin: 3px 1em 3px 4px; /* default: 3px 3px 3px 4px; */
}
.cp-form-desc textarea {
  width: 100%;
  margin: 0.5em 0 0;
}
.cp-form-title {

}
.cp-form-title .form-req {
  padding: 2px 25px 0;
  margin-left: 1em;
  background: #FA4A4A;
  font-size: 0.8em;
  color: #fff;
}
/* list */
.cp-form-desc--list {
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.cp-form-desc--list li.list-present {
  /*width: 48%;*/
  width: 49%;
  /*margin: 0 1% 2%;*/
  margin: 0 0.5% 2%;
  border: none;
}
.cp-form-desc--list li.list-present:nth-child(n + 3) {
  /*width: 23%;*/
  width: 24%;
}
.cp-form-desc--list li.list-present--all {
  width: 98%;
  margin: 0 1% 2%;
}
.cp-form-desc--list li.list-present input,
.cp-form-desc--list li.list-present--all input {
  display: none;
}
.cp-form-desc--list li.list-present label,
.cp-form-desc--list li.list-present--all label {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: 15px;
  box-sizing: border-box;
  background: #FFF;
  border: 2px solid #CBCBCB;
  border-radius: 10px;
}
.cp-form-desc--list li.list-present:nth-child(n + 3) label {
  flex-wrap: wrap;
}
.list-present--img {
  width: 200px;
}
.list-present .list-present--desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px; /* size reset */
}
.list-present--all .list-present--desc {
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px; /* size reset */
}
.list-present .list-present--desc > div:nth-child(1),
.list-present--all .list-present--desc > div:nth-child(1) {
  width: 100%;
  /*height: 6em;/!* add *!/*/
  height: 45px;/* add */
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.25em;
  text-align: center;

  /* v add */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-present:nth-child(-n + 2) .list-present--desc > div:nth-child(1){
  width: auto;
  height: auto;
}
.list-present:nth-child(n + 3) .list-present--desc > div:nth-child(1){
  border-bottom: none;
}
.list-present:nth-child(n + 3) .list-present--desc > div:nth-child(2) {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}

.list-present--all .list-present--desc > div:nth-child(1) {
  width: auto;
  height: auto;
}
.list-present:nth-child(-n + 2) .list-present--desc > div:nth-child(2),
.list-present--desc > div:nth-child(3),
.list-present--all .list-present--desc > div:nth-child(2) {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 2px 10px;
  background: #FD6060;
  color: #fff;
  font-size: 1.5em;
}
.list-present:nth-child(n + 3) .list-present--desc > div:nth-child(2) span{
  display: inline-flex;
  margin: 5px 0 0;
  padding: 2px 10px;
  color: #fda398;
  font-size: 0.9em;
}
.list-present:nth-child(-n + 2) .list-present--desc > div:nth-child(2),
.list-present--desc > div:nth-child(3),
.list-present--all .list-present--desc > div:nth-child(2) {
  border-radius: 100px;
}
.list-present--desc > div .icon_check {
  display: none;
}
.list-present--desc > div .icon_check img {
  width: 20px;
}
/**  checked  **/
.cp-form-desc--list input[type="radio"]:checked + label {
  background: #FFF6F9;
  border: 2px solid #FD6060;
}
.cp-form-desc--list .list-present:nth-child(-n + 2) input[type="radio"]:checked + label .list-present--desc > div:nth-child(2),
.cp-form-desc--list .list-present:nth-child(n + 3) input[type="radio"]:checked + label .list-present--desc > div:nth-child(3),
.cp-form-desc--list .list-present--all input[type="radio"]:checked + label .list-present--desc > div:nth-child(2) {
  background: #fff;
  color: #383838;
}
.cp-form-desc--list .list-present:nth-child(-n + 2) input[type="radio"]:checked + label .list-present--desc > div:nth-child(2) .icon_check,
.cp-form-desc--list .list-present:nth-child(n + 3) input[type="radio"]:checked + label .list-present--desc > div:nth-child(3) .icon_check,
.cp-form-desc--list .list-present--all input[type="radio"]:checked + label .list-present--desc > div:nth-child(2)  .icon_check {
  display: inline-flex;
  align-self: center;
  padding: 5px;
  box-sizing: border-box;
}
/* --all only */
.cp-form-desc--list .list-present--all input[type="radio"]:checked + label .list-present--desc > div:nth-child(2) {
  position: relative;
  /*display: block;*/
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 1.5em;
  box-sizing: border-box;
  text-align: center;
}
.cp-form-desc--list .list-present--all input[type="radio"]:checked + label .list-present--desc > div:nth-child(2)  .icon_check {
  position: absolute;
  left: 5px;
}
/* cp-agree */
.cp-agree .cp-form-desc--list li label {
  cursor: default;
}
.cp-agree .list-present .list-present--desc > div:nth-child(1) {
  /*height: 45px;*/
}


/* confirm */
#form-confirm .cp-form-desc--list li.list-present--all label {
  cursor: default;
}
.list-present--desc > div:nth-child(1).no-border {
  border-bottom: none;
}



/**/
.item-attention {
  width: 100%;
  /*margin: 119px auto 0;*/
  margin: 119px auto;
  padding: 50px 110px;
  box-sizing: border-box;
  background: #F4F5F5;
  font-size: 1.25em;
  color: #000;
}
.item-attention a {
  color: #000;
  text-decoration: underline;
}
.item-attention a:hover {
  text-decoration: none;
}




/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */


/*.wrap {*/
  /*background-color: #e6e6e6;*/
  /*padding: 100px 0;*/
/*}*/

.fltg-wrap {
  position: relative;
  height: auto;
  /*background: #FAF424;*/
}
.fltg-block {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-link-btn {
  /*position: sticky;*/
  /*top: 0;*/
  width: 100%;
  margin: 0 0 0 auto;
  pointer-events: auto;
}


.fltg-wrap_scl {
  position:fixed;
  top:-100vh;
  left:0;
  display:block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.fltg-wrap_scl.vsb {
  top:0;
  transition: 0.5s;
  z-index: 5;
}
.fltg-wrap_scl .fltg-wrap {
  width: 100vw;
  /*background: rgba(210,232,156,0.7);*/
  background: #002632;
}
.cont-wrap .fltg-wrap_scl .section-link-btn {
  justify-content: center;
  min-width:900px;
  max-width:1300px;
  margin: 0 auto;
}
.cont-wrap .fltg-wrap_scl .section-link-btn a {
  width:8%;
  transition: 0.5s;
}
.cont-wrap .fltg-wrap_scl .section-link-btn a:hover {
  opacity: 0.8;
  transition: 0s;
}


/*.fltg-wrap::before {*/
  /*content: "";*/
  /*display: block;*/
  /*padding-top: 100%;*/
/*}*/

/*.fltg-block {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*pointer-events: none;*/
/*}*/


/*.section-link-btn {*/
  /*position: sticky;*/
  /*top: 0;*/
  /*/!*max-width: 300px;*!/*/
  /*width: 100%;*/
  /*margin: 0 0 0 auto;*/
  /*pointer-events: auto;*/
/*}*/

.section-link-btn ul {
  list-style: none;
}

.section-link-btn div a:nth-child(2) {
  display: block;
  padding: 4.5% 0 0;
  text-align: center;
  text-decoration: underline;
  font-size: 1.25em;
}
.section-link-btn div a:nth-child(2):hover {
  text-decoration: none;
}




/*商品リスト
-------------------------------*/
.item_list {
  margin:0 auto;
  padding:0;
  list-style:none;
  display: flex;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*width:92%;*/
  width:100%;
}
.item_list:after {
  width:100%;
  clear:both;
  content:"";
  display:block;
}
.item_list li {
  /*margin:10px 0 0;*/
  margin:100px 0;
  padding:0;
  display: flex;
  /*flex: 0 0 32.55%;*/
  /*flex: 0 0 32%;*/
  flex: 0 0 100%;
  flex-wrap:wrap;
  /*width:32.55%;*/
  border: 2px solid #E5E0C8;
  background: #fff;
}

/**/
.item_list li .item_list-title {
  display: flex;
  width:100%;
  padding: 27px 30px;
  background:#E5E0C8;
}
  .item_list li .item_list-title .item_list-title--number {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    /*width: 9.67%;*/
    width: 116px;
    height: 116px;
    /*padding: 1.5em 0;*/
    padding: 0;
    box-sizing: border-box;
    border-radius: 100px;
    background: #B1A251;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .item_list li .item_list-title .item_list-title--number div {
    width: 100%;
    line-height: 1.1;
  }
  .item_list li .item_list-title .item_list-title--number div span {
    font-size: 1.5em;
  }
  .item_list li .item_list-title .item_list-title--text {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 37px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .item_list li .item_list-title .item_list-title--text div .text-main {
    margin: 0;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.25;
  }
  .item_list li .item_list-title .item_list-title--text div .text-main span {
    font-size: 1.387em;
  }
  .item_list li .item_list-title .item_list-title--text div .text-sub {
    margin: 0;
    font-size: 1.3125em;
  }


/**/
.item_list li .item_list-desc {
  display: flex;
  flex-flow: row;
  align-items: center;
  width:100%;
  margin: 0;
  /*padding: 60px;*/
  padding: 60px 60px 60px 90px;
  box-sizing: border-box;
  background-color: #fff;
  color:#333;
  transition:0.3s;
}
.item_list li .item_list-desc a:hover img { opacity: 0.5; }
.item_list li .item_list-desc .item_list-desc--l {
  border: 1px solid #ccc;
}
.item_list li .item_list-desc .item_list-desc--r {
  padding: 0 0 0 60px;
  box-sizing: border-box;
}
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) {
  padding: 0 0 1em;
}
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a { text-decoration: underline; }
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a:hover { text-decoration: none; }
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a span { font-size: 1.375em; }

/* pc only */
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a br { display:none; }

.item_list li .item_list-desc .item_list-desc--r > div:nth-child(2) {
  font-size: 1.25em;
}


/* normal */
.item_list li a {

}
.item_list li a div {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column-reverse;*/
  flex-direction: column;
  /*width: auto;*/
  width: 100%;
}
/*.item_list li a:hover {*/
/*margin:25px 0 0;*/
/*transition:0.3s;*/
/*}*/
.item_list li a div > img {
  position:relative;
  top:-10px;
  left:-10px;
  /*width:100%;*/
  width:calc(100% + 20px);
  margin:0;
  /*border: 1px #D1D1D1 solid;*/
  /*border-radius: 10px;*/
  transition:0.3s;
}
/*.item_list li a:hover div > img {*/
  /*top:0px;*/
  /*left:0px;*/
  /*width:100%;*/
  /*margin: 0 0 20px;*/
  /*transition:0.3s;*/
/*}*/
.item_list li a .item_name {
  /*height:40px;*/
  height: auto;
  margin: 10px 0;
  font-size: 1em;
  /*color: #0062FF;*/
  overflow: hidden;

  flex: 1 auto;
}
.item_list li a:hover .item_name {
  text-decoration:underline;
}
.item_list li a .item_stock {
  margin:0;
  /*text-align: right;*/
  text-align: left;
  font-weight:bold;
}

.item_list li a .item_stock .souryoumuryou_chk_icon {
  /*padding: 5px 18px;/!*add*!/*/
  padding: 5px 22px;/*add*/
  margin: 0 0 0 4px;/*add*/
  font-size: 16px;/*add*/
  line-height: 1;/*add*/

  background: #002632;/*add*/
  border: 0;/*add*/
  /*color: #162767;*/
  color: #fff;/*add*/
}
.item_list li a .item_stock .stock_chk_icon {
  /*border: 1px #0066cc solid;*/
  /*background: #0066cc;*/
  /*color: #fff;*/
  /*padding: 4px 18px;*/
  padding: 4px 21px;
  /*margin: 0;*/
  margin-right: 0;
  font-size: 16px;
  /*display: inline-block;*/
  margin-bottom: 0;
  line-height: 1;

  /*background: #1D2088;*/
  background: #FAF424;/*add*/
  /*border: 1px #1D2088 solid;*/
  border: 1px #FAF424 solid;/*add*/
  color: #002632;/*add*/
}
.item_list li a .item_stock .yoyaku_chk_icon {
  /*border: 1px #0066cc solid;*/
  /*background: #ffffff;*/
  /*color: #0066cc;*/
  /*padding: 4px 18px;*/
  padding: 4px 21px;
  /*margin: 0;*/
  margin-right: 0;
  font-size: 16px;
  /*display: inline-block;*/
  margin-bottom: 0;
  line-height: 1;
}

.item_list li a .item_price {
  color:#DF0101;
  /*font-size:2em;*/
  font-size:3.375em;
  /*text-align: right;*/
  text-align: left;
  font-weight: bold;
  letter-spacing: -1px;
  /*font-style: italic;*/
  font-style: normal;
  font-family: arial;
}
.item_list li a .item_price::first-letter{
  font-family: sans-serif;
  /*font-size:0.7em;*/
  font-size:0.537em;
  font-weight:900;
}
.item_list li a .item_price span,/*add*/
.item_list li a .item_price .tax_notation_contents {
  color:#DF0101 !important;/*add*/
  /*font-size:0.5em !important;*/
  font-size:0.37em !important;
}
.item_list li a .item_price_normal {/*add*/
  margin: 0;
  padding: 0;
  color:#333;/*add*/
  /*font-size:0.8em !important;/!*add*!/*/
  font-size:1em !important;/*add*/
  text-decoration: line-through;/*add*/
}
.item_list.pickup_list li a .pickup_balloon {/*add*/
  position: absolute;
  top: -28%;
  left:0;
  display: inline-block;
}
.item_list.pickup_list li a .pickup_balloon img {/*add*/
  width: 100%;
}
.item_list.pickup_list li {
  margin:14.5% 0 0;
  /*padding:0;*/
  /*display: flex;*/
  /*flex: 0 0 32.55%;*/
  /*flex: 0 0 32%;*/
  /*flex-wrap:wrap;*/
  /*width:32.55%;*/
}


/**/
.more_btn_wrap {
  width:100%;
  min-width: 1100px;
  margin: 0 0 10%;
  padding: 40px;
  box-sizing: border-box;
  background:#EEEEEE;
  font-size: 1.25em;
  text-align: center;
}
#form-confirm .more_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_btn,
.send_btn,
.return_btn,
.more_btn {
  width:100%;
  /*margin:40px auto 0;*/
  margin:20px auto 0;
  /*padding: 0 0 25px;*/
  box-sizing: border-box;
  text-align:center;
}
.top_btn a,
.send_btn a,
.return_btn a,
.more_btn a {
  position:relative;
  display:inline-block;
  width: auto;
  /*min-width: 505px;*/
  min-width: 40%;
  /*min-width: 660px;*/
  max-width: 100%;
  /*padding: 20px 40px;*/
  /*padding: 10px 40px;*/
  padding: 28px 40px;
  box-sizing: border-box;
  background:#28A8D8;
  border:3px #fff solid;
  border-radius: 20px;
  /*color:#fff;*/
  color:#fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size:1.4375em;
  font-weight:bold;
  letter-spacing: 0.08125rem;
  /*box-shadow: 0px 8px 0px -2px rgba(10,10,10,0.1);*/
  transition:0.3s;
}
.top_btn a:hover,
.send_btn a:hover,
.return_btn a:hover,
.more_btn a:hover {
  background:#fff;
  /*border:4px #FAF424 solid;*/
  border:3px #28A8D8 solid;
  /*box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);*/
  color:#28A8D8;
}
.send_btn .fas,
.return_btn .fas,
.more_btn .fas {
  position: absolute;
  top: 1px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
/* decoration */
.send_btn {
  display: flex;
  justify-content: flex-start;
}
.send_btn a {
  /*padding: 28px 40px;*/
  padding: 40px 100px;
  background:#FE8919;
  border:3px #fff solid;
  color:#fff;
}
.send_btn a:hover {
  background:#fff;
  border:3px #FE8919 solid;
  color:#FE8919;
}
/**/
.return_btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
.return_btn a {
  /*padding: 28px 40px;*/
  padding: 27px 80px;
  background:#fff;
  border:3px #959595 solid;
  color:#606060;
}
.return_btn a:hover {
  background:#606060;
  border:3px #fff solid;
  color:#fff;
}
.return_btn .fas {
  /*position: absolute;*/
  /*top: 1px;*/
  right: auto;
  left: 10px;
  /*display: inline-flex;*/
  /*align-items: center;*/
  /*height: 100%;*/
}

.top_btn_wrap {
  width:100%;
  max-width:1200px;
  min-width:1100px;
  margin: 0 auto;
}
.top_btn {
  /*padding: 57px 0 226px;*/
  padding: 0 0 100px;
  text-align: center;
}
/*.top_btn a { text-decoration: underline; }*/
/*.top_btn a:hover { text-decoration: none; }*/
.top_btn a {
  /*padding: 28px 40px;*/
  padding: 33px 74px;
  background:#767676;
  border:3px #767676 solid;
  color:#fff;
  text-decoration: none;
}
.top_btn a:hover {
  background:#fff;
  border:3px #767676 solid;
  color:#767676;
}


/* varidate */
.varidate_error .more_btn a {
  cursor: default;
  opacity:0.5;
}
.varidate_error .more_btn a:hover {
  background:#28A8D8;
  color:#fff;
  border:3px #fff solid;
}





/* --- common styles --- */
#bodywrap .flex {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#bodywrap .flex-sb, #bodywrap .flex-se, #bodywrap .flex-ct {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#bodywrap .flex-sb {
  justify-content: space-between;
}
#bodywrap .flex-se {
  justify-content: space-evenly;
}
#bodywrap .flex-ct {
  justify-content: center;
}

#bodywrap .tips {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#bodywrap .tips-mark {
  display: inline-block;
  width: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-indent: 0;
}
