@charset "UTF-8";
html{
  font-size: 62.5%;
}
body{
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
/* header */

/*============================
#header
============================*/
#header{
}
.pc_nav{
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
}
.pcnav_inner.thin{
  height: 70px;
}
.pcnav_inner{
    height: 90px;
  max-width: 1000px;
  padding-left: 20px;
  margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease;
}
.flex_right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:530px;
  padding-right: 30px;
}
.flex_right *{
  /* min-width: 0; */
}

@media (max-width:800px){
.flex_right{
  width: 70%;
  }
}
.header_logo{
  width: 14.4%;
}
.btn_search_head{
  font-size: 1.8rem;
  color: #FFF;
  background-color: #a0237f;
  border-radius: 10px;
  padding:15px 30px;
  display: block;
  white-space: nowrap;
  margin-right: 12%;
  max-height: 50px;
  line-height: 1;
}
.btn_search_head a{
  display: block;
}
.flex_right ul{
  /* width: 70%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_right ul li{
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.flex_right ul li:not(:last-child){
  margin-right: 60px;
}

.link_elem{
  position: relative;
}

.flex_right ul li .link_elem:after{
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -20px;
  top: 50%;
  margin-top: -3.5px;
}

.flex_right ul li .link_elem:hover:after{
  right: -25px;
  }
.btn_search_head a{
  color: #FFF;
}

/* sp */
.sp_nav{
  display: none;
}
.drawer-toggle.drawer-hamburger{
}
.sr-only{
}
.drawer-hamburger-icon{
}
.drawer-nav{
}
.drawer-menu{
}
.drawer-brand{
}
.drawer-menu-item{
}

/* footer */
footer{
  position: relative;
  z-index: 10;
  background-color: #FFF;
}

.footer-link-area{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 50px;
}
.footer-link-area>img{
  display: inline-block;
}

.footer-link-area .footer-nav{
margin-top: 90px;
}

.footer-link-area .footer-nav li{
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.footer-link-area .footer-nav li:not(:last-child){
  margin-right: 50px;
}

@media all and (min-width: 768px) {
  .footer {
    padding-bottom: 30px;
  }
}
@media all and (max-width : 1071px ){
  .footer {
    padding-bottom: 25px;
  }
}
.footer-page-top {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .footer-page-top {
    padding: 20px 0;
  }
  .footer-page-top:hover {
    opacity: 0.6;
  }
}
@media all and (max-width : 1071px ){
  .footer-page-top {
    padding: 20px 0 17px;
  }
}
.footer-page-top-inner {
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .footer-page-top-inner {
    width: 72px;
  }
}
@media all and (max-width : 1071px ){
  .footer-page-top-inner {
    max-width: 50px;
    width: 13.200000000000001%;
  }
}
.footer-page-top-inner img {
  width: 100%;
}
.footer-page-top-wrap {

  border-bottom: 1px solid #999;
}
.footer-logo {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .footer-logo {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width : 1071px ){
  .footer-logo {
    margin-top: 21px;
    max-width: 77px;
    width: 20.666666666666668%;
  }
}
.footer-logo img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .footer-logo-area {
    width: 340px;
    margin: 30px auto 0;
  }
}
.footer-link {
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 1.2rem;
}
.footer-link::after {
  content: '';
  background: url("/pb/machine//common/img/icon_blank.png") no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .footer-link::after {
    width: 11px;
    height: 10px;
    margin-left: 5px;
  }
}
@media all and (max-width : 1071px ){
  .footer-link::after {
    width: 11px;
    height: 8px;
    margin-left: 6px;
  }
}
@media all and (min-width: 768px) {
  .footer-link:hover {
    opacity: 0.8;
  }
}
.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  .footer-link-list {
    margin-left: 21px;
  }
  .footer-link-list:first-child {
    margin-left: 0;
  }
}
@media all and (max-width : 1071px ){
  .footer-link-list {
    margin-top: 21px;
    margin-left: 15px;
  }
  .footer-link-list:first-child {
    margin-left: 0;
  }
}
.footer-link-list-wrap {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .footer-link-list-wrap {
    width: 666px;
    margin: 22px auto 0;
  }
}
@media all and (max-width : 1071px ){
  .footer-link-list-wrap {
    width: 88.8%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .copyright {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
  }
}
@media all and (max-width : 1071px ){
  .copyright {
    margin-top: 21px;
  }
}


/*============================
bottom_nav
============================*/

#main_content .bottom_nav{
  background-color: #ffe6f8;
}
#main_content .bottom_nav .inner{
  padding-bottom: 100px;
}

