@charset "UTF-8";

/********************
共通
********************/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2em;
  color: #000;
}

img {
  width: 100%;
  vertical-align: top;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media (min-width: 770px){
	.sp{
		display: none;
	}
}

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

/********************
PC_style
********************/
.pc_area {
  width: 750px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width:769px){
  .pc_area {
    width: 100%;
  }
}
/********************
TVCM
********************/
.tvcm_block {
  background-color: #e8292d;
}
.tvcm_block .movie {
  padding: 0 8% 4% 8%;
}
.tvcm_block .movie .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.tvcm_block .movie .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************
CTA
********************/
.cta_area {
}
.cta_block {
  background-image: url(../images/cta_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 175.5% 0 32.5% 0;
}
.cta_block p {
  width: 82.66%;
  margin: 0 auto 0 auto;
}


/********************
kawayanagimatsu
********************/
.kawayanagimatsu {
}
.kawayanagimatsu_block {
  background-image: url(../images/img8_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 111.5% 0 8.2% 0;
}
.kawayanagimatsu_block p {
  width: 82.66%;
  margin: 0 auto 0 auto;
}


/********************
tanoshiku
********************/
.tanoshiku {
  background-color: #ecece4;
}
.tanoshiku .movie {
  padding: 0 8% 4% 8%;
}
.tanoshiku .movie .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.tanoshiku .movie .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************
QA
********************/
.qa {
  background-color: #e6e6e6;
  padding: 10% 0 10% 0;
}
.qa h1 {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  padding: 0 0 8% 0;
}
@media only screen and (max-width:769px){
  .qa h1 {
    font-size: 6.66vw;
  }
}
.accordion-area{
}
.accordion-area li{
}
.accordion-area section {
  margin: 0 auto 4% auto;
  width: calc(100% - 10.66% - 5%);
  background-color: #fff;
  padding: 2.5%;
  cursor: pointer;
}

.title-qa {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75em;
  cursor: pointer;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title-qa::before,
.title-qa::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: 6% 0 0 0;
  background-color: #000;
  width: 28px;
  height: 4px;
  transition: all 0.3s;
}
@media only screen and (max-width:769px){
  .title-qa::before,
  .title-qa::after{
    margin: 7% 0 0 0;
  }
}
.title-qa::after{
  transform: rotate(90deg);

}
.title-qa.close::after{
transform: rotate(0);
}


.box-qa {
  display: none;
  border-top: solid 2px #b68080;
  padding: 5% 0 0 0;
}
.box-qa p {
  padding: 0 20px 15px 20px;
  font-size: 2.4rem;
  line-height: 1.75em;
}
.box-qa p .text_small {
  font-size: 75%;
}
.box-qa ul {
}
.box-qa ul li {
  padding: 0 20px 15px 20px;
  font-size: 2.4rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.box-qa ul li::before {
  content: "・ ";
}
@media only screen and (max-width:769px){
  .title-qa {
    font-size: 3.2vw;
  }
  .box-qa p {
    font-size: 3.2vw;
  }
  .box-qa ul li {
    font-size: 3.2vw;
  }
}


/********************
footer
********************/
#footer_area ul {
  border: solid 1px #808080;
  border-bottom: none;
}
@media only screen and (max-width:769px){
  #footer_area ul {
    border-right: none;
    border-left: none;
  }
}
#footer_area ul li {
  border-bottom: solid 1px #808080;
  text-align: center;
  color: #000;
}
#footer_area ul li a {
  color: #000;
  text-decoration: none;
  padding: 4% 0;
  display: block;
  position: relative;
}
#footer_area ul li a:after {
  font-family: 'Material Icons';
  content: "\e5cc";
  font-size: 20px;
  position: absolute;
  right: 10%;
}
#footer_area ul li a:hover {
  background-color: #808080;
  color: #fff;
}

.copy_text {
  text-align: center;
}

/********************
form
********************/

.n-m-lp_no {
  display: none !important;
}

.userBox dd:nth-child(14){
  display:flex;
  align-items:center
}

#Contents div.columnLeft,
#Contents div.columnRight {
  width: 100% !important;
  float: none;
}
#Contents div.column {
  width: 100% !important;
  float: none;
}
.input_widthA {
  width: auto;
}

#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upOwnerUpdatePanel
  .input_widthA,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upOwnerUpdatePanel
  select,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upOwnerUpdatePanel
  .input_widthE,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upOwnerUpdatePanel
  .input_widthC,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upOwnerUpdatePanel
  .input_widthD,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_upPasswordUpdatePanel
  input,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_ddlShippingKbnList,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_divShippingVisibleConvenienceStore
  input,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_divShippingVisibleConvenienceStore
  select {
  padding: 0.8rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  margin: 0.5rem;
}

.orderBox,
.orderBox h3,
.orderBox div.bottom,
.userList div.subbox {
  background: none;
}

#CartList div.btmbtn {
  margin-top: 0;
}

#CartList div.btmbtn div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.formlp-front-section-form div.btmbtn li {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 5%;
}
div.cartstep .btn-success, #CartList div.btmbtn .btn-success {
  width: 100%;
}

