@charset "UTF-8";
a.btn span + span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu .menu__follow, .menu__list, .navi ul, .share ul, .comment .article-comment, .footer .follow ul, .footer-contact, .footer-policy {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.menu .menu__follow li, .menu__list li, .navi ul li, .share ul li, .comment .article-comment li, .footer .follow ul li, .footer-contact li, .footer-policy li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}

.conv {
  margin: 0 auto;
}
.conv dl {
  width: 100%;
  margin: 0;
}
.conv dl + dl {
  padding-top: 20px;
}
.conv dt,
.conv dd {
  text-align: left;
}
.conv dt.talker0,
.conv dd.talker0 {
  color: #000;
}
.conv dt.talker1,
.conv dd.talker1 {
  color: #007DB2;
}
.conv dt.talker2,
.conv dd.talker2 {
  color: #333;
}
.conv dt.talker3,
.conv dd.talker3 {
  color: #333;
}
.conv dt {
  font-weight: bold;
  width: auto;
  padding: 0;
  vertical-align: top;
}
.conv dt img {
  width: 40px;
}
.conv dt span {
  font-size: 87.5%;
  padding-left: .5em;
}
.conv dd {
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
  vertical-align: top;
  color: #000000;
}
.conv dd.photo {
  padding: 30px 0 10px 110px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  text-align: left;
  letter-spacing: .075em;
  color: #ccc;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  font-size: 12px;
  line-height: 1.75em;
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  letter-spacing: .075em;
  color: #ccc;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  font-size: 160%;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .conv dl {
    display: table;
  }
  .conv dt,
  .conv dd {
    display: table-cell;
    padding-top: 2em;
  }
  .conv dt {
    width: 110px;
  }
  .conv dt img {
    width: 60px;
  }
  .conv dt span {
    font-size: 64.70588%;
    display: block;
    width: 60px;
    padding-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	base styles
 * 
 *--------------------------------------------------------------------------------*/
html, body {
  overflow: visible;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: 0.075em;
  color: #007DB2;
  background: url(../images/bg1.png) repeat center top;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
body * {
  box-sizing: border-box;
}

p {
  margin-bottom: 2em;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  br.only-sp, .sp br {
    display: inline;
  }
}
@media screen and (min-width: 576px) {
  br.only-sp {
    display: none;
  }
}

.en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 400;
}
.en strong,
.en b {
  font-weight: 700;
}

a {
  color: #00AF4B;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #00AF4B;
  text-decoration: none;
}
a:visited {
  color: #00AF4B;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #00AF4B;
  text-decoration: none;
}
a:active {
  color: #00AF4B;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 1;
}
a[target=new]:after, a[target=_new]:after, a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  font-size: .8em;
  font-weight: normal;
  position: relative;
  top: -.2em;
  content: "\e914";
}
a[target=new][href*="amazon.co.jp"]:after, a[target=_new][href*="amazon.co.jp"]:after, a[target=_blank][href*="amazon.co.jp"]:after {
  font-size: 1em;
  top: auto;
  content: "\e900";
}
a[target=new].noimg:after, a[target=new].no-icon:after, a[target=new][href*="1101.com"]:after, a[target=_new].noimg:after, a[target=_new].no-icon:after, a[target=_new][href*="1101.com"]:after, a[target=_blank].noimg:after, a[target=_blank].no-icon:after, a[target=_blank][href*="1101.com"]:after {
  content: none;
}
a.btn {
  font-size: 160%;
  display: inline-block;
  padding: 16px;
  color: #00AF4B;
  border: 1px solid #00AF4B;
  border-radius: 4px;
}
a.btn i {
  font-size: 32px;
  float: left;
  vertical-align: middle;
}
a.btn i + span {
  line-height: 1.2em;
  margin-right: 8px;
  margin-left: 44px;
}
a.btn i + span + span {
  line-height: 1.0em;
  margin-left: 44px;
}
a.btn.accordion {
  position: relative;
}
a.btn.accordion:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  margin-left: -10px;
  content: "";
  border: 10px solid transparent;
  border-top-color: #00AF4B;
}
a.btn.accordion:after {
  position: absolute;
  bottom: -21.5px;
  left: 50%;
  display: block;
  margin-left: -13px;
  content: "";
  border: 13px solid transparent;
  border-top-color: #fff;
}
a.btn span {
  display: block;
}

