@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}
header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
    display: block;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
}
img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption,
th {
    text-align: left;
}
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}
input,
select {
    vertical-align: middle;
}
input,
textarea {
    margin: 0;
    padding: 0;
}
/*----------------------------------------
	Common
----------------------------------------*/
html {
    width: 100%;
    font-size: 62.5%;
}
body {
    font-family: YakuHanJPs,'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.6rem;
    position:relative;
    z-index: 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #333;
    font-feature-settings: 'pkna' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    height: 100%;
}
a {
    color: #333;
    outline: none;
    overflow: hidden;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
}
.show-mobile-inline,
.show-mobile {
    display: none;
}
.hide-mobile {
    display: block;
}
.hide-mobile-inline {
	display: inline-block;
}
.br-mobile {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 1439px)
{
    body {
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
	.show-mobile {
		display: block;
	}
	.show-mobile-inline {
		display: inline-block;
	}
	.hide-mobile {
		display: none;
	}
	.hide-mobile-inline {
		display: none;
	}
    .br-mobile {
        display: block !important;
    }
}

/*----------------------------------------
	Animation
----------------------------------------*/
.fadein,
.fadein_left,
.fadeinup {
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
/* fadeIn */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
/* fadeInUp */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
/* fadeInLeft */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
.effect_bg {
    opacity: 0;
}
.show2 .effect_bg {
    opacity: 1;
}
.effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.effect::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #121212 0%, #000000 100%);
    z-index: 2;
    transform: translate3d(-101%, 0, 0);
    transition: 0.3s all 0.1s cubic-bezier(0, 1.07, 1, 1);
}
.show.effect::before {
    transform: translate3d(0, 0, 0);
}
.show2.effect::before {
    transform: translate3d(105%, 0, 0);
}


/*----------------------------------------
	共通パーツ
----------------------------------------*/
.inner {
    width: 90vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.t-blue {
    color: #01b2de;
}
/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.p-header-container {
    width: auto;
    max-width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.p-header-address {
    position: absolute;
    top: 0;
    left: 5%;
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.4;
    padding-top: 1rem;
}
.p-header-ec {
    position: absolute;
    top: 0;
    right: 0;
    min-width: max-content;
}
.p-header-ec a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #304662;
    border-radius: 0 0 4px 4px;
    padding: 1.4rem 2rem;
}
.p-header-ec img {
    width: 16px;
    height: auto;
    margin-right: .4rem;
}
.p-header-logo {  
    width: 130px;
    position: absolute;
    top: 130px;
    left: 4%;
}
.p-header-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.p-header-nav nav {
    position: absolute;
    top: 100px;
    right: 4%;
}
.p-header-nav nav ul {
    display: flex;
}
.p-header-nav nav ul li {
    margin: 0 1.4rem;
}
.p-header-nav nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
}
.p-header-nav nav li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    border-left: 1px solid #000;
    margin-bottom: 10px;
}
.p-header-nav nav li a img {
    width: 100%;
    height: auto;
}
.p-header-sp-menu {
    display: none;
}

@media only screen and (max-width: 767px) {

    .p-header-nav {
        width: 100%;
        height: 100vh;
        background-color: rgba(255,255,255, .8);
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 100%;
        opacity: 0;
        transition: opacity .4s;
    }
    .p-header-sp-menu {
        position: absolute;
        z-index: 1001;
        top: 20px;
        right: 5%;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-header-sp-menu .l1,
    .p-header-sp-menu .l2,
    .p-header-sp-menu .l3 {
        position: absolute;
        display: block;
        width: 38px;
        height: 1px;
        margin: 0 auto;
        transition: .2s ease-in-out;
        background-color: #000;
    }
    .p-header-sp-menu .l1 {
        top: 0px;
    }
    .p-header-sp-menu .l2 {
        top: 15px;
    }
    .p-header-sp-menu .l3 {
        top: 30px;
    }
    .sp-menu-open .p-header-sp-menu .l1 {
        top: 15px;
        transform: rotate(135deg);
    }
    .sp-menu-open .p-header-sp-menu .l3 {
        top: 15px;
        transform: rotate(-135deg);
    }
    .sp-menu-open .p-header-sp-menu .l2 {
        display: none;
    }
    .sp-menu-open .p-header-container__gnavi {
        right: 0;
    }
    .sp-menu-open .p-header-nav {
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        padding: 100px 0 0 0;
        opacity: 1;
        right: 0;
    }
    .p-header-nav nav {
        position: relative;
        top: inherit;
        right: inherit;
        left: inherit;
    }
    .p-header-ec {
        position: relative;
        top: inherit;
        right: inherit;
        width: 70%;
        margin: 4rem 0 0 0;
    }
    .p-header-ec a {
        padding: 2rem;
        border-radius: 4px;
        font-size: 1.8rem;
    }
    .p-header-ec img {
        width: 22px;
        margin-right: 1rem;
    }
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
}
.p-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 0 1rem 0;
}

