@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


body {
font-family:'Zen Maru Gothic', serif;
}
/*ヘッダー*/
@media only screen and (min-width: 981px) {
    .ul__g_nav:not(.gnav_custom).gnav_m > .menu-item {
        font-size: 100%;
    }
}
/*お客様の声*/
li.voiceList {
    display: block!important;
    width: 100%!important;
    clear: both;
}
li.voiceList img {
    float: left;
    margin: 0 1em 1em 0;
}
li.voiceList div {
    margin-bottom: 1em;
}
li.voiceList div span.ttl {
    font-size: 130%;
}
/*まとめコメント追加*/
.pointCommentBox {
    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #ea8500;
    border-radius: 0 5px 5px 5px;
    width: 100%;
}
.pointCommentBox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ea8500;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.pointCommentBox p {
    margin: 0; 
    padding: 0;
}
/*商品ページタグ設定*/
.tagList {
    text-align: right;
}
.tagList ul li {
    display: inline;
    margin: 3px;
}
.tagList ul li a {
    border: 1px solid #e88500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #e88500;
    color: #fff;
    margin: 3px 0;
    display: inline-block;
}
.tagList ul li a:hover {
    background: #fff;
    color: #e88500;
    text-decoration: none;
}

/*商品紹介ボックス*/
.item-box {
clear:both;
  padding: 10px;
  border:  1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ccc;
  width: 90%;
  margin-bottom: 10px;
}
.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {
  max-width: 80%;
}

.item-box > div {
  float:  left;
  width: 50%;
}

.item-box-left {
  padding-left: 0;
  text-align: center;
}

.item-box-right {
  position: relative;
}

.item-box-right h4 {
    margin: 0;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.item-box-right h4 a {
      letter-spacing: 1px;
  font-size:  20px;
  font-weight: bold;
  color:  #666;
  margin-top: 0;
  padding-top: 0;
}

.item-box-right p {
  font-size: 14px;
}

.item-box-right .item-btn {
    font-size:18px;
    text-decoration:none;
    letter-spacing: 1px;
    display:block;
    text-align:center;
    padding: 10px 20px;
    color:#fff;
    background-color:#4CAF50;
    border-radius:5px;
    box-shadow:2px 2px 0 #2E7D32, 0px 3px rgba(0,0,0,0.5);
}

.item-box-right .item-btn a {
  text-decoration: none;
  color:  #fff;
  display: block;
}

.item-box-right .item-label {
  background-color:  #FBC02D;
  display: inline-block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(10deg);
  box-shadow: 1px 1px 5px #ccc; 
}
/*もくじ部分*/
#ez-toc-container li:before{
width: 0;
height: 0;
}
div#ez-toc-container {
    padding: 30px;
}

p.ez-toc-title {
    text-align: center!important;
    margin: 0 auto;
}
/*記事のタイトル下にタグをつける*/
.entry-header-area .tags {
	margin: 0;
	display: inline-block;
}
.entry-header-area .tags a {
	display: inline-block;
}
.entry-header-area .tags a {
	display: inline-block;
	color: #ffffff;
	padding: .35em .5em;
	margin-right: 0.3em;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 1.1;
	font-size: .75em;
	border-radius: .4em;
}
.entry-header-area .tags a {
	background: none;
	color: #fcee21;
	margin-top: -1px;
}
.entry-header-area .tags a:before {
	font-family: "fontawesome";
	content: '\f292';
	margin-right: 0.2em;
}
.entry-header-area .tags a:hover {
	background: #E69B9B;
	color: #fff;
	border-color: #E69B9B;
}
.entry-header-area .tags a{
  background: #e88500;
  border:1px solid #e88500;
}
.entry-header-area .tags a{
  color:#e88500;
  background: none;
}
.entry-header-area .tags a:hover{
  background:#E69B9B;
  border-color:#E69B9B;
}
/*サイドナビタグ一覧デザイン*/
.widget.widget_tag_cloud a.tag-cloud-link {
    background: #fff;
    border: 1px solid #e98500;
    color: #e98500;
}

.widget.widget_tag_cloud a.tag-cloud-link:hover {
    background: #e98500;
}
/*CTAおすすめ商品*/
.cta-inner.cf {
    background: #fffef5;
    border: 3px solid #e88500;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
    color: #000;
    margin-bottom: 10px;
    padding: 1em;
}

