@charset "utf-8";
/* CSS Document */

 .sample_header04 {
         width: 250px;
         text-align: center;
         padding: 10px 20px;
         font-size: 2rem;
         font-weight: bold;
         position: relative;
       }         

       .sample_header04::before {
         content: '';
         position: absolute;
         width: 30%;
         height: 1px;
         background-color: black;
         left: -5px;
         top: -5px;
       }
       .sample_header04::after {
         content: '';
         position: absolute;
         width: 1px;
         height: 45%;
         background-color: black;
         left: 5px;
         top: -15px;
       }
       .sample_header04 span::before {
         content: '';
         position: absolute;
         width: 30%;
         height: 1px;
         background-color: black;
         right: -5px;
         bottom: -5px;
       }
       .sample_header04 span::after {
         content: '';
         position: absolute;
         width: 1px;
         height: 45%;
         background-color: black;
         right: 5px;
         bottom: -15px;
       }




body {
  background: #FFF;
  font-size: 14px;
  margin: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  color: #291a04;
}
main {
  background-color: #872c2c;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
   font-family: 'Noto Serif JP', serif;
  font-size: 26px!important;
 font-weight: 500;
  margin-block-start: 0em;
  margin-block-end: 0em;
	    line-height: 1.1;
}
.top-message span {
       font-family: 'Lora', serif;
  font-size: 14px;
 font-weight: 500;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
h2 {
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 500;
}
h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-top: 2px;
    padding-bottom: 30px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
a.btnarrow4 {
  color: #990000 !important;
}
a.btnarrow4:visited {
  color: #990000 !important;
}
a.btnarrow4:hover {
    color: #990000 !important;
}
a:hover img {
	 opacity: 0.8;
	transition: 0.3s;
}
.filter:hover img {
	 opacity: initial;
	transition: 0.3s;
}
.h3-recommend {
  max-width: 800px;
  margin: auto;
      padding-top: 30px;
}
h3 {
  position: relative;
  max-width: 910px;
}
.h3-recommend h3::before, .h3-recommend h3::after {
    position: absolute;
    top: 28%;
    display: inline-block;
    width: 20%;
    content: '';
    border-top: 1.5px solid #333;
}
.h3-recommend h3::before {
  left: 0;
}
.h3-recommend h3::after {
  right: 0;
}
@media(min-width:700px) {
	main {
		    margin-top: 80px;
	}
	  h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 34pt !important;
    font-weight: 500;
	  color: #3f2601;
		  line-height: 1.1;
  }
.top-message span {
    font-size: 20px;
    font-weight: 500;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
}
@media(min-width:800px) {
  .sayuyohaku {
    padding: 0 15px;
  }
  .title-menu {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    font-family: 'Lora', serif;
    font-weight: normal;
  }
  h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 34pt !important;
    font-weight: 500;
	  color: #3f2601;
  }
  .top-message span {
    font-size: 20px;
  }
  h2 {
    font-family: 'Noto Serif JP', serif;
    padding-top: 50px;
    padding-bottom: 27px;
    font-size: 34px;
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; position: relative;
  }
  h3 {
	      position: relative;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-top: 30px;
    padding-bottom: 30px;
  }
.h3-recommend h3::before, .h3-recommend h3::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    content: '';
    border-top: 2px solid #333;
  }

}


/* メインビジュアルここから
==========================================================*/
.main_visual {
  background-image: url("https://image.rakuten.co.jp/sentire/cabinet/gift-page/top.jpg");
  background-size: cover;
  background-position: center center;
  display: block;
  height: 220px;
  max-height: 1000px;
  position: relative;
	    z-index: 11;
}
.main_visual::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
    background-color: rgb(242 219 98 / 40%);
	z-index: -1;

}
.top-message {
	z-index: 11;
	    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
}
.section-top {
  padding-bottom: 20px;
} 

