<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@500&amp;display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

body {
  line-height: 1
}

ol,ul {
  list-style: none
}

blockquote,q {
  quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

body {
  width: 100%;
  background: #fff;
  color: #333;
  min-width: 1000px;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  position: relative
}

.is-sp-s {
  display: none
}

a {
  text-decoration: none;
  color: inherit
}

.scroll_top_btn {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 327px;
  right: 40px;
  z-index: 4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #a2a2a2;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1);
  display: none
}

.scroll_top_btn__icon {
  width: 22px;
  margin-top: 5px
}

.scroll_top_btn__icon img {
  width: 100%;
  vertical-align: bottom
}

.header_block {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 6;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1000px;
  text-align: left;
  font-weight: 400
}

.header_block.is-old-page {
  position: fixed
}

.header_block.menu_open .header_block_hamburger_menu span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header_block.menu_open .header_block_hamburger_menu span:nth-of-type(2) {
  opacity: 0
}

.header_block.menu_open .header_block_hamburger_menu span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header_block .header_block_bg {
  position: absolute;
  width: 100%;
  height: calc(var(--vh,1vh) * 100);
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  display: none;
  z-index: -1
}

.header_block .header_block_hamburger_menu {
  width: 20px;
  height: 15px;
  position: relative;
  display: none;
  z-index: 2;
  cursor: pointer
}

.header_block .header_block_hamburger_menu span {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  cursor: pointer;
  -webkit-transition: top .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: top .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: top .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out;
  transition: top .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.header_block .header_block_hamburger_menu span:nth-of-type(1) {
  top: 0
}

.header_block .header_block_hamburger_menu span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header_block .header_block_hamburger_menu span:nth-of-type(3) {
  top: 100%
}

.header_block .header_block_top,
.header_block .header_block_contents {
  flex-grow: 1;
}

.header_block .header_block_top {
  max-width: 237px;
}

.header_block .header_block_logo {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 5px 10px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-sizing: border-box;
  min-height: 85px;
  padding: 6px 0 0
}

.header_block .header_block_logo img {
  max-width: 100%;
  vertical-align: bottom
}

.header_block .header_block_logo .logo_link {
  display: block;
  max-width: 103px;
  flex-shrink: 0;
}

.header_block .header_block_logo .slogan {
  max-width:124px;
}

.header_block .header_block_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 260px);
}

.header_block .header_block_contents__left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.header_block .header_block_contents__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_block .header_block_menu {
  margin-left: -27px
}

.header_block .header_block_menu .header_block_menu_link {
  font-size: 14px;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  margin-left: 27px;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.header_block .header_block_lang {
  height: 100%;
  position: relative
}

.header_block .header_block_lang__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header_block .header_block_lang__btn p {
  padding: 2px 0;
  padding-right: 10px;
  position: relative;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.header_block .header_block_lang__btn p:after {
  content: '';
  background: url(../../image/base/siteimg/ico_header_arrow.svg) no-repeat center center/contain;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  right: 0;
  width: 4px;
  height: 10px
}

.header_block .header_block_lang__inner {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.25);
  box-shadow: 0 8px 10px rgba(0,0,0,.25);
  display: none
}

.header_block .header_block_lang__inner .header_block_lang_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 30px
}

.header_block .header_block_lang__inner .header_block_lang_inner_item+.header_block_lang_inner_item {
  border-top: 1px solid #e8e8e8
}

.header_block .header_block_lang__inner .header_block_lang_inner_item span {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.header_block .header_block_lang__inner .header_block_lang_inner_item span:after {
  content: '';
  background: url(../../image/base/siteimg/ico_header_arrow.svg) no-repeat center center/contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 4px;
  height: 10px
}

.header_block .header_block_ec_sites {
  height: 100%;
  position: relative
}

.header_block .header_block_ec_sites__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d60065;
  padding: 22px 23px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background .4s cubic-bezier(.22,1,.36,1);
  transition: background .4s cubic-bezier(.22,1,.36,1)
}

.header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_icon {
  width: 29.4%
}

.header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_icon img {
  width: 100%;
  display: block
}

.header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_text {
  margin-top: 7px;
  font-size: 13px
}

.header_block .header_block_ec_sites__inner {
  position: absolute;
  top: 100%;
  right: 0;
  width: 161%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.25);
  box-shadow: 0 8px 10px rgba(0,0,0,.25);
  display: none
}

.header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px
}

.header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item+.header_block_ec_sites_inner_item {
  border-top: 1px solid #e8e8e8
}

.header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item.ec_site_rakuten img {
  width: 60%
}

.header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item.ec_site_lohaco img {
  width: 48%
}