.p-footer-gotop {
    width: 70px;
    height: 70px;
    margin-bottom: 4rem;
    cursor: pointer;
}
.p-footer-gotop img {
    width: 100%;
    height: auto;
}
.p-footer-sns {
    display: flex;
    margin-bottom: 2rem;
}
.p-footer-sns a {
    width: 35px;
    height: 35px;
    margin: 0 1rem;
}
.p-footer-sns a img {
    width: 100%;
    height: auto;
}
.p-footer-copyright {
    font-family: 'Barlow', sans-serif;
    color: #2e2624;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .p-footer-copyright {
        font-size: 1rem;
    }
}
.l-main {
    padding-top: 250px;
}
/*----------------------------------------
	トップページ
----------------------------------------*/
/* Top Visual */
.l-main.is_top-page {
    padding-top: 0;
}
.p-top-visual {
    position: relative;
    height: 1100px;
    background: url(../img/top/main.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.p-top-visual__logo {
    position: absolute;
    top: 140px;
    left: 16%;
    z-index: 1;
    width: 154px;
    height: auto;
}
.p-top-visual__copy {
    position: absolute;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 460px;
    line-height: 1.8;
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
.p-top-visual #canvas-wrapper {
    z-index: 1;
    bottom: 0;
    width: 100vw;
    height: 200px;
}
/* TOP Maker */
.p-top-maker {
    position: relative;
    background: url(../img/common/bg_blue.png) repeat-y;
    background-size: 100% auto;
    color: #fff;
    padding: 0 0 100px 0;
}
.p-top-maker__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.p-top-maker__content h2 {
    width: 56px;
    margin-bottom: 8rem;
}
.p-top-maker__content h2 img {
    width: 100%;
    height: auto;
}
.p-top-maker__content p {
    width: 370px;
    line-height: 1.8;
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
.p-top-maker-slide {
    margin: 8rem 0 0 0;
}
.p-top-maker-slide .swiper-slide {
    text-align: center;
}
.p-top-maker-slide .swiper-slide a {
    color: #fff;
    text-decoration: none;
}
.p-top-maker-slide .new-icon {
    height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: .5rem;
}
.p-top-maker-slide .photo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.p-top-maker-slide .photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.p-top-maker-slide .name {
    margin-bottom: 1rem;
}
.p-top-maker-slide .position {
    position: relative;
    font-size: 1.3rem;
    padding: .6rem 0;
}
.p-top-maker-slide .position::before,
.p-top-maker-slide .position::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border-top: 1px dotted #fff;
}
.p-top-maker-slide .position::before {
    bottom: 0;
}
.p-top-maker-slide .position::after {
    top: 0;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    opacity: .6;
    font-weight: 700;
    font-size: 36px;
}
.swiper-button-next {
    right: 10%;
    left: auto;
    top: inherit;
    bottom: 20px;
}
.swiper-button-prev {
    left: 10%;
    right: auto;
    top: inherit;
    bottom: 20px;
}

/* Top News */
.p-top-news {
    padding: 10rem 0;
}
.p-top-news h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #304662;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-bottom: 6rem;
}
.p-top-news__list {
    width: 90vw;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.p-top-news__list li {
    margin-bottom: 5rem;
}
.p-top-news__list li .item {
    display: flex;
    text-decoration: none;
}
.p-top-news__list li figure {
    width: 370px;
    height: 240px;
    overflow: hidden;
    margin-right: 3rem;
}
.p-top-news__list li figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.p-top-news__list li .item .content {
    flex: 1;
    position: relative;
    border-top: 1px solid #304662;
    border-bottom: 1px solid #304662;
    padding: 0 3vw;
    display: flex;
    align-items: center;
}
.p-top-news__list li .category {
    position: absolute;
    top: 1rem;
    right: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #cc4662;
    font-size: 1.5rem;
    letter-spacing: .2rem;
}
.p-top-news__list li .content-inner {
    
}
.p-top-news__list li .content h3 {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    color: #333;
    font-size: 1.8rem;
    margin-bottom: .4rem;
}
.p-top-news__list li .content .date {
    color: #666;
    font-size: 1.2rem;
}
.p-top-access {
    text-align: center;
}
.p-top-access h2 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.4rem;
}
.p-top-access__address {
    margin-bottom: 3rem;
}
.p-top-access__contact {
    display: flex;
    justify-content: center;
}
.p-top-access__contact a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #304662;
    border-radius: 4px 4px 0 0;
    padding: 1.4rem 3rem;
    max-width: max-content;
}
.google-maps {
    position: relative;
    padding-bottom:530px;
	width: 100%;
    height: 0;
	margin: 0 auto;
    overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}
