#header .black {
  display: block;
}

#header .white {
  display: none;
}

.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.web_font3 {
  font-family: 'Roboto', sans-serif;
}

.border {
  border-bottom: 1px dashed #cdcdd2;
}

.border2 {
  border-bottom: 1px dashed #03071f;
}

.border3 {
  border-bottom: 1px solid #cdcdd2;
}

.border4 {
  border-bottom: 1px solid #03071f;
}

.border5 {
  border-bottom: 2px solid #03071f;
}

.bg_dot,
#Contents_area.furisode {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px;
}

@media screen and (min-width: 1px) {

  .bg_dot,
  #Contents_area.furisode {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px;
  }
}

/*------------------------------------------------------------
Under_ttl_area_img
------------------------------------------------------------*/
#Under_ttl_area_img {
  margin-bottom: 60px;
}

#Under_ttl_area_img .ttl {
  margin-top: -45px;
  margin-bottom: 50px;
}

#Under_ttl_area_img .ttl p {
  margin-top: 0;
  margin-bottom: 15px;
}

#Under_ttl_area_img .ttl p {
  margin-top: 0;
  margin-bottom: 15px;
}

#Under_ttl_area_img .ttl+.txt {
  font-size: 1.4rem;
  text-align: center;
}

/*------------------------------------------------------------
page_in_link_nav_style2
------------------------------------------------------------*/
.page_in_link_nav_style2 {
  background-color: #03071f;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

.page_in_link_nav_style2 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.page_in_link_nav_style2 .wrap:before {
  display: block;
  content: '';
  width: 3px;
  height: 50%;
  background: url(../common/images/dot_line_tate_w.png) top repeat-y;
  background-size: 3px 218px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  opacity: .6;
}

.page_in_link_nav_style2 .wrap:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: url(../common/images/dot_line_yoko_w.png) top repeat-x;
  background-size: 216px 3px;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: .6;
}

.page_in_link_nav_style2 li {
  width: calc((100% / 2) - 15px);
}

.page_in_link_nav_style2 li:last-of-type {
  font-size: 1.2rem;
  width: 100%;
}

.page_in_link_nav_style2 li a {
  color: #fff;
}

.page_in_link_nav_style2 dl {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.page_in_link_nav_style2 dl::after {
  display: block;
  content: '';
  width: 10px;
  height: 6px;
  background: url(../common/images/icon_arrow_down_w.png) top repeat-y;
  background-size: 10px 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.page_in_link_nav_style2 dd {
  line-height: 1.2;
}

@media screen and (max-width: 370px) {
  .page_in_link_nav_style2 dl {
    gap: 8px;
  }

  #Contents_area section .price_wrap .left {
    width: 74px;
  }

  #Contents_area section .price_area .mini img {
    height: 45px;
  }
}

/*------------------------------------------------------------
Contents_area
------------------------------------------------------------*/
#Contents_area {
  background-color: #fffff8;
  padding-top: 50px;
  padding-bottom: 45px;
}

#Contents_area section+section {
  margin-top: 50px;
}

#Contents_area section .box_nanameline_style {
  padding: 50px 20px 0;
}

#Contents_area section .top_area {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}

#Contents_area section .top_area>dt {
  margin: 0 auto 25px;
  position: relative;
  width: 185px;
}

#Contents_area section .top_area>dt .bubble {
  position: absolute;
  top: -15px;
  left: -20px;
  width: 75px;
}

#Contents_area section .top_area>dt img {
  width: 100%;
}

#Contents_area section .top_area>dd {
  width: 100%;
}

#Contents_area section .top_area>dd .ttl {
  text-align: left;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}

#Contents_area section .top_area>dd .ttl:before {
  left: 50%;
  margin-left: -10px;
}

#Contents_area section .top_area>dd .sub_ttl {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.03em;
}

#Contents_area section .top_area>dd .sub_ttl.tume {
  letter-spacing: 0.03em;
}

#Contents_area section .top_area>dd .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}

#Contents_area section .top_area>dd .txt.tume {
  letter-spacing: -0.02em;
}

#Contents_area section .acc_wrap {
  margin-bottom: 30px;
}