.header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item img {
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.footer_block {
  text-align: left;
  font-weight: 400
}

.footer_block .footer_block_menu {
  background: #d60065
}

.footer_block .footer_block_menu__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.footer_block .footer_block_menu__inner .footer_block_menu_item {
  color: #fff;
  font-size: 14px;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: color .4s cubic-bezier(.22,1,.36,1);
  transition: color .4s cubic-bezier(.22,1,.36,1)
}

.footer_block .footer_block_menu__inner .footer_block_menu_item+.footer_block_menu_item:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6
}

.footer_block .footer_block_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 62px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.footer_block .footer_block_bottom__left {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_logo {
  width: 18%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_logo img {
  width: 100%;
  vertical-align: bottom
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu {
  margin-top: 22px;
  overflow: hidden
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -10px
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item {
  position: relative;
  margin-left: 30px;
  margin-top: 10px
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item+.footer_block_left_hoyu_menu_item:after {
  content: '|';
  position: absolute;
  left: -16px;
  top: 0;
  pointer-events: none
}

.footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item a {
  font-size: 14px;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.footer_block .footer_block_bottom__left .footer_block_left_copyright {
  margin-top: 13px
}

.footer_block .footer_block_bottom__left .footer_block_left_copyright p {
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  font-size: 12px
}

.footer_block .footer_block_bottom__right {
  width: 44.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer_block .footer_block_bottom__right .footer_block_right_use_caption_text p {
  font-size: 12px;
  line-height: 1.75;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif
}

.footer_block .footer_block_bottom__right .footer_block_right_patch_test_caption_text {
  margin-top: 20px
}

.footer_block .footer_block_bottom__right .footer_block_right_patch_test_caption_text a {
  font-size: 12px;
  line-height: 1.75;
  text-decoration: underline;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
  -webkit-transition: opacity .4s cubic-bezier(.22,1,.36,1);
  transition: opacity .4s cubic-bezier(.22,1,.36,1)
}

.footer_block .footer_block_bottom__right .footer_block_right_copyright {
  display: none
}

@media screen and (min-width: 599px) {
  .is-sp {
    display:none!important
  }

  .scroll_top_btn.isStuck {
    position: fixed;
    bottom: 40px
  }

  .scroll_top_btn:hover {
    opacity: .5
  }

  .header_block .header_block_menu .header_block_menu_link:hover {
    opacity: .5
  }

  .header_block .header_block_lang.is-hover .header_block_lang__btn p {
    opacity: .5
  }

  .header_block .header_block_lang__inner .header_block_lang_inner_item:hover span {
    opacity: .5
  }

  .header_block .header_block_ec_sites.is-hover .header_block_ec_sites__btn {
    background: rgba(214,0,101,.5)
  }

  .header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_text {
    color: #fff
  }

  .header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item:hover img {
    opacity: .5
  }

  .footer_block .footer_block_menu__inner .footer_block_menu_item:hover {
    color: rgba(255,255,255,.5)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item:hover a {
    opacity: .5
  }

  .footer_block .footer_block_bottom__right .footer_block_right_patch_test_caption_text a:hover {
    opacity: .5
  }
}

@media screen and (max-width: 1392px) {
    .header_block .header_block_logo {
        padding: 8px 0 0px;
    }

    .header_block .header_block_contents {
        max-width: none;
    }
}

@media screen and (max-width:1200px) {
    .header_block {
        padding: 0 0 0 20px;
    }

    .header_block .header_block_logo .logo_link {
        max-width: 83px;
    }

    .header_block .header_block_menu .header_block_menu_link {
        margin-left: 8px;
    }

    .header_block .header_block_logo {
        padding: 14px 0 4px;
    }
}

@media screen and (max-width: 1000px) {
  .header_block .header_block_menu .header_block_menu_link {
    font-size:13px
  }

  .header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_text {
    font-size: 12px
  }
}

@media screen and (max-width:768px) {
    .header_block {
        padding: 0 0 0 10px;
    }

    .header_block .header_block_logo {
        width: 100%;
    }

    .header_block .header_block_logo .logo_link {
        max-width: 73px;
    }

    .header_block .header_block_menu .header_block_menu_link {
        font-size: 13px;
    }
}

@media screen and (max-width: 599px) {
  body {
    min-width:auto
  }

  .is-pc {
    display: none!important
  }

  .scroll_top_btn {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    right: auto;
    border-radius: 0;
    padding: calc(18 / 375 * 100vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .scroll_top_btn__icon {
    width: 12.8%;
    margin-top: 0
  }

  .header_block {
    min-width: auto;
    padding: 0
  }

  .header_block .header_block_top {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: calc(12 / 375 * 100vw) calc(17 / 375 * 100vw) calc(10 / 375 * 100vw) calc(15 / 375 * 100vw)
  }

  .header_block .header_block_hamburger_menu {
    display: block
  }

  .header_block .header_block_logo {
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    padding: 0
  }

  .header_block .header_block_logo .logo_link {
    width: 18%;
    max-width: none;
  }

  .header_block .header_block_logo .slogan {
    width: 24.2825%;
  }

  .header_block .header_block_contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    height: calc((var(--vh,1vh) * 100) - (50 / 375 * 100vw));
    width: 100%;
    position: absolute;
    top: calc(50 / 375 * 100vw);
    left: 0;
    padding: calc(50 / 375 * 100vw) calc(45 / 375 * 100vw);
    border-top: 1px solid rgba(232,232,232,.5);
    display: none;
    line-height: 1;
    overflow: auto
  }

  .header_block .header_block_contents__left {
    width: 100%
  }

  .header_block .header_block_contents__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: calc(51 / 375 * 100vw)
  }

  .header_block .header_block_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }

  .header_block .header_block_menu .header_block_menu_link {
    font-size: calc(15 / 375 * 100vw);
    border-bottom: 1px solid rgba(232,232,232,.5);
    padding-bottom: calc(19 / 375 * 100vw)
  }

  .header_block .header_block_menu .header_block_menu_link+.header_block_menu_link {
    padding-top: calc(19 / 375 * 100vw)
  }

  .header_block .header_block_lang {
    width: 100%;
    margin-top: calc(46 / 375 * 100vw)
  }

  .header_block .header_block_lang__btn {
    display: none
  }

  .header_block .header_block_lang__btn p:after {
    width: calc(5 / 375 * 100vw);
    height: calc(11 / 375 * 100vw)
  }

  .header_block .header_block_lang__inner {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: auto;
    right: auto
  }

  .header_block .header_block_lang__inner .header_block_lang_inner_item {
    padding: 0;
    width: 100%
  }

  .header_block .header_block_lang__inner .header_block_lang_inner_item+.header_block_lang_inner_item {
    border-top: none;
    margin-top: calc(23 / 375 * 100vw)
  }

  .header_block .header_block_lang__inner .header_block_lang_inner_item span {
    padding-right: calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw)
  }

  .header_block .header_block_lang__inner .header_block_lang_inner_item span:after {
    width: calc(5 / 375 * 100vw);
    height: calc(11 / 375 * 100vw)
  }

  .header_block .header_block_ec_sites {
    width: 100%
  }

  .header_block .header_block_ec_sites__btn {
    background: 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0
  }

  .header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_icon {
    display: none
  }

  .header_block .header_block_ec_sites__btn .header_block_ec_sites_btn_text {
    margin-top: 0;
    font-size: calc(15 / 375 * 100vw)
  }

  .header_block .header_block_ec_sites__inner {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: calc(20 / 375 * 100vw);
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
  }

  .header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item {
    height: calc(85 / 375 * 100vw)
  }

  .header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item.ec_site_rakuten img {
    width: 44%
  }

  .header_block .header_block_ec_sites__inner .header_block_ec_sites_inner_item.ec_site_lohaco img {
    width: 35%
  }

  .footer_block .footer_block_menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(32 / 375 * 100vw) calc(30 / 375 * 100vw)
  }

  .footer_block .footer_block_menu__inner .footer_block_menu_item {
    font-size: calc(13 / 375 * 100vw);
    text-align: left;
    padding-bottom: calc(11 / 375 * 100vw);
    border-bottom: 1px solid rgba(255,255,255,.5)
  }

  .footer_block .footer_block_menu__inner .footer_block_menu_item+.footer_block_menu_item {
    padding-top: calc(14 / 375 * 100vw)
  }

  .footer_block .footer_block_menu__inner .footer_block_menu_item+.footer_block_menu_item:after {
    display: none
  }

  .footer_block .footer_block_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(30 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left {
    overflow: hidden;
    width: 100%
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_logo {
    width: 21%
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu {
    margin-top: calc(15 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner {
    margin-top: calc(-12 / 375 * 100vw);
    margin-left: calc(-26 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item {
    margin-left: calc(26 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item+.footer_block_left_hoyu_menu_item:after {
    left: calc(-15 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_hoyu_menu__inner .footer_block_left_hoyu_menu_item a {
    font-size: calc(12 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__left .footer_block_left_copyright {
    display: none
  }

  .footer_block .footer_block_bottom__right {
    width: 100%;
    margin-top: calc(18 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__right .footer_block_right_use_caption_text p {
    line-height: 1.6;
    font-size: calc(10 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__right .footer_block_right_patch_test_caption_text {
    margin-top: calc(9 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__right .footer_block_right_patch_test_caption_text a {
    line-height: 1.6;
    font-size: calc(10 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__right .footer_block_right_copyright {
    display: block;
    margin-top: calc(23 / 375 * 100vw)
  }

  .footer_block .footer_block_bottom__right .footer_block_right_copyright p {
    line-height: 1.75;
    font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Meiryo,verdana,Osaka,"MS PGothic",sans-serif;
    font-size: calc(10 / 375 * 100vw)
  }
}

@media screen and (max-width: 320px) {
  .is-sp-s {
    display:block
  }
}
</pre></body></html>