.p-top-shopping {
    background: url(../img/top/bg_shopping.jpg) no-repeat center;
    background-size: cover;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-top-shopping__content {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.p-top-shopping__content h2 {
    margin-bottom: 3rem;
}
.p-top-shopping__content h2 img {
    width: 56px;
    height: auto;
}
.p-top-shopping__content > p {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 1.8rem;
    text-align: center;
    color: #304662;
    margin-bottom: 3rem;
}
.p-top-shopping__link {
    min-width: max-content;
}
.p-top-shopping__link a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 1.4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #304662;
    border-radius: 4px;
    padding: 1.6rem 3rem;
}
.p-top-shopping__link img {
    width: 30px;
    height: auto;
    margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
    .p-top-visual {
        height: 700px;
    }
    .p-top-visual__logo {
        position: absolute;
        top: 170px;
        left: 50%;
        z-index: 1;
        width: 44%;
        height: auto;
        transform: translateX(-50%);
    }
    .p-top-visual__copy {
        font-size: 1.3rem;
        max-width: 90%;
    }
    .p-top-visual #canvas-wrapper {
        z-index: 1;
        bottom: 0;
        width: 110vw;
        height: 100px;
    }
    .p-top-maker__content h2 {
        width: 40px;
        margin-bottom: 3rem;
    }
    .p-top-maker__content p {
        max-width: 90%;
    }
    .p-top-maker-slide {
        margin: 6rem 0 0 0;
    }
    .swiper-button-prev {
        bottom: -240px;
        left: 5%;
    }
    .swiper-button-next {
        bottom: -240px;
        right: 5%;
    }
    .p-top-news {
        padding: 6rem 0 4rem 0;
    }
    .p-top-news h2 {
        margin-bottom: 4rem;
    }
    .p-top-news__list li .item {
        flex-direction: column;
    }
    .p-top-news__list li figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .p-top-news__list li .item .content {
        padding: 4rem .3rem 3rem .3rem;
    }
    .p-top-news__list li .content h3 {
        font-size: 1.7rem;
    }
    .p-top-access h2 {
        font-size: 2.2rem;
    }
    .p-top-shopping__content h2 img {
        width: 40px;
    }
    .p-top-shopping__content > p {
        font-size: 1.4rem;
    }
    .p-top-shopping {
        background: url(../img/top/bg_shopping_sp.jpg) no-repeat center;
        background-size: cover;
        min-height: 500px;
    }
}


/*----------------------------------------
	商品詳細
----------------------------------------*/
.l-main.is_product-page {
    padding-top: 500px;
}
.l-main.is_product-page .l-content.inner {
    max-width: inherit;
    width: 100vw;
}
.p-product-visual {
    overflow: hidden;
}
.p-product-visual__image {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.p-product-visual__image img {
    width: 100%;
    height: auto;
}
#canvas-wrapper {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 110%;
    height: 300px;
}
.p-product-container {
    background: url(../img/common/bg_blue.png) repeat-y;
    background-size: 100% auto;
    color: #fff;
    padding: 8rem 0;
    font-size: 1.4rem;
}
.p-product-container a {
    color: #fff;
}
.p-product-heading {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 3rem 0;
    text-align: center;
    margin-bottom: 8rem;
    position: relative;
}
.p-product-heading h1 {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 2.4rem;
}
.p-product-heading::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    border-top: 1px dotted #fff;
}
.p-product-content > * {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.p-product-content h2 {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 2rem;
    margin-bottom: 4rem;
}
.p-product-content p {
    margin-bottom: 2rem;
}
.p-product-shopping {
    padding: 6rem 0;
}
.p-product-price {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2rem;
}
.taxin {
    font-size: 1.8rem;
}
.p-product-shopping__link a {
    width: 300px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 1.4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 4px;
    padding: 1.6rem 3rem;
    margin-left: auto;
    margin-right: auto;
}
.p-product-shopping__link img {
    width: 30px;
    height: auto;
    margin-right: 1rem;
}
.p-product-hosoku {
    font-size: 1.4rem;
}
.p-product-hosoku__link {
    display: flex;
    flex-direction: column;
}
.p-product-hosoku__link a {
    margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
    /* サブページ共通 */
    .p-header-address {
        padding-top: 2rem;
    }
    .p-header-logo {
        width: 80px;
        left: 12%;
        top: 86px;
    }
    .l-main.is_product-page {
        padding-top: 260px;
    }

    /* 商品詳細 */
    .p-product-visual__image {
        height: 80vw;
        overflow: hidden;
        position: relative;
    }
    .p-product-visual__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%) translateY(-50%);
    }
    .p-product-heading {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .p-product-heading h1 {
        font-size: 1.7rem;
    }
    .p-product-heading::before {
        width: 200px;
    }
    .p-product-content > * {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .p-product-content h2 {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	生産者
----------------------------------------*/
.p-maker-visual {
    overflow: hidden;
}
.p-maker-visual__image {
    width: 100%;
    overflow: hidden;
}
.p-maker-visual__image img {
    width: 100%;
}
.is_maker-page #canvas-wrapper {
    z-index: 1;
    height: 100px;
}
.p-maker-profile {
    position: relative;
    background: url(../img/common/bg_blue.png) repeat-y;
    background-size: 100% auto;
    color: #fff;
    padding: 150px 0 100px 0;
}
.p-maker-profile__photo {
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: -250px;
    top: -250px;
    left: 50%;
    z-index: 2;
    transform: translateX( -50% );
}
.p-maker-profile__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.p-maker-profile__content {
    text-align: center;
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.p-maker-profile__content::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    border-top: 1px solid #fff;
}
.p-maker-profile__content h1 {
    font-size: 2.6rem;
}
.p-maker-profile__content .position {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.p-maker-profile__content .introduction {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
}
.p-maker-profile__data {
    display: flex;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.p-maker-profile__logo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 40px;
}
.p-maker-profile__logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.p-maker-profile__data dl {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% - 90px);
}
.p-maker-profile__data dl dt {
    width: 80px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
}
.p-maker-profile__data dl dd {
    width: calc( 100% - 80px);
    margin-bottom: .8rem;
}
.p-maker-profile__data dl dd a {
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    padding: .2rem 2rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
}
.p-maker-topics {
    background: url(../img/maker/bg_topics.jpg) repeat center;
    background-size: 200px auto;
}
.p-top-news__list .is_new figure {
    position: relative;
}
.p-top-news__list .is_new figure::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    background: url(../img/maker/icon_new.png) no-repeat center;
    background-size: contain;
}
.p-maker-products  .p-top-news__list li .content h3,
.p-maker-products .p-top-news__list li .item .content {
    color: #304662;
}
.description {
    font-size: 1.4rem;
    line-height: 1.5;
}
.shopping-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2rem;
}
.shopping-info .price {
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 2rem;
}
.shopping-info .price > span {
    font-size: 1.2rem;
}
.shopping-info a.ec-link {
    display: block;
    text-decoration: none;
    background-color: #304662;
    color: #fff;
    padding: 10px 16px 12px 16px;
    border-radius: 4px;
    line-height: 1;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .p-maker-visual {
        overflow: hidden;
        min-height: 400px;
        margin-top: -120px;
    }
    .p-maker-visual__image {
        width: 100%;
        overflow: hidden;
        min-height: 400px;
    }
    .p-maker-visual__image img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .p-maker-profile__photo {
        width: 160px;
        height: 160px;
        top: -180px;
    }
    .p-maker-profile {
        padding: 20px 20px 60px 20px;
    }
    .p-maker-profile__content h1 {
        font-size: 1.8rem;
    }
    .p-maker-profile__content .position {
        font-size: 1.5rem;
    }
    .p-maker-profile__content .introduction {
        font-size: 1.4rem;
    }
    .p-maker-profile__logo {
        margin-right: 20px;
    }
    .p-maker-profile__data dl dt {
        width: 60px;
        font-size: 1.1rem;
    }
    .p-maker-profile__data dl dd a {
        padding: .2rem 1rem .4rem 1rem;
        font-size: 1.2rem;
    }
}

