@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
********************/
.neo_lp_area  {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .neo_lp_area {
    width: 100%;
  }
}
/********************
TVCM
********************/
.tvcm_block {
  background-color: #e72328;
}
.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 new
********************/
.cta_area {
  width: 100%;
}

.cta_base {
  position: relative;
  width: 100%;
}

.cta_base_picture {
  display: block;
  width: 100%;
}

.cta_base_picture img {
  display: block;
  width: 100%;
  height: auto;
}

.cta_btn {
  position: absolute;
  display: block;
  z-index: 2;
}

.cta_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTA 01：PC */
@media screen and (min-width: 770px) {
  .cta_area_01 .cta_btn {
    width: 32%;
    left: 75%;
    top: 73%;
    transform: translateX(-50%);
  }
}

/* CTA 01：SP */
@media only screen and (max-width: 769px) {
  .cta_area_01 .cta_btn {
    width: 82%;
    left: 50%;
    top: 77%;
    transform: translateX(-50%);
  }
}

/* CTA 02：PC */
@media screen and (min-width: 770px) {
  .cta_area_02 .cta_btn {
    width: 39%;
    left: 28%;
    top: 72%;
    transform: translateX(-50%);
  }
}

/* CTA 02：SP */
@media only screen and (max-width: 769px) {
  .cta_area_02 .cta_btn {
    width: 84%;
    left: 50%;
    top: 93%;
    transform: translateX(-50%);
  }
}
/* CTA 03：PC */
@media screen and (min-width: 770px) {
  .cta_area_03 .cta_btn {
    width: 45%;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
  }
}

/* CTA 03：SP */
@media only screen and (max-width: 769px) {
  .cta_area_03 .cta_btn {
    width: 82%;
    left: 50%;
    top: 77%;
    transform: translateX(-50%);
  }
}
/* CTA 04：PC */
@media screen and (min-width: 770px) {
  .cta_area_04 .cta_btn {
    width: 39%;
    left: 50%;
    top: 82%;
    transform: translateX(-50%);
  }
}

/* CTA 04：SP */
@media only screen and (max-width: 769px) {
  .cta_area_04 .cta_btn {
    width: 78%;
    left: 50%;
    top: 77%;
    transform: translateX(-50%);
  }
}
/* CTA 05：PC */
@media screen and (min-width: 770px) {
  .cta_area_05 .cta_btn {
    width: 39%;
    left: 50%;
    top: 82%;
    transform: translateX(-50%);
  }
}

/* CTA 05：SP */
@media only screen and (max-width: 769px) {
  .cta_area_05 .cta_btn {
    width: 78%;
    left: 50%;
    top: 77%;
    transform: translateX(-50%);
  }
}
/********************
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 0.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;
  }
}
/********************
QA PC adjust 追加調整
********************/
@media screen and (min-width: 770px) {
  .accordion-area section {
    width: 90%;
    margin: 0 auto 3% auto;
    padding: 0;
  }

  .title-qa {
    min-height: 76px;
    padding: 0 100px 0 56px;
    display: flex;
    align-items: center;
    font-size: clamp(1.8rem, 1.35vw, 2.4rem);
    line-height: 1.4;
    white-space: nowrap;
  }

  .title-qa br {
    display: none;
  }

  .title-qa::before,
  .title-qa::after {
    right: 48px;
    top: 50%;
    bottom: auto;
    margin: 0;
    width: 34px;
    height: 5px;
    transform: translateY(-50%);
  }

  .title-qa::after {
    transform: translateY(-50%) rotate(90deg);
  }

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

  .box-qa {
    padding: 3% 0 4% 0;
  }
}

@media screen and (min-width: 770px) {
  .box-qa p,
  .box-qa ul li {
    font-size: 2.0rem;
    line-height: 1.8;
  }
}
/********************
footer
********************/
#footer_area ul {
  border: solid 1px #808080;
  border-bottom: 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;
}

/* PCだけ横並び */
@media screen and (min-width: 770px) {
  #footer_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    row-gap: 24px;
    border: none;
    border-bottom: none;
    padding: 30px 20px;
    max-width: 750px;
    margin: 0 auto;
  }

  #footer_area ul li {
    border-bottom: none;
  }

  #footer_area ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #footer_area ul li a:after {
    display: inline-block;
    position: static;
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 16px;
    line-height: 1;
  }

  #footer_area ul li a:hover {
    background-color: transparent;
    color: #808080;
  }
}
/********************
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%;
}

/********************
hide lp form
********************/
#lpform {
  display: none !important;
}