#main_content .bottom_nav h3{
  padding-top: 10%;
  font-size: 3rem;
  color:#a0237f;
  line-height: 1;
  margin-bottom: 2%;
  font-weight: 500;
}
#main_content .bottom_nav h3.single_line{
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto 2%;
  position: relative;
}
#main_content .bottom_nav .single_line:before,
#main_content .bottom_nav .single_line:after{
  content: "";
  width: 2px;
  height:  3.5rem;
  background-color:  #a0237f;
  position: absolute;
  top: 77%;
}

#main_content .bottom_nav h3.two_line{
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto 2%;
  position: relative;
}
#main_content .bottom_nav .two_line:before,
#main_content .bottom_nav .two_line:after{
  content: "";
  width: 2px;
  height:  3.5rem;
  background-color:  #a0237f;
  position: absolute;
  top: 77%;
}
#main_content .bottom_nav h3:before{
  left: -3%;
  transform:rotate(-20deg);
}
#main_content .bottom_nav h3:after{
  right: -3%;
  transform:rotate(20deg);
}
#main_content .bottom_nav h3 span{
  font-weight: normal;
  font-size: 3.5rem;
  margin: 0 0.3em;
}

#main_content .bottom_nav .btn_search{
position: relative;
background-color: #a0237f;
max-width: 490px;
margin: 0 auto;
color: #FFF;
font-size: 3rem;
}

#main_content .bottom_nav .btn_search.btn_purple{
  margin-top: 2%;
}

#main_content .bottom_nav .btn_search a{
  color: #FFF;
  display: block;
padding: 3%;
}


#main_content .bottom_nav .btn_search:before{
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: calc(80% - 20px);
  right: 7%;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -13.75px;
  border-top: solid #FFF 3px;
  border-right: solid #FFF 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: all 0.5s ease;

}

#main_content .bottom_nav .btn_search:hover:before{
  right: 4%;
}

/* slick */

#main_content .slick_wrap{
  width: 540px;
  margin: 0 auto;
  padding-bottom: 5%;
}

.slick-prev:before, .slick-next:before{
  opacity: 1;
}

.slick-prev{
  background-image: url('../img/arrow_prev.png');
  width: 12%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  transition: all 0.5s ease;
  left: -7%;
}

.slick-prev:hover{
  background-image: url('../img/arrow_prev.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.slick-next{
  background-image: url('../img/arrow_next.png');
  width: 12%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  transition: all 0.5s ease;
  right: -7%;
}

.slick-next:hover{
  background-image: url('../img/arrow_next.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.slick-disabled,
.slick-disabled:hover
{
  opacity: .25;
  /* display: none!important; */
}

.slick-prev:before, .slick-next:before{
  font-size: 0;
}

.slick-dots li button:before{
  font-size: 1.8rem;
  color: #a0237f;
}
.slick-dots li.slick-active button:before{
    color: #a0237f;
}

.slick-dots{
  bottom: -14%;
}

/*============================
SP
============================*/

@media screen and (max-width: 768px) {

  .pce {
    display: none;
  }

  .spe {
    display: block;
  }

/*============================
#header
============================*/
#header{
}
.pc_nav{
  display: none;
}

.sp_nav{
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
  height: 65px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}

.header_logo{
  width: 120px;
  margin-left: 0;
  display: inline-block;
}
.btn_search_head{
  font-size: 1.5rem;
  color: #FFF;
  background-color: #a0237f;
  border-radius: 10px;
  padding: 15px 18px;
  display: block;
  white-space: nowrap;
  margin-right: 16%;
  display: inline-block;
}

.drawer-hamburger{
  width: 3.5rem;
  padding:31px 15px 32px;
  top:-2px
}
.drawer-hamburger-icon{
  margin-top: 0;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  height: 4px;
  border-radius: 10px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  top: -12px;
}
.drawer-hamburger-icon:after{
  top: 12px;
}

.drawer-open .drawer-hamburger{
  background-color: #a0237f;
}
.drawer-open .drawer-hamburger-icon:after{

}
 .drawer-open .drawer-hamburger-icon:after,
 .drawer-open .drawer-hamburger-icon:before{
  background-color: #FFF;
 }

.drawer--top .drawer-nav{
  width: calc(100% - 60px);
  background-color: #a0237f;
  box-sizing: border-box;
  color: #FFF;
  border: 5px solid #750056;
  border-top: 0;
  z-index: 100;
}

.drawer--top .drawer-nav a{
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 10% 0 10% 15%;
  position: relative;
}
.drawer--top .drawer-nav a .link_elem:before{
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -30px;
  top: 50%;
  margin-top: -3.5px;
}

.drawer--top .drawer-nav li{
  border-bottom: 1px solid #750056;
}
.drawer-open{
  background-color: #000;
}

.drawer-overlay{
  z-index: 10;
  background-color: rgba(0,0,0,.5);
}
/*============================
bottom_nav
============================*/
#main_content .bottom_nav{
  overflow-x: hidden;
}



#main_content .bottom_nav .inner{
  padding-bottom: 100px;
}

#main_content .bottom_nav h3{
  padding-top: 14.2667%;
  font-size: 2.5rem;
  color:#a0237f;
  margin-bottom: 5%;
  font-weight: 500;
}
@media (max-width:400px){
  #main_content .bottom_nav h3{
    font-size: 2rem;
  }
}
@media (max-width:350px){
  #main_content .bottom_nav h3{
    font-size: 1.5rem;
  }
}
#main_content .bottom_nav h3.single_line{
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto 3%;
  position: relative;
	font-size: 1.8rem;
}
#main_content .bottom_nav .single_line:before,
#main_content .bottom_nav .single_line:after{
  content: "";
  width: 1px;
  height:  3.5rem;
  background-color:  #a0237f;
  position: absolute;
  top: 79%;
}
#main_content .bottom_nav h3.two_line{
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto 5%;
  position: relative;
}
#main_content .bottom_nav .two_line:before,
#main_content .bottom_nav .two_line:after{
  content: "";
  width: 1px;
  height:  4rem;
  background-color:  #a0237f;
  position: absolute;
  top: 58%;
}
@media (max-width:650px){
  #main_content .bottom_nav .single_line:before,
#main_content .bottom_nav .single_line:after{
  top: 75%;
}
}
@media (max-width:500px){
  #main_content .bottom_nav .single_line:before,
#main_content .bottom_nav .single_line:after{
  top: 72%;
  height:  2.5rem;
}
#main_content .bottom_nav .two_line:after{
  right: -5%;
  transform:rotate(20deg);
}


