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

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

/*--------------------------------------------------------------------------------
 * 
 * 	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.75;
  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; }
  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: #FF66B2;
  text-decoration: underline;
  outline: none 0 !important;
  transition: all 0.25s; }
  a:link {
    color: #FF66B2;
    text-decoration: underline; }
  a:visited {
    color: #FF66B2;
    text-decoration: underline; }
  a:hover {
    opacity: 1;
    color: #FF66B2;
    text-decoration: none; }
  a:active {
    color: #FF66B2;
    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: #FF66B2;
    border: 1px solid #FF66B2;
    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: #FF66B2; }
      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; }

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
  width: 100%;
  background-color: transparent; }
  #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: #FFFFFF; }

.nav {
  width: 100%;
  height: 44px;
  max-width: 1600px;
  margin: auto;
  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; }
  .nav a, .nav label {
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #000000;
    outline: none; }
    .nav a i, .nav label i {
      font-size: 280%; }
  .nav__hobo {
    padding: 5px 10px 0 10px;
    text-align: right; }
  .nav__donabe {
    padding: 0 0 0 10px;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .nav__donabe a {
      width: 56px; }
      .nav__donabe a img {
        width: 100%; }
  .nav__cart {
    padding: 5px 10px 0 0;
    text-align: center; }
    .nav__cart a {
      padding: 6px; }
      .nav__cart a i {
        font-size: 240%; }
  .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 {
      transition: opacity 0.25s;
      cursor: pointer; }
    .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; }

.menu {
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  padding: 44px 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: 44px;
  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;
  background: #FF66B2;
  overflow: hidden; }
  .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; }
  .header__title {
    font-family: "UD Shin Maru Go Bold JIS2004", 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;
    width: 100%;
    text-align: left;
    color: #000000;
    background-color: #FF9900;
    position: relative;
    padding-top: 31.25%;
    overflow: hidden; }
    .header__title h1 {
      transform: rotate(-4deg) translate(-50%, -65%);
      padding: 0;
      margin: 0;
      position: absolute;
      width: 87.5%;
      max-width: 600px;
      top: 50%;
      left: 50%; }
      .header__title h1::after {
        content: "";
        display: block;
        position: absolute;
        background-color: #FF66B2;
        width: 1000%;
        padding-top: 40%;
        display: block;
        top: 95%;
        left: -450%; }
      .header__title h1 small {
        display: block;
        font-size: 200%;
        font-size: 6.25vw;
        line-height: 1.5em; }
      .header__title h1 span {
        display: block;
        font-size: 300%;
        font-size: 9.375vw;
        line-height: 1.5em; }
        .header__title h1 span span {
          display: inline-block;
          font-size: 83.333%;
          font-family: 'Tunnel Wideline', sans-serif;
          color: #FF66B2;
          background: #FFFFFF;
          line-height: 1;
          padding: 8px;
          border-radius: 8px;
          vertical-align: middle;
          margin-top: -0.2em; }
  .header__image {
    position: relative;
    padding: 140px 0;
    max-width: 1200px;
    margin: 0 auto; }
    .header__image::after {
      content: "";
      display: block;
      position: absolute;
      padding-top: 50%;
      width: 200%;
      left: 50%;
      bottom: 7%;
      transform: rotate(-4deg) translate(-50%, 0);
      background-color: #FF9900; }
    .header__image img {
      width: 100%;
      position: relative;
      z-index: 1; }
    .header__image .balloon {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center top;
      width: 100%;
      height: 150px;
      z-index: 1; }
    .header__image .b1-okamura {
      top: 10px;
      background-image: url(../images/b1-okamura-sp.svg);
      background-size: 210px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b1-okamura {
          width: 300px;
          height: 204px;
          background-image: url(../images/b1-okamura.svg);
          background-size: contain;
          left: 45%;
          top: 5%; } }
    .header__image .b1-itoi {
      bottom: 10px;
      background-image: url(../images/b1-itoi-sp.svg);
      background-size: 301px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b1-itoi {
          width: 430px;
          height: 210px;
          background-image: url(../images/b1-itoi.svg);
          background-size: contain;
          right: 40%;
          bottom: 8%; } }
    .header__image .b2-okamura {
      bottom: 10px;
      background-image: url(../images/b2-okamura-sp.svg);
      background-size: 251px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b2-okamura {
          width: 500px;
          height: 150px;
          background-image: url(../images/b2-okamura.svg);
          background-size: contain;
          left: 2%;
          top: 20%;
          bottom: auto; } }
    .header__image .b2-itoi {
      top: 50px;
      background-image: url(../images/b2-itoi-sp.svg);
      background-size: 241px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b2-itoi {
          width: 550px;
          height: 140px;
          background-image: url(../images/b2-itoi.svg);
          background-size: contain;
          right: 10%;
          top: auto;
          bottom: 70%; } }
    .header__image .b3-okamura {
      bottom: 10px;
      background-image: url(../images/b3-okamura-sp.svg);
      background-size: 251px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b3-okamura {
          width: 530px;
          height: 134px;
          background-image: url(../images/b3-okamura.svg);
          background-size: contain;
          left: 5%;
          bottom: 20%; } }
    .header__image .b3-itoi {
      top: 10px;
      background-image: url(../images/b3-itoi-sp.svg);
      background-size: 301px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b3-itoi {
          width: 430px;
          height: 208px;
          background-image: url(../images/b3-itoi.svg);
          background-size: contain;
          right: 20%;
          top: 5%; } }
    .header__image .b4-okamura {
      top: 50px;
      background-image: url(../images/b4-okamura-sp.svg);
      background-size: 251px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b4-okamura {
          width: 480px;
          height: 134px;
          background-image: url(../images/b4-okamura.svg);
          background-size: contain;
          left: 2%;
          top: 45%; } }
    .header__image .b4-itoi {
      bottom: 10px;
      background-image: url(../images/b4-itoi-sp.svg);
      background-size: 311px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b4-itoi {
          width: 450px;
          height: 161px;
          background-image: url(../images/b4-itoi.svg);
          background-size: contain;
          right: 7%;
          bottom: 10%; } }
    .header__image .b5-okamura {
      top: 40px;
      background-image: url(../images/b5-okamura-sp.svg);
      background-size: 284px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b5-okamura {
          width: 570px;
          height: 134px;
          background-image: url(../images/b5-okamura.svg);
          background-size: contain;
          left: 1%;
          top: 35%; } }
    .header__image .b5-itoi {
      bottom: 10px;
      background-image: url(../images/b5-itoi-sp.svg);
      background-size: 311px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b5-itoi {
          width: 550px;
          height: 140px;
          background-image: url(../images/b5-itoi.svg);
          background-size: contain;
          right: 2%;
          bottom: 10%; } }
    .header__image .b6-okamura {
      top: 60px;
      background-image: url(../images/b6-okamura-sp.svg);
      background-size: 294px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b6-okamura {
          width: 420px;
          height: 136px;
          background-image: url(../images/b6-okamura.svg);
          background-size: contain;
          left: 10%;
          top: 10%; } }
    .header__image .b6-itoi {
      bottom: 10px;
      background-image: url(../images/b6-itoi-sp.svg);
      background-size: 266px auto; }
      @media screen and (min-width: 768px) {
        .header__image .b6-itoi {
          width: 380px;
          height: 171px;
          background-image: url(../images/b6-itoi.svg);
          background-size: contain;
          right: 20%;
          bottom: 10%; } }
  .header .yodogawa {
    font-family: "UD Shin Maru Go Bold JIS2004", sans-serif;
    font-size: 140%;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 20%;
    text-align: justify;
    color: #000000;
    overflow: hidden;
    -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;
    background-color: #FF66B2; }
    .ua-desktop-windows .header .yodogawa {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    .header .yodogawa::after {
      content: "";
      position: absolute;
      background-color: #FFFFFF;
      width: 200%;
      padding-top: 20%;
      display: block;
      transform: rotate(-4deg) translate(-50%, 0);
      bottom: 0;
      left: 50%; }
    .header .yodogawa p {
      width: 87.5%;
      max-width: 560px;
      padding: 0;
      margin: 0;
      transform: rotate(-4deg) translate(-50%, 0);
      position: relative;
      left: 50%;
      top: 50%; }
      .header .yodogawa p i {
        font-size: 171.4285714%; }
  @media screen and (min-width: 768px) {
    .header {
      margin: 0 auto; }
      .header__title {
        padding-top: 250px; }
        .header__title h1 small {
          font-size: 200%; }
        .header__title h1 span {
          font-size: 300%; }
      .header__image {
        padding: 0; }
    .header .yodogawa {
      font-size: 200%;
      line-height: 1.75;
      margin: 40px auto 0;
      width: auto; } }
  @media screen and (min-width: 992px) {
    .header .yodogawa {
      padding-bottom: 18%; } }

.toc {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 640px; }
  .toc ul {
    padding: 0; }
  .toc__item {
    font-family: "UD Shin Maru Go Bold JIS2004", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    width: 93.75%;
    margin: 16px auto;
    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 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    .toc__item:first-of-type {
      margin-top: 0; }
    .toc__item:last-of-type {
      margin-bottom: 0; }
    .toc__item a, .toc__item > span {
      font-size: 180%;
      position: relative;
      display: block;
      padding-right: 1.25em;
      letter-spacing: 0;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .toc__item a > span, .toc__item > span > span {
        font-size: 75%;
        line-height: 2;
        min-width: 4em;
        padding-right: 1em;
        vertical-align: top; }
      .toc__item a > em, .toc__item > span > em {
        font-style: normal; }
        .toc__item a > em span, .toc__item > span > em span {
          font-size: 75%;
          display: block; }
      .toc__item a::after, .toc__item > span::after {
        font-family: "Hobonichi-Icons";
        font-size: 120%;
        position: absolute;
        top: 50%;
        right: 0;
        content: "\e917";
        transform: translateY(-50%); }
    .toc__item.off {
      opacity: .25; }
      .toc__item.off a, .toc__item.off > span {
        cursor: default; }
        .toc__item.off a:link, .toc__item.off a:hover, .toc__item.off a:visited, .toc__item.off a:active, .toc__item.off > span:link, .toc__item.off > span:hover, .toc__item.off > span:visited, .toc__item.off > span:active {
          opacity: 1; }
        .toc__item.off a::after, .toc__item.off > span::after {
          content: "";
          display: none; }
  @media screen and (min-width: 576px) {
    .toc {
      padding: 0; }
      .toc ul {
        margin: 0 auto; }
      .toc__item a, .toc__item > span {
        font-size: 240%; }
        .toc__item a > em span, .toc__item > span > em span {
          font-size: 58.3333333333%;
          display: block; }
        .toc__item a:hover, .toc__item > span:hover {
          color: #FF9900; }
      .toc__item.off {
        opacity: 0.2; }
        .toc__item.off a:hover, .toc__item.off > span:hover {
          color: #000000; } }
  @media screen and (min-width: 992px) {
    .toc__item {
      width: auto; } }

/*--------------------------------------------------------------------------------
 * 
 * 	profile
 * 
 *--------------------------------------------------------------------------------*/
