@charset "UTF-8";

@media only screen and (max-width: 900px) {
    .inner {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* HEADER
    ---------------------------------------------------------- */
    .header__logo {
        position: fixed;
        z-index: 1000;
        top: 20px;
        left: 20px;
        width: 150px;
    }
    #header__sp__nav {
        display: block;
        width: 22px;
        height: 20px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 3000;
    }
    #header__sp__nav__menu{
        display: block;
        cursor: pointer;
    }
    #header__sp__nav__menu span.l1,
    #header__sp__nav__menu span.l2,
    #header__sp__nav__menu span.l3 {
        position: absolute;
        width: 100%;
        height: 2px;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        background: #c8c8c8;
    }
    #header__sp__nav__menu span.l1 {
        top: 0px;
    }
    #header__sp__nav__menu span.l2 {
        top: 8px;
    }
    #header__sp__nav__menu span.l3 {
        top: 16px;
    }
    #header__sp__nav__menu.open span.l1 {
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		top: 8px;
		left: 0;
    }
    #header__sp__nav__menu.open span.l3 {
        width: 0%;
        opacity: 0;
    }
    #header__sp__nav__menu.open span.l2 {
		top: 8px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
    }
    .header__nav {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: auto;
        display: none;
        flex: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        border: none;
        padding: 100px 0 0 0;
    }
    .header__nav ul {
        display: block;
    }
    .header__nav ul li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-top: 1px solid #c8c8c8;
    }
    .header__nav ul li:hover,
    .header__nav ul li.active {
        background: none;
    }
    .header__nav ul li:last-of-type {
        border-bottom: 1px solid #c8c8c8;
    }
    .header__nav ul li a,
    .header__nav ul li a span {
        text-align: left;
    }
    .header__nav ul li a {
        border-right: none;
        padding: 20px 20px;
    }
    .header__nav__en {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    .header__nav__jp {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    .header__nav__sns {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
        text-align: right;
    }
    .header__nav__sns a img,
    .header__nav__sns a {
        display: inline-block;
        width: 32px;
        height: auto;
    }
    .header__nav__sns a {
        margin-right: 16px;
    }
    .header__nav__address {
        position: absolute;
        bottom: 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px 0;
    }
    .header__nav__address address {
        width: 140px;
        margin-right: 14px;
    }
    .header__nav__address address img {
        width: 100%;
        height: auto;
    }
    .header__nav__address__language {
        font-family: 'Barlow', sans-serif;
        font-weight: bold;
        color: #929292;
        font-size: 1.4rem;
    }
    .header__nav__address__language a {
        text-decoration: none;
        color: #929292;
    }
    .header__nav__address__language a:hover {
        color: #000;
    }
    .header__nav__address__language span {
        color: #000;
    }
    .header__address {
        display: none;
    }

    /* トップページ
    ---------------------------------------------------------- */
    .top__topics {
        padding-top: 40px;
    }

    /* サブページ共通 */
    .sub-page {
        padding-top: 70px;
    }
    .page__title h1 {
        font-size: 2.4rem;
    }
    /* リンクページ追加 */
	.link_cate {
		width: 33.3%;
}

}

@media only screen and (max-width: 767px) {
    .inner {
        width: 86%;
    }

    /* FOOTER
    ---------------------------------------------------------- */
    .footer-address__logo {
        margin-bottom: 1.6rem;
    }
    .footer-address address {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
    }
    .footer-content > nav li a {
        font-size: 1.2rem;
    }
    .footer-other {
        display: block;
        padding: 12px 0;
    }
    .footer-other p {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .footer-other__sns {
        width: 100%;
        text-align: center;
    }

    /* トップページ
    ---------------------------------------------------------- */
    .top-page header {
        margin-top: 140vw;
    }
    .top-page__main-visual {
        height: 140vw;
    }
    .top-page__main-visual__copy {
        left: 50%;
        top: initial;
        bottom: 15%;
        transform: translateX(-50%);
    }
    .top__topics {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .top__topics__title {
        width: 50%;
        padding: 3px 0;
        margin-left: auto;
        margin-right: auto;
    }
    .top__topics__title h2 {
        font-size: 1.2rem;
    }
    .top__topics__list li {
        display: block;
    }
    .top__topics__list__date {
        font-size: 1.2rem;
    }
    .top__pick-up__slide {
        padding: 40px 30px 0 30px;
        display: block;
        flex-wrap: wrap;
        align-items: center;
    }
    .top__pick-up__slide_category {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 1rem;
    }
    .top__pick-up__slide figure {
        width: 100%;
        margin: 0;
    }
    .top__pick-up__slide__content {
        width: 100%;
        padding-top: 20px;
    }
    .top__pick-up__slide__content h2 {
        font-size: 2rem;
        margin-bottom: 18px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 18px;
        top: 20%;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .top__pick-up__slide__summary {
        line-height: 1.8;
    }
    .top__pick-up__slide__link a {
        display: block;
        padding: 12px 13px 15px 20px;
        margin-top: 20px;
        text-align: center;
    }
    .footer-banner {
        display: block;
        padding: 30px 0 10px 0;
    }
    .footer-banner a {
        width: 100%;
        margin-right: 0;
    }
    /* トピック一覧
    ---------------------------------------------------------- */
    .page__title {
        padding-bottom: 12px;
    }
    .page__topics__list li {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page__topics__list__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page__topics__list__content {
        width: auto;
    }
    .page__topics__list__content h2 {
        font-size: 2rem;
        margin-bottom: 18px;
    }
    .top__topics__list_summary {
        margin-bottom: 18px;
    }
    /* トピック詳細
    ---------------------------------------------------------- */
    .page__topics_det_ail__date {
        margin: 2.4rem 0 .5rem 01px;
    }
    .page__topics__detail article h1 {
        font-size: 2rem;
    }
    /* 商品一覧
    ---------------------------------------------------------- */
    .page__product__list__nav,
    .page__product__list__sub__nav,
    .page__product__list__items {
        display: none;
    }
    .page__product__list__sp {
        margin-bottom: 25px;
    }
    .page__product__list__sp__nav {
        height: 150px;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #c8c8c8;
    }
    .page__product__list__sp h2 {
        padding: 2rem 0 0 0;
    }
    .page__product__list__sp__nav img {
        height: 100%;
        width: auto;
    }
    .page__product__list__items li {
        width: 50%;
    }
    .page__product__list__sp__content {
        display: none;
    }
    .page__product__list__sp__content {
        
    }
    .page__product__list__sp__content ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .page__product__list__sp__content li {
        width: 50%;
        border-bottom: 1px solid #c8c8c8;
        text-align: center;
    }
    .page__product__list__sp__content li a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 30px 0;
        position: relative;
    }
    .page__product__list__sp__content li a img {
        height: 220px;
    }


    /* 商品詳細
    ---------------------------------------------------------- */
    .page__product__detail__wrap {
        display: block;
        margin-bottom: 40px;
    }
    .page__product__detail__content,
    .page__product__detail__slide {
        width: 100%;
        margin-right: 0;
    }
    .page__product__detail__slide .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .page__product__detail__slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .page__product__detail__tag {
        margin-bottom: 1.2rem;
    }
    .page__product__detail__content h1 {
        font-size: 2.4rem;
    }
    .page__product__detail__header {
        padding-bottom: 23px;
        margin-bottom: 24px;
    }
    .page__product__detail__copy {
        font-size: 1.7rem;
    }
    .page__product__detail__link__wrap {
        display: block;
    }
    .page__product__detail__link__shop {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page__product__detail__link__zip {
        width: 100%;
    }
    .page__product__detail__link__wrap a {
        padding: 20px 15px;
    }
    .page__product__detail__link__wrap a img {
        height: 36px;
        margin-right: 14px;
    }
    .page__product__detail__link__wrap a span {
        font-size: 1.3rem;
    }
    .page__product__detail__banner {
        display: block;
        padding: 20px 0;
    }
    .page__product__detail__banner a {
        width: 100%;
    }

    /* 会社概要
    ---------------------------------------------------------- */
    .page__company__intro {
        margin: 0 0 4rem 0;
    }
    .page__company__profile {
        display: block;
        padding: 0 0 4rem 0;
        margin-bottom: 2rem;
    }
    .page__company__profile__table {
        width: 100%;
        margin-right: 0;
        padding: 0 0 4rem 0;
    }
    .page__company__profile__table table {
        letter-spacing: 0;
        font-size: 1.4rem;
    }
    .page__company__profile__dl-wrap {
        width: 100%;
    }
    .page__company__profile__dl-wrap a {
        padding: 20px;
        margin-bottom: 2rem;
    }
    .page__company__profile__dl-wrap a img {
        height: 32px;
        margin-right: 12px;
    }
    .page__company__access_content {
        display: block;
        padding: 0 0 5rem 0;
    }
    .page__company__access_honsya {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5rem;
    }
    .page__company__access_kinpo {
        width: 100%;
    }
    .page__company__access_tel {
        text-align: left;
    }
    .page__company__access__address {
        text-align: left;
        font-size: 1.3rem;
    }
    .page__company__access__link {
        padding: 18px 16px 20px 17px;
        font-size: 1.4rem;
    }
    .page__company__recruit .section__title,
    .page__company__contact .section__title {
        padding: 20px 0 12px 0;
    }
    .page__company__recruit .section__title h2,
    .page__company__contact .section__title h2 {
        font-size: 2.4rem;
    }
    .page__company__contact__content__tel {
        font-size: 3.2rem;
    }
    .page__company__contact__content__note {
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.6;
    }
    .page__company__contact__form-wrap {
        padding: 2rem 0 4rem 0;
    }
    /* フォーム */
	.form-box {
        display: block;
		margin: 0;
		padding: 0;
	}
	.form-box-l, .form-box-r {
		display: block;
	}
	.form-box-l {
		width: auto;
		text-align: left;
        padding: 10px 0 4px 0;
		font-size: 14px;
	}
	.form-box-r {
		width: auto;
		padding: 0 0 10px 0;
		font-size: 14px;
	}
	#input-name .input-text,
	#input-kana .input-text {
		width: 100%;
		margin-right: 0;
	}
	.input-text,
	.input-textarea {
		width: 100%;
    }
    
    /* OUR STORY
    ---------------------------------------------------------- */
    .story__main-visual {
        /* height: 340px; */
    }
    .story__lead {
        width: 84%;
        margin: 80px auto 100px auto;
        font-size: 14px;
        padding-right: 8rem;
        letter-spacing: .05rem;
        text-align: justify;
    }
    .story__lead-copy {
        top: -11rem;
        right: -2rem;
    }
    .story__lead-copy img {
        width: 52px;
    }
    .story__flex-wrap {
        display: block;
    }
    .page__story .section-title {
        width: 84%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .story__section1 {
        background: #fafafa url(../img/story/img_2_sp.jpg) no-repeat center top;
        background-size: cover;
    }
    .story__section1__wrap {
        flex-direction: column;
        width: 84%;
        padding: 5rem 0 6rem 0;
        margin-left: auto;
        margin-right: auto;
    }
    .story__section3,
    .story__section2 {
        margin-top: 160px;
        margin-bottom: 120px;
    }
    .story__section3 .story__flex-wrap,
    .story__section2 .story__flex-content {
        width: 84%;
    }
    .story__section3 .story__flex-content {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .story__section2 .story__flex-image {
        height: 300px;
    }
    .story__section3 .story__flex-image {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .story__section4 {
        padding: 100px 0;
    }
    .story__section4__lead-content {
        text-align: left;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    .story__section4__lead-content p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .story__section4__navi {
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
    .story__section4__navi a {
        width: 28%;
        margin: 0 1% 40px 1%;
    }
    .story__section4__navi::before {
        height: 60px;
    }
    /* section1 */
    .story__section1__content {
        padding-right: 0;
    }
    .story__section1__image, 
    .story__section1__image img {
        width: 220px;
        height: auto;
        margin-right: 0;
        margin-top: .4rem;
        margin-bottom: 2rem;
    }
    /* こだわりブロック（共通） */
    .commit-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .commit-visual {
        width: 100%;
        max-width: inherit;
        min-height: 300px;
    }
    /* こだわり（水） */
    #water {
        padding-top: 100px;
        flex-direction: column;
    }
    #water .commit-visual {
        margin-right: 0;
    }
    #water .commit-content {
        width: 84%;
        margin-top: 42px;
        margin-right: auto;
        margin-left: auto;
    }
    /* こだわり（熟成機） */
    #aging-machine.commit-block {
        flex-direction: column;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    #aging-machine .commit-content {
        margin: 42px 0 0 0;
    }
    #aging-machine .commit-visual {
        margin-right: 20%;
    }
    #aging-machine .commit-visual span {
        top: -50px;
        left: inherit;
        right: -12%;
    }
    #aging-machine .commit-content::before {
        bottom: -130px;
        right: 0;
        width: 140px;
    }
    /* こだわり（貯蔵法） */
    #storage-method {
        padding-top: 200px;
        flex-direction: column;
    }
    #storage-method .commit-visual {
        margin-right: inherit;
        margin-left: 14%;
        width: 100%;
        height: 300px;
        min-height: inherit;
    }
    #storage-method .commit-visual::before {
        right: inherit;
        left: 79px;
        bottom: 0;
    }
    #storage-method .commit-visual span {
        width: 68px;
        top: -50px;
        right: inherit;
        left: -37px;
    }
    #storage-method .commit-content {
        width: 84%;
        margin-top: 42px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10rem;
    }
    #storage-method .commit-content::before {
        width: 80px;
        right: 10px;
        top: inherit;
        bottom: -138px;
    }
    /* こだわり（蔵） */
    #warehouse {
        flex-direction: column;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7rem;
        padding-top: 4rem;
    }
    #warehouse .commit-content {
        margin-top: 42px;
        margin-left: initial;
        margin-right: inherit;
    }
    #warehouse .commit-content::before {
        right: auto;
        left: 10px;
        bottom: -150px;
        width: 110px;
    }
    #warehouse .commit-visual span {
        top: -77px;
        left: 10px;
    }
    #warehouse .commit-visual {
        margin-left: 0;
        min-height: 300px;
        width: 100vw;
    }
    #warehouse .commit-visual::before {
        right: inherit;
        left: 130px;
    }
    #organization {
        flex-direction: column;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }
    #organization .commit-visual {
        margin-right: 20%;
    }
    #organization .commit-content {
        margin: 42px 0 0 0;
    }
    #organization .commit-content::before {
        right: 0;
        bottom: -130px;
    }

    /* English
    ---------------------------------------------------------- */
    .top-page-en header {
        margin-top: 160vw;
    }
    .top-page-en.menu-open .header__logo {
        display: block;
    }
    .section-en__flex-content {
        display: block;
        align-items: start;
        margin: 0 0 6rem 0;
    }
    .section-en__flex-content figure {
        width: 100%;
        margin: 0 0 2rem 0;
    }
    .section-en__title .t-small {
        font-size: 1.2rem;
        display: block;
    }
    .section-en__full-width-content > div {
        margin: 0;
    }
    .section-en__2column-content {
        display: block;
        margin: 0;
    }
    .section-en__2column-box {
        width: 100%;
    }
    .section-en__2column-box.left {
        margin-right: 0;
        margin-bottom: 5rem;
    }

	/* リンクページ追加
    ---------------------------------------------------------- */
	.link-banner {
		display: block;
		padding: 30px 0 10px 0;
	}
	.link-banner a {
		width: 100%;
		margin-right: 0;
	}
	.link_cate {
		width: 50%;
	}

}

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

}