@media(min-width:700px) {
	.main_visual {
  height: 500px;
}
  .section-top {
    padding-bottom: 40px;
  }

	.top-message {
  max-width: 685px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

}
@media(min-width:900px) {
	.main_visual {
  height: 500px;
}
  .section-top {
    padding-bottom: 40px;
  }

	.top-message {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

}
/* メインビジュアルここまで
==========================================================*/




/* contentsここから
==========================================================*/
.container {
  margin: 0 10px;
  padding-bottom: 50px;
}
.container:last-child {
	    margin-bottom: 50px;
}
.gift-menu {
  max-width: 910px;
  margin: 0 auto 0px;
  background: #FFF;
  padding: 20px 15px 20px 15px;
  LINE-HEIGHT: initial;
}
.title-menu {
	font-size: 30px;
}
.br-pc {
  display: none;
}
li {
	list-style: none;
  position: relative;
  width: 49%;
}
.link_menu {
  font-size: 14px;
}
.description-menu {
    padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'Noto Serif JP';
  color: #585858;
  text-align: left;
}
.gift-menu img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.link_menu {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #FFF;
  width: 100%;
  text-align: center;
}
.gift-menu ul {
	    gap: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*-- 画像フィルターここから --*/
.filter img {
  transition: 0.8s ease;
  filter: brightness(70%);
}
.filter img:hover {
  filter: none;
}
/*-- 画像フィルターここまで --*/
@media(min-width:700px) {
  .gift-menu {
        padding: 20px 15px 20px 15px;
  }
	  li {
    width: 49%;
  }
}
@media(min-width:800px) {
	.container {
  margin: 0 10px;
  padding-bottom: 50px;
}
	

  .gift-menu {
    padding: 30px 0px 30px 0px;
  }
  .description-menu {
	    padding-top: 25px;
    text-align: center;
    font-size: 16px;
  }

  .br-pc {
    display: block;
  }
  .gift-menu ul {
	gap: 6px;
    margin: auto;
    max-width: 800px;
  }
  .link_menu {
    text-align: center;
    font-size: 20px;
  }
  .description-gift-menu {
    font-size: 16px;
    text-align: center;
  }
  .gift-menu img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
  }
  li {
    width: 31%;
    padding: 7px;
  }
}
/* contentsここまで
==========================================================*/


/* 価格から探すここから
==========================================================*/

.section-price {
	font-size: 18px;
  background: #FFF;
     padding: 24px 15px 24px 15px;
}
.category_page_price_title {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 40px;
}
.category_page_price_items {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_page_price_items .item-price, .category_page_price_items .item-price:visited {
  box-sizing: border-box;
  color: #171717;
  border: 1px solid #171717;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1rem 0.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
  text-decoration: none;
  width: 49.4%;
  transition: all .2s;
}
.category_page_price_items .item-price:hover {
  box-sizing: border-box;
  color: #FFF;
  background: #171717;
  transition: all .4s;
}
@media(min-width:700px) {
  .category_page_price_title {
        font-size: 26px;
    padding-top: 0px;
       padding-bottom: 40px;
  }
  .section-price {
    max-width: 910px;
    margin: auto;
        padding: 60px 0px 60px 0px;
  }
  .category_page_price_items {
    max-width: 800px;
    margin: auto;
  }
  .category_page_price_items .item-price, .category_page_price_items .item-price:visited {
        font-size: 1.1rem;
  }
}
/* 価格から探すここまで
==========================================================*/


/* サービスここから
==========================================================*/
.heading {
 font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-service {
  background: #FFF;
}
.spimage-service01, .spimage-service02 {
  display: block;
}
.pcimage-service01, .pcimage-service02 {
     display: none;
}
.flex-wrapping, .flex-message {
  background: #FFF;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.title-wrapping, .title-message {
  color: #990000;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.03em;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.description-wrapping h3, .description-message h3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}
.description-wrapping__sentence, .description-message__sentence {
padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}
/* btn */
.btn-service {
  border: 1px solid #333333;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF!important;
  background: #333;
  font-size: 13px;
  transition: .4s;
  margin-top: 20px;
}
.btn-service:hover {
  color: #333!important;
  background: #FFF;
  transition: .4s;
}
/* btn */
@media(min-width:740px) {
	.spimage-service01, .spimage-service02 {
  display: none;
}
.pcimage-service01, .pcimage-service02 {
     display: block;
}
	.description-wrapping h3 span, .description-message h3 span {
		    font-size: 18px;
	}
	div.flex-wrapping, div.flex-message {
		max-width: 800px;
		    margin: auto;
	}
	div.flex-message {
		    gap: 26px;
    padding-top: 48px;
	}
	.heading {
		padding-top: 0px;
		font-size: 26px;
	}
  .section-service {
   padding: 60px 0px 60px 0px;
    max-width: 910px;
    margin: auto;
  }
  .spimage-service01, .spimage-service02 {
    display: none;
  }

  .flex-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px;
    background: #FFF;
    margin: auto;
  }
  .flex-message {
    flex-direction: row-reverse;
  }
  .flex-wrapping {
    margin-bottom: 25px;
  }
  .description-wrapping h3, .description-message h3 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 24px;
	padding-bottom: 5px;
	text-align: center;
    padding-top: 39px;
    line-height: 1.3;
  } 
	.description-message h3  {
		text-align: left;
	}
	.description-wrapping h3 {
		    text-align: center;
    padding-top: 39px;
    line-height: 1.3;
	}
	.description-wrapping h3::before, .description-message h3::before {
        border-top: initial;
  }
		.description-wrapping h3::after, .description-message h3::after {
        border-top: initial;
  }

  .description-wrapping__sentence, .description-message__sentence {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
	font-size: 15px;
  }
	.description-wrapping__sentence {
		    max-width: 690px;
    margin: auto;
		    text-align: center;
	}	

.description-message {
       width: 90%;
  }
/* btn */
  .btn-service {
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #000;
    font-size: 14px;
    transition: .4s;
    margin-top: 37px;
  }
a.btn-service:visited {
    color: #ffffff;
    text-decoration: none;
}
/* btn */
  .title-wrapping, .title-message {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .flex-wrapping, .flex-message {
    padding-bottom: 0px;
  }
}
/* サービスここまで
==========================================================*/

/* メインコンテンツここから
==========================================================*/
.title-feature {
	font-size: 26px;
}
.wrapper-gift {
	    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 500px;
    margin: auto;
}

.gift-menu h2  {
	position: relative;
	padding: .2em;
	text-align: center;
	    font-size: 30px;
}
.gift-feature h2  {
	position: relative;
	padding: .6em;
	text-align: center;
	    line-height: 1.1;
	
}
.gift-menu h2::after, .gift-feature h2::after {
	    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 14%;
    height: 6px;
    box-sizing: border-box;
    margin: auto;
}

.gift-menu h2::after, .gift-feature h2::after {
    bottom: 0;
    border-bottom: 2px solid #990000;}

.gift-feature {
	line-height: 1;
  max-width: 910px;
  margin: 0 auto 0px;
  background: #FFF;
  padding: 0px 15px 30px 15px;   
}
.description-feature {
	    line-height: 1.3;
    font-size: 14px;
  font-family: 'Noto Serif JP';
  color: #585858;
  padding-bottom: 20px;
}
.flex-item01 {
  display: flex;
  padding-top: 20px;
	align-items: center;
}
.flex-item01__text {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.maintitle {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  line-height: 1.3;
  font-size: 13px;
}
.maintitle:nth-child(2) {
      padding-top: 15px;
}
.name {
	line-height: 1.4;
  color: #585858;
  padding-top: 3px;
  font-size: 10px;
}
.flex-item01-item02 {
  display: flex;
  gap: 10px;
  padding-top: 30px;
  justify-content: space-between;
}
.color {
  width: 50%;
  padding-top: 5px;
}
.item01 {
  max-width: 140px;
}
@media(min-width:700px) {
	  .title-menu {
    font-size: 40px!important;
  }
	.title-feature {
    font-size: 34px;
}
	.gift-feature h2 {
    line-height: 1.2;
		font-size: 36px;
	}
	.wrapper-gift {
	    padding-top: 44px;
    padding-bottom: 25px;
    max-width: 500px;
    margin: auto;
}
.gift-menu h2::after, .gift-feature h2::after {
	    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 8%;
    height: 6px;
    box-sizing: border-box;
    margin: auto;
}
.gift-feature h2::after {
	    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 11%;
    height: 6px;
    box-sizing: border-box;
    margin: auto;
}
  .container {
    max-width: 910px;
    margin: auto;
	      padding-bottom: 70px;
  }
  .br-sp, .sp-image-feature {
    display: none;
  }
  .pc-image-feature {
    display: block;
  }
  .color {
    width: 60%;
  }
  .center-image-feature {
    text-align: center;
  }
  .pc-image-feature {
    width: 800px;
    margin: auto;
    text-align: center;
  }
  .flex-item01, .flex-item01-item02 {
    padding-top: 40px;
  }
  .gift-feature {
    max-width: 910px;
    margin: 0 auto 0px;
    background: #FFF;
    padding: 0px 15px 60px 15px;
  }
  .description-feature {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
	     line-height: 1.5;
	      font-weight: 500;
  }
  .flex-item01, .flex-item01-item02 {
    max-width: 800px;
    margin: auto;
  }
  .item01 {
    max-width: 240px;
  }
  .flex-item01__text {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;    justify-content: center;
  }
  .maintitle {
    padding-top: 0px;
    font-size: 22px;
  }
  .name {
    padding-top: 5px;
    font-size: 13.5px;
    line-height: 1.2;
  }
  .color {
    width: 60%;
    padding-top: 14px;
  }
}
div.zoom img {
  width: 100%;
}
.recommend li {
  width: 31%;
  padding: initial;
}
ul.recommend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
  gap: 11px;
  max-width: 800px;
  margin: auto;
}
.zoom {
  margin: 0 auto;
  overflow: hidden;
}
.zoom img {
  transition: 1s all;
}
.zoom img:hover {
  transform: scale(1.06, 1.06);
  transition: 1s all;
}
@media(min-width:800px) {
  div.zoom img {
    width: 100%;
  }
  ul.recommend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    gap: 23px;
    max-width: 800px;
    margin: auto;
  }
}
/*--リンクボタン--*/
.btn {
    padding-top: 7px;
    line-height: 1.2;
    text-align: right;
}
/*矢印が右に移動する*/
.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #990000;
  text-decoration: none;
  outline: none;
  font-size: 8px;
  font-weight: 500;
}
/*矢印と下線の形状*/
.btnarrow4::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #990000;
}
.btnarrow4::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 0px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #990000;
  transform: rotate(35deg);
}
@media (min-width:700px) {
	.btn {
	    padding-top: 20px;
  line-height: 1.2; 
  text-align: right;
}
	.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  font-size: 13px;
}
}
/* メインコンテンツここまで
==========================================================*/