.profile {
  margin: 20px auto;
  padding: 8% 0;
  overflow: hidden;
  background-color: #FF9900;
  position: relative; }
  .profile::after {
    content: "";
    display: block;
    clear: both; }
  .profile::before, .profile::after {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    padding-top: 20%;
    left: -50%;
    background-color: #FFFFFF;
    transform: rotate(-4deg); }
  .profile::before {
    top: -40%; }
  .profile::after {
    bottom: -40%; }
  .profile__heading {
    font-size: 160%;
    line-height: 1.75;
    width: 87.5%;
    max-width: 800px;
    margin: 20px auto; }
  .profile__body {
    overflow: hidden;
    width: 87.5%;
    max-width: 800px;
    max-height: 0;
    margin: 0 auto;
    transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .profile__photo {
    position: relative;
    overflow: hidden; }
    .profile__photo::before, .profile__photo::after {
      content: "";
      display: block;
      position: absolute;
      width: 200%;
      padding-top: 20%;
      background-color: #FF9900;
      transform: rotate(-4deg) translateX(-50%);
      left: 50%; }
    .profile__photo::before {
      top: -15%; }
    .profile__photo::after {
      bottom: -6%; }
    .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: "UD Shin Maru Go Medium JIS2004", sans-serif;
    font-weight: normal;
    font-size: 125%;
    margin-top: 0;
    color: #000000; }
    .profile__name small {
      font-size: 70%;
      margin-left: 1em; }
  .profile__toggle {
    text-align: left; }
    .profile__toggle label {
      position: relative;
      display: block; }
      .profile__toggle label span {
        font-family: "UD Shin Maru Go Bold JIS2004", 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-radius: 4px;
      background-color: #FFFFFF;
      color: #FF66B2; }
      .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: 576px) {
    .profile {
      margin: 40px auto 40px;
      padding: 10% 0; }
      .profile::before {
        top: -50%; }
      .profile::after {
        bottom: -50%; }
    .profile__heading {
      font-size: 180%;
      border-bottom: 1px solid #000000; }
    .profile__body {
      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; }
    .profile__photo {
      width: 35%;
      margin-right: 5%; }
    .profile__text {
      width: 60%; }
    .profile__name {
      margin-top: 0; }
    .profile__toggle label {
      transition: color 0.25s;
      cursor: pointer; }
      .profile__toggle label:hover {
        color: #FFFFFF; }
    .profile__close {
      width: 200px; }
      .profile__close label {
        transition: all 0.25s; }
        .profile__close label:hover {
          cursor: pointer;
          color: #FFFFFF;
          background-color: #FF9900; } }

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; }

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.contents {
  background-color: #FFFFFF; }

.chapter h1,
.chapter h2,
.chapter h3,
.chapter h4,
.chapter h5,
.chapter 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 .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; }
  .chapter__title h2 {
    font-family: "UD Shin Maru Go Bold JIS2004", sans-serif;
    font-size: 230%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    color: #FF9900; }
    .chapter__title h2 > small,
    .chapter__title h2 > span {
      display: block; }
    .chapter__title h2 > small {
      line-height: 1;
      margin-bottom: 0.5em; }
      .chapter__title h2 > small small {
        font-size: 77.7777777778%;
        line-height: 1;
        display: inline-block;
        margin-right: .5em;
        padding: .5em 1em;
        vertical-align: middle;
        border-radius: 4px;
        background-color: #000000; }
      .chapter__title h2 > small span {
        display: inline-block;
        vertical-align: middle; }

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

+ .chapter-section {
  border-top: 8px solid rgba(0, 0, 0, 0.75);
  padding-top: 40px; }

.chapter-section__title {
  font-family: "UD Shin Maru Go Medium JIS2004", sans-serif;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.5; }

.chapter-section__contents {
  font-size: 160%;
  margin: 0 auto;
  color: #FFFFFF; }
  .chapter-section__contents:last-child {
    margin-bottom: 0; }
  .chapter-section__contents p:first-child {
    margin-top: 0; }
  .chapter-section__contents p:last-child {
    margin-bottom: 0; }

.chapter-section__photo {
  position: relative;
  width: 100%;
  margin: 32px auto 16px;
  padding-top: 66.6666666667%; }
  .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.vertical {
    padding-top: 150%; }

.chapter-column__header {
  padding: 0;
  border-top: 8px solid #FFFFFF; }

.chapter-column__title {
  width: 87.5%;
  margin: 0 auto 0;
  padding: 30px 0; }
  .chapter-column__title h3 {
    font-family: "UD Shin Maru Go Medium JIS2004", sans-serif;
    font-size: 240%;
    font-weight: normal;
    font-style: 7vw;
    line-height: 1.5;
    margin: 0;
    color: #FFFFFF; }
    .chapter-column__title h3 > small,
    .chapter-column__title h3 > span {
      display: block; }
    .chapter-column__title h3 > small {
      line-height: 1;
      margin-bottom: 0.5em; }
      .chapter-column__title h3 > small small {
        font-size: 77.7777777778%;
        line-height: 1;
        display: inline-block;
        margin-right: .5em;
        padding: .5em 1em;
        vertical-align: middle;
        border-radius: 4px;
        background-color: #000000; }
      .chapter-column__title h3 > small span {
        display: inline-block;
        vertical-align: middle; }

.chapter-column__text {
  font-size: 160%;
  line-height: 2em;
  width: 87.5%;
  margin: 0 auto;
  color: #FFFFFF; }
  .chapter-column__text:last-child {
    margin-bottom: 0; }
  .chapter-column__text p:first-child {
    margin-top: 0; }
  .chapter-column__text p:last-child {
    margin-bottom: 0; }

.chapter-column__photo {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding-top: 66.6666666667%; }
  .chapter-column__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .chapter-column__photo:last-child {
    margin-bottom: 0; }

.chapter__footer {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8); }

.chapter__continue {
  font-size: 160%;
  text-align: center;
  padding-top: 12px;
  margin-top: 0; }

.chapter__date {
  font-size: 140%;
  text-align: center; }

.chapter .photo img {
  width: 100%; }

.chapter .photo p {
  font-size: 87.5%; }

@media screen and (min-width: 768px) {
  .chapter {
    margin: 0 auto; }
  .chapter__title {
    width: 640px;
    padding: 0 0 40px; }
    .chapter__title h2 {
      font-size: 320%; }
  .chapter-section {
    width: 100%; }
    + .chapter-section {
      margin-top: 40px;
      padding-top: 40px; }
    .chapter-section__contents {
      width: 560px; }
    .chapter-section__photo {
      max-width: 720px;
      padding-top: 480px;
      margin: 40px auto; }
      .chapter-section__photo.vertical {
        padding-top: 1080px; }
  .chapter__column {
    margin-top: 40px; }
  .chapter-column__title {
    width: 640px;
    padding: 80px 0 40px; }
    .chapter-column__title h3 {
      font-size: 320%; }
  .chapter-column__text {
    width: 560px; }
  .chapter-column__photo {
    width: 640px;
    padding-top: 426.5px;
    margin: 40px auto; } }

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

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

@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; } }

.navi ul {
  position: relative;
  margin: 32px auto;
  max-width: 960px;
  text-align: center;
  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; }

.top-navi .navi ul {
  max-width: 1200px; }

.navi-item {
  display: inline-block; }
  .navi-item.off {
    visibility: hidden; }
  .navi-item a, .navi-item > span {
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-decoration: none; }
    .navi-item a i, .navi-item > span i {
      font-size: 200%;
      vertical-align: middle; }
  .navi-item__next.hidden, .navi-item__prev.hidden, .navi-item__top.hidden {
    visibility: hidden; }

@media screen and (min-width: 768px) {
  .navi a {
    font-size: 160%; }
  .top-navi .navi ul {
    margin: 0 auto 80px; } }

.info {
  width: 87.5%;
  max-width: 800px;
  margin: 0 auto; }
  .info .book a {
    display: block;
    padding-top: 100%;
    background: url(../images/book.jpg) no-repeat center top;
    background-size: contain;
    text-decoration: none; }
  .info .text h4 {
    font-size: 160%; }
  .info .text p {
    font-size: 140%; }
  @media screen and (min-width: 576px) {
    .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .info .book {
        width: 35%;
        margin-right: 5%; }
        .info .book a {
          padding-top: 141.875%; }
      .info .text {
        width: 60%; }
        .info .text h4 {
          margin-top: 0;
          font-size: 180%; }
        .info .text p {
          font-size: 160%; } }

.credit {
  margin: 40px auto; }
  .credit dl {
    width: 200%;
    padding: 20px 0;
    margin-left: -50%;
    transform: rotate(-4deg);
    background-color: #FF9900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .credit dl dt,
    .credit dl dd {
      font-size: 140%;
      text-align: center;
      margin: 0; }
    .credit dl dd {
      font-weight: bold; }
      .credit dl dd:last-of-type {
        margin-right: 0; }
      .credit dl dd + dt {
        margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .credit dl {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .credit dl dt,
      .credit dl dd {
        text-align: left; }
      .credit dl dt {
        margin-right: .5em; }
        .credit dl dt::after {
          content: "："; }
      .credit dl dd {
        margin-right: 2em; }
        .credit dl dd + dt {
          margin-top: 0; } }

/*--------------------------------------------------------------------------------
 * 
 * 	products
 * 
 *--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 	share
 * 
 *--------------------------------------------------------------------------------*/
.share {
  width: 93.75%;
  padding: 15px;
  margin: 0px auto 0px; }
  .share h3 {
    text-align: center;
    font-weight: bold; }
  .share ul {
    font-family: "zero-width";
    text-align: center;
    letter-spacing: 0; }
    .share ul li {
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      display: inline-block;
      margin: 0 10px;
      letter-spacing: 0.075em; }
      .share ul li a {
        font-size: 400%;
        display: block;
        text-decoration: none; }
        .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; }

.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 {
  background-color: #FFFFFF; }
  .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: 20px 0 0;
      text-align: center;
      text-decoration: none; }
      .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 .article-comment li a {
      padding-top: 0; } }

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  background-color: #FF66B2; }
  .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%;
    text-decoration: none; }
  .footer-contact::after {
    content: "";
    display: block;
    clear: both; }
  .footer-contact li {
    margin: 0;
    padding: 0; }
    .footer-contact li a {
      display: block;
      padding: 10px 0;
      text-align: center;
      color: #404040; }
      .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 .follow {
    padding: 15px 0;
    margin: 0 auto 0; }
    .footer .follow h3 {
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 120%;
      font-weight: bold;
      margin: 10px auto;
      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: 0 0 20px 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 40px;
    text-align: center;
    text-transform: uppercase; }