button {
  outline: none 0 !important;
  transition: all 0.25s;
}

.ua-desktop a:hover {
  opacity: 0.5;
}
.ua-desktop a:hover img.hover, .opc .ua-desktop a:hover img, .opc2 .ua-desktop a:hover {
  opacity: 0.5;
}
.ua-desktop button:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .visible-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}
#bg > * {
  position: relative;
  height: 200%;
  top: -100%;
  background: url(../images/bg2_sp.png) repeat-y center top;
}
@media screen and (min-width: 768px) {
  #bg > * {
    background-image: url(../images/bg2.png);
  }
}

#wrapper {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
  width: 100%;
}
#wrapper ul,
#wrapper li {
  list-style: none;
}
#wrapper ul.list {
  list-style-type: disc;
}
#wrapper ul.list li {
  list-style-type: disc;
}
#wrapper.hide {
  opacity: 0;
}

/*--------------------------------------------------------------------------------
 * 
 * 	global nav
 * 
 *--------------------------------------------------------------------------------*/
.nav-container {
  width: 100%;
  background-color: rgba(0, 125, 178, 0.1);
}

.nav {
  width: 100%;
  max-width: 1600px;
  height: 40px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.nav a,
.nav label {
  line-height: 1;
  display: block;
  text-decoration: none;
  outline: none;
}
.nav a i,
.nav label i {
  font-size: 280%;
}
.nav__hobo {
  padding: 0 0 0 10px;
  text-align: right;
}

.nav__cart {
  padding: 0 10px 0 0;
  text-align: center;
}
.nav__cart a {
  padding: 6px;
}
.nav__cart a i {
  font-size: 240%;
  vertical-align: middle;
}
.nav__cart a span {
  padding-left: 0.25em;
  font-size: 120%;
  vertical-align: middle;
}

.nav__menu {
  padding: 5px 10px 0 10px;
}
.nav__menu a,
.nav__menu label {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.nav__menu a span,
.nav__menu label span {
  font-size: 0;
  position: absolute;
  left: 4px;
  display: block;
  width: 24px;
  height: 1px;
  transition: all .25s;
  background-color: #000000;
}
.nav__menu a span:nth-child(1),
.nav__menu label span:nth-child(1) {
  top: 7px;
}
.nav__menu a span:nth-child(2), .nav__menu a span:nth-child(3),
.nav__menu label span:nth-child(2),
.nav__menu label span:nth-child(3) {
  top: 16px;
}
.nav__menu a span:nth-child(4),
.nav__menu label span:nth-child(4) {
  top: 25px;
}
.nav__menu label {
  cursor: pointer;
  transition: opacity .25s;
}
.nav__menu.open a span:nth-child(1),
.nav__menu.open label span:nth-child(1) {
  left: 36px;
  width: 0;
}
.nav__menu.open a span:nth-child(2),
.nav__menu.open label span:nth-child(2) {
  transform: rotate(45deg);
}
.nav__menu.open a span:nth-child(3),
.nav__menu.open label span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav__menu.open a span:nth-child(4),
.nav__menu.open label span:nth-child(4) {
  width: 0;
}
@media screen and (min-width: 768px) {
  .nav a i {
    font-size: 400%;
  }
  .nav__hobo {
    padding: 0 0 0 20px;
  }

  .nav__cart {
    padding: 0 20px 0 0;
  }
  .nav__cart a i {
    font-size: 240%;
  }
}

.breadcrumb {
  display: none;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  width: 93.75%;
  max-width: 960px;
}

.breadcrumb__item {
  white-space: nowrap;
  font-size: 120%;
}
.breadcrumb__item a {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb__item::after {
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  content: "\e917";
  vertical-align: middle;
  color: gray;
}
.breadcrumb__item:last-child::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
  .breadcrumb__list {
    margin-top: 10px;
  }
}

.menu {
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  padding: 40px 0 0 0;
}
.menu__container {
  min-height: 100%;
  background-color: #FFFFFF;
}

.menu__list {
  display: none;
  border-top: 8px solid #cccccc;
}

.menu-list__item {
  border-bottom: 1px solid #e6e6e6;
}
.menu-list__item a {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: .75em .5em;
}
.menu-list__item a, .menu-list__item a:link, .menu-list__item a:visited, .menu-list__item a:hover, .menu-list__item a:active {
  color: #333333;
}
.menu-list__item a i,
.menu-list__item a span {
  display: inline-block;
  vertical-align: middle;
}
.menu-list__item a i {
  font-size: 150%;
  font-weight: normal;
  line-height: 0;
  margin-right: .5em;
}
.menu-list__item a::after {
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "\e917";
  transform: translateY(-50%);
}
.menu .menu__container h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
  padding-top: 24px;
  text-align: center;
  border-top: 8px solid #cccccc;
}
.menu .menu__container h3 + .menu__list {
  margin-top: 16px;
  border-top: 0 none;
}
.menu .menu__follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding-bottom: 20px;
}
.menu .follow {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu .menu__container {
    border-top: 1px solid #000000;
  }
  .menu .menu__list {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu .menu__list:first-child {
    border-top: none;
  }
  .menu .menu-list__item a {
    padding: 1.25em .5em;
  }
  .menu .follow {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

[class^="menu-follow"] a, [class^="menu-follow"] a:link, [class^="menu-follow"] a:visited, [class^="menu-follow"] a:hover, [class^="menu-follow"] a:active {
  color: #333333;
}
[class^="menu-follow"] a i {
  font-size: 240%;
  font-weight: normal;
}
[class^="menu-follow"] a::after {
  content: "";
}

input#menu-toggle {
  position: fixed;
  z-index: -1;
  opacity: 0;
}
input#menu-toggle:not(:checked) ~ .menu {
  height: 0;
  min-height: 0;
  -webkit-animation: fade-out 0.5s;
  animation: fade-out 0.5s;
}
input#menu-toggle:checked ~ .menu {
  height: 100%;
  min-height: 100%;
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
}
input#menu-toggle:checked ~ .menu .menu__container {
  display: block;
}
input#menu-toggle:checked ~ .menu .menu__list {
  display: block;
}
input#menu-toggle:checked ~ .menu .follow {
  display: block;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1;
  }
  95% {
    height: 100%;
    min-height: 100%;
  }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1;
  }
  95% {
    height: 100%;
    min-height: 100%;
  }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0;
  }
}
.order {
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.order.show {
  max-height: 36px;
}
.order__button a {
  display: block;
  background-color: #000000;
  font-size: 120%;
  padding: 1em 2em 1em 1em;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}
.order__button a i, .order__button a span {
  display: inline-block;
  vertical-align: top;
}
.order__button a i {
  font-size: 150%;
  position: absolute;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
}

.order-static {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 87.5%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .order.show {
    max-height: 44px;
  }
  .order__button a {
    font-size: 160%;
    padding: .875em 2.5em .875em 1em;
  }
  .order__button a i {
    right: 0.5em;
  }

  .order-static {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 160px;
    margin: -51px 0px 0 393px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
.header {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .header h1, .ua-desktop-windows
.header h2, .ua-desktop-windows
.header h3, .ua-desktop-windows
.header h4, .ua-desktop-windows
.header h5, .ua-desktop-windows
.header h6 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.header__title {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0;
  padding-top: 131.25%;
  color: #000000;
}

.header__subtitle {
  width: 270px;
  margin: 20px auto;
}

.header__image {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 131.25%;
  background-color: #00AF4B;
}
.header__image > span {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 131.25%;
  background: no-repeat center top;
  background-size: cover;
}

.header-title__image {
  line-height: 0;
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  width: 85.625%;
  padding-top: 90.14599%;
  transform: translate(-50%, 0);
  background: url(../images/main_title.svg) no-repeat center top;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
.header .yodogawa {
  font-family: "Futo Go B101", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.75;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 10px 20px 40px;
  text-align: justify;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .header .yodogawa {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.header .yodogawa p {
  margin: 0 0 1em 0;
}
.header .yodogawa p i {
  font-size: 171.4285714%;
}
.header .yodogawa p:last-child {
  margin-bottom: 0;
}
.header .yodogawa p:first-child {
  margin-top: 0;
}
.header .yodogawa p.sm-show {
  position: relative;
  top: 40px;
  transition: all .5s;
  opacity: 0;
}
.header .yodogawa p.sm-show.show {
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header {
    margin: 0 auto;
  }
  .header__title {
    padding-top: 540px;
    color: #000000;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
  }

  .header__image {
    padding-top: 540px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
  .header__image > span {
    padding-top: 540px;
  }

  .header-title__image {
    top: 40px;
    width: 506px;
    padding-top: 457px;
    margin-left: 13px;
  }
  .header .yodogawa {
    font-size: 180%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .header .yodogawa p {
    padding-left: 29.16667%;
  }
}

.arrow {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 110px;
  transform: translateX(-50%);
}
.arrow img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .arrow {
    bottom: 0;
    width: 60px;
    height: 220px;
  }
}

#move1 {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100vw;
  max-height: 100vw;
}
@media screen and (min-width: 768px) {
  #move1 {
    max-height: 401px;
  }
}

.sales-info {
  max-width: 960px;
  margin: 0 auto;
  background-color: #007DB2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sales-info__date {
  width: 62.5%;
  max-width: 760px;
  text-align: center;
}
.sales-info__date span {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  padding: 8px 0;
  text-align: left;
  color: #FFFFFF;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .sales-info__date span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.sales-info__date--before {
  width: 100%;
}

.sales-info__buynow {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: block;
  width: 37.5%;
  max-width: 200px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
  background-color: #00AF4B;
}
.sales-info__buynow:link, .sales-info__buynow:visited, .sales-info__buynow:hover, .sales-info__buynow:active {
  color: #FFFFFF;
}
.sales-info__buynow span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sales-info__date {
    text-align: left;
    width: 100%;
    padding-left: 25%;
  }
  .sales-info__date span {
    font-size: 26px;
  }
  .sales-info__date--before {
    padding-left: 29.16667%;
    text-align: left;
  }
}

.toc {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}
.toc h3 {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  min-width: 100px;
  margin: 0 0 20px 40px;
  padding: 8px 16px;
  text-align: left;
  border: 2px solid #007DB2;
  border-top: 0 none;
  border-right: 0 none;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc > ul {
  margin: 0 0 0 40px;
  padding: 0;
}
.toc__item {
  width: 100%;
  margin: 0;
  color: #007DB2;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc__item {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc__item a {
  position: relative;
  padding: 10px 0;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 561px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.toc__item a > span {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  text-align: left;
  vertical-align: top;
  border: 1px solid #00AF4B;
}
.toc__item a > em {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-style: normal;
  line-height: 1.5;
  display: block;
  text-align: left;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc__item a > em {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc__item a > em span {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  margin: 0 auto 0;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc__item a > em span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc__item a > em span span {
  font-size: 87.5%;
  line-height: 1;
}
.toc__item a > em span + span {
  font-family: "Hiragino UD Sans W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 75%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc__item a > em span + span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc__item.current a {
  color: #007DB2;
}
.toc__item.current a > span {
  border-color: #007DB2;
}
.toc__item.off {
  opacity: .25;
}
.toc__item.off a {
  color: #007DB2;
  cursor: default;
}
.toc__item.off a:link, .toc__item.off a:hover, .toc__item.off a:visited, .toc__item.off a:active {
  opacity: 1;
}
.toc__item.off a::after {
  display: none;
}
.toc__item.off a > span {
  border-color: #007DB2;
}
@media screen and (min-width: 768px) {
  .toc {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 40px;
  }
  .toc h3 {
    margin-left: 29.16667%;
  }
  .toc ul {
    margin: 0 auto;
    padding-left: 29.16667%;
  }
  .toc__item a {
    padding: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .toc__item a > em {
    font-size: 250%;
    text-align: left;
  }
  .toc__item a > em span {
    font-size: 64%;
    display: block;
  }
  .toc__item a > em span + span {
    font-size: 48%;
  }
  .toc__item:last-child a {
    padding: 0;
  }
  .toc__item.current a:link, .toc__item.current a:hover, .toc__item.current a:visited, .toc__item.current a:active {
    cursor: default;
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	profile
 * 
 *--------------------------------------------------------------------------------*/
.profile {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  background-color: #FFFFFF;
}
.profile::after {
  content: "";
  display: block;
  clear: both;
}
.profile__heading {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 1;
  display: inline-block;
  margin: 1em auto;
  padding: 8px 16px;
  color: #FFFFFF;
  border-radius: 16.5px;
  background-color: #FFF;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__heading {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.profile__body {
  width: 87.5%;
  margin: 0 auto;
  text-align: left;
}

.profile__photo img {
  width: 100%;
}

.profile__text {
  font-size: 160%;
  line-height: 1.75;
  margin-bottom: 0;
}
.profile__text p:last-child {
  margin-bottom: 0;
}

.profile__name {
  font-family: "Futo Go B101", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000000;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__name {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.profile__name small {
  font-size: 70%;
  margin-left: 1em;
}

.profile__work {
  font-family: "Futo Go B101", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
  margin-top: 10px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__work {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.profile__toggle {
  text-align: left;
}
.profile__toggle label {
  position: relative;
  display: block;
  padding: 8px 16px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.profile__toggle label span {
  font-family: "Futo Go B101", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__toggle label span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.profile__toggle label i {
  font-size: 150%;
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  transform: translateY(-50%);
  vertical-align: middle;
}
.profile__toggle label i::before {
  display: inline-block;
  transition: transform .25s;
  transform: rotate(0);
}

.profile__close {
  margin: 20px auto;
  text-align: center;
}
.profile__close label {
  font-size: 140%;
  font-weight: bold;
  display: block;
  padding: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.profile__close label i {
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
}
.profile__close label span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .profile {
    max-width: 880px;
    padding: 40px 0;
    border-radius: 0 0 8px 8px;
  }
  .index .profile {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .profile__body {
    max-width: 800px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .profile__photo {
    width: 45%;
  }

  .profile__text {
    margin-left: 40px;
  }
  .profile__text .profile__heading {
    margin: 0;
    font-size: 100%;
  }
}

input#profile-toggle {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input#profile-toggle:checked ~ .profile__heading label i::before {
  transform: rotate(180deg);
}
input#profile-toggle:checked ~ .profile__body {
  max-height: 150em;
}

.profile-open {
  position: relative;
}
.profile-open > a {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -24px;
  right: 10px;
  padding: 8px 16px;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile-open > a {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
@media screen and (min-width: 768px) {
  .profile-open > a {
    top: -44px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.chapter h1,
.chapter h2,
.chapter h3,
.chapter h4,
.chapter h5,
.chapter h6 {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter h1, .ua-desktop-windows
.chapter h2, .ua-desktop-windows
.chapter h3, .ua-desktop-windows
.chapter h4, .ua-desktop-windows
.chapter h5, .ua-desktop-windows
.chapter h6 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}
.chapter__title {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 10px;
  background-color: rgba(0, 125, 178, 0.05);
}
.chapter__title h2 {
  font-size: 220%;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  border-bottom: 2px solid #007DB2;
  border-left: 2px solid #007DB2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.chapter__title h2 > span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}
.chapter__title h2 > em {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter__title h2 > em {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter__title h2 > em span {
  font-size: 63.63636%;
  display: block;
  width: 3em;
  margin-bottom: .25em;
  padding: 2px;
  text-align: center;
  color: #FFFFFF;
  background-color: #007DB2;
}
.chapter__title h2 > em em {
  font-weight: normal;
  font-style: normal;
}

.chapter__section {
  width: 87.5%;
  margin: 0 auto;
}

.chapter-section + .chapter-section {
  padding-top: 40px;
}
.chapter-section__title {
  font-family: "Midashi Go MB31", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter-section__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.chapter-section__text {
  font-family: font-family-L;
  font-size: 160%;
  line-height: 2em;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter-section__text {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter-section__text:last-child {
  margin-bottom: 0;
}
.chapter-section__text p:first-child {
  margin-top: 0;
}
.chapter-section__text p:last-child {
  margin-bottom: 0;
}

.chapter-section__photo {
  width: 100%;
  margin: 20px auto;
}
.chapter-section__photo .photo {
  width: 100%;
  position: relative;
  padding-top: 66.64063%;
}
.chapter-section__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chapter-section__photo:last-child {
  margin-bottom: 0;
}
.chapter-section__photo p {
  font-size: 140%;
  line-height: 1.5;
  padding-left: 40px;
}

.chapter__footer {
  margin: 0;
  padding: 0 0 0 40px;
}

.chapter__continue {
  font-size: 160%;
  margin: 0 auto;
  padding: 0;
  padding-top: 40px;
  text-align: left;
}

.chapter__date {
  font-family: "Hiragino UD Sans W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  padding: 0;
  text-align: left;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter__date {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
@media screen and (min-width: 768px) {
  .chapter {
    max-width: 960px;
    margin: 0 auto 80px;
  }
  .chapter__title {
    padding: 0 0 40px 16.45833%;
    background-size: auto;
  }
  .chapter__title h2 {
    font-size: 300%;
  }
  .chapter__title h2 > span {
    margin-right: 40px;
  }
  .chapter__title h2 > em span {
    font-size: 50%;
    width: 5em;
    margin-bottom: 0.5em;
  }

  .chapter-section + .chapter-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  .chapter-section__text {
    padding-left: 29.16667%;
  }

  .chapter-section__photo {
    margin: 40px auto;
    padding-left: 29.16667%;
    padding-right: 4.16667%;
  }
  .chapter-section__photo p {
    padding-left: 0;
  }

  .chapter__footer {
    padding: 0;
    max-width: 960px;
  }

  .chapter__continue {
    padding-left: 29.16667%;
  }

  .chapter__date {
    padding-left: 29.16667%;
  }
}

.credit {
  font-size: 140%;
  margin: 40px auto;
  text-align: center;
}

.lazyload,
.lazyloading {
  margin-top: 20px;
  opacity: 0;
}

.lazyloaded {
  margin-top: 0;
  transition: all 500ms;
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent a[target=_new], .indent a[target=_blank] {
    display: inline;
  }
  .indent.half {
    padding-left: .5em;
    text-indent: -.5em;
  }

  span.indent {
    display: inline-block;
  }
}
.top-navi {
  background-color: #FFFFFF;
  max-width: 880px;
  margin: 0 auto;
}

.navi {
  padding: 40px 0;
}
.navi ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.navi a {
  font-size: 120%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.navi a i {
  font-size: 200%;
  vertical-align: middle;
}
.top-navi .navi {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.navi-item {
  display: inline-block;
}
.navi-item__next.hidden,
.navi-item__prev.hidden,
.navi-item__top.hidden {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .navi {
    margin-left: 29.16667%;
    margin-right: 4.16667%;
  }
  .navi a {
    font-size: 160%;
  }
  .navi a i {
    font-size: 300%;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	products
 * 
 *--------------------------------------------------------------------------------*/
.products {
  border-top: 8px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .products {
    margin-top: 40px;
  }
}

.product {
  width: 87.5%;
  margin: 0 auto;
  padding: 20px 0;
}
.product__title h3 {
  font-family: "Futo Go B101", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 240%;
  line-height: 1;
  margin: 0 auto 20px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .product__title h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.product__detail {
  padding-top: 20px;
}

.product-info {
  margin: 40px auto;
}
.product-info:first-child {
  margin-top: 0;
}
.product-info:last-child {
  margin-bottom: 0;
}
.product-info h1,
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
  font-weight: bold;
  margin: 0;
  letter-spacing: .05em;
}
.product-info table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none transparent;
}
.product-info tr:first-child th,
.product-info tr:first-child td {
  border-top: 1px solid #cccccc;
}
.product-info th,
.product-info td {
  font-size: 140%;
  line-height: 1.5;
  padding: .5em 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: .05em;
  border-bottom: 1px solid #cccccc;
}
.product-info th {
  width: 4.3em;
  padding-right: .5em;
}
.product-info td dl {
  font-size: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.product-info td dt,
.product-info td dd {
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0;
  padding: 0 0 .5em 0;
  vertical-align: top;
  letter-spacing: .05em;
}
.product-info td dt:last-of-type,
.product-info td dd:last-of-type {
  padding-bottom: 0;
}
.product-info td dt {
  font-weight: bold;
  width: 30%;
  padding-right: .5em;
}
.product-info td dd {
  width: 70%;
}
.product-info__title {
  font-size: 160%;
  margin: 1em 0 .5em;
  letter-spacing: .05em;
}

.product-info__detail h5 {
  font-size: 140%;
  margin-top: 1em;
}
.product-info__detail p {
  font-size: 160%;
  line-height: 1.5;
  letter-spacing: .05em;
}
.product-info__detail p:first-child {
  margin-top: 0;
}
.product-info__detail p:last-child {
  margin-bottom: 0;
}
.product-info__detail ul,
.product-info__detail li {
  padding: 0;
  list-style-type: none;
}
.product-info__detail ul {
  margin: 0;
}
.product-info__detail li {
  font-size: 140%;
  line-height: 1.5;
  padding: .25em 0;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .05em;
}
.product-info__detail li::before {
  display: inline-block;
  width: 1em;
  content: "・";
  text-align: center;
  text-indent: 0;
}
.product .size {
  border-top: 1px solid #cccccc;
}
.product .size img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product {
    width: 640px;
    padding: 40px 0;
  }
  .product__title h3 {
    font-size: 280%;
    margin-bottom: 40px;
  }

  .product-info th {
    width: 7.525em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 992px) {
  .product {
    width: 960px;
  }
  .product-info:first-child .product-info__detail {
    overflow: hidden;
    height: auto;
  }
  .product-info:nth-child(3) .product-info__detail {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .product .size {
    float: left;
    width: 48.95833%;
  }
  .product .size + table {
    float: right;
    width: 48.95833%;
  }
}

.cart-button .cart_btn {
  font-size: 160%;
  font-weight: bold;
  width: 100%;
  padding: .875em 1em .875em 1em;
  color: #FFFFFF;
  border: 0 none transparent;
  border-radius: 0;
  background-color: #cc0000;
  -webkit-appearance: none;
}
.cart-button .cart_btn i,
.cart-button .cart_btn span {
  display: inline-block;
  vertical-align: top;
}
.cart-button .cart_btn i {
  font-size: 150%;
  margin-right: .5em;
}

.cart-stock {
  font-size: 140%;
  margin: 0.5em auto;
}

.cart-shipping {
  font-size: 140%;
  margin: 0.5em auto;
}
@media screen and (min-width: 768px) {
  .cart-button {
    height: auto;
    overflow: hidden;
  }
  .cart-button .cart_btn {
    width: 240px;
    float: left;
  }
  .cart-button__info {
    margin-left: 260px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	share
 * 
 *--------------------------------------------------------------------------------*/
.share {
  width: 100%;
  padding: 16px 16px 16px 0;
  border-top: 1px solid rgba(0, 125, 178, 0.2);
  margin: 0px auto 0px;
}
.index .share {
  border-bottom: 1px solid #e6e6e6;
  border-top: 0 none transparent;
}
.share h3 {
  font-weight: bold;
  margin-top: 0;
  text-align: left;
  color: gray;
}
.share ul {
  font-family: "zero-width";
  text-align: left;
  letter-spacing: 0;
}
.share ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 20px 0 0;
  letter-spacing: 0.075em;
}
.share ul li a {
  font-size: 400%;
  display: block;
}
.share ul li a:after {
  content: none;
}
.share .article-share__facebook a {
  color: #3b5998;
}

.share .article-share__twitter a {
  color: #00aced;
}

.share .article-share__line a {
  color: #00b900;
}

.share .article-share__mail a {
  color: #f4cb3c;
}
@media screen and (min-width: 768px) {
  .share {
    padding: 40px 0 40px 29.16667%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .share h3 {
    margin: 0 10px 0 0;
  }
  .share ul li {
    margin: 0 10px;
  }
}

.article-voice__mail {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  margin: 24px 0 0;
  text-align: center;
  letter-spacing: 0.075em;
}
.article-voice__mail a {
  font-size: 160%;
  display: inline-block;
  color: #FFFFFF;
}
.article-voice__mail a i,
.article-voice__mail a span {
  display: inline-block;
  vertical-align: middle;
}
.article-voice__mail a i {
  font-size: 150%;
}
.article-voice__mail a span {
  font-weight: bold;
}
.article-voice__mail a:after {
  content: none;
}

.comment .article-comment {
  padding: 8px 0 16px;
}
.comment .article-comment::after {
  content: "";
  display: block;
  clear: both;
}
.comment .article-comment li {
  margin: 0;
  padding: 0;
}
.comment .article-comment li a {
  font-size: 140%;
  display: block;
  padding: 8px 0;
  text-align: left;
}
.comment .article-comment li a i {
  font-size: 150%;
  margin-right: 4px;
  vertical-align: middle;
}
.comment .article-comment li a span {
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .comment {
    padding-left: 29.16667%;
  }
  .comment .article-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .comment .article-comment li {
    margin: 0 20px 0 0;
  }
  .comment .article-comment li a {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  border-top: 1px solid rgba(0, 125, 178, 0.2);
  background-color: rgba(255, 255, 255, 0.75);
}
.footer h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  padding: 0 0 0 40px;
}
.footer-contact::after {
  content: "";
  display: block;
  clear: both;
}
.footer-contact li {
  margin: 0;
  padding: 0;
}
.footer-contact li a {
  display: block;
  padding: 8px 0;
  text-align: left;
}
.footer-contact li a i {
  font-size: 200%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact__home img {
  height: 32px;
}

.footer-policy {
  padding: 0 0 0 40px;
}
.footer-policy li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 125, 178, 0.2);
}
.footer-policy li:first-child {
  border-top: 1px solid rgba(0, 125, 178, 0.2);
}
.footer-policy li a {
  display: block;
  padding: 8px;
}
.footer .follow {
  padding: 20px 0;
  margin: 0 auto 0;
  border-bottom: 1px solid rgba(0, 125, 178, 0.2);
}
.footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 0px auto 10px;
  padding: 0;
  text-align: center;
}
.footer .follow ul {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.footer .follow ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.footer .follow ul li a {
  font-size: 320%;
  display: block;
  color: #404040;
}
.footer .follow ul li a:after {
  content: none;
}
.footer .contact {
  padding: 15px 0 0;
  margin: 0 auto 0;
}
.footer .policy {
  padding: 15px 0 0;
  margin: 0 auto 0;
}
.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 20px 40px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 960px;
  }

  .footer-contact {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .footer-contact li a {
    padding: 8px;
  }

  .footer-policy {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .footer-policy li {
    border: 0 none;
  }
  .footer-policy li:first-child {
    border: 0 none;
  }
  .footer .follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .footer .follow h3 {
    margin: 0 10px 0 0;
  }
  .footer .contact {
    padding: 0 20px 0 0;
    margin: 0;
  }
  .footer .policy {
    padding: 0;
    margin: 0;
  }
  .footer .copyright {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
}

.modaal-content-container {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .modaal-content-container {
    padding: 30px;
  }
}

.modaal-close {
  color: #007DB2;
}
.modaal-close::before, .modaal-close::after {
  background-color: #007DB2;
}

.modaal-inner-wrapper {
  padding: 80px 10px;
}
@media screen and (min-width: 576px) {
  .modaal-inner-wrapper {
    padding: 80px 25px;
  }
}
