@charset "UTF-8";

/* import ------------------------------------------------*/

/* noto sans japanese */

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

/* noto serif japanese */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* reset ------------------------------------------------*/

* {
    box-sizing: border-box;
}

::before, ::after {
    box-sizing: inherit;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}

embed, object, iframe {
    border: 0;
    vertical-align: bottom;
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
  display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* container ------------------------------------------------*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
} /*end of @media*/

@media (min-width: 1200px) {

    .container {
        max-width: 1170px;
    }
} /*end of @media*/

/* grid ------------------------------------------------*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.row > .col, .row > .col-1, .row > .col-10, .row > .col-11, .row > .col-12, .row > .col-2, .row > .col-3, .row > .col-4, .row > .col-5, .row > .col-6, .row > .col-7, .row > .col-8, .row > .col-9, .row > .col-auto, .row > .col-lg, .row > .col-lg-1, .row > .col-lg-10, .row > .col-lg-11, .row > .col-lg-12, .row > .col-lg-2, .row > .col-lg-3, .row > .col-lg-4, .row > .col-lg-5, .row > .col-lg-6, .row > .col-lg-7, .row > .col-lg-8, .row > .col-lg-9, .row > .col-lg-auto, .row > .col-md, .row > .col-md-1, .row > .col-md-10, .row > .col-md-11, .row > .col-md-12, .row > .col-md-2, .row > .col-md-3, .row > .col-md-4, .row > .col-md-5, .row > .col-md-6, .row > .col-md-7, .row > .col-md-8, .row > .col-md-9, .row > .col-md-auto, .row > .col-sm, .row > .col-sm-1, .row > .col-sm-10, .row > .col-sm-11, .row > .col-sm-12, .row > .col-sm-2, .row > .col-sm-3, .row > .col-sm-4, .row > .col-sm-5, .row > .col-sm-6, .row > .col-sm-7, .row > .col-sm-8, .row > .col-sm-9, .row > .col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
      
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

/* display ------------------------------------------------*/

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {

    .d-sm-none {
        display: none !important;
    }
    
    .d-sm-inline {
        display: inline !important;
    }
  
    .d-sm-inline-block {
        display: inline-block !important;
    } 
  
    .d-sm-block {
        display: block !important;
    }
    
    .d-sm-flex {
        display: flex !important;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }
  
    .d-md-block {
        display: block !important;
    }
    
    .d-md-flex {
        display: flex !important;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }
    
    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }
    
    .d-lg-flex {
        display: flex !important;
    }
} /*end of @media*/

/* order ------------------------------------------------*/

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

@media (min-width: 576px) {

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
} /*end of @media*/

/* 5 column ------------------------------------------------*/

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    padding-right: 0; /* defaul 15px*/
    padding-left: 0; /* defaul 15px*/
}