@media (max-width:350px){
#main_content .bottom_nav .single_line:before,
#main_content .bottom_nav .single_line:after{
  width: 1px;
  height:  2rem;
  background-color:  #a0237f;
  position: absolute;
  top: 72%;
}
#main_content .bottom_nav h3.single_line:after{
  right: -5%;
}
#main_content .bottom_nav h3.single_line:before{
  left: -5%;
}
#main_content .bottom_nav .two_line:before,
#main_content .bottom_nav .two_line:after{
  height: 5rem;
top: 48%;
}
}


#main_content .bottom_nav h3 span{
  font-weight: normal;
  font-size: 3rem;
  margin: 0 0.3em;
}

#main_content .bottom_nav .btn_search{
max-width: auto;
width: 81.3333%;
margin: 0 auto;
color: #FFF;
font-size: 2.5rem;
}
#main_content .bottom_nav .btn_search.btn_purple{
  margin-top: 0;
}

#main_content .bottom_nav .btn_search a{
  color: #FFF;
  display: block;
padding: 3%;
}


#main_content .bottom_nav .btn_search:before{

  top: calc(83% - 15px);
  right: 7%;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -13.75px;
  border-top: solid #FFF 3px;
  border-right: solid #FFF 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: all 0.5s ease;

}

#main_content .bottom_nav .btn_search:hover:before{
  right: 4%;
}
#main_content .slick_wrap{
  width: 89.3333%;
  margin: 0 auto;
  padding-bottom: 10%;
}

@media (max-width:450px){
#main_content .bottom_nav .btn_search{
  font-size: 1.8rem;
}
#main_content .bottom_nav .btn_search:before{
   top: 72%;
  right: 7%;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -13.75px;
  border-top: solid #FFF 2px;
  border-right: solid #FFF 2px;
}


}

.slick-dots li button:before{
  font-size: 1.4rem;
}
.slick-dots{
  bottom: -20%;
}
#main_content .bottom_nav .inner{
  padding-bottom: 12.6667%;
}

/* footer */

.footer-link-area{
  width: 100%;
  padding: 12.6667% 0 3%;
}
@media (max-width:768px){
.footer-link-area img{
  width: 19.3333%;
}
}

.footer-link-area .footer-nav{
  margin-top: 12%;
}
.footer-link-area .footer-nav li{
  font-size: 1.5rem;
  padding-bottom: 3px;
}
.footer-link-area .footer-nav li:not(:last-child){
  margin-right: 5%;
}
}