.cta-inner.cf h3 {
    border: none;
    padding: 0;
    margin: 0;
}

.cta-inner.cf p {
    font-size: 80%;
}
/*フローティング形式のCTA*/
.cta-floating {
    position: fixed;
    transition: 0.4s cubic-bezier(0.13,0.61,0.26,0.94);
    z-index: 200;
}
.cta-floating__body {
    transition: all 0.3s ease;
    overflow: hidden;
}
.cta-floating__body.is-cta-floating-square-block-editor > :first-child {
    margin-top: 0;
}
.cta-floating__body.is-cta-floating-square-block-editor > * {
    margin-top: 8px;
}
.cta-floating__image {
    text-align: center;
}
.cta-floating__slide-icon:hover,.cta-floating__body:not(.is-cta-floating-square-block-editor):hover {
    opacity: 0.9;
}
.cta-floating__slide-icon .icon-close {
    position: absolute;
    top: -26px;
    right: 0;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    font-size: 24px;
    cursor: pointer;
}
.cta-floating__slide-icon .icon-chevron-left {
    position: absolute;
    top: -26px;
    left: -56px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    animation: ctaIconSlideInRight 1s ease-out;
    transition: all 0.3s ease;
    font-size: 24px;
    cursor: pointer;
}
.cta-floating__slide-icon .icon-chevron-left.is-slide {
    left: 8px;
}
.cta-floating__title {
    letter-spacing: 0.05em;
    font-size: 0.88889rem;
    font-weight: bold;
}
.cta-floating__lead {
    margin-top: 16px;
    letter-spacing: 0.04em;
    font-size: 0.88889rem;
}
.cta-square {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    transform: translateX(calc(100% + 32px));
}
.cta-square.is-exit-intent {
    display: none;
    opacity: 0;
    transform: none;
}
.cta-square.is-exit-intent.is-show {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.67);
    z-index: 9998;
}
.cta-square.is-exit-intent.is-show .cta-floating__inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    z-index: 9999;
}
.cta-square.is-show {
    transform: translateX(0);
    animation: fade 0.4s ease-in 0s 1 normal forwards;
}
.cta-square.is-slide,.cta-square.is-slide.is-show {
    transform: translateX(calc(100% + 32px));
}
.cta-square.fixed-footer-menu__bottom {
    bottom: 72px;
    bottom: calc(72px + env(safe-area-inset-bottom));
}
.cta-floating__link {
    text-decoration: none !important;
}
.cta-square .cta-floating__link {
    visibility: hidden;
}
.cta-square:not(.is-square__modal-window-sp).is-show .cta-floating__link {
    visibility: visible;
}
.cta-square .cta-floating__body {
    position: relative;
    padding: 16px;
    background-color: var(--ep-cta-floating-background-color-1);
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    border-radius: 3px;
}
.cta-square:not(.is-square__modal-window-sp) .cta-floating__icon {
    display: block;
    text-align: center;
}
.cta-square:not(.is-square__modal-window-sp) .cta-floating__title {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px 0;
    text-align: center;
    border-radius: 3px;
}
.cta-rectangle {
    bottom: 0;
    width: 100%;
    transform: translateY(50px);
}
.cta-rectangle .cta-floating__inner {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 599px) {
    .cta-rectangle .cta-floating__inner .cta-floating__body {
        display:flex;
        justify-content: center;
    }
}
@media screen and (min-width: 600px) {
    .cta-rectangle .cta-floating__inner {
        flex-direction:column;
    }
}
#cta-floating-show.cta-rectangle,.cta-rectangle.is-show {
    transform: translateY(0px);
}
#cta-floating-show.fixed-footer-menu__bottom,.cta-rectangle.fixed-footer-menu__bottom.is-show {
    transform: translateY(-50px);
}
.cta-rectangle .cta-floating__link {
    display: block;
    width: 100%;
}
.cta-rectangle .cta-floating__body {
    padding: 8px;
    height: 40px;
    text-align: center;
    background-color: var(--ep-cta-floating-background-color-1);
}
.cta-rectangle:not(.is-cta-floating-block-editor) .cta-floating__body:hover {
    background-color: var(--ep-cta-floating-background-color-hover-1);
}
.cta-rectangle .cta-floating__body.is-cta-floating-2 {
    background-color: var(--ep-cta-floating-background-color-2);
}
.cta-rectangle .cta-floating__body.is-cta-floating-2:hover {
    background-color: var(--ep-cta-floating-background-color-hover-2);
}
.cta-rectangle .cta-floating__icon {
    margin-right: 4px;
}
@media screen and (min-width: 600px) {
    .cta-rectangle .cta-floating__icon {
        margin-right:0;
    }
}
.cta-rectangle .cta-floating__image img {
    margin-right: 6px;
    height: 24px;
}
.cta-rectangle.is-cta-floating-block-editor {
    width: 100%;
    overflow: hidden;
    transform: translateY(100%);
}
.cta-rectangle.is-cta-floating-block-editor .cta-floating__icon {
    margin-right: 0;
    height: 22px;
    font-size: 24px;
    transform: rotate(90deg);
}
#cta-floating-sp.cta-rectangle.is-cta-floating-block-editor.is-click {
    animation: fadeIn 0.3s ease-in-out;
}
.cta-rectangle.is-cta-floating-block-editor .cta-floating__inner {
    flex-direction: column;
}
.cta-rectangle.is-cta-floating-block-editor .cta-floating__body {
    width: 100%;
    cursor: pointer;
}
.cta-rectangle.is-cta-floating-block-editor.is-click .cta-floating__body {
    background-color: var(--ep-cta-floating-background-color-hover-1);
}
@media screen and (max-width: 599px) {
    .cta-rectangle.is-cta-floating-block-editor:not(.is-click) .cta-floating__block-editor {
        display:none;
    }
}
.cta-rectangle.is-cta-floating-block-editor .cta-floating__block-editor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--ep-cta-floating-body-color);
}
@media screen and (min-width: 600px) {
    .cta-rectangle {
        display:block;
        top: 30vh;
        right: 0;
        width: 56px;
        transform: translateX(60px);
    }
    .cta-floating__icon {
        display: block;
        font-size: 1rem;
    }
    .cta-rectangle .cta-floating__image img {
        margin-right: 0;
        margin-bottom: 8px;
        height: auto;
        width: 24px;
    }
    .cta-rectangle.is-show {
        transform: translateX(0);
    }
    .cta-rectangle .cta-floating__body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 16px;
        padding-bottom: 16px;
        height: auto;
        overflow: hidden;
    }
    .cta-rectangle .cta-floating__title {
        text-orientation: mixed;
        writing-mode: vertical-rl;
    }
    .cta-rectangle.is-cta-floating-block-editor {
        width: fit-content;
    }
    .cta-rectangle.is-cta-floating-block-editor .cta-floating__icon {
        margin-bottom: 12px;
        transform: rotate(0deg);
    }
    #cta-floating-show.cta-rectangle.is-cta-floating-block-editor,#cta-floating-pc.cta-rectangle.is-cta-floating-block-editor {
        transform: translateX(calc(100% - 56px));
    }
    #cta-floating-show.cta-rectangle.is-cta-floating-block-editor.is-click,#cta-floating-pc.cta-rectangle.is-cta-floating-block-editor.is-click {
        transform: translateX(0);
    }
    .cta-rectangle.is-cta-floating-block-editor .cta-floating__inner {
        flex-direction: row;
    }
    .cta-rectangle.is-cta-floating-block-editor .cta-floating__body {
        width: 56px;
    }
    .cta-rectangle.is-cta-floating-block-editor .cta-floating__block-editor {
        width: fit-content;
    }
    .cta-square {
        left: inherit;
        right: 8px;
        bottom: 96px;
        width: 360px;
        transform: translateX(calc(360px + 8px));
    }
}
.cta-floating-button {
    position: fixed;
    visibility: hidden;
    right: 16px;
    bottom: 180px;
    height: 60px;
    width: 60px;
    margin-bottom: calc(env(safe-area-inset-bottom) * 0.5);
    padding: 0;
    text-align: center;
    background-color: var(--ep-cta-floating-background-color-1);
    border-radius: 50%;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0,.6,.99,1);
    cursor: pointer;
    z-index: 200;
}
.cta-floating-button:hover {
    background-color: var(--ep-cta-floating-background-color-hover-1);
}
.cta-floating-button .cta-floating__inner {
    height: 100%;
}
.cta-floating-button .cta-floating__body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cta-floating-button .cta-floating__icon {
    margin-bottom: 0;
    font-size: 1.33333rem;
}
.cta-floating-button .cta-floating__image img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
@media screen and (max-width: 599px) {
    .cta-floating-button .cta-floating__title {
        display:none;
    }
}
#cta-floating-show.cta-floating-button,.cta-floating-button.is-show {
    visibility: visible;
    transform: translateX(0);
}
.cta-floating__link.is-square__modal-window-sp {
    position: fixed;
    visibility: hidden;
    right: 0;
    bottom: 0px;
    margin-bottom: calc(env(safe-area-inset-bottom) * 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    max-width: 340px;
    height: 32px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: var(--ep-cta-floating-background-color-1);
    border-radius: 40px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    transform: translateX(100%);
    transition: 0.2s cubic-bezier(0,.6,.99,1);
    cursor: pointer;
    z-index: 200;
}
@media screen and (min-width: 600px) {
    .cta-floating__link.is-square__modal-window-sp {
        bottom:96px;
    }
}
@media screen and (max-width: 599px) {
    .cta-floating__link.is-square__modal-window-sp.has-hamburger-menu-floating {
        bottom:150px;
    }
}
.cta-floating__link.is-square__modal-window-sp:hover {
    background-color: var(--ep-cta-floating-background-color-hover-1);
}
.cta-floating__link.is-square__modal-window-sp [class^="icon-"]::before {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 599px) {
    #cta-floating-show.cta-square .cta-floating__link.is-square__modal-window-sp,.cta-square.is-show .cta-floating__link.is-square__modal-window-sp {
        visibility:visible;
        transform: translateX(0);
    }
}
.cta-floating-button__modal-window {
    position: fixed;
    visibility: hidden;
    right: 16px;
    bottom: 160px;
    margin-bottom: calc(env(safe-area-inset-bottom) * 0.5);
    padding: 0;
    text-align: center;
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0,.6,.99,1);
    cursor: pointer;
    z-index: 200;
}
@media screen and (max-width: 599px) {
    .cta-floating-button__modal-window {
        bottom:100px;
    }
    .cta-floating-button__modal-window.has-hamburger-menu-floating {
        bottom: 170px;
    }
}
.cta-floating-button__modal-window .cta-floating__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-floating-modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.67);
    z-index: 9998;
}
.cta-floating-modal.is-show {
    display: block;
    animation: fade 0.2s ease-in 0s 1 normal forwards;
}
.cta-floating-modal__inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    z-index: 9999;
}
.cta-floating-modal .cta-floating__body {
    position: relative;
    padding: 16px;
    background-color: var(--ep-cta-floating-background-color);
    border-radius: 3px;
}
.cta-floating-button__modal-window .cta-floating__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--ep-cta-floating-background-color-1);
    border-radius: 50%;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    transition: all 0.3s ease;
}
.cta-floating-button__modal-window .cta-floating__link:hover {
    background-color: var(--ep-cta-floating-background-color-hover-1);
}
@media screen and (min-width: 600px) {
    .cta-floating-button__modal-window .cta-floating__link {
        top:30vh;
    }
}
.cta-floating-button__modal-window .cta-floating__icon {
    margin-bottom: 0;
    font-size: 1.33333rem;
}
.cta-floating-button__modal-window .cta-floating__image img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.cta-floating-button__modal-window .cta-floating__title {
    margin-bottom: 8px;
    width: 100%;
}
@media screen and (max-width: 599px) {
    .cta-floating-button__modal-window .cta-floating__title {
        font-size:0.8rem;
    }
}
#cta-floating-show.cta-floating-button__modal-window,.cta-floating-button__modal-window.is-show {
    visibility: visible;
    transform: translateX(0);
}
@media screen and (min-width: 600px) {
    .cta-floating-button {
        position:fixed;
        visibility: hidden;
        top: 30vh;
        right: 0;
        width: 240px;
        border-radius: 0;
        transition: all 0.3s ease;
    }
    .cta-floating-button .cta-floating__icon {
        font-size: 1.14286rem;
    }
    #cta-floating-show.cta-floating-button,.cta-floating-button.is-show {
        transform: translateX(180px);
    }
    #cta-floating-show.cta-floating-button:hover,.cta-floating-button:hover {
        transform: translateX(0);
    }
    .cta-floating-button .cta-floating__icon {
        width: 60px;
    }
    .cta-floating-button .cta-floating__title {
        padding-left: 8px;
        width: 180px;
        text-align: left;
        font-size: 1.14286rem;
        line-height: 1;
    }
}
/*フローティング形式のCTA*/