@media (min-width: 576px) {

    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 768px) {

    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {

    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

/*================================================================================
base
================================================================================*/

/* global ------------------------------------------------*/

main {
    font-weight: 500;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    background-image: url("/library/img/foodservice/gaisyoku/purple_potato/main-back.png");
    background-size: cover;
}

h1, h2, h3, h4, h5 {
    line-height: 1.4;
}

p {
    line-height: 1.7;
}

/*================================================================================
index
================================================================================*/

/* hero ------------------------------------------------*/

.hero {
    position: relative;
	margin: 0 0 160px 0;
}

.hero_button {
    display: block;
    width: 27%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

/* sampling ------------------------------------------------*/

.sampling-cont {
    background-color: #ffffff;
    padding: 70px 70px 30px 50px;
    position: relative;
    margin: 0 0 90px 0;
}

h2.sampling-content_heading {
    max-width: 540px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.sampling-cont .column-content {
    margin: 0 0 30px 0;
}

.sampling-cont_thumb {
    margin: 0 0 0 60px;
}

.sampling-button {
    display: block;
    max-width: 540px;
    margin: 0 auto;
}

.sampling-notice {
	margin: 0 0 20px 0;
}

h3.sampling-notice_heading {
    font-size: 25px;
	margin: 0 0 15px 0;
	text-align: center;
	color: #713420;
	font-weight: 700;
}

p.sampling-notice_text {
    font-size: 16px;
	text-align: center;
	color: #713420;
}

/* product ------------------------------------------------*/

.product-potato {
    max-width: 950px;
    margin: 0 auto 80px auto;
}

.product-potato .row-outer {
    margin: 0 -20px;
}

.product-potato .col-inner {
    padding: 0 20px;
}

h2.product-potato_heading {
	font-size: 50px;
	color: #771384;
	margin: 30px 0 40px 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

p.product-potato_textbox-text {
	font-size: 22px;
	color: #6d3f00;
    text-align: justify;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 2;
}

/* point ------------------------------------------------*/

.point-cont {
	margin: 0 0 20% 0;
}

.point-cont .row-outer {
    margin: 0 -15px;
}

.point-cont .col-inner {
    padding: 0 15px;
}

/* dish ------------------------------------------------*/

.dish-cont {
    background-color: #ffffff;
    position: relative;
    padding: 11% 80px 60px 80px;
}

h2.dish-cont_heading {
    position: absolute;
    top: -27%;
    left: 0;
    width: 100%;
}

.dish-cont .row-outer {
    margin: 0 -15px;
}

.dish-cont .col-inner {
    padding: 0 25px;
}

p.dish-cont_caption {
    text-align: center;
	color: #713420;
	font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

.dish-cont_notice {
	font-size: 15px;
	color: #6d3f00;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    display: inline-block;
    float: right;
    margin: 0 -50px 0 0;
}

/* ice ------------------------------------------------*/

.ice {
    max-width: 1500px;
    margin: 0 auto;
}

/* factory ------------------------------------------------*/

.factory-cont {
    position: relative;
	margin: 0 0 60px 0;
}

.factory-cont_logo {
    width: 28%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.factory-cont_textbox {
    width: 39%;
    position: absolute;
    top: 22%;
    left: 10%;
}

.factory-cont_thumb {
    width: 40%;
    position: absolute;
    top: 18%;
    left: 53%;
}

.factory-cont_list {
    width: 82%;
    position: absolute;
    top: 57%;
    left: 9%;
}

.factory-cont_band {
    width: 99%;
    position: absolute;
    top: 83%;
    left: 0.5%;
}

/* seris ------------------------------------------------*/

.seris-cont {
    position: relative;
}

.seris-cont_heading {
    width: 90%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.seris-cont_product.first {
    width: 92%;
    position: absolute;
    top: 28%;
    left: 4%;
}

.seris-cont_product.second {
    width: 17%;
    position: absolute;
    top: 25%;
    left: 22%;
}

.seris-cont_product.third {
    width: 54%;
    position: absolute;
    top: 25%;
    left: 41%;
}

.seris-cont_product-link.third {
    display: block;
    width: 17%;
    height: 56%;
    position: absolute;
    top: 25%;
    left: 41%;
    z-index: 1;
}

.seris-cont_product-link.fourth {
    display: block;
    width: 17%;
    height: 56%;
    position: absolute;
    top: 25%;
    left: 59.5%;
    z-index: 1;
}

.seris-cont_product-link.fifteen {
    display: block;
    width: 17%;
    height: 56%;
    position: absolute;
    top: 25%;
    left: 78%;
    z-index: 1;
}

/* copyright ------------------------------------------------*/

.copyright {
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    color: #000000;
    padding: 100px 0;
}

@media (max-width: 991px) {

    /* hero ------------------------------------------------*/
    
    .hero {
        position: relative;
    	margin: 0 0 15% 0;
    }
    
    .hero_button {
        display: block;
        width: 75%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
    
    /* sampling ------------------------------------------------*/
    
    .sampling-cont {
        padding: 9% 70px 30px 70px;
        margin: 0 0 50px 0;
    }
    
    h2.sampling-content_heading {
        width: 80%;
        top: -3.5%;
    }
    
    .sampling-cont .column-content {
        margin: 0 0 30px 0;
    }
    
    .sampling-cont_product {
        max-width: 460px;
        margin: 0 auto 10px auto;
    }
    
    .sampling-cont_thumb {
        max-width: 460px;
        margin: 0 auto;
    }
    
    .sampling-notice {
    	margin: 0 0 20px 0;
    }
    
    h3.sampling-notice_heading {
    	margin: 0 0 10px 0;
    	font-size: 15px;
    }
    
    p.sampling-notice_text {
        font-size: 12px;
    }
    
    /* product ------------------------------------------------*/
    
    .product-potato {
        max-width: 100%;
        margin: 0 auto 50px auto;
    }
    
    .product-potato .row-outer {
        margin: 0;
    }
    
    .product-potato .col-inner {
        padding: 0;
    }
    
    .product-potato_thumb {
        max-width: 320px;
        margin: 0 auto;
    }
    
    h2.product-potato_heading {
    	font-size: 30px;
    	margin: 25px 0 20px 0;
    	text-align: center;
    }
    
    p.product-potato_textbox-text {
    	font-size: 14px;
    }
    
    /* point ------------------------------------------------*/
    
    .point-cont {
    	margin: 0 0 20% 0;
    }
    
    .point-cont .row-outer {
        margin: 0;
    }
    
    .point-cont .col-inner {
        padding: 0 15px;
    }
    
    .point-cont .column-item {
        margin: 0 0 30px 0;
    }
    
    .point-cont_thumb {
        max-width: 520px;
    }
    
    /* dish ------------------------------------------------*/
    
    .dish-cont {
        padding: 11% 30px 30px 30px;
    }
    
    h2.dish-cont_heading {
        top: -10%;
    }
    
    .dish-cont .row-outer {
        margin: 0;
    }
    
    .dish-cont .col-inner {
        padding: 0 10px;
    }

    .dish-cont .column-item {
        margin: 0 0 30px 0;
    }
    
    p.dish-cont_caption {
        font-size: 12px;
    }
    
    .dish-cont_notice {
    	font-size: 10px;
        margin: 0 -10px 0 0;
    }
        
    /* ice ------------------------------------------------*/
    
    .ice {
        max-width: 1500px;
        margin: 0 auto;
    }
    
    /* factory ------------------------------------------------*/
    
    .factory-cont {
        position: relative;
    	margin: 0 0 60px 0;
    }
    
    .factory-cont_logo {
        width: 50%;
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
    
    .factory-cont_textbox {
        width: 80%;
        position: absolute;
        top: 11%;
        left: 10%;
    }
    
    .factory-cont_thumb {
        width: 80%;
        position: absolute;
        top: 34%;
        left: 10%;
    }
    
    .factory-cont_list {
        width: 87%;
        position: absolute;
        top: 59%;
        left: 6.5%;
    }
    
    .factory-cont_band {
        width: 98%;
        position: absolute;
        top: 88%;
        left: 0.8%;
    }
    
    /* seris ------------------------------------------------*/
    
    .seris-cont {
        position: relative;
    }
    
    .seris-cont_heading {
        width: 90%;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
    
    .seris-cont_product.first {
        width: 90%;
        position: absolute;
        top: 25%;
        left: 5%;
    }
    
    .seris-cont_product.second {
        width: 28%;
        position: absolute;
        top: 28%;
        left: 55%;
    }
    
    .seris-cont_product.third {
        width: 85%;
        position: absolute;
        top: 64%;
        left: 8%;
    }
    
    
    .seris-cont_product-link.third {
        width: 25%;
        height: 28%;
        top: 63%;
        left: 8%;
    }
    
    .seris-cont_product-link.fourth {
        width: 25%;
        height: 28%;
        top: 63%;
        left: 38%;
    }
    
    .seris-cont_product-link.fifteen {
        width: 25%;
        height: 28%;
        top: 63%;
        left: 68%;
    }
    
    /* copyright ------------------------------------------------*/
    
    .copyright {
        font-size: 15px;
        padding: 50px 0;
    }
}


/* 虹色ホバー効果 ------------------------------------------------*/

.product-photo {
	position: relative;
	display: inline-block;
}

/* 画像 */
.product-photo img {
	display: block;
	filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.5));
}

/* 虹色枠（初期は非表示） */
.product-photo a::after {
	content: "";
	position: absolute;
	inset: -18px;   /* ← ここを追加 or 変更 */
	padding: 5px; /* 枠の太さ */
	border-radius: 10px;

	background-image: conic-gradient(
		from 352deg,
		rgba(117, 180, 54, 1) 0deg 15deg,
		rgba(246, 194, 67, 1) 15deg 30deg,
		rgba(231, 155, 55, 1) 30deg 45deg,
		rgba(238, 29, 35, 1) 45deg 60deg,
		rgba(189, 86, 152, 1) 60deg 75deg,
		rgba(64, 144, 64, 1) 75deg 90deg,
		rgba(117, 180, 54, 1) 90deg 105deg,
		rgba(246, 194, 67, 1) 105deg 120deg,
		rgba(231, 155, 55, 1) 120deg 135deg,
		rgba(238, 29, 35, 1) 135deg 150deg,
		rgba(189, 86, 152, 1) 150deg 165deg,
		rgba(64, 144, 64, 1) 165deg 180deg,
		rgba(117, 180, 54, 1) 180deg 195deg,
		rgba(246, 194, 67, 1) 195deg 210deg,
		rgba(231, 155, 55, 1) 210deg 225deg,
		rgba(238, 29, 35, 1) 225deg 240deg,
		rgba(189, 86, 152, 1) 240deg 255deg,
		rgba(64, 144, 64, 1) 255deg 270deg,
		rgba(117, 180, 54, 1) 270deg 285deg,
		rgba(246, 194, 67, 1) 285deg 300deg,
		rgba(231, 155, 55, 1) 300deg 315deg,
		rgba(238, 29, 35, 1) 315deg 330deg,
		rgba(189, 86, 152, 1) 330deg 345deg,
		rgba(64, 144, 64, 1) 345deg
	);

	/* 中を抜く */
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

/* ホバー時のみ表示 */
.product-photo a:hover::after {
	opacity: 1;
}



.flex-item {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.flex-item .product-photo1{
 	width: 17%;
}
.flex-item .product-photo2{
 	width: 58.5%;
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
}
.flex-item .product-photo3{
 	width: 29.5%;
}
.flex-item span{
 	display: block;
 	width: 100%;
 	line-height: 1.2;
 	color:#ffffff;
    font-size: 12px;
	text-align: center;
    padding: 3px 0;
    margin-top: 25px;
}
.c-purple{background-color: #91308c;}
.c-orange{background-color: #ec6c00;}
.c-yellow{background-color: #ffe57a;}

.dish-cont_caption{
    margin-top: 20px;
}



@media (max-width: 991px) {

.flex-item {
    justify-content: center; /*中央揃え*/
}

.flex-item .product-photo1{
 	width: 28%;
    margin: 0 4%;
}
.flex-item .product-photo2{
 	width: 100%;
    margin-top: 40px;
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
}
.flex-item .product-photo3{
 	width: 28%;
}
.flex-item span{
 	display: block;
 	width: 100%;
 	color:#ffffff;
    font-size: 10px;
	text-align: center;
    padding: 3px 0;
}


.sp-center {
	text-align: center;
}
.point-cont_thumb {
	margin-left: auto;
	margin-right: auto;
}
}
@media (max-width: 650px) {

.flex-item span{
    margin-top: 15px;
}
}


