/* ------------------------------
 common - width: all
------------------------------ */
body {
  color: #1A1A1A;
  background: #FFF;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

* {
  letter-spacing: 0.05em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
/*html,
body {
  min-width: 1280px;
}*/

.header {
  position: relative;
  padding: 0;
}
header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
}
header .wrapper .dl_tp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .dl_tp dt {
  width: 50%;
}
header .wrapper .dl_tp dt p {
  font-size: 12px;
  line-height: 12px;
}
header .wrapper .dl_tp dt p span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  position: relative;
}
header .wrapper .dl_tp dt p span::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #1A1A1A;
  position: absolute;
  left: 0;
  bottom: -2px;
}
header .wrapper .dl_tp dt h1 {
  font-size: 12px;
  line-height: 12px;
}
header .wrapper .dl_tp dt h1 span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  position: relative;
}
header .wrapper .dl_tp dt h1 span::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #1A1A1A;
  position: absolute;
  left: 0;
  bottom: -2px;
}
header .wrapper .dl_tp dd {
  width: 50%;
}
header .wrapper .dl_tp dd ul {
  text-align: right;
  font-size: 0;
}
header .wrapper .dl_tp dd ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  border-left: 1px solid #1A1A1A;
}
header .wrapper .dl_tp dd ul li:first-child {
  border: none;
}
header .wrapper .dl_tp dd ul li:last-child {
  padding-right: 0;
}
header .wrapper .dl_tp dd ul li a {
  display: block;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  line-height: 13px;
  padding-left: 25px;
}
header .wrapper .dl_tp dd ul li a img.icon01 {
  opacity: 1;
}
header .wrapper .dl_tp dd ul li a img.icon02 {
  opacity: 0;
}
header .wrapper .dl_tp dd ul li a:hover {
  color: #03A696;
  opacity: 1;
  text-decoration: underline;
}
header .wrapper .dl_tp dd ul li a:hover img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
header .wrapper .dl_tp dd ul li a:hover img.icon01 {
  opacity: 0;
}
header .wrapper .dl_tp dd ul li a:hover img.icon02 {
  opacity: 1;
}
header .wrapper .dl_tp dd ul li.li01 a img {
  position: absolute;
  top: -3px;
  left: 0;
}
header .wrapper .dl_tp dd ul li.li02 a img {
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper .dl_tp dd ul li.li03 a {
  font-size: 18px;
}
header .wrapper .dl_tp dd ul li.li03 a img {
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper .dl_tp02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
header .wrapper .dl_tp02 dt {
  width: 200px;
}
header .wrapper .dl_tp02 dt a {
  display: block;
}
header .wrapper .dl_tp02 dt a img {
  width: 100%;
  display: block;
}
header .wrapper .dl_tp02 .dd01 {
  max-width: 385px;
  position: relative;
  /*padding-left: 615px;*/
  flex-grow: 1;
}
header .wrapper .dl_tp02 .dd01 form {
  width: 300px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #03A696;
}
header .wrapper .dl_tp02 .dd01 form .input_txt {
  width: 255px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #1A1A1A;
}
header .wrapper .dl_tp02 .dd01 form .input_txt::-webkit-input-placeholder {
  color: #6E6E6E;
}
header .wrapper .dl_tp02 .dd01 form .input_txt::-moz-placeholder {
  color: #6E6E6E;
}
header .wrapper .dl_tp02 .dd01 form .input_txt:-ms-input-placeholder {
  color: #6E6E6E;
}
header .wrapper .dl_tp02 .dd01 form .input_txt::-ms-input-placeholder {
  color: #6E6E6E;
}
header .wrapper .dl_tp02 .dd01 form .input_txt::placeholder {
  color: #6E6E6E;
}
header .wrapper .dl_tp02 .dd01 form .input_submit {
  width: 45px;
  height: 40px;
  display: block;
  background-image: url(../images/icon_search01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
}
header .wrapper .dl_tp02 .dd01 a {
  width: 35px;
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
}
header .wrapper .dl_tp02 .dd01 a img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  margin-top: 10px;
}
header .wrapper .gnav .ul {
  text-align: center;
  letter-spacing: 0;
}
header .wrapper .gnav .ul .li {
  width: 15.417%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #E5E5E5;
}
header .wrapper .gnav .ul .li:last-child {
  border-right: 1px solid #E5E5E5;
}
header .wrapper .gnav .ul .li .mainmenu {
  display: block;
  text-decoration: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #1A1A1A;
}
header .wrapper .gnav .ul .li .mainmenu:hover {
  color: #03A696;
  opacity: 1;
}
header .wrapper .gnav .ul .li .mainmenu.haschild {
  background-image: url(../images/icon_arrow01.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
}
header .wrapper .gnav .ul .li .mainmenu.haschild:hover {
  cursor: pointer;
  background-image: url(../images/icon_arrow05.svg);
}
header .wrapper .gnav .ul .li .mainmenu.haschild:hover .childrenbox {
  display: block;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox {
  background-color: #03A696;
  position: absolute;
  width: 100%;
  top: 148px;
  right: 0;
  left: 0;
  z-index: 10000000000;
  padding: 30px 0;
  display: none;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox .childrenmenu {
  max-width: 1200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-left: 30px;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox .childrenmenu ul {
  width: 280px;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox .childrenmenu ul li {
  text-align: left;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox .childrenmenu ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding-left: 25px;
  background-image: url(../images/icon_arrow04.svg);
  background-position: center left 10px;
  background-repeat: no-repeat;
}
header .wrapper .gnav .ul .li .mainmenu .childrenbox .childrenmenu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}
header .sptop_btn ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .sptop_btn ul li {
  background: #03A696;
  text-align: center;
  width: 50%;
  width: calc( 50% - 0.5px );
}
header .sptop_btn ul li a {
  display: block;
  color: #fff;
  font-size: 12.5px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  width: 100%;
}
header .sptop_btn ul li.member img {
  height: 17px;
}
header .sptop_btn ul li.member span, 
header .sptop_btn ul li.member img {
  display: inline-block;
  vertical-align: middle;
}
header .sptop_btn ul li.member span {
  padding-left: 2px;
}
header .sptop_btn ul li.scene span {
  background-image: url(../images/icon_spb02.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding: 6px 9px 0 0;
}

footer .bg {
  height: 300px;
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
}
footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
footer .wrapper .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
footer .wrapper .ul03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 40px auto 0;
}
footer .wrapper .ul03 li {
  width: 290px;
}
footer .wrapper .ul03 li dl + dl {
  margin-top: 20px;
}
footer .wrapper .ul03 li dl dt {
  font-size: 17px;
  font-weight: bold;
}
footer .wrapper .ul03 li dl dd {
  margin-top: 15px;
}
footer .wrapper .ul03 li dl dd .t01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
footer .wrapper .ul03 li dl dd .t01 + .t01 {
  margin-top: 5px;
}
footer .wrapper .ul03 li dl dd .t02 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
footer .wrapper .ul03 li dl dd .t02 a {
  color: #03A696;
}
footer .wrapper .ul03 li dl dd .t02 {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-top: 12px;
}
footer .wrapper .ul03 li dl dd .t02:first-child {
  margin-top: 0;
}
footer .wrapper .ul03 li dl dd .img01 {
  display: block;
  margin-top: 15px;
}
footer .bottombox {
  background-color: #03A696;
  padding: 20px 0;
  margin-top: 50px;
}
footer .bottombox ul {
  text-align: center;
}
footer .bottombox ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
}
footer .bottombox ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
footer .bottombox ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .bottombox .copy {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
}
footer .bottombox .footer_sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin: 15px 0;
}
footer .bottombox .footer_sns li {
  display: block;
  margin: 0 10px;
}
footer .bottombox .footer_sns li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_banner {
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 90;
}
footer .f_banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1250px) {
  header .wrapper .dl_tp dt h1 span {
    display: none;
  }
  header .wrapper .dl_tp dt {
    width: 20%;
  }
  header .wrapper .dl_tp dd {
    width: 80%;
  }
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }

  .op {
    display: none !important;
  }

  .os {
    display: block !important;
  }

  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000000;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.16);
  }
  header .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
  }
  header .wrapper .dl_tp {
    display: none;
  }
  header .wrapper .dl_tp02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  header .wrapper .dl_tp02 dt {
    width: 103px;
    margin-top: 3px;
  }
  header .wrapper .dl_tp02 dt a {
    display: block;
  }
  header .wrapper .dl_tp02 dt a img {
    width: 100%;
    display: block;
  }
  header .wrapper .dl_tp02 dd {
    display: none;
  }
  header .wrapper .dl_tp02 .dd02 {
    width: calc(100% - 103px);
    display: block !important;
    margin-top: -5px;
  }
  header .wrapper .dl_tp02 .dd02 ul {
    text-align: right;
  }
  header .wrapper .dl_tp02 .dd02 ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  header .wrapper .dl_tp02 .dd02 ul li a,
  header .wrapper .dl_tp02 .dd02 ul li .ham {
    display: block;
    text-decoration: none;
  }
  header .wrapper .dl_tp02 .dd02 ul li a img,
  header .wrapper .dl_tp02 .dd02 ul li .ham img {
    display: block;
    margin: 0 auto;
  }
  header .wrapper .dl_tp02 .dd02 ul li a p,
  header .wrapper .dl_tp02 .dd02 ul li .ham p {
    text-align: center;
    color: #1A1A1A;
    font-size: 8.5px;
    margin-top: -2px;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li01 a img {
    width: 30px;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li02 a img {
    width: 30px;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham .icon {
    display: block;
    height: 30px;
    position: relative;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham .icon img {
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham.opened img {
    width: 40px;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham.opened img.ham01 {
    opacity: 0;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham.opened img.ham02 {
    opacity: 1;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham img {
    width: 40px;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham img.ham01 {
    opacity: 1;
  }
  header .wrapper .dl_tp02 .dd02 ul li.li03 .ham img.ham02 {
    opacity: 0;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .spmenu {
    position: absolute;
    background-color: #FFF;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    height: calc( 100vh - 60px );
    overflow-y: scroll;
    z-index: 10000;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  header .spmenu .spwrapper .box01 {
    background-color: #FFF9E8;
    padding: 25px 20px;
  }
  header .spmenu .spwrapper .box01 form {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #03A696;
  }
  header .spmenu .spwrapper .box01 form .input_txt {
    width: calc(100% - 45px);
    border: none;
    outline: none;
    height: 45px;
    padding: 0 10px;
  }
  header .spmenu .spwrapper .box01 form .input_txt::-webkit-input-placeholder {
    color: #6E6E6E;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .box01 form .input_txt::-moz-placeholder {
    color: #6E6E6E;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .box01 form .input_txt:-ms-input-placeholder {
    color: #6E6E6E;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .box01 form .input_txt::-ms-input-placeholder {
    color: #6E6E6E;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .box01 form .input_txt::placeholder {
    color: #6E6E6E;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .box01 form .input_submit {
    width: 45px;
    height: 45px;
    display: block;
    background-image: url(../images/icon_search01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
  }
  header .spmenu .spwrapper .ul04 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 38.5px;
    margin-top: 30px;
  }
  header .spmenu .spwrapper .ul04 li {
    width: 50%;
    padding: 5px 0 5px 15px;
  }
  header .spmenu .spwrapper .ul04 li:first-child {
    padding-left: 0;
    border-right: 1px solid #CBCBCB;
  }
  header .spmenu .spwrapper .ul04 li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    font-size: 12.5px;
  }
  header .spmenu .spwrapper .ul04 li a p {
    color: #1A1A1A;
  }
  header .spmenu .spwrapper .ul04 li.li01 a img {
    width: 25px;
    display: block;
  }
  header .spmenu .spwrapper .ul04 li.li01 a p {
    width: calc(100% - 25px);
    padding-left: 10px;
  }
  header .spmenu .spwrapper .ul04 li.li02 a img {
    width: 35px;
    display: block;
  }
  header .spmenu .spwrapper .ul04 li.li02 a p {
    width: calc(100% - 35px);
    padding-left: 10px;
  }
  header .spmenu .spwrapper .bnr04 {
    width: calc(100% - 75px);
    margin: 30px auto 0;
    display: block;
  }
  header .spmenu .spwrapper .bnr04 img {
    width: 100%;
    display: block;
  }
  header .spmenu .spwrapper .bnr05 {
    width: calc(100% - 75px);
    margin: 10px auto 0;
    display: block;
  }
  header .spmenu .spwrapper .bnr05 img {
    width: 100%;
    display: block;
  }
  header .spmenu .spwrapper .box02 {
    border-top: 1px solid #E4E4E4;
    margin-top: 35px;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 {
    border-bottom: 1px solid #E4E4E4;
    position: relative;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .menuname {
    display: block;
    text-decoration: none;
    padding: 20px 20px 20px 40px;
    font-size: 15px;
    color: #1A1A1A;
    background-image: url(../images/icon_arrow02.svg);
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 5px auto;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu {
    width: 58px;
    height: 50px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 1000;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu.opened img.icon01 {
    opacity: 0;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu.opened img.icon02 {
    opacity: 1;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu img {
    height: 34px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu img.icon01 {
    opacity: 1;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .btn_sp_submenu img.icon02 {
    opacity: 0;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .children {
    background-color: #FFF9E8;
    padding: 10px 20px 20px;
    display: none;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .children ul li {
    border-bottom: 1px solid #E4E4E4;
  }
  header .spmenu .spwrapper .box02 .ul05 .li01 .children ul li a {
    display: block;
    font-weight: 400;
    text-decoration: none;
    color: #1A1A1A;
    font-size: 12.5px;
    padding: 15px 0 15px 20px;
    background-image: url(../images/icon_arrow02.svg);
    background-position: center right 0;
    background-repeat: no-repeat;
    background-size: 5px auto;
  }
  header .spmenu .spwrapper .btn_tel {
    border: 3px solid #03A696;
    display: block;
    text-decoration: none;
    width: calc(100% - 80px);
    margin: 30px auto 0;
    padding: 10px 0;
  }
  header .spmenu .spwrapper .btn_tel .t11 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #1A1A1A;
  }
  header .spmenu .spwrapper .btn_tel .t12 {
    text-align: center;
    color: #03A696;
    font-weight: bold;
    font-size: 22px;
  }

  footer .bg {
    height: 150px;
    background-image: url(../images/bg_footer_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  footer .wrapper {
    display: none;
  }
  footer .bottombox {
    background-color: #03A696;
    padding: 5px 20px 20px;
    margin-top: 0;
  }
  footer .bottombox ul {
    text-align: center;
  }
  footer .bottombox ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #E4E4E4;
  }
  footer .bottombox ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12.5px;
    font-weight: 400;
    padding: 15px 0 15px 20px;
    text-align: left;
    background-image: url(../images/icon_arrow03.svg);
    background-position: center right 0;
    background-repeat: no-repeat;
    background-size: 14px auto;
  }
  footer .bottombox ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  footer .bottombox .copy {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
  }
  footer .bottombox .footer_sns {
    margin: calc(100vw / 750 * 25) 0;
  }
  footer .bottombox .footer_sns li {
    border-bottom: none;
    margin: 0 calc(100vw / 750 * 15);
  }
  footer .bottombox .footer_sns li img {
    width: calc(100vw / 750 * 46);
    height: auto;
  }
  footer .bottombox .footer_sns li a {
    padding: 0;
    text-align: center;
    background: none;
  }
  footer .f_banner img {
    height: 150px;
    width: 150px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main.fs-l-main {
  max-width: 1200px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 140px;
}
main.fs-l-main  * {
  font-weight: 400;
}
main .left_menu {
  max-width: 250px;
  width: 20.8334%;
}
main .left_menu .bnr01 {
  width: 100%;
  display: block;
}
main .left_menu .bnr01 img {
  width: 100%;
  display: block;
}
main .left_menu .bnr02 {
  width: 100%;
  display: block;
  margin-top: 10px;
}
main .left_menu .bnr02 img {
  width: 100%;
  display: block;
}
main .left_menu .t01 {
  background-color: #03A696;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  line-height: 20px;
  padding: 15px 0;
  margin-top: 40px;
}
main .left_menu .dl01 {
  margin-top: 10px;
}
main .left_menu .dl01 dt {
  font-size: 15px;
  background-image: url(../images/icon_open01.svg);
  background-size: 10px auto;
  background-position: center right 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CBCBCB;
  padding: 10px 0;
}
main .left_menu .dl01 dt:hover {
  cursor: pointer;
  color: #03A696;
  border-bottom: 1px solid #03A696;
  background-image: url(../images/icon_open02.svg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main .left_menu .dl01 dd {
  margin-top: 10px;
  display: none;
}
main .left_menu .dl01 dd ul li {
  margin-top: 5px;
}
main .left_menu .dl01 dd ul li a {
  display: block;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 15px;
  padding: 5px 0;
}
main .left_menu .dl01 dd ul li a:hover {
  opacity: 1;
  color: #03A696;
  text-decoration: underline;
  opacity: 1 !important;
}
main .left_menu .dl02 {
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
main .left_menu .dl02 dt {
  font-size: 15px;
  padding: 10px 0;
}
main .left_menu .dl02 dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .left_menu .dl02 dd input {
  display: block;
  width: calc((100% - 30px) / 2);
  height: 33px;
  border: 1px solid #CBCBCB;
  font-size: 15px;
  line-height: 33px;
  padding: 0 5px;
}
main .left_menu .dl02 dd span {
  display: block;
  width: 30px;
  text-align: center;
  font-size: 15px;
  height: 33px;
  line-height: 33px;
}
main .left_menu .dl03 {
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
main .left_menu .dl03 dt {
  font-size: 15px;
  padding: 10px 0;
}
main .left_menu .dl03 dd input {
  width: 100%;
  display: block;
  height: 33px;
  border: 1px solid #CBCBCB;
  font-size: 15px;
  line-height: 33px;
  padding: 0 5px;
}
main .left_menu .btn_list {
  padding: 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 40px;
}
main .left_menu .btn_list li {
  border: 1px solid #03A696;
  width: calc((100% - 10px) / 2);
}
main .left_menu .btn_list li input {
  border: none !important;
  display: block !important;
  width: 100% !important;
  padding: 4px 0;
}
main .left_menu .btn_list li input[type=submit] {
  background-color: #03A696;
  color: #fff;
}
main .left_menu .btn_list li input[type=reset] {
  background-color: #fff;
  color: #03A696;
  cursor: pointer;
}
main .left_menu .btn_list li button {
  border: none !important;
  display: block !important;
  width: 100% !important;
  padding: 4px 0;
}
main .left_menu .btn_list li button[type=submit] {
  background-color: #03A696;
  color: #fff;
}
main .left_menu .dl04 + .dl04 {
  margin-top: 25px;
}
main .left_menu .dl04 dt {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  background-position: center left 0;
  background-repeat: no-repeat;
  padding: 5px 0 5px 45px;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 10px;
}
main .left_menu .dl04 dt.dt01 {
  background-image: url(../images/icon_menu01.png);
}
main .left_menu .dl04 dt.dt02 {
  background-image: url(../images/icon_menu02.png);
}
main .left_menu .dl04 dt.dt03 {
  background-image: url(../images/icon_menu03.png);
}
main .left_menu .dl04 dt.dt04 {
  background-image: url(../images/icon_menu04.png);
}
main .left_menu .dl04 dt.dt05 {
  background-image: url(../images/icon_menu05.png);
}
main .left_menu .dl04 dt.dt06 {
  background-image: url(../images/icon_menu06.png);
}
main .left_menu .dl04 dt.dt07 {
  background-image: url(../images/icon_menu07.png);
}
main .left_menu .dl04 dt.dt08 {
  background-image: url(../images/icon_menu08.png);
}
main .left_menu .dl04 dt.dt09 {
  background-image: url(../images/icon_menu09.png);
}
main .left_menu .dl04 dt.dt10 {
  background-image: url(../images/icon_menu10.png);
}
main .left_menu .dl04 dt.dt11 {
  background-image: url(../images/icon_menu11.png);
}
main .left_menu .dl04 dt.dt12 {
  background-image: url(../images/icon_menu12.png);
}
main .left_menu .dl04 dt a {
  color: #1A1A1A;
}
main .left_menu .dl04 dt a:hover {
  color: #1A1A1A;
  text-decoration: none;
}
main .left_menu .dl04 dd ul li {
  padding-left: 10px;
}
main .left_menu .dl04 dd ul li a {
  text-decoration: none;
  color: #1A1A1A;
  display: block;
  padding: 8px 20px 8px 0;
  background-image: url(../images/icon_arrow02.svg);
  background-position: center right 0;
  background-repeat: no-repeat;
}
main .left_menu .dl04 dd ul li a:hover {
  opacity: 1;
  color: #03A696;
  text-decoration: underline;
}
main .right_contents .ttl01 {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0 10px 60px;
  background-position: left 0 bottom 7px;
  background-repeat: no-repeat;
}
main .right_contents .ttl01_wrap {
  border-bottom: 1px solid #CBCBCB;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
main .right_contents .ttl01_wrap .ttl01 {
  border-bottom: none;
}
main .right_contents .top_link a {
  color: #03A696;
}
main .right_contents .top_link a:hover {
  opacity: 1;
}
main .right_contents .top_link span {
  font-size: 18px;
  font-weight: bold;
  padding-right: 8px;
}
main .right_contents .top_link span, 
main .right_contents .top_link img {
  display: inline-block;
  vertical-align: middle;
}
main .right_contents .top_link a::after {
  content: "";
  background: url(../images/icon_link.svg) no-repeat 2px 5px;
  background-size: 41px 41px;
  display: inline-block;
  vertical-align: middle;
  height: 53px;
  width: 53px;
}
main .right_contents .top_link a:hover::after {
  background: url(../images/icon_link_on.svg) no-repeat left center;
  background-size: 53px 53px;
}
.main_slide {
  padding-bottom: 50px;
}
.main_slide section.s01 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_slide section.s01 .wrapper .sliderbox .logo {
  width: 206px;
  display: block;
  margin: -138px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10000;
}
.main_slide section.s01 .wrapper .sliderbox .logo img {
  width: 100%;
  display: block;
}
.main_slide section.s01 .wrapper .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
}
.main_slide section.s01 .wrapper .sliderbox .slider img {
  width: 100%;
  display: block;
}
.main_slide section.s01 .wrapper .sliderbox .slick-dots {
  bottom: -46px;
}
.main_slide section.s01 .wrapper .sliderbox .slick-dots li {
  margin: 0 10px;
  width: 16px;
}
.main_slide section.s01 .wrapper .sliderbox .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 1px solid #03A696;
  border-radius: 20px;
}
.main_slide section.s01 .wrapper .sliderbox .slick-dots li button:before {
  display: none;
}
.main_slide section.s01 .wrapper .sliderbox .slick-dots li.slick-active button {
  background-color: #03A696;
}
.main_slide section.s01 .wrapper .sliderbox .slick-prev {
  width: 40px;
  height: 50px;
  top: 50%;
  /*left: auto;
  right: calc(50% + 560px);*/
  left: calc((100% - 1200px) / 2);
  margin: 0;
  background-image: url(../images/icon_prev.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_slide section.s01 .wrapper .sliderbox .slick-prev::before {
  display: none !important;
}
.main_slide section.s01 .wrapper .sliderbox .slick-next {
  width: 40px;
  height: 50px;
  top: 50%;
  /*right: auto;
  left: calc(50% + 560px);*/
  right: calc((100% - 1200px) / 2);
  margin: 0;
  background-image: url(../images/icon_next.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_slide section.s01 .wrapper .sliderbox .slick-next::before {
  display: none !important;
}
main section.s02 .wrapper h2 {
  width: 281px;
  margin: 0 auto;
}
main section.s02 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
main section.s02 .wrapper ul li {
  width: 32.198%;
}
main section.s02 .wrapper ul li .photo {
  width: 100%;
}
main section.s02 .wrapper ul li .point {
  margin: -40px 0 0 -20px;
}
main section.s02 .wrapper ul li .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin-top: -35px;
}
main section.s02 .wrapper ul li .t01 span {
  font-weight: bold;
  color: #03A696;
}
main section.s02 .wrapper ul li .t02 {
  font-size: 17px;
  line-height: 170%;
  margin-top: 10px;
  padding: 0 10px;
}
main section.s03 {
  margin-top: 120px;
}
main section.s03 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl01.png);
}
main section.s03 .wrapper .sliderbox {
  width: calc(100% + 20px);
  margin-left: -10px;
  position: relative;
  margin-top: 30px;
}
main section.s03 .wrapper .sliderbox .slider02 {
  width: 100% !important;
  margin: 0 auto;
}
main section.s03 .wrapper .sliderbox .slider02 li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
}
main section.s03 .wrapper .sliderbox .slider02 li a .photo {
  width: 100%;
}
main section.s03 .wrapper .sliderbox .slider02 li a .t01 {
  font-size: 17px;
  line-height: 170%;
  margin-top: 12px;
  color: #1A1A1A;
}
main section.s03 .wrapper .sliderbox .slider02 li a .price {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #E2361B;
}
main section.s03 .wrapper .sliderbox .slider02 li a .price span {
  font-weight: 500;
  font-size: 15px;
}
main section.s03 .wrapper .sliderbox .slick-dots {
  bottom: -73px;
}
main section.s03 .wrapper .sliderbox .slick-dots li {
  margin: 0 10px;
  width: 12px;
}
main section.s03 .wrapper .sliderbox .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #03A696;
  border-radius: 20px;
}
main section.s03 .wrapper .sliderbox .slick-dots li button:before {
  display: none;
}
main section.s03 .wrapper .sliderbox .slick-dots li.slick-active button {
  background-color: #03A696;
}
main section.s03 .wrapper .sliderbox .slick-prev {
  width: 11px;
  height: 18px;
  top: auto;
  bottom: -72px;
  right: auto;
  left: calc(50% - 150px);
  margin: 0;
  background-image: url(../images/icon_prev02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main section.s03 .wrapper .sliderbox .slick-prev::before {
  display: none !important;
}
main section.s03 .wrapper .sliderbox .slick-next {
  width: 11px;
  height: 18px;
  top: auto;
  bottom: -72px;
  left: auto;
  right: calc(50% - 150px);
  margin: 0;
  background-image: url(../images/icon_next02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main section.s03 .wrapper .sliderbox .slick-next::before {
  display: none !important;
}
main section.s04 {
  margin-top: 160px;
}
main section.s04 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl02.png);
}
main section.s04 .wrapper .catlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
main section.s04 .wrapper .catlist .li01 {
  width: calc((100% - 3.704%) / 3);
  margin: 0 1.65% 15px 0;
}
main section.s04 .wrapper .catlist .li01:nth-child(3n) {
  margin-right: 0;
}
main section.s04 .wrapper .catlist .li01 a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4 !important;
  border-radius: 3px;
}
main section.s04 .wrapper .catlist .li01 a:hover {
  opacity: 1;
  border: 1px solid #03A696 !important;
}
main section.s04 .wrapper .catlist .li01 a:hover p {
  color: #03A696 !important;
}
main section.s04 .wrapper .catlist .li01 a img {
  width: 122px;
}
main section.s04 .wrapper .catlist .li01 a p {
  width: calc(100% - 122px);
  color: #1A1A1A;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px 0 30px;
}
main section.s05 {
  margin-top: 100px;
}
main section.s05 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl03.png);
}
main section.s05 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
main section.s05 .wrapper ul li {
  width: calc((100% - 4.3958%) / 3);
  margin: 0 2.1979% 18px 0;
}
main section.s05 .wrapper ul li a {
  height: 110px;
  display: block;
  text-decoration: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 32px;
}
main section.s05 .wrapper ul li a p {
  text-align: center;
}
main section.s05 .wrapper ul li a p span {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: #1A1A1A;
  font-weight: bold;
  line-height: 17px;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 2px;
}
main section.s05 .wrapper ul li:nth-child(3n) {
  margin-right: 0;
}
main section.s05 .wrapper ul li.li01 a {
  background-image: url(../images/s0501.jpg);
}
main section.s05 .wrapper ul li.li02 a {
  background-image: url(../images/s0502.jpg);
}
main section.s05 .wrapper ul li.li03 a {
  background-image: url(../images/s0503.jpg);
}
main section.s05 .wrapper ul li.li04 a {
  background-image: url(../images/s0504.jpg);
}
main section.s05 .wrapper ul li.li05 a {
  background-image: url(../images/s0505.jpg);
}
main section.s05 .wrapper ul li.li06 a {
  background-image: url(../images/s0506.jpg);
}
main section.s06 {
  margin-top: 90px;
}
main section.s06 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl04.png);
}
main section.s06 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s06 .wrapper ul li {
  width: 32.528%;
}
main section.s06 .wrapper ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s06 .wrapper ul li a .photo {
  width: 100%;
  display: block;
}
main section.s06 .wrapper ul li a p {
  text-align: center;
  color: #1A1A1A;
  margin-top: 15px;
}
main section.s07 {
  margin-top: 90px;
}
main section.s07 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl05.png);
}
main section.s07 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s07 .wrapper ul li {
  width: 32.528%;
}
main section.s07 .wrapper ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s07 .wrapper ul li a .photo {
  width: 100%;
  display: block;
}
main section.s07 .wrapper ul li a p {
  text-align: center;
  color: #1A1A1A;
  margin-top: 15px;
}
main section.s08 {
  margin-top: 90px;
}
main section.s08 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl06.png);
}
main section.s08 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s08 .wrapper ul li {
  width: 32.528%;
}
main section.s08 .wrapper ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s08 .wrapper ul li a .photo {
  width: 100%;
  display: block;
}
main section.s08 .wrapper ul li a p {
  text-align: center;
  color: #1A1A1A;
  margin-top: 15px;
}
main section.s09 {
  margin-top: 90px;
}
main section.s09 .wrapper .bnr02 {
  width: 100%;
  display: block;
  margin-top: 20px;
}
main section.s09 .wrapper .bnr02 img {
  width: 100%;
}
main section.s09 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s09 .wrapper ul li {
  width: 220px;
}
main section.s09 .wrapper ul li a {
  display: block;
  width: 100%;
}
main section.s09 .wrapper ul li a img {
  width: 100%;
}
main section.s10 {
  margin-top: 100px;
}
main section.s10 .wrapper {
  position: relative;
}
main section.s10 .wrapper .base {
  width: 100%;
  display: block;
}
main section.s10 .wrapper .msg {
  width: 455px;
  height: 262px;
  background-image: url(../images/s1002.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -131px;
  padding-top: 30px;
}
main section.s10 .wrapper .msg .t01 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
main section.s10 .wrapper .msg .t02 {
  color: #fff;
  font-size: 15px;
  line-height: 170%;
  margin-top: 15px;
  padding: 0 45px;
}
main section.s11 {
  margin-top: 100px;
}
main section.s11 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl07.png);
}
main section.s11 .wrapper ul {
  margin-top: 25px;
}
main section.s11 .wrapper ul li {
  border-bottom: 1px solid #CBCBCB;
}
main section.s11 .wrapper ul li .inner {
  padding: 20px 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
main section.s11 .wrapper ul li .date_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s11 .wrapper ul li .date {
  font-size: 17px;
  font-weight: 400;
  color: #1A1A1A;
  margin-right: 25px;
  width: 100px;
}
main section.s11 .wrapper ul li .txt {
  flex-grow: 1;
  padding-left: 30px;
}
main section.s11 .wrapper ul li .txt a {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: 400;
}
main section.s11 .wrapper ul li .txt a:hover {
  color: #03A696;
}
main section.s11 .wrapper ul li .cate a {
  background: #03A696;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 3px 15px;
}
main section.s12 {
  margin-top: 100px;
}
main section.s12 .wrapper .ttl01 {
  background-image: url(../images/icon_ttl08.png);
}
main section.s12 .wrapper ul {
  margin-top: 30px;
}
main section.s12 .wrapper ul li .txt {
  margin-top: 12px;
}
main section.s12 .wrapper ul li .txt a {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: 400;
}
main section.s12 .wrapper ul li .cate_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
main section.s12 .wrapper ul li .date {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
main section.s12 .wrapper ul li .cate a {
  background: #03A696;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 3px 15px;
}
@media screen and (max-width: 1200px) {
  .main_slide section.s01 .wrapper .sliderbox .slick-prev {
    left: 0;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  main section.s04 .wrapper .catlist .li01 {
    width: calc((100% - 3%) / 2);
    margin: 0 1.5% 15px 0;
  }
  main section.s04 .wrapper .catlist .li01:nth-child(3n) {
    margin-right: 1.5%;
  }
  main section.s04 .wrapper .catlist .li01:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  main section.s12 .wrapper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main section.s12 .wrapper ul li {
    margin-right: 2.396%;
    margin-top: 50px;
    width: 31.736%;
  }
  main section.s12 .wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  main section.s12 .wrapper ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  main .left_menu {
    display: none;
  }
  main .right_contents {
    width: 100%;
  }
  main .right_contents .ttl01 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #CBCBCB;
    padding: 20px 0 10px 45px;
    background-position: left 0 bottom 7px;
    background-repeat: no-repeat;
    background-size: 35px auto;
  }
  .main_slide section.s01 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main_slide section.s01 .wrapper .sliderbox .logo {
    width: 170px;
    display: block;
    margin: -118px auto 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  .main_slide section.s01 .wrapper .sliderbox .logo img {
    width: 100%;
    display: block;
  }
  .main_slide section.s01 .wrapper .sliderbox .slider {
    width: 100% !important;
    margin: 0 auto;
  }
  .main_slide section.s01 .wrapper .sliderbox .slider img {
    width: 100%;
    display: block;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-dots {
    bottom: -45px;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-dots li {
    margin: 0 8px;
    width: 12px;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #03A696;
    border-radius: 20px;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-dots li button:before {
    display: none;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-dots li.slick-active button {
    background-color: #03A696;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-prev {
    display: none;
    display: none !important;
  }
  .main_slide section.s01 .wrapper .sliderbox .slick-next {
    display: none;
    display: none !important;
  }
  main .top_sp_btn {
    width: 82.2%;
    margin: 35px auto 0;
  }
  main .top_sp_btn a {
    background: #03A696;
    color: #fff;
    font-size: 12.5px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 15px;
    width: 100%;
  }
  main section.s02 {
    margin-top: -10px;
    overflow: hidden;
  }
  main section.s02 .wrapper {
    padding: 0 20px;
  }
  main section.s02 .wrapper h2 {
    width: 230px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
  }
  main section.s02 .wrapper ul li + li {
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li .photo {
    width: 100%;
  }
  main section.s02 .wrapper ul li .point {
    width: 100px;
    margin: -80px 0 0 -25px;
  }
  main section.s02 .wrapper ul li .t01 {
    text-align: center;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 0;
  }
  main section.s02 .wrapper ul li .t01 span {
    font-weight: bold;
    color: #03A696;
  }
  main section.s02 .wrapper ul li .t02 {
    font-size: 12.5px;
    line-height: 170%;
    margin-top: 10px;
    padding: 0 10px;
  }
  main section.s03 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s03 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl01.png);
  }
  main section.s03 .wrapper .sliderbox {
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
    margin-top: 25px;
  }
  main section.s03 .wrapper .sliderbox .slider02 {
    width: 100% !important;
    margin: 0 auto;
  }
  main section.s03 .wrapper .sliderbox .slider02 li a {
    padding: 0 10px;
    display: block;
    text-decoration: none;
  }
  main section.s03 .wrapper .sliderbox .slider02 li a .photo {
    width: 100%;
  }
  main section.s03 .wrapper .sliderbox .slider02 li a .t01 {
    font-size: 12.5px;
    line-height: 170%;
    margin-top: 12px;
    color: #1A1A1A;
  }
  main section.s03 .wrapper .sliderbox .slider02 li a .price {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #E2361B;
  }
  main section.s03 .wrapper .sliderbox .slider02 li a .price span {
    font-weight: 500;
    font-size: 9px;
  }
  main section.s03 .wrapper .sliderbox .slick-dots {
    bottom: -70px;
  }
  main section.s03 .wrapper .sliderbox .slick-dots li {
    margin: 0 10px;
    width: 12px;
  }
  main section.s03 .wrapper .sliderbox .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #03A696;
    border-radius: 20px;
  }
  main section.s03 .wrapper .sliderbox .slick-dots li button:before {
    display: none;
  }
  main section.s03 .wrapper .sliderbox .slick-dots li.slick-active button {
    background-color: #03A696;
  }
  main section.s03 .wrapper .sliderbox .slick-prev {
    width: 11px;
    height: 18px;
    top: auto;
    bottom: -69px;
    right: auto;
    left: calc(50% - 150px);
    margin: 0;
    background-image: url(../images/icon_prev02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main section.s03 .wrapper .sliderbox .slick-prev::before {
    display: none !important;
  }
  main section.s03 .wrapper .sliderbox .slick-next {
    width: 11px;
    height: 18px;
    top: auto;
    bottom: -69px;
    left: auto;
    right: calc(50% - 150px);
    margin: 0;
    background-image: url(../images/icon_next02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main section.s03 .wrapper .sliderbox .slick-next::before {
    display: none !important;
  }
  main section.s04 {
    padding: 0 20px;
    margin-top: 110px;
  }
  main section.s04 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl02.png);
  }
  main section.s04 .wrapper .catlist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
  main section.s04 .wrapper .catlist .li01 {
    width: calc((100% - 3%) / 3);
    margin: 0 1.5% 8px 0;
  }
  main section.s04 .wrapper .catlist .li01:nth-child(2n) {
    margin-right: 1.5%;
  }
  main section.s04 .wrapper .catlist .li01:nth-child(3n) {
    margin-right: 0;
  }
  main section.s04 .wrapper .catlist .li01 a {
    display: block;
    border: 1px solid #CBCBCB;
    padding: 8px 0;
  }
  main section.s04 .wrapper .catlist .li01 a img {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .catlist .li01 a p {
    width: 100%;
    color: #1A1A1A;
    font-size: 11.5px;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
    text-align: center;
  }
  main section.s05 {
    margin-top: 50px;
    padding: 0 20px;
  }
  main section.s05 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl03.png);
  }
  main section.s05 .wrapper ul {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    margin: 0 auto 10px !important;
  }
  main section.s05 .wrapper ul li a {
    height: 80px;
    display: block;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 22.5px;
  }
  main section.s05 .wrapper ul li a p {
    text-align: center;
  }
  main section.s05 .wrapper ul li a p span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #1A1A1A;
    font-weight: bold;
    line-height: 15px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 2px;
  }
  main section.s05 .wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  main section.s05 .wrapper ul li.li01 a {
    background-image: url(../images/s0501_sp.jpg);
  }
  main section.s05 .wrapper ul li.li02 a {
    background-image: url(../images/s0502_sp.jpg);
  }
  main section.s05 .wrapper ul li.li03 a {
    background-image: url(../images/s0503_sp.jpg);
  }
  main section.s05 .wrapper ul li.li04 a {
    background-image: url(../images/s0504_sp.jpg);
  }
  main section.s05 .wrapper ul li.li05 a {
    background-image: url(../images/s0505_sp.jpg);
  }
  main section.s05 .wrapper ul li.li06 a {
    background-image: url(../images/s0506_sp.jpg);
  }
  main section.s06 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s06 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl04.png);
  }
  main section.s06 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s06 .wrapper ul li {
    width: 100%;
  }
  main section.s06 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s06 .wrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s06 .wrapper ul li a .photo {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper ul li a p {
    text-align: center;
    color: #1A1A1A;
    font-size: 12.5px;
    margin-top: 8px;
  }
  main section.s07 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s07 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl05.png);
  }
  main section.s07 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s07 .wrapper ul li {
    width: 100%;
  }
  main section.s07 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s07 .wrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s07 .wrapper ul li a .photo {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper ul li a p {
    text-align: center;
    color: #1A1A1A;
    font-size: 12.5px;
    margin-top: 8px;
  }
  main section.s08 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s08 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl06.png);
  }
  main section.s08 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s08 .wrapper ul li {
    width: 100%;
  }
  main section.s08 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s08 .wrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s08 .wrapper ul li a .photo {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper ul li a p {
    text-align: center;
    color: #1A1A1A;
    font-size: 12.5px;
    margin-top: 8px;
  }
  main section.s09 {
    margin-top: 75px;
    padding: 0 20px;
  }
  main section.s09 .wrapper .bnr02 {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s09 .wrapper .bnr02 img {
    width: 100%;
  }
  main section.s09 .wrapper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s09 .wrapper ul li {
    width: calc(50% - 3px);
    margin-bottom: 6px;
  }
  main section.s09 .wrapper ul li a {
    display: block;
    width: 100%;
  }
  main section.s09 .wrapper ul li a img {
    width: 100%;
  }
  main section.s10 {
    margin-top: 60px;
  }
  main section.s10 .wrapper {
    position: relative;
  }
  main section.s10 .wrapper .base {
    width: 100%;
    display: block;
  }
  main section.s10 .wrapper .msg {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    background-image: url(../images/s1002_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 72px auto;
    background-position: right 10px bottom 10px;
    background-color: #03A696;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: -80px auto 0;
  }
  main section.s10 .wrapper .msg .t01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  main section.s10 .wrapper .msg .t02 {
    color: #fff;
    font-size: 12.5px;
    line-height: 170%;
    margin-top: 15px;
    padding: 0;
  }
  main section.s11 {
    margin-top: 40px;
    padding: 0 20px;
  }
  main section.s11 .wrapper .ttl01 {
    background-image: url(../images/icon_ttl07.png);
  }
  main section.s11 .wrapper ul {
    margin-top: 12px;
  }
  main section.s11 .wrapper ul li {
    border-bottom: 1px solid #CBCBCB;
  }
  main section.s11 .wrapper ul li .inner {
    padding: 15px 10px;
    display: block;
  }
  main section.s11 .wrapper ul li .date {
    width: 6em;
    font-size: 12.5px;
    font-weight: 400;
    color: #1A1A1A;
  }
  main section.s11 .wrapper ul li .txt {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
  main section.s11 .wrapper ul li .txt a {
    color: #1A1A1A;
    font-size: 12.5px;
    font-weight: 400;
  }
  main section.s11 .wrapper ul li .cate a {
    font-size: 10.5px;
  }
  main section.s12 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s12 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s12 .wrapper ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  main section.s12 .wrapper ul li + li {
    border-top: 1px solid #CBCBCB;
    margin-top: 15px;
    padding-top: 15px;
  }
  main section.s12 .wrapper ul li > a {
    min-width: 50%;
    max-width: 50%;
  }
  main section.s12 .wrapper ul li img {
    width: 100%;
  }
  main section.s12 .wrapper ul li .date {
    font-size: 12.5px;
  }
  main section.s12 .wrapper ul li .txt_area {
    padding-left: 8px;
  }
  main section.s12 .wrapper ul li .txt {
    margin-top: 8px;
  }
  main section.s12 .wrapper ul li .txt a {
    color: #1A1A1A;
    font-size: 12.5px;
    font-weight: 400;
  }
  main section.s12 .wrapper ul li .cate a {
    font-size: 10.5px;
  }
}

/* ------------------------------
 default
------------------------------ */
.fs-preview-header { 
  display: none;
}
.fs-l-header {
  padding: 0;
}
.fs-l-header__contents {
  display: block;
}
main .fs-l-pageMain {
  max-width: 910px;
  width: 75.834%;
}
.fs-c-breadcrumb {
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #6E6E6E;
}
.fs-c-breadcrumb__list {
  padding: 0 0 0 290px;
}
.fs-c-breadcrumb a {
  color: #6E6E6E;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  color: #707070;
}
.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: none;
  color: #1A1A1A;
  margin-top: 0;
}
main.fs-l-main .fs-c-heading--page {
  border-bottom: none;
  color: #1A1A1A;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}
.fs-body-closed main.fs-l-main .fs-c-heading--page {
  border-bottom: 2px solid #7c8790;
  color: #7c8790;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
}
main.fs-l-main .fs-c-documentArticle__heading {
  background: #FFF9E8;
  border: none;
  border-left: 5px solid #FCAE44;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 10px 16px;
  text-align: left;
}
main.fs-l-main .fs-c-documentColumn__heading {
  background: #FFF9E8;
  border: none;
  border-left: 5px solid #FCAE44;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 10px 16px;
  text-align: left;
}
.custom-c-documentColumn__heading {
  color: #1A1A1A;
  border: none;
  font-weight: bold !important;
  font-size: 18px;
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
}
.custom-c-documentColumn__heading::before {
  background: #1A1A1A;
  border-radius: 2px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px;
}
.fs-c-documentColumn__content p {
  font-size: 15px;
  line-height: 1.7;
}
.fs-c-documentColumn__content h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 1em;
}
.fs-c-documentColumn__content p a {
  color: #03A696;
  text-decoration: underline;
}
.fs-c-documentColumn__content p a:hover {
  text-decoration: none;
}
.fs-c-documentColumn__content p + p {
  margin-top: 1em;
}
p.custom-lead {
  font-size: 15px;
  line-height: 1.7;
}
p.custom-lead + p.custom-lead {
  margin-top: 1.4em;
}
p + .fs-c-list {
  margin-top: 20px;
}
.fs-c-list li {
  font-size: 15px;
  margin: 0;
  text-indent: -8px;
  padding-left: 8px;
}
.fs-c-list li::before {
  border: none;
  content: "・";
  display: inline;
  height: auto;
  margin: 0;
  width: auto;
}
.fs-c-list li + li {
  margin-top: 1em;
}
.custom-documentArticle__content dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  padding: 18px 0;
}
.custom-documentArticle__content dl dt {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 210px;
}
.custom-documentArticle__content dl dd {
  font-size: 15px;
  flex-grow: 1;
  text-align: left;
  padding: 0 20px;
}
.custom-documentArticle__content dl dd a {
  color: #03A696;
  text-decoration: underline;
}
.custom-documentArticle__content dl dd a:hover {
  text-decoration: none;
}
dl.custom-c-explainList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
p + dl.custom-c-explainList {
  margin-top: 20px;
}
dl.custom-c-explainList + dl.custom-c-explainList {
  margin-top: 1.2em;
}
dl.custom-c-explainList dt {
  width: 170px;
}
dl.custom-c-explainList dd {
  flex-grow: 1;
}
.custom-address-link {
  position: relative;
}
.custom-address-link a {
  color: #03A696;
  display: block;
  font-size: 15px;
  padding-left: 18px;
}
.custom-address-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #03a696;
  position: absolute;
  left: 0;
  top: 5px;
}
p + .custom-c-numberList {
  margin-top: 1.2em;
}
.custom-c-numberList + p {
  margin-top: 20px;
}
.custom-c-numberList {
  margin: 0;
  list-style: none;
  counter-reset: number;
}
.custom-c-numberList > li {
  font-size: 15px;
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.custom-c-numberList > li + li {
  margin-top: 8px;
}
.custom-c-numberList > li::before {
  display: inline-block;
  color: #1A1A1A;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
}
.custom-c-numberList > li:nth-child(1)::before {
  content: "a."
}
.custom-c-numberList > li:nth-child(2)::before {
  content: "b."
}
.custom-c-numberList > li:nth-child(3)::before {
  content: "c."
}
.custom-c-numberList > li:nth-child(4)::before {
  content: "d."
}
.custom-c-numberList > li:nth-child(5)::before {
  content: "e."
}
.custom-c-numberList > li:nth-child(6)::before {
  content: "f."
}
.custom-c-numberList > li:nth-child(7)::before {
  content: "g."
}
.custom-c-numberList > li:nth-child(8)::before {
  content: "h."
}
.custom-c-numberList > li:nth-child(9)::before {
  content: "i."
}
.custom-c-numberList > li:nth-child(10)::before {
  content: "j."
}
.custom-breadcrum-full .fs-c-breadcrumb__list {
  padding: 0;
}
main.custom-full .fs-l-pageMain {
  max-width: 100%;
  width: 100%;
}
.price_table {
  margin-top: 25px;
}
.price_table table th,
.price_table table td {
  padding: 15px 20px;
  border: 1px solid #fff;
  font-size: 15px;
  text-align: center;
}
.price_table table th {
  background: #03A696;
  color: #fff;
  font-weight: bold;
}
.price_table table td {
  background: #E1F7F5;
  color: #1A1A1A;
}
.price_table table tr:first-child th:nth-child(1) {
  width: 220px;
}
.price_table table tr:first-child th:nth-child(2) {
  width: 200px;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
@media screen and (max-width: 768px) {
  body {
    padding-top: 105px;
  }
  .fs-l-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  main .fs-l-pageMain {
    width: 100%;
    padding: 0 20px;
  }
  body.fs-body-top main .fs-l-pageMain {
    padding: 0;
  }
  main.fs-l-main {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  main.fs-l-main * {
    font-weight: 400;
  }
  .fs-c-breadcrumb {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 20px;
    font-size: 11px;
  }
  .fs-c-breadcrumb__list {
    padding: 0;
  }
  main.fs-l-main .fs-c-heading--page {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.fs-l-main .fs-c-documentArticle__heading {
    border-left: 2px solid #FCAE44;
    font-size: 17.5px;
    margin: 0 0 16px;
    padding: 10px 18px;
  }
  main.fs-l-main .fs-c-documentColumn__heading {
    border-left: 2px solid #FCAE44;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 18px;
  }
  .custom-c-documentColumn__heading {
    font-size: 15px;
    padding: 0 0 0 18px;
    margin-bottom: 15px;
  }
  .custom-c-documentColumn__heading::before {
    height: 12px;
    top: 4px;
    width: 12px;
  }
  .fs-c-documentColumn__content p {
    font-size: 13px;
  }
  .fs-c-documentColumn__content h4 {
    font-size: 13px;
    margin: 15px 0 1em;
  }
  p + .fs-c-list {
    margin-top: 15px;
  }
  .fs-c-list li {
    font-size: 13px;
    text-indent: -8px;
    padding-left: 8px;
  }
  .custom-documentArticle__content dl {
    display: block;
    padding: 12px 10px;
  }
  .custom-documentArticle__content dl dt {
    font-size: 13px;
    text-align: left;
    width: 100%;
  }
  .custom-documentArticle__content dl dd {
    font-size: 13px;
    margin-top: .6em;
    padding: 0 0;
  }
  dl.custom-c-explainList {
    border-bottom: 1px solid #E4E4E4;
    display: block;
    padding: 12px 10px;
    font-size: 13px;
  }
  p + dl.custom-c-explainList {
    margin-top: 15px;
  }
  dl.custom-c-explainList + dl.custom-c-explainList {
    margin-top: 1em;
  }
  dl.custom-c-explainList dt {
    width: 100%;
  }
  dl.custom-c-explainList dd {
    margin-top: .6em;
  }
  .custom-address-link a {
    font-size: 13px;
    padding-left: 12px;
  }
  .custom-address-link a::before {
    border-width: 4px 0 4px 6px;
    top: 6px;
  }
  p + .custom-c-numberList {
    margin-top: 1em;
  }
  .custom-c-numberList + p {
    margin-top: 15px;
  }
  .custom-c-numberList > li {
    font-size: 13px;
  }
  .price_table {
    margin-top: 18px;
  }
  .price_table table th,
  .price_table table td {
    padding: 10px 15px;
    font-size: 13px;
  }
  .price_table table tr:first-child th:nth-child(1) {
    width: 50%;
  }
  .price_table table tr:first-child th:nth-child(2) {
    width: 50%;
  }
}

/* ------------------------------
 mypage login cart
------------------------------ */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #03A696;
  border: 1px solid #03A696;
  border-radius: 3px;
  color: #fff;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-string.fs-c-string--label {
  font-size: 13px;
  font-weight: bold;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  margin: 0 auto 8px;
  width: 61px;
  height: 61px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_wishList.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_orderHistoryList.svg);
  background-size: 61px 61px;
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_pointHistory.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_accountReviews.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_addressbook.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_accountPassword.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "";
  background-image: url(../images/icon_accountSettingsModify.svg);
  background-size: 60px 60px;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  align-items: flex-start;
  flex-basis: 100%;
  height: auto;
  margin-top: 30px;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
  color: #1A1A1A;
  text-decoration: underline;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete a:hover {
  text-decoration: none;
}
.logout_text {
  flex-basis: 100%;
}
.logout_text a {
  color: #1A1A1A;
  text-decoration: underline;
}
.logout_text a:hover {
  text-decoration: none;
}
.fs-p-accountInfo {
  background: #E1F7F5;
  border-radius: 5px;
  color: #1A1A1A;
  padding: 12px 10px 10px;
}
.fs-p-accountInfo__header {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.fs-p-accountInfo__body {
  padding: 20px 10px;
}
.fs-p-accountInfo__point__label {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.fs-p-accountInfo__point__point {
  margin-bottom: 0.5em;
}
.fs-p-accountInfo__point__point__available__number {
  color: #03A696;
  font-size: 25px;
}
.fs-p-accountInfo__point__point__available__numberLabel {
  font-size: 15px;
}
.fs-p-accountInfo__point__point__rate {
  font-size: 15px;
}
.fs-c-purchasePointExpiration {
  font-size: 15px;
}
.fs-c-subSection__title {
  border-bottom: none;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold !important;
  margin-bottom: 35px;
  text-align: center;
}
.fs-c-loginForm .fs-c-inputInformation__field {
  background: none;
  margin: 0 0 25px;
  padding: 0;
}
.fs-body-forgotPassword .fs-c-inputInformation__field, 
.fs-body-membershipCardAuth .fs-c-inputInformation__field, 
.fs-body-merge .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}
.fs-c-button--standard, 
.fs-c-button--primary {
  background: #03A696;
  color: #fff;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: .75em 1em .75em;
  min-width: 300px;
  letter-spacing: 1.5px;
}
.fs-c-button--standard:hover, 
.fs-c-button--standard:visited, 
.fs-c-button--standard:active {
  color: #fff;
}
.fs-c-inputGroup {
  border: none;
}
.fs-c-inputTable__headerCell {
  margin-bottom: .5em;
}
.fs-c-inputTable__label {
  font-size: 15px;
  font-weight: bold !important;
}
.fs-c-inputField__field input {
  width: 100%;
  height: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #E4E4E4;
  padding: 0 15px;
}
.fs-c-inputField__field input:-webkit-autofill{
  box-shadow: 0 0 0px 1000px #E4E4E4 inset;
}
.fs-c-button--displayPassword.fs-c-button--particular {
  background: #E4E4E4;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  color: #1A1A1A;
  margin: auto 15px auto 0;
}
.fs-body-my-account-password .fs-c-inputInformation__field {
  background: none;
}
.fs-c-textLink {
  color: #03A696 !important;
  text-decoration: underline;
}
.fs-c-textLink:hover {
  text-decoration: none;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
  color: #03A696;
  font-size: 15px;
  font-weight: bold;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2em;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2em;
}
.fs-c-cartTableContainer {
  border: none;
  border-radius: 0;
  padding: 0;
}
.cart_txt {
  font-size: 15px;
  margin-bottom: 16px;
}
.cart_list {
  font-size: 15px;
  margin-bottom: 16px;
}
.cart_list li::before {
  content: "※"
}
.cart_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.fs-c-button--continueShopping.fs-c-button--standard {
  background: #E4E4E4;
  color: #1A1A1A;
  min-width: 270px;
  font-size: 15px;
}
.fs-c-wishlistProduct {
  margin-top: 60px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border-bottom: none;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  background: #03A696;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 0.75em 1em 0.75em;
  letter-spacing: 1.5px;
  margin: 0 auto;
  position: relative;
  width: 250px;
  text-align: center;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:hover {
  text-decoration: none;
}
.fs-c-cartTable {
  border: 1px solid #EDEAEA;
}
.fs-c-cartTable__headerCell {
  background: #F8F9FD;
  text-align: center;
}
.fs-c-cartTable__headerCell, 
.fs-c-cartTable__dataCell {
  border: none;
  padding: 8px;
}
.fs-c-cartTable__dataCell:last-child {
  border-right: none;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary {
  background: #6E6E6E;
  border-radius: 4px;
  font-weight: bold;
  max-width: 100%;
  min-width: auto;
  padding: 1.25em 1em 1.25em;
  width: 380px;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
  background: #E2361B;
  color: #fff;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 1.25em 1em 1.25em;
  max-width: 100%;
  min-width: auto;
  letter-spacing: 1.5px;
  width: 380px;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
  font-size: 12px;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, 
.fs-c-orderTotalTable > tfoot > tr:last-of-type, 
.fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #F2F4F8;
}
.fs-c-button--cancel--cart.fs-c-button--plain {
  background: #E4E4E4;
  color: #1A1A1A;
  font-size: 12px;
  padding: 3px 0;
}
.fs-c-button--buyItLater.fs-c-button--plain {
  background: #1A1A1A;
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__productName__name {
  font-size: 15px;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__productName__name a {
  color: #1A1A1A;
}
.fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
  font-size: 13px;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice {
  margin-top: 10px;
}
.fs-c-cartTable__productInfo .fs-c-price__currencyMark {
  color: #1A1A1A;
  font-size: 15px;
}
.fs-c-cartTable__productInfo .fs-c-price__value {
  color: #1A1A1A;
  font-size: 15px;
}
.fs-c-cartTable__productInfo .fs-c-productPrice__addon {
  color: #1A1A1A;
  font-size: 15px;
}
.fs-c-memberOnlyMessage__button.fs-c-buttonContainer--moveToLogin .fs-c-button--primary {
  display: block;
  height: 55px;
  margin-top: 15px;
}
.sample_btn {
  text-align: center;
  margin-top: 40px;
}
.sample_btn img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.fs-body-register-verification .fs-c-buttonContainer.fs-c-buttonContainer--backToRegister {
  text-align: center;
  display: block;
}
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 62%;
  }
  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 34%;
  }
}
@media screen and (min-width: 769px) {
  .fs-c-loginForm {
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 40px;
  }
  .fs-body-login .fs-c-registeredUsers {
    flex-grow: 0;
    flex-basis: auto;
    width: 44%;
    position: relative;
  }
  .fs-body-login .fs-c-registeredUsers::after {
    content: "";
    background: #CBCBCB;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -14%;
    top: 0;
  }
  .fs-c-loginForm .fs-c-newUsers {
    width: 44%;
    margin-left: 0;
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fs-body-cart .fs-l-cart__mainColumn {
    width: 718px;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    width: 420px;
  }
  .fs-c-continueShopping, 
  .cart_list, 
  .cart_txt {
    padding-left: 25px;
  }
  .sp_free {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .fs-c-loginForm {
    padding: 0;
  }
}
@media screen and (min-width: 601px) {
  .fs-c-cartTable__row + .fs-c-cartTable__row {
    border-top: 1px solid #F8F9FD;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subSection__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .fs-c-newUsers__message.fs-c-subSection__message {
    font-size: 12.5px;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary {
    border-radius: 2px;
    font-size: 12.5px;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
    border-radius: 2px;
    font-size: 12.5px;
  }
  .fs-c-continueShopping {
    border-top: 1px solid #EDEAEA;
    text-align: center;
    padding-top: 32px;
  }
  .fs-p-accountInfo__point__point__available__number {
    font-size: 20px;
  }
  .fs-p-accountInfo__point__point__available__numberLabel {
    font-size: 12.5px;
  }
  .fs-p-accountInfo__point__point__rate {
    font-size: 12.5px;
  }
  .fs-c-purchasePointExpiration {
    font-size: 12.5px;
  }
  .fs-c-button--standard, .fs-c-button--primary {
    font-size: 12.5px;
  }
  .fs-c-accountService__page {
    flex-basis: 46%;
    height: 120px;
    margin: 2%;
  }
  .fs-c-wishlistProduct {
    margin-top: 40px;
  }
  .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
    font-size: 16px;
  }
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 15px;
  }
  .logout_text a {
    margin: 0 2%;
  }
  .cart_txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cart_list {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .fs-c-cartPayment .fs-c-purchaseHere__message p {
    text-align: center;
  }
  .fs-c-button--continueShopping.fs-c-button--standard {
    font-size: 12.5px;
    margin: 0 auto;
    min-width: auto;
    width: 90%;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    margin-bottom: 30px;
  }
  .fs-c-buttonContainer--myPageTop, 
  .fs-c-buttonContainer--back, 
  .fs-c-buttonContainer--backToRegister {
    margin-top: 20px;
  }
  .fs-c-memberOnlyMessage__button.fs-c-buttonContainer--moveToLogin .fs-c-button--primary {
    margin-top: 10px;
    height: 48px;
  }
  .sample_btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 601px) {
  .fs-c-orderTotalTable > thead > tr th, 
  .fs-c-orderTotalTable > thead > tr td, 
  .fs-c-orderTotalTable > tfoot > tr th, 
  .fs-c-orderTotalTable > tfoot > tr td, 
  .fs-c-orderTotalTable > tbody > tr th, 
  .fs-c-orderTotalTable > tbody > tr td {
    border-top: 1px solid #F2F4F8;
    font-size: 15px;
  }
  .fs-c-orderTotalTable > tbody > tr:first-child th, 
  .fs-c-orderTotalTable > tbody > tr:first-child td {
    border-top: none;
  }
  .fs-c-orderTotalTable > thead > tr td, 
  .fs-c-orderTotalTable > tfoot > tr td, 
  .fs-c-orderTotalTable > tbody > tr td {
    font-weight: bold;
  }
  .fs-c-cartTable__dataCell {
    border-right: 1px solid #EDEAEA;
  }
}
@media screen and (max-width: 600px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    padding: 0 15px;
  }
  .fs-c-cartTable {
    border: none;
  }
  .fs-c-orderTotalTable > thead > tr th, 
  .fs-c-orderTotalTable > thead > tr td, 
  .fs-c-orderTotalTable > tfoot > tr th, 
  .fs-c-orderTotalTable > tfoot > tr td, 
  .fs-c-orderTotalTable > tbody > tr th, 
  .fs-c-orderTotalTable > tbody > tr td {
    border-top: 1px solid #F2F4F8;
    font-size: 15px;
  }
  .fs-c-orderTotalTable > thead > tr td, 
  .fs-c-orderTotalTable > tfoot > tr td, 
  .fs-c-orderTotalTable > tbody > tr td {
    font-weight: bold;
  }
  .fs-c-cartTable__dataCell {
    border-right: none;
  }
  .fs-c-cartTable__row {
    border-bottom: 1px solid #F2F4F8;
  }
}

/* register */
.register .img {
  margin-bottom: 45px;
}
.register ul li dl {
  text-align: center;
}
.register ul li dl dt span.icon {
  background: #E2361B;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.register ul li dl dt span.txt {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.fs-body-register .fs-c-inputInformation__message {
  display: block;
  font-size: 15px;
  margin: 15px auto;
  text-align: center;
}
.system-page .fs-c-inputInformation__field {
  background: #fff;
  max-width: 100%;
  padding: 0;
}
.system-page table.fs-c-inputTable {
  width: 100%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  border-top: solid 1px #E4E4E4;
}
.system-page table.fs-c-inputTable tr {
  border-bottom: solid 1px #E4E4E4;
  display: table;
  width: 100%;
}
.system-page table.fs-c-inputTable tr + tr {
  margin-top: 0;
}
.system-page table.fs-c-inputTable tr th {
  width: 250px;
  padding: 20px 20px 20px 35px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.system-page table.fs-c-inputTable tr td {
  width: 660px;
  padding: 20px;
  box-sizing: border-box;
}
.system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup {
  justify-content: flex-start;
}
.system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup__item {
  flex: none;
}
.system-page table.fs-c-inputTable tr td .fs-c-inputField__explanation {
  font-size: 15px;
  margin-top: 1em;
}
.system-page table.fs-c-inputTable tr td input {
  width: 250px;
  height: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #E4E4E4;
  padding: 0 15px;
}
.system-page table.fs-c-inputTable tr td input:-webkit-autofill{
  box-shadow: 0 0 0px 1000px #E4E4E4 inset;
}
.system-page table.fs-c-inputTable tr td .fs-c-input--zipCode {
  max-width: 250px;
  min-width: 250px;
}
.system-page table.fs-c-inputTable tr td input#fs_input_email{
  width: 480px;
}
.system-page table.fs-c-inputTable tr td input#fs_input_addressLine1, 
.system-page table.fs-c-inputTable tr td input#fs_input_addressLine2,
.system-page table.fs-c-inputTable tr td input#fs_input_addressLine3 {
  width: 480px;
}
.system-page .fs-c-dropdown {
  width: 150px;
}
/*.system-page .fs-c-dropdown::after {
  background: none;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #1A1A1A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-right: solid 1px #1A1A1A;
  border-bottom: solid 1px #1A1A1A;
}*/
.system-page .fs-c-dropdown::after {
  background: #CBCBCB;
  border-left: none;
}
.system-page table.fs-c-inputTable tr:nth-child(6) .fs-c-dropdown {
  width: 250px;
}
.system-page table.fs-c-inputTable tr td select {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  font-size: 15px;
  border: none;
  border-radius: 0px;
  background: #E4E4E4;
  padding: 0 15px;
  height: 40px;
}
.system-page table.fs-c-inputTable tr td select.fs-system-assistedIte {
  width: 300px;
}
.system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item {
  margin-left: 30px;
}
.system-page .fs-c-inputGroup {
  border: none;
}
.system-page .fs-c-memberPolicyAgreeField, 
.system-page .fs-c-privacyPolicyAgreeField {
  text-align: center;
}

.system-page .fs-c-memberPolicyAgreeField, 
.system-page .fs-c-privacyPolicyAgreeField {
  margin: 0 0 10px 20px;
}
.system-page .fs-c-inputTable--child {
  background: #fff;
  padding: 0;
}
.fs-c-buttonContainer--confirmRegister {
  margin-bottom: 60px;
  text-align: center;
}
.fs-c-buttonContainer--confirmRegister button, 
.fs-c-button--myPageTop {
  width: 500px;
  max-width: 90%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #03A696;
  padding: 0;
  box-shadow: none;
  transition-duration: 0.3s;
  text-align: center;
}
.fs-c-button--myPageTop:link, 
.fs-c-button--myPageTop .fs-c-button__label {
  color: #fff;
}
.fs-c-buttonContainer--confirmRegister button:hover, 
.fs-c-button--myPageTop:hover {
  text-decoration: none;
}
.fs-c-documentContent {
  margin-bottom: 50px;
  text-align: center;
}
.fs-c-registerSuccessMessage p {
  font-size: 15px;
  line-height: 1.6;
}
.fs-c-registerSuccessMessage p + p {
  margin-top: 1em;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-bottom: 60px;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
/*.fs-c-buttonContainer {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.fs-c-modal__inner .fs-c-buttonContainer button:first-child {
  margin-right: 10px;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #03A696;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #03A696;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #03A696;
  border-color: #03A696;
}
.fs-c-inputInformation__field .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-c-inputInformation__field .fs-c-checkbox__labelText a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .register ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .register ul.list01 {
    padding: 0 50px;
  }
  .register ul.list02 {
    margin-top: 45px;
  }
  .register ul.list01 li {
    width: 300px;
  }
  .register ul.list02 li {
    width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .register .img {
    margin-bottom: 22px;
  }
  .register ul + ul {
    margin-top: 25px;
  }
  .register ul li + li {
    margin-top: 25px;
  }
  .register ul li dl dt span.icon {
    border-radius: 18px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 8px;
  }
  .register ul li dl dt span.txt {
    font-size: 15px;
  }
  .fs-body-register .fs-c-inputInformation__message {
    font-size: 13px;
    margin: 10px auto;
  }
  .system-page table.fs-c-inputTable {
    margin: 0 auto 10px auto;
    box-sizing: border-box;
  }
  .system-page table.fs-c-inputTable tr th {
    width: 100%;
    padding: 4% 2% 0% 2%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    min-width: auto;
  }
  .system-page table.fs-c-inputTable tr td {
    width: 100%;
    padding: 4% 2% 4% 2%;
    box-sizing: border-box;
    display: block;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup {
    display: block;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup__item {
    flex: none;
    display: block;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup > * + * {
    margin: 0 0px 0 10px;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item {
    margin-left: 0;
    margin-top: 10px
  }

  .system-page table.fs-c-inputTable tr td input {
    height: 40px;
    width: 100%;
  }
  .system-page table.fs-c-inputTable tr td select {
    height: 40px;
    padding: 0 5px;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-input--zipCode {
    max-width: 100%;
    min-width: 100%;
  }
  .system-page table.fs-c-inputTable tr td input#fs_input_email{
    width: 100%;
  }
  .system-page table.fs-c-inputTable tr td input#fs_input_addressLine1, 
  .system-page table.fs-c-inputTable tr td input#fs_input_addressLine2 {
    width: 100%;
  }
  .system-page table.fs-c-inputTable tr td input#fs_input_addressLine3 {
    width: 100%;
  }
  .system-page .fs-c-dropdown {
    width: 85px;
  }
  .system-page table.fs-c-inputTable tr:nth-child(6) .fs-c-dropdown {
    width: 100%;
  }
  .system-page table.fs-c-inputTable tr td .fs-c-inputField__explanation {
    font-size: 13px;
  }
  
  .system-page .mypage .fs-c-inputGroup {
    border: none;
  }

  .system-page .fs-c-memberPolicyAgreeField, 
  .system-page .fs-c-privacyPolicyAgreeField {
    margin: 0 0 10px 4%;
  }
  .fs-c-buttonContainer--confirmRegister {
    margin-bottom: 20px;
    text-align: center;
  }
  .fs-c-buttonContainer--confirmRegister button:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
  }

  /*完了*/
  .fs-c-documentContent {
    margin-bottom: 20px;
    text-align: center;
  }

  /*.fs-c-buttonContainer {
    margin: 0 5.3% 30px 5.3%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }*/
  .fs-c-buttonContainer button:first-child {
    margin-bottom: 10px;
  }
  .fs-c-buttonContainer--confirmRegister button, .fs-c-button--myPageTop {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 350px){
  .system-page .fs-c-dropdown {
    width: 70px;
  }
  .system-page table.fs-c-inputTable tr td select {
    font-size: 10px;
  }
}

/* product */
.product-custom .fs-c-productNameHeading.fs-c-heading {
  margin-bottom: 18px;
}
.product-custom .fs-c-productNameHeading__name {
  font-size: 30px;
  font-weight: bold;
}
.product-custom .fs-c-productNumber {
  color: #6E6E6E;
  border: none;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0;
}
.product-custom .fs-c-productNumber__label::after {
  content: ":"
}
.product-custom .fs-c-productPrices.fs-c-productPrices--productDetail {
  border-bottom: 1px solid #03A696;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.product-custom .fs-c-productPrice__main__label {
  font-size: 15px;
}
.product-custom .fs-c-productPrice__main__price.fs-c-price {
  color: #03A696;
  font-size: 30px !important;
}
.product-custom .fs-c-price__currencyMark, 
.product-custom .fs-c-price__value {
  font-weight: bold;
}
.product-custom .fs-c-price__currencyMark {
  margin-left: 0.25em;
}
.product-custom .fs-c-productPrice__addon {
  font-size: 15px;
  margin-left: 0.5em;
}
.product-custom .fs-c-productSelection__name {
  background: none;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.product-custom .fs-c-productOption__name {
  background: none;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.product-custom .fs-c-requiredMark {
  font-size: 14px;
  position: static;
  margin-left: 15px;
  width: 14px;
  height: 17px;
}
.product-custom .fs-c-requiredMark::before {
  content: "※";
  color: #6E6E6E;
  font-size: 14px;
}
.product-custom .fs-c-dropdown__menu {
  border: 1px solid #959595;
  border-radius: 3px;
  color: #1A1A1A;
  font-size: 15px;
  padding: 4px 3em 4px 8px;
  height: 50px;
}
.product-custom .fs-c-dropdown::after {
  background: none;
  border-left: none;
  color: #959595;
}
.product-custom .fs-c-productQuantityAndWishlist__quantity {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  margin: 10px 0;
}
.product-custom .fs-c-productQuantityAndWishlist__quantity:before {
  content: "数量：";
  color: #1A1A1A;
  font-size: 15px;
  font-weight: bold;
}
.product-custom .fs-c-productQuantityAndWishlist__quantity select {
  border: 1px solid #E5E5E5;
  flex: 1;
  height: 50px;
  min-width: 70px;
  padding: 5px 10px;
}
.product-custom .fs-c-productOption__option input {
  border: 1px solid #959595;
  border-radius: 3px;
  color: #1A1A1A;
  font-size: 15px;
  padding: 4px 3em 4px 8px;
  height: 50px;
}
.cart-button {
  margin-bottom: 30px !important;
  padding-bottom: 80px;
  position: relative;
}
.cart-button .fs-c-productQuantityAndWishlist__wishlist {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail {
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: 2px solid #CBCBCB;
  border-radius: 3px;
  padding: 0;
  box-shadow: none;
  height: 60px;
  justify-content: center;
  width: 100%;
}
.cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: none;
}
.cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail::before {
  background: url(../images/icon_recommend.svg);
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label {
  font-weight: bold;
}
.cart-button .fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
}
.product-custom .fs-c-button--primary {
  background: #E2361B;
  border-radius: 5px;
  height: 70px;
}
.product-custom .fs-c-button--primary .fs-c-button__label {
  font-weight: bold;
}
.product-custom .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  padding: 0;
}
.product-custom .fs-c-returnedSpecialContract {
  margin-bottom: 15px;
  padding: 0;
}
.product-custom .fs-c-returnedSpecialContract a {
  font-size: 15px;
  color: #1A1A1A;
}
.product-custom .fs-c-returnedSpecialContract a::before {
  background: url(../images/icon_note.svg);
  content: "";
  width: 7px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
}
.product-custom .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct {
  margin-bottom: 15px;
  padding: 0;
}
.product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
  font-size: 15px;
  color: #1A1A1A;
}
.product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label::before {
  background: url(../images/icon_note.svg);
  content: "";
  width: 7px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
}
.product-custom .fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  padding: 0;
}
.product-custom .fs-c-productReview {
  margin-bottom: 20px;
}
.product-custom .fs-c-button--plain.fs-c-button--addReview--detail {
  font-size: 15px;
  color: #1A1A1A;
}
.product-custom .fs-c-button--plain.fs-c-button--addReview--detail::before {
  background: url(../images/icon_note.svg);
  content: "";
  width: 7px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
}
.product-custom .disp_sp {
  display: none;
}
.product-custom .fs-c-productThumbnail {
  max-width: 520px;
  flex-wrap: wrap;
  overflow-x: visible;
}
.product-custom .fs-c-productThumbnail > .fs-c-productThumbnail__image {
  width: 31.73%;
  margin: 0;
  margin-top: 1.5%;
  margin-right: 2.405%;
  min-width: auto;
  flex-basis: auto;
}
.product-custom .fs-c-productThumbnail > .fs-c-productThumbnail__image:nth-child(3n) {
  margin-right: 0;
}
.product-custom .fs-c-productThumbnail > .fs-c-productThumbnail__image:nth-child(-n+3) {
  margin-top: 0;
}
.product-custom .fs-c-productThumbnail__image.is-active > img {
  border: none;
}
.product-custom .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.product-custom .fs-c-productMainImage__expandButton {
  display: none;
}
.product-custom .fs-c-productCarouselMainImage__thumbnailList {
  max-width: 520px;
  flex-wrap: wrap;
  overflow-x: visible;
}
.product-custom .fs-c-productCarouselMainImage__thumbnailList > li {
  width: 31.73%;
  margin-top: 1.5%;
  margin-right: 2.405%;
  flex-basis: auto;
}
.product-custom .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(3n) {
  margin-right: 0;
}
.product-custom .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(-n+3) {
  margin-top: 0;
}
.product-custom .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}
.product-custom .fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}
.product-custom .fs-c-productCarouselMainImage__image__caption {
  display: none;
}
.product-custom .fs-c-productCarouselMainImage__image > img {
  max-width: 520px;
  max-height: none;
}
@media screen and (max-width: 768px) {
	.product-custom .fs-c-productCarouselMainImage__image > img {
		max-width: 90vw;
	}
}
.product-custom .fs-c-slick .slick-prev, 
.product-custom .fs-c-slick .slick-next{
  background: none;
}
.product-custom .fs-c-slick .slick-prev:before, 
.product-custom .fs-c-slick .slick-next:before {
  color: #1A1A1A;
  font-size: 35px;
}
.product-custom .fs-c-slick .slick-next:before {
  content: "\e90c";
}
.product-custom .fs-c-button--carousel--prev::before {
  content: "\e90b";
}
.fs-c-photoswipe .pswp__caption__center {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 520px;
    width: 57.1429%;
  }
  .fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    max-width: 340px;
    width: 37.363%;
  }
}
@media screen and (max-width: 959px){
  .product-custom .disp_pc {
    display: none;
  }
  .product-custom .disp_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product-custom .fs-c-productNameHeading.fs-c-heading {
    margin-bottom: 10px;
  }
  .product-custom .fs-c-productNameHeading__name {
    font-size: 20px;
    font-weight: bold;
  }
  .product-custom .fs-c-productNumber {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .product-custom .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .product-custom .fs-c-productPrice__main__label {
    font-size: 12.5px;
  }
  .product-custom .fs-c-productPrice__main__price.fs-c-price {
    font-size: 20px !important;
  }
  .product-custom .fs-c-productPrice__addon {
    font-size: 12.5px;
  }
  .product-custom .fs-c-productSelection__name {
    font-size: 12.5px;
  }
  .product-custom .fs-c-productOption__name {
    font-size: 12.5px;
  }
  .product-custom .fs-c-requiredMark {
    font-size: 12.5px;
    margin-left: 10px;
    width: 14px;
    height: 16px;
  }
  .product-custom .fs-c-requiredMark::before {
    font-size: 12.5px;
  }
  .product-custom .fs-c-dropdown__menu {
    border-radius: 2px;
    font-size: 12.5px;
    height: 40px;
  }
  .product-custom .fs-c-productQuantityAndWishlist__quantity {
    margin: 0;
  }
  .product-custom .fs-c-productQuantityAndWishlist__quantity:before {
    font-size: 12.5px;
  }
  .product-custom .fs-c-productQuantityAndWishlist__quantity select {
    height: 30px;
    min-width: 62px;
    padding: 4px 8px;
  }
  .product-custom .fs-c-productOption__option input {
    border-radius: 2px;
    font-size: 12.5px;
    height: 40px;
  }
  .cart-button {
    margin-bottom: 22.5px !important;
    padding-bottom: 0;
  }
  .cart-button .fs-c-productQuantityAndWishlist__wishlist {
    position: static;
  }
  .cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail {
    font-size: 12px;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    box-shadow: none;
    height: 35px;
    width: 180px;
  }
  .cart-button .fs-c-button--particular.fs-c-button--addToWishList--detail::before {
    background-size: 12.5px 12.5px;
    width: 12.5px;
    height: 12.5px;
    margin-right: 8px;
  }
  .product-custom .fs-c-button--primary {
    border-radius: 3px;
    font-size: 17.5px;
    height: 55px;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .product-custom .fs-c-returnedSpecialContract {
    margin-bottom: 10px;
  }
  .product-custom .fs-c-returnedSpecialContract a {
    display: block;
    font-size: 12.5px;
    font-weight: bold;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    box-shadow: none;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 100%;
  }
  .product-custom .fs-c-returnedSpecialContract a::before {
    content: none;
  }
  .product-custom .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct {
    margin-bottom: 10px;
    padding: 0;
  }
  .product-custom .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct button:first-child {
    margin-bottom: 0;
  }
  .product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain{
    width: 100%;
  }
  .product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
    display: block;
    font-size: 12.5px;
    font-weight: bold;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    box-shadow: none;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 100%;
  }
  .product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label::before {
    content: none;
  }
  .product-custom .fs-c-button--plain.fs-c-button--addReview--detail {
    display: block;
    font-size: 12.5px;
    font-weight: bold;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    box-shadow: none;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 100%;
  }
  .product-custom .fs-c-button--plain.fs-c-button--addReview--detail span {
    font-weight: bold;
  }
  .product-custom .fs-c-button--plain.fs-c-button--addReview--detail::before {
    content: none;
  }
  .fs-p-productDescription.fs-p-productDescription--full{
    margin-top: 15px;
  }
}
/* product list */
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem__control {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-productName__name {
  color: #1A1A1A;
  font-size: 17px;
  line-height: 1.7;
}
.fs-c-productList__list .fs-c-productPrice__main__label {
  color: #1A1A1A;
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #E2361B;
}
.fs-c-productList__list .fs-c-price__currencyMark, 
.fs-c-productList__list .fs-c-price__value {
  font-size: 20px;
  font-weight: bold;
}
.fs-c-productListItem__productName a:hover {
  text-decoration: none;
}
.fs-c-subgroupList__link {
  background: none;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  color: #1A1A1A;
  display: block;
  font-size: 15px;
  font-weight: bold !important;
  height: 100%;
  padding: 17px 20px;
  text-decoration: none;
  position: relative;
}
.fs-c-subgroupList__link::after {
  color: #838383;
  font-size: 19px;
  font-weight: normal !important;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -9px;
}
.fs-c-sortItems__list__item.is-active {
  background: none;
  color: #1A1A1A;
}
.fs-c-sortItems__label {
  border: none;
}
.fs-body-search .fs-p-productSearch {
  display: none;
}
.fs-c-listControl__status {
  font-size: 12px;
  color: #6E6E6E;
}
.fs-c-pagination__item.is-active {
  background: #8BD9D1;
  color: #1A1A1A;
  border-radius: 3px;
}
.cate_cont {
  margin-bottom: 40px;
}
.cate_cont img {
  display: block;
  margin-bottom: 40px;
}
.cate_cont p {
  font-size: 15px;
  text-align: center;
}
.fs-c-productListCarousel {
  margin-top: 30px;
}
.fs-c-productListCarousel .fs-c-productListItem__control {
  display: none;
}
.fs-c-productListCarousel .fs-c-productName__name {
  color: #1A1A1A;
  font-size: 17px;
  line-height: 1.7;
}
.fs-c-productListCarousel .fs-c-productPrice__main__label {
  color: #1A1A1A;
  font-size: 12px;
}
.fs-c-productListCarousel .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #E2361B;
}
.fs-c-productListCarousel .fs-c-price__currencyMark, 
.fs-c-productListCarousel .fs-c-price__value {
  font-size: 20px;
  font-weight: bold;
}
.fs-c-button--carousel::before {
  font-size: 35px;
}
.fs-c-subgroupList__item .fs-c-subgroupList__comment {
  display: none;
}
.cate_cont .titanium .main {
  margin-bottom: 80px;
}
.cate_cont .titanium img {
  margin-bottom: 0;
}
.cate_cont .titanium h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.cate_cont .titanium h2::after {
  background: #1A1A1A;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  margin-left: -36px;
  width: 72px;
}
.cate_cont .titanium .appeal_box {
  position: relative;
}
.cate_cont .titanium .appeal_box img {
  position: absolute;
  z-index: 2;
}
.cate_cont .titanium .appeal_box dl {
  border: 1px solid #E4E4E4;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 0 28px 25px;
  padding-top: calc( 79.104% + 35px );
  position: relative;
  height: 100%;
}
.cate_cont .titanium .appeal_box:first-child dl {
  padding-top: calc( 38.462% + 35px );
}
.cate_cont .titanium .appeal_box dl::before {
  position: absolute;
}
.cate_cont .titanium .appeal_box dl dt {
  border-bottom: 2px solid #CBCBCB;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.cate_cont .titanium .appeal_box dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: inherit;
  border-bottom: 2px solid #E2361B;
}
.cate_cont .titanium .appeal_box dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}
.cate_cont .titanium .appeal_box:nth-child(1) dl dt::after {
  background: url(../images/titanium_icon01.svg) no-repeat;
  width: 93px;
  height: 77px;
}
.cate_cont .titanium .appeal_box:nth-child(2) dl dt::after {
  background: url(../images/titanium_icon02.svg) no-repeat;
  width: 109px;
  height: 77px;
  right: -27px;
}
.cate_cont .titanium .appeal_box:nth-child(3) dl dt::after {
  background: url(../images/titanium_icon03.svg) no-repeat;
  width: 110px;
  height: 77px;
  right: -27px;
}
.cate_cont .titanium .appeal_box:nth-child(4) dl dt::after {
  background: url(../images/titanium_icon04.svg) no-repeat;
  width: 111px;
  height: 77px;
  right: -27px;
}
.cate_cont .titanium .appeal_box:nth-child(5) dl dt::after {
  background: url(../images/titanium_icon05.svg) no-repeat;
  width: 110px;
  height: 77px;
  right: -27px;
}
.cate_cont .titanium .appeal_box dl dt span {
  color: #E2361B;
  font-weight: bold;
}
.cate_cont .titanium .appeal_box dl dd {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.cate_cont .titanium .titanium_link02, 
.cate_cont .titanium .titanium_link03 {
  margin-top: 70px;
}
.cate_cont .titanium .titanium_link01 .ttl01, 
.cate_cont .titanium .titanium_link02 .ttl01, 
.cate_cont .titanium .titanium_link03 .ttl01 {
  background-image: url(../images/titanium_icon.svg);
  background-position: left 0 bottom 7px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CBCBCB;
  font-weight: bold;
  font-size: 30px;
  padding: 20px 0 10px 60px;
  text-align: left;
}
.cate_cont .titanium .titanium_link01 .ttl01::after, 
.cate_cont .titanium .titanium_link02 .ttl01::after, 
.cate_cont .titanium .titanium_link03 .ttl01::after {
  content: none;
}
.cate_cont .titanium .titanium_link01  ul, 
.cate_cont .titanium .titanium_link02  ul, 
.cate_cont .titanium .titanium_link03  ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.cate_cont .titanium .titanium_link01  ul li, 
.cate_cont .titanium .titanium_link02  ul li, 
.cate_cont .titanium .titanium_link03  ul li {
  margin-right: 1.0986%;
  width: 24.176%;
}
.cate_cont .titanium .titanium_link01  ul li:nth-child(4n), 
.cate_cont .titanium .titanium_link02  ul li:nth-child(4n), 
.cate_cont .titanium .titanium_link03  ul li:nth-child(4n) {
  margin-right: 0;
}
.cate_cont .titanium .titanium_link01  ul li a, 
.cate_cont .titanium .titanium_link02  ul li a, 
.cate_cont .titanium .titanium_link03  ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.cate_cont .titanium .titanium_link01  ul li p, 
.cate_cont .titanium .titanium_link02  ul li p, 
.cate_cont .titanium .titanium_link03  ul li p {
  text-align: center;
  color: #1A1A1A;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2/5;
    grid-column: 2/5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: none;
  }
  .fs-c-productList__list__item {
    margin-right: 2.57%;
    margin-top: 40px;
    border-bottom: none;
    padding: 0;
    width: 23.07% !important;
  }
  .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-productList__list__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .fs-c-subgroupList__item {
    flex-basis: auto;
    flex-grow: 0;
    margin: 0;
    margin-right: 1.106%;
    margin-top: 0.5%;
    width: 24.17%;
  }
  .fs-c-subgroupList__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .cate_cont .titanium .appeal_warp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
  .cate_cont .titanium .appeal_box {
    margin-top: 25px;
    width: 48.902%;
  }
  .cate_cont .titanium .appeal_box:nth-child(2n) {
    margin-right: 2.196%;
  }
  .cate_cont .titanium .appeal_box:first-child {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-productList__controller {
    align-items: flex-end;
  }
  .fs-c-listControl {
    flex-wrap: wrap;
  }
  .fs-c-listControl__status {
    text-align: right;
    width: 100%;
  }
  .fs-c-pagination {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2/5;
    grid-column: 2/5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: none;
  }
  .fs-c-productList__list__item {
    margin-right: 4%;
    margin-top: 8%;
    border-bottom: none;
    padding: 0;
    width: 48% !important;
  }
  .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-productList__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .fs-c-subgroupList__item {
    flex-basis: auto;
    flex-grow: 0;
    margin: 0;
    margin-right: 2%;
    margin-top: 2%;
    width: 49%;
  }
  .fs-c-subgroupList__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .fs-c-productList__list__item {
    border-bottom: none;
    padding: 0;
  }
  .fs-c-sortItems {
    border: none;
  }
  .fs-c-sortItems__list {
    border: none;
  }
  .fs-c-productList__list .fs-c-productName__name {
    font-size: 15px;
  }
  .fs-c-productList__list .fs-c-productPrice__main__label {
    font-size: 11px;
  }
  .fs-c-productList__list .fs-c-price__currencyMark, 
  .fs-c-productList__list .fs-c-price__value {
    font-size: 17px;
  }
  .cate_cont {
    margin-bottom: 20px;
  }
  .cate_cont img {
    margin-bottom: 20px;
  }
  .cate_cont p {
    font-size: 12.5px;
  }
  .fs-c-productListCarousel {
    margin-top: 25px;
  }
  .fs-c-productListCarousel .fs-c-productName__name {
    font-size: 15px;
  }
  .fs-c-productListCarousel .fs-c-productPrice__main__label {
    font-size: 11px;
  }
  .fs-c-productListCarousel .fs-c-price__currencyMark, 
  .fs-c-productListCarousel .fs-c-price__value {
    font-size: 17px;
  }
  .fs-c-button--carousel::before {
    font-size: 25px;
  }
  .cate_cont .titanium .main {
    margin-bottom: 40px;
  }
  .cate_cont .titanium h2 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .cate_cont .titanium h2::after {
    border-radius: 3px 3px 0 0;
    height: 1px;
    margin-left: -30px;
    width: 60px;
  }
  .cate_cont .titanium .appeal_box dl {
    border-radius: 0 0 5px 5px;
    padding: 0 18px 15px;
    padding-top: calc( 79.104% + 25px );
  }
  .cate_cont .titanium .appeal_box + .appeal_box {
    margin-top: 25px;
  }
  .cate_cont .titanium .appeal_box:first-child dl {
    padding-top: calc( 38.462% + 25px );
  }
  .cate_cont .titanium .appeal_box dl dt {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .cate_cont .titanium .appeal_box dl dt::before {
    width: 75px;
  }
  .cate_cont .titanium .appeal_box dl dd {
    font-size: 13px;
  }
  .cate_cont .titanium .titanium_link02, 
  .cate_cont .titanium .titanium_link03 {
    margin-top: 35px;
  }
  .cate_cont .titanium .titanium_link01 .ttl01, 
  .cate_cont .titanium .titanium_link02 .ttl01, 
  .cate_cont .titanium .titanium_link03 .ttl01 {
    font-size: 20px;
    padding: 20px 0 10px 45px;
    background-position: left 0 bottom 7px;
    background-repeat: no-repeat;
    background-size: 35px auto;
  }
  .cate_cont .titanium .titanium_link01  ul, 
  .cate_cont .titanium .titanium_link02  ul, 
  .cate_cont .titanium .titanium_link03  ul {
    display: block;
    margin-top: 20px;
  }
  .cate_cont .titanium .titanium_link01  ul li, 
  .cate_cont .titanium .titanium_link02  ul li, 
  .cate_cont .titanium .titanium_link03  ul li {
    width: 100%;
  }
  .cate_cont .titanium .titanium_link01  ul li + li, 
  .cate_cont .titanium .titanium_link02  ul li + li, 
  .cate_cont .titanium .titanium_link03  ul li + li {
    margin-top: 20px;
  }
  .cate_cont .titanium .titanium_link01  ul li p, 
  .cate_cont .titanium .titanium_link02  ul li p, 
  .cate_cont .titanium .titanium_link03  ul li p {
    font-size: 12.5px;
    margin-top: 8px;
  }
  .cate_cont .titanium .appeal_box dl dt::after {
    right: 0;
    bottom: -15px;
  }
  .cate_cont .titanium .appeal_box:nth-child(1) dl dt::after {
    background-size: 54px 45px;
    width: 54px;
    height: 45px;
    right: 0;
  }
  .cate_cont .titanium .appeal_box:nth-child(2) dl dt::after {
    background-size: 64px 45px;
    width: 64px;
    height: 45px;
    right: -15px;
  }
  .cate_cont .titanium .appeal_box:nth-child(3) dl dt::after {
    background-size: 64px 45px;
    width: 64px;
    height: 45px;
    right: -15px;
  }
  .cate_cont .titanium .appeal_box:nth-child(4) dl dt::after {
    background-size: 65px 45px;
    width: 65px;
    height: 45px;
    right: -15px;
  }
  .cate_cont .titanium .appeal_box:nth-child(5) dl dt::after {
    background-size: 64px 45px;
    width: 64px;
    height: 45px;
    right: -15px;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 190px;
    max-width: 190px;
    min-width: 190px;
  }
}