@charset "UTF-8";

/* ----------------------------------------------------------
* FINESSA common
---------------------------------------------------------- */

:root {
  --main-color: #ee7961;
  --sub-color: #d5604c;
  --hover-color: #b65041;
}



/* !layout
---------------------------------------------------------- */
#wrapper {
  position: relative;
  padding-bottom: 0;
}

#contents {
  padding-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-top: 45px;
  }
}

#main.col1 {
  padding-bottom: 0;
  width: 100%;
}




/* !brand header
---------------------------------------------------------- */
#brandHeader01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  background-color: var(--main-color);
  color: #fff;
}

/* IE8 */
html>

/**/
body #brandHeader01 {
  overflow
  /*\**/
  : hidden\9;
}

#brandHeader01.is-fixed {
  position: fixed;
  z-index: 10002;
}

.brandHeader01In {
  margin: 0 auto;
  width: 980px;
}

/* logo */
.brandHeaderLogo01 {
  float: left;
  padding-top: 20px;
  width: 189px;
}

.brandHeaderLogo01 img {
  width: auto;
  height: 20px;
}

.brandHeaderLogo01 .home {
  margin: 2px 0 0 23px;
  height: 16px;
}

/* button */
.brandHeaderMenuBtn01 {
  display: none;
}


/* buttons */
.brandHeaderBtns01 {
  float: right;
  margin-top: 21px;
}

.brandHeaderBtns01 .btn {
  display: table;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  background: url(/common/images/ico_arrow04.webp) no-repeat 10px center;
  color: #fff;
  font-size: 85.714%;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  text-decoration: none;
  white-space: nowrap;
}

.brandHeaderBtns01 .btn:hover {
  text-decoration: underline;
  background-color: var(--main-color);
}

.brandHeaderBtns01 .btn span {
  display: table-cell;
  vertical-align: middle;
}

.brandHeaderBtns01 .btn .ico {
  margin-left: 6px;
}

@media only screen and (min-width: 980px) {

  /* pc content */
  .brandHeaderMenuContent01.js-content {
    display: none !important;
  }
}

@media only screen and (max-width: 979px) {
  #brandHeader01 {
    height: 60px;
    min-height: auto;
  }

  .brandHeader01In {
    width: 100%;
    background-color: var(--main-color);
  }

  /* logo */
  .brandHeaderLogo01 {
    float: none;
    margin-left: 20px;
    padding: 19px 0;
    width: auto;
    height: 18px;
  }

  .brandHeaderLogo01 img {
    width: auto;
    height: 22px;
  }

  .brandHeaderLogo01 .home {
    display: none;
  }

  /* menu button */
  .brandHeaderMenuBtn01 {
    display: table;
    position: absolute;
    right: 25px;
    top: 15px;
  }

  .brandHeaderMenuBtn01 a {
    display: table-cell;
    padding: 2px 40px 0 0;
    height: 30px;
    background: url(/dueler/common/images/btn_brandmenu_open01.webp) no-repeat right top;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
  }

  .show .brandHeaderMenuBtn01 a {
    background-image: url(/dueler/common/images/btn_brandmenu_close01.webp);
  }

  /* menu contents */
  .brandHeaderMenuContent01 {
    display: none;
    padding: 21px 58px;
    background-color: var(--main-color);
    border-top: 1px solid #5AC5ED;
  }


  /* buttons */
  .brandHeaderBtns01 {
    float: none;
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }

  .brandHeaderBtns01 li.home {
    width: 110px;
  }

  .brandHeaderBtns01 .btn {
    padding-right: 10px;
    height: 25px;
    border: 1px solid #cccccc;
  }

  .brandHeaderBtns01 li.home .btn {
    padding: 0 10px;
    background-image: none;
    padding: 0 10px;
    text-align: center;
  }

  .brandHeaderBtns01 .btn:hover {
    text-decoration: none;
    background-color: #FFB75C;
  }

  .brandHeaderBtns01 .btn .ico {
    margin-left: 6px;
  }

  .brandHeaderBtns01 li.home img {
    margin: -4px 9px 0 0;
    width: 16px;
    height: auto;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  #brandHeader01 {
    height: 45px;
  }

  /* logo */
  .brandHeaderLogo01 {
    margin: 0 0 0 12px;
    padding: 14px 0 13px;
    height: 18px;
  }
  .brandHeaderLogo01 img {
    height: 18px;
  }

  /* menu button */
  .brandHeaderMenuBtn01 {
    right: 8px;
    top: 8px;
  }

  /* menu contents */
  .brandHeaderMenuContent01 {
    padding: 0 0 1px;
    border-top: none;
  }


  /* buttons */
  .brandHeaderBtns01 {
    margin: 15px 0 17px;
  }

}