/*----------------------------------------
	お知らせ一覧
----------------------------------------*/
.l-main.is_archive-page {
    padding-top: 360px;
}
.p-archive-visual {
    overflow: hidden;
    height: 150px;
}
.p-archive-visual #canvas-wrapper {
    height: 150px;
}
.p-archive-container {
    background: url(../img/common/bg_blue.png) repeat-y;
    background-size: 100% auto;
    color: #fff;
    padding: 4rem 0 8rem 0;
}
.l-main.is_archive-page .l-content.inner {
    max-width: inherit;
    width: 100vw;
}
.p-archive-heading {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 8rem;
    position: relative;
}
.p-archive-heading h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .2rem;
}
.p-archive-content .p-top-news__list {

}
.p-archive-content .p-top-news__list a {
    color: #fff;
}
.p-archive-content .p-top-news__list li .item .content {
    border-top: 1px solid rgba(255,255,255, .5);
    border-bottom: 1px solid rgba(255,255,255, .5);
}
.p-archive-content .p-top-news__list li .content .date,
.p-archive-content .p-top-news__list li .content h3 {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .l-main.is_archive-page {
        padding-top: 240px;
    }
    .p-archive-visual {
        overflow: hidden;
        height: 100px;
    }
    .p-archive-visual #canvas-wrapper {
        height: 100px;
    }
    .p-archive-container {
        padding: 4rem 0;
    }
    .p-archive-heading {
        margin-bottom: 6rem;
    }
}


/*----------------------------------------
	お知らせ詳細
----------------------------------------*/
.l-main.is_single-page {
    padding-top: 360px;
}
.l-main.is_single-page .l-content.inner {
    max-width: inherit;
    width: 100vw;
}
.p-single-visual {
    overflow: hidden;
    height: 150px;
}
.p-single-visual #canvas-wrapper {
    height: 150px;
}
.p-single-container {
    background: url(../img/common/bg_blue.png) repeat-y;
    background-size: 100% auto;
    color: #fff;
    padding: 4rem 0 10rem 0;
    font-size: 1.4rem;
}
.p-single-main-image {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 8rem auto;
}
.p-single-main-image img {
    width: 100%;
    height: auto;
}
.p-single-heading {
    max-width: 1000px;
    text-align: center;
    margin: 2rem auto 6rem auto;
}
.p-single-heading h1 {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 5rem;
}
.p-single-heading h1::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    border-top: 1px dotted #fff;
}
.p-single-heading .meta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-single-heading .meta > div {
    margin: 1rem 1rem;
}
.meta .category {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #cc4662;
    font-size: 1.7rem;
    letter-spacing: .2rem;
}
.meta .date {
    color: #fff;
    font-size: 1.5rem;
}
.p-single-content > * {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.p-single-content h2 {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: 2rem;
    margin-bottom: 4rem;
}
.p-single-container a {
    color: #fff;
}


@media only screen and (max-width: 767px) {
    .l-main.is_single-page {
        padding-top: 240px;
    }
    .p-single-main-image {
        width: auto;
        margin: 0 3rem 5rem 3rem;
    }
    .p-single-heading {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .p-single-heading h1 {
        font-size: 2rem;
        padding-bottom: 3rem;
    }
    .p-single-heading h1::before {
        width: 50%;
    }
    .p-single-heading .meta {
        flex-direction: column;
        padding: 1.6rem 0 0 0;
    }
    .p-single-heading .meta > div {
        margin: .4rem 0;
        line-height: 1.2;
    }
    .p-single-content > * {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .p-single-content h2 {
        font-size: 1.8rem;
    }
}


.wp-block-image {
    width: 100%;
    max-width: 800px;
    margin: 8rem auto;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
.wp-block-image figcaption {
    font-size: 1.4rem;
    margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
    .wp-block-image {
        width: auto;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .wp-block-image figcaption {
        font-size: 1.3rem;
    }
}