@charset "UTF-8";

/* reset  */

a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
}
img {
	vertical-align: bottom;
}

body {
	background: #fff;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: 100%; /* for iPhone */
	}
}
.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}
* html .cx {
	height: 1%;
}
a {
	overflow: hidden;
}

/* pages */

.rakuten {
  background-color: #fafafa;
}


/* btn */

.btnContainer {
  background-color: #fff;
  /* margin: 24px auto; */
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}

/* rakuten btn */
.rakutenBtn {
	display: table;
  margin: 0 auto;
	text-align: center;
}

.rakutenBtn img {
  width: 360px;
}

/* rakuten btn registered */
.rakutenBtn--registered {
	background: #999;
	border-radius: 3px;
	display: table;
	width: 360px;
	height: 73px;
  margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.rakutenBtn--registered span {
	background: none;
	color: #fff;
	display: table-cell;
	font-size: 24px;
	font-weight: normal;
  line-height: 38px;
  position: relative;
	text-decoration: none;
	text-indent: 0;
  vertical-align: middle;
}

.btn__notice {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.btn__notice a {
  color: #09598d;
  text-decoration: underline;
}
.btn__notice a:hover {
  text-decoration: none;
}

/* banner */
.bannerWrapper {
  margin: 16px auto 0;
}

.bannerWrapper a {
  display: block;
}



/* search */
.search__head {
  background-color: #bf0000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 12px;
  text-align: center;
}

.search__list {
  margin: 0 auto 36px;
  width: 740px;
  overflow: hidden;
}

.search__list__item {
  float: left;
}

.search__list__item a {
  background-color: #fff;
  border: 2px solid #bf0000;
  border-radius: 8px;
  box-sizing:border-box;
  -ms-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 12px;
  text-align: center;
  padding: 16px;
  position: relative;
  width: 160px;
}

.search__list__item a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -moz-box-shadow: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -4px;
}

.search__list__item a:hover {
  background-color: #bf0000;
  color: #fff;
}

.search__list__item a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* new search */
.search__container {
    background-color: #fff;
}

.search__containerInner {
    max-width:960px;
    padding: 32px ;
    margin: 0 auto;
}

/* .search__title {
    margin-bottom: 24px;
}

.search__titleImg {
    height: 28px;
} */

.search__wrapper {
    height: 72px;
}

/* .search__title, */
.search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search__box,.search__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px;
    font-weight: 700;
    cursor: pointer;
    background-color: #fff;
		border:2px solid #bf0000;
    border-radius: 6px 0 0 6px;
    width: 490px;
    font-size: 18px;
}

.search__select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search__selectText {
    pointer-events: none;
}

.search__selectPrefPcForm {
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 1;
    width: calc(100% - 7px);
    max-height: 100vh;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.search__selectPrefPcTitle,.search__selectPrefPcWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__selectPrefPcTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ccc;
}

.search__selectPrefPcList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 96px);
}

.search__selectPrefPcBox,.search__selectPrefPcList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__selectPrefPcBox {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 48px;
    padding-left: 40px;
    font-size: 14px;
    cursor: pointer;
}

.search__selectPrefPcBox:before {
    border: 1px solid #493737;
    border-radius: 50%;
}

.search__selectPcBox__selected:before,.search__selectPrefPcBox:before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__selectPcBox__selected:before {
    border: 1px solid #bf0000;
    border-radius: 50%;
}

.search__selectPcBox__selected:after {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #bf0000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__selectPcInput {
    display: none;
}

.search__arrow {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #666;
    text-decoration: none;
    pointer-events: none;
    border-radius: 6px;
    top: 8px;
    right: 0;
}

.search__arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #bf0000;
    border-radius: 0 6px 6px 0;
    width: 72px;
}

.search__buttonIcon {
    background: url(../../img/pc/rakuten/search_buttom.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.search__buttonText {
    position: relative;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.js-disable {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    border-top: none;
}