/* ----------------------------------------------------------
* common section
---------------------------------------------------------- */

/* !p-mv
---------------------------------------------------------- */
.p-mv,
.p-mv img {
	width: 100%;
  height: auto;
}



/* !navSec01
---------------------------------------------------------- */
.navSec01 {
  padding: 14px 0;
  background-color: var(--sub-color);
  color: #fff;
  font-size: 107.14%;
}

.navSec01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navSec01 li {
  width: 163px;
  border-right: 1px solid #fff;
}
.navSec01 li:first-child {
  border-left: 1px solid #fff;
}

.navSec01 a,
.navSec01 span {
  display: block;
  padding: 3px 0;
  color: #fff;
  text-decoration: none;
}

.navSec01 a:hover,
.navSec01 li.active {
  background-color: var(--hover-color);
}

@media only screen and (max-width: 767px) {
  .navSec01 {
    padding: 9px 10px;
  }

  .navSec01 ul {
    width: 100%;
  }

  .navSec01 li {
    width: 49%;
    box-sizing: border-box;
  }
}



/* !brandSec01
---------------------------------------------------------- */
.brandSec01 {}

  .sectionIn {
    box-sizing: border-box;
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    padding: 60px 88px;
    font-feature-settings: "palt" on;
  }

@media only screen and (max-width: 1376px) {
  .brandSec01 {}

    .sectionIn {
      padding: 4.6875vw 6.875vw; /* 60px 88px */
    }
}

@media only screen and (max-width: 767px) {
  .sectionIn {
    padding: 40px 20px 60px;
    text-align: left;
  }

    .sectionIn > .title {
      margin-bottom: 5px;
      font-size: 207.14%;
      text-align: center;
    }
}




/* !updateSec01
---------------------------------------------------------- */
.updateSec01 {
}

.updateSec01 > .sectionIn {
  font-size: 85.714%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .updateSec01>.sectionIn {
    padding-right: 10px;
  }
}



/* !shopsearchSec01
---------------------------------------------------------- */
.shopsearchSec01 {
  border-top: 1px solid #e5e5e5;
  background-color: #f3f3f3;
}

.shopsearchSec01 .sectionIn {
  padding-left: 0;
  padding-right: 0;
}




/* !related info
---------------------------------------------------------- */
.indexRelatedInfoSec01 {
  background-color: #dddddd;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

.indexRelatedInfoSec01 .title {
  font-size: 142.85%;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  color: #333;
}

.indexRelatedInfoSec01 .relatedLinkBnr01 .btn01 {
  background: #fff url(/common/images/ico_arrow_l03.webp) no-repeat 15px center;
}

.indexRelatedInfoSec01 .relatedLinkBnr01 .btn01>span {
  padding-right: 10px;
}

.indexRelatedInfoSec01 .relatedLinkBnr01 .btn01:hover,
.indexRelatedInfoSec01 .relatedLinkBnr01 .btn01:focus {
  background-color: #e5e5e5;
}

@media only screen and (max-width: 979px) {
  .indexRelatedInfoSec01 .relatedLinkBnr01 .pressure-search {
    font-size: 85.71%;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 .btn01 {
    background: #fff url(/common/images/ico_arrow_l03_2x.webp) no-repeat 15px center;
    -webkit-background-size: 6px 12px;
    background-size: 6px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .indexRelatedInfoSec01 .sectionIn {
    padding: 25px 0 0;
  }

  .indexRelatedInfoSec01 .title {
    text-align: left;
    padding: 0 10px;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 {
    margin-top: 10px;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 ul {
    border-bottom: none;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 li {
    border-top: 1px solid #e5e5e5;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 .pressure-search {
    font-size: 100%;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 .btn01 {
    background-color: transparent;
    height: auto;
    min-height: 52px;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01 .btn01>span {
    padding: 12px 33px 12px 10px;
  }

  .indexRelatedInfoSec01 .relatedLinkBnr01>ul>li .btn01>span:after {
    content: url(/common/images/ico_arrow_l03_2x.webp);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}



/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  padding: 15px 0;
  border-top: 1px solid #fff;
  background-color: #dddddd;
  border-bottom: none;
  text-align: left;
}
#breadcrumb li {
    background: url(/common/images/bg_breadcrumb02.webp) no-repeat left 0.5em;
}
@media only screen and (max-width: 979px) {
  #breadcrumb ul {
    margin: 0 auto;
    width: 650px;
  }
}

@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: block;
    padding: 25px 10px;
  }

  #breadcrumb ul {
    width: 100%;
    padding: 0;
  }
}