/* よくある質問ここから
==========================================================*/

.section-faq {
    background: #FFF;
    padding: 24px 15px 24px 15px;
}
.section-faq h2 {
	font-size: 18px;
    padding-top: 16px;
        padding-bottom: 25px;
}
.qa-002 dt,
.qa-002 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 0em 1em 4em;
    color: #333333;
    font-size: 14px;
	}
.qa-002 dt {
    font-weight: 600;
}

.qa-002 dd + dt {
    margin-top: 1em;
}

.qa-002 dt::before,
.qa-002 dd::before {
display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
    border: solid 1px #a14e41;}

.qa-002 dt::before {
    background-color: #af473f;;
    content: 'Q';
}

.qa-002 dd::before {
    background-color: #ffffff;
    color: #af473f;
    content: 'A';
    border: solid 1px;
}
/*
.item02 {
	max-width: 157px;
}*/
@media (min-width:700px) {
	.section-faq {
		background: #FFF;
    padding: 60px 15px 60px 15px;
}
	.section-faq h2 {
    font-size: 26px;
		    padding-top: 0px;
	}
	.qa-002 dt,
.qa-002 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 4em;
    color: #333333;
	font-size: 16px;
	}

	.section-price h2 {
		padding-top: 0px;
		font-size: 26px;
	}
	.qa-002 {
		max-width: 800px;
		margin: auto;
	}
	.item02 {
	max-width: 384px;
}
}
/* よくある質問ここまで
==========================================================*/






/* TOPへ戻るここから
==========================================================*/
.back-to-top {
  display: none;
  position: fixed;
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 25px;
    background: #3e3e3e;
    opacity: 0.9;
    z-index: 999;
    border-radius: 10%;
}
.back-to-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
.back-to-top::before {
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 25px;
    height: 25px;
    bottom: 13px;
    right: 0;
    left: 0;
	margin: auto;}

a.back-to-top.js-to-top:visited {
    color: #000;
    text-decoration: none;
}
/* TOPへ戻るここまで
==========================================================*/





/* micro clearfix
-----------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* PC改行位置 */
br.smp {
  display: none;
}
br.pc {
  display: inline;
}
/* PCテキスト表示 */
span.smp {
  display: none;
}
span.pc {
  display: inline;
}
/* 非表示箇所*/
#header_smp, #header_smp2, #footer_smp, .itemlink {
  display: none;
}
/* 新ヘッダー（上部メイン）のアイフレームの高さ調節 ■■■ header_main.html用 */
.header_main {
  height: 820px !important;
} /* 大イベント時 height:1120px、年末年始アナウンス時980px、あすらく配送日時1000px、通常880px */
/* バナー少なめヘッダーのアイフレームの高さ調節　head_item_out.html用　ゲンテン関連に使用 */
.head_item_out {
  height: 980px !important;
} /* 大イベント時 height:1120px、通常時720px */
/* 新ヘッダー（上部メイン）のアイフレームの高さ調節 ■■■ header_main.html用 */
/* エントリーページに使用、タブメニューや検索フォーム、買い物かごボタンの無いシンプルなヘッダー */
.header_simple {
  height: 120px;
}
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_ranking.html用 */
/* テロップなし720px テロップあり760px（特集バナー:120px　オリジナルバナー：96px） */
.header_sub_ranking {
  height: 860px; /* height:850px; */
}
/* オリジナルアイテムページ追加 710px */
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_item.html用 */
/* 通常370px（特集バナー:120px　オリジナルバナー：96px） */
.header_sub_item {
  height: 370px;
}
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_item_out.html用 */
/* 通常240px　*/
.header_sub_10baionly {
  height: 240px;
}
/* 暫定新ヘッダー（iframe2つへ移行前）のアイフレームの高さ調節　head_ranking.html用  （通常1000px　テロップ時1130px  感謝祭1100px） */
.header_ranking {
  height: 1000px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_item.html用 主にブランドページに使用 （通常740px　感謝祭840px）*/
.head_item {
  height: 740px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_10baionly.html用 （通常620px　感謝祭720px） */
.head_10baionly {
  height: 890px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_ranking.html用  （通常950px　テロップ時980px:感謝祭1080px） */
.head_ranking {
  height: 950px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head.html用 */
.head {
  height: 380px;
}
/* レフトのアイフレームの高さ調節　left15.html用 */
.left {
  height: 7820px;
}
/*.left { height:7300px; }*/
/*.left { height:3900px; }*/
/* レフトのアイフレームの高さ調節　left-genten.html用　ゲンテン関連に使用  */
.left-genten {
  height: 3800px;
}
/* foot_fullのアイフレームを外側から調整 */
.foot_full {
  width: 950px;
  height: 2220px;
  margin: 0 auto;
  display: block;
}
/* foot_walletのアイフレームを外側から調整 */
.foot_wallet {
  width: 950px;
  height: 1180px;
  margin: 0 auto;
  display: block;
}
/* footer_miniのアイフレームを外側から調整 */
.foot_mini {
  width: 950px;
  height: 150px;
  margin: 0 auto;
  display: block;
}
/* ※同名のid（下記）が存在するので注意。.foot_miniはiframeの外側のスタイルを調整しています  */
/*----- footer-mini.html（最低限の情報のフッター）のスタイル -----*/
body#foot_mini .nav {
  width: 950px;
  margin: 10px auto 48px;
}
body#foot_mini .nav a {
  font-size: 12px;
  width: 100px;
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
body#foot_mini .nav a:hover {
  text-decoration: underline;
}
body#foot_mini .nav a:first-child {
  margin-left: 10px
}
body#foot_mini .nav a:last-child {
  border-right: none;
}
/* body#foot_miniを初期化 */
body#foot_mini {
  background: transparent;
  background-image: none;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%; /* iOS文字サイズ調整 */
}
body#foot_mini, body#foot_mini html {
  width: 100%; /* スマホPC表示用に明示 */
}
/* copyright表記のスタイル */
body#foot_mini .foot_copyright {
  font-size: 14px;
  width: 950px;
  margin: 0 auto 36px;
  text-align: center;
  background-color: transparent;
}