#Contents_area section .acc_wrap .acc_btn {
  border-top: solid 2px #03071f;
  border-bottom: solid 2px #03071f;
  display: flex;
  justify-content: center;
  padding: 14px 0;
}

#Contents_area section .acc_wrap .acc_btn::before {
  right: 10px;
}

#Contents_area section .acc_wrap .acc_btn::after {
  right: 17px;
}

#Contents_area section .acc_wrap .acc_box {
  margin-top: 5px;
  padding: 10px;
}

#Contents_area section .acc_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

#Contents_area section .acc_box li {
  background-color: #fbf68d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 7px;
  width: calc(50% - 17px);
}

#Contents_area section .acc_box .btn {
  margin-top: 20px;
  width: 100%;
}

#Contents_area section .price_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

#Contents_area section .price_wrap .left {
  width: 90px;
  flex-shrink: 0;
}

#Contents_area section .price_area .mini {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

#Contents_area section .price_area .mini .line {
  text-decoration: line-through;
}

#Contents_area section .price_area .mini .tax {
  font-size: 0.8rem;
}

#Contents_area section .price_area .mini img {
  padding-bottom: 5px;
  height: auto;
  width: 43px;
}

#Contents_area section .price_area .big {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

#Contents_area section .price_area .big .num {
  font-size: 4.3rem;
  font-style: italic;
  line-height: 1;
}

#Contents_area section .price_area .big p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 3px;
}

#Contents_area section .price_area .big p span {
  font-size: 0.9rem;
}

#Contents_area section .price_area .mid {
  font-size: 1.0rem;
}

#Contents_area section .price_area .mid .num {
  font-size: 2.0rem;
  font-style: italic;
}

/*------------------------------------------------------------
Contact_area
------------------------------------------------------------*/
#Contact_area {
  background-image: url(../common/images/bg_dot.png);
  background-position: left top;
  background-size: 5px 5px;
  padding: 80px 0;
}

#Contact_area .ttl_style {
  margin-bottom: 70px
}

#Contact_area .txt {
  text-align: center;
  margin-bottom: 40px
}

#Contact_area ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#Contact_area ul li {
  margin: 0 10px
}

@media screen and (min-width: 1px) {
  #Contact_area {
    padding: 45px 0 50px
  }

  #Contact_area .ttl_style {
    margin-bottom: 50px
  }

  #Contact_area .txt {
    margin-bottom: 30px
  }

  #Contact_area ul {
    text-align: center;
    display: block
  }

  #Contact_area ul li {
    margin: 10px 0
  }
}

/*------------------------------------------------------------
 * tokuten02
 * -----------------------------------------------------------*/
#tokuten02 .acc_wrap .btn {
  margin-top: 30px;
}


/* 20260408 add */
#tokuten01 .code_area {
  margin-left: -20px;
  width: calc(100% + 40px);
}

#tokuten01 .code_area h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

#tokuten01 .code_area img {
  width: 100%;
}

#tokuten01 .code_area .wrap {
  display: block;
}

#tokuten01 .code_area .wrap>li {
  width: 100%;
  margin-bottom: 40px;
}

#tokuten01 .code_area .wrap>li>dl {
  margin-bottom: 30px;
}

#tokuten01 .code_area .wrap>li>dl>dt {
  margin-bottom: 20px;
}

#tokuten01 .code_area .wrap>li>dl>dd {
  padding: 0 18px;
}

#tokuten01 .code_area .wrap>li>dl>dd h5 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: center;
}

#tokuten01 .code_area .wrap>li>dl>dd>p {
  line-height: 1.5;
  letter-spacing: 0;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap {
  margin: 0 18px;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_btn {
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #03071f;
  border-top: 2px solid #03071f;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul {
  display: block;
  margin-top: 30px;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li {
  margin-bottom: 15px;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li dl {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  gap: 0 20px;
  padding: 0 10px;
  width: 100%;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li dl dt {
  width: 85px;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li dl dd h6 {
  font-weight: bold;
  margin-bottom: 7px;
}

#tokuten01 .code_area .wrap>li .sp_acc_wrap .acc_box ul li dl dd p {
  font-size: 1.2rem;
}
