@charset "UTF-8";
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
/*@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
/*@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
/*@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}*/
html {
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "Arial", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7; }

body, dl, dt, dd, ul, li, p, h1, h2, h3, img, p {
  margin: 0;
  padding: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover, a:active {
  outline: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: bottom; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "Arial", sans-serif;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

:placeholder-shown {
  color: #777;
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "Arial", sans-serif; }

::-webkit-input-placeholder {
  color: #777;
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "Arial", sans-serif; }

:-moz-placeholder {
  color: #777;
  font-family: "Noto Sans Japanese", "YuGothic", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "Arial", sans-serif; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* **************************** PC **************************** */
@media print, screen and (min-width: 641px) {
  html,
  body {
    min-width: 980px; }

  body {
    font-size: 16px; }

  a:hover {
    opacity: 0.6; } }
/*------ .head ------*/
.l-header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 10px 10px;
  box-sizing: border-box; }

.l-header:after {
  background-image: url(../img/line_bottom.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: repeat-x;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  padding-top: 3px; }

.l-header-logo {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-anchor: "middle"; }

.l-header-logo svg {
  width: 44%;
  height: auto; }

/*------ top_head ------*/
.l-topHeader {
  padding: 0 10px;
  margin: 0 auto; }

.l-topHeader::after {
  background-image: url(../img/line_bottom.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: repeat-x;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  padding-top: 3px; }

.l-topHeader-titleArea {
  padding: 25px 0 0 17px; }

.l-topHeader-logo {
  width: 55%;
  float: left; }

.l-topHeader-logo svg {
  width: 100%;
  display: inline-block; }

.l-topHeader-social {
  text-align: center;
  margin-top: -20px;
  vertical-align: middle;
  float: right; }

.l-topHeader-socialFacebook {
  margin-right: 22px; }

.l-topHeader-socialGoogle {
  margin-right: 10px;
  display: inline-block; }

.l-topHeader-socialTweet {
  margin-right: 14px;
  display: inline-block; }

.l-topHeader-socialB {
  display: inline-block;
  margin-right: 18px; }

/* **************************** PC表示 **************************** */
@media screen and (min-width: 641px) {
  .l-header {
    max-width: 1100px;
    min-width: 980px;
    padding: 40px 0 0;
    box-sizing: border-box;
    text-align: center; }

  .l-header-logo {
    margin-bottom: 12px; }

  .l-header-logo svg {
    width: auto;
    height: 74px; }

  .l-header::after {
    width: auto;
    height: 4px; }

  /*------ top_head ------*/
  .l-topHeader {
    max-width: 1100px;
    min-width: 980px;
    padding: 40px 0 0;
    box-sizing: border-box; }

  .l-topHeader-titleArea {
    width: 648px;
    margin: 0 auto;
    padding-left: 100px; }

  .l-topHeader-inner {
    width: 733px;
    margin: 0 auto; }

  .l-topHeader-logo {
    width: auto;
    margin-top: 20px; }

  .l-topHeader-logo svg {
    width: 363px;
    height: auto; } }
@media screen and (max-width: 640px) {
  .l-topHeader-social {
    display: none; } }
/*------ .l-footer ------*/
.l-footer {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 10px 22px;
  box-sizing: border-box;
  text-align: center; }

.l-footer:before {
  background-image: url(../img/line_bottom.png);
  background-position: top;
  background-size: auto;
  background-repeat: repeat-x;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 auto; }

.l-footer-linkArea {
  margin-top: 11px; }

.l-footer-hoomLink {
  font-size: 9px;
  background-image: url(../img/icn_arrow_link.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 4px auto;
  padding-left: 30px;
  line-height: 1.5;
  color: #333232;
  text-decoration: none;
  margin-right: 20px;
  vertical-align: middle;
  font-weight: 500; }

.l-footer-logo {
  margin-top: 15px; }

.l-footer-melonpanLogo {
  width: 38px;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.l-footer-icnX {
  width: 24px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px; }

.l-footer-coopLogo {
  width: 41px;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.l-copyright {
  font-size: 10px;
  line-height: 1.3;
  color: #666666;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500; }

.l-copyright-text {
  margin-top: 7px;
  display: inline-block; }

/*    pagetop    */
.l-pagetop {
  position: relative; }

.l-pagetop-link {
  width: 50px;
  right: 0;
  bottom: 10px;
  display: block;
  position: fixed;
  transition: all 0.3s ease 0s;
  z-index: 10;
  opacity: 0; }

.l-pagetop-link.is-active {
  opacity: 1.0; }

.l-pagetop-link.is-disable {
  position: absolute; }

.l-pagetop-image {
  width: 80%;
  height: auto;
  vertical-align: bottom;
  margin-top: 7px; }

.l-footer-melonpanCoopLogo img {
  width: 40%; }

.l-topFooter-social {
  text-align: center;
  border-top: 1px solid #9e9083;
  padding: 12px 0 15px;
  margin: -7px 10px 0;
  vertical-align: middle; }

.l-topFooter-socialFacebook {
  margin-right: 21px;
  margin-left: 5px; }

.l-topFooter-socialGoogle {
  margin-right: 16px; }

.l-topFooter-socialTweet {
  margin-right: 19px; }

.l-topFooter-socialB {
  margin-right: 19px; }

/* **************************** PC表示 **************************** */
@media screen and (min-width: 641px) {
  .l-footer {
    max-width: 1100px;
    min-width: 980px;
    height: auto;
    margin: 0 auto 0;
    padding: 0;
    padding-bottom: 30px; }

  .l-footer-linkArea {
    margin-top: 20px; }

  .l-footer-hoomLink {
    font-size: 14px;
    background-size: 6px auto;
    padding-left: 28px; }

  .l-footer-logo {
    margin-top: 26px; }

  .l-footer-melonpanCoopLogo img {
    width: 196px; }

  .l-copyright {
    font-size: 11px;
    margin-top: 15px; }

  .l-copyright-text {
    font-size: 11px; }

  /*    pagetop    */
  .l-pagetop {
    width: 100%;
    margin: 0 auto;
    bottom: 15px; }

  .l-pagetop-link {
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 15px;
    margin: 0 2% 0 0;
    cursor: default; }

  .l-pagetop-link.is-active {
    cursor: pointer; }

  .l-pagetop-link:hover {
    opacity: 0; }

  .l-pagetop-link.is-active:hover {
    opacity: 0.6; }

  .l-pagetop-image {
    width: 68px;
    height: auto;
    margin-top: 0; }

  .l-topFooter-social {
    display: none; } }
/*------ .l-top ------*/
.l-top-localFood {
  float: left;
  width: 40%;
  padding-left: 3%;
  position: relative;
  margin-bottom: 28px; }

.l-top-melonpanIllust img {
  width: 65%;
  height: auto;
  margin-top: -10px; }

.l-top-localFoodLink {
  position: absolute;
  bottom: -20px;
  right: -8px;
  width: 53%;
  height: auto; }

.l-top-localFoodLink img {
  width: 100%;
  height: auto; }

.l-topBlog {
  padding-top: 17px;
  margin-bottom: 78px;
  overflow: hidden; }

.l-topBlog-area {
  padding: 0; }

.l-topBlog-itemWide {
  width: 100%;
  height: 187px;
  height: auto;
  float: left;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-bottom: 4%;
  border-bottom: 1px dashed #b4afac;
  box-sizing: border-box; }

.l-topBlog-item {
  list-style: none;
  width: 50%;
  height: 187px;
  float: left;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 1px dashed #b4afac;
  line-height: 1.3;
  box-sizing: border-box; }

.l-topBlog-item:nth-child(even) {
  padding-right: 4%;
  border-right: 1px dashed #b4afac; }

.l-topBlog-item:nth-child(odd) {
  padding-left: 4%; }

.l-blogPager {
  clear: both;
  text-align: center;
  height: 0; }

.l-blogPager-next {
  color: #CCC;
  font-size: 12px; }

/*------ .l-content ------*/
.l-content-inner {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  box-sizing: border-box; }

.l-content-inner img {
  width: 100%;
  height: auto; }

/*------ .l-melonpan-social ------*/
.l-melonpan-subArea {
  margin-bottom: 20px;
  position: relative; }

.l-melonpan-social {
  float: left; }

.l-melonpan-social img {
  width: auto; }

/*------ .l-blogDetail ------*/
.l-blogDetail {
  width: 100%;
  height: auto; }

.l-blogDetail img {
  width: 100%;
  height: auto; }

.l-blogDetail-mainPhoto {
  width: 100%;
  overflow: hidden; }

.l-blogDetail-mainPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*  .l-blogDetail-content  */
.l-blogDetail-content {
  width: 100%; }

/* blog本文内---------------------------*/
.l-melonpan-brogTextArea img {
  width: 100%;
  height: auto; }

.l-melonpan-brogTextArea p {
  font-weight: 300;
  clear: both;
  font-size: 13px;
  margin-top: 15px;
  letter-spacing: 0.3px; }

.l-melonpan-brogTextArea iframe {
  max-width: 100%; }

.l-melonpan-brogTextArea a {
  color: #ea53b0; }

/*  .l-newArrivals  */
.l-newArrivals {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 60px; }

.l-newArrivals-area {
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 0;
  border-top: 1px dashed #b4afac; }

.l-newArrivals-item {
  list-style: none;
  width: 50%;
  height: 187px;
  float: left;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 1px dashed #b4afac;
  line-height: 1.3;
  box-sizing: border-box; }

.l-newArrivals-item:nth-child(odd) {
  padding-right: 4%;
  border-right: 1px dashed #b4afac; }

.l-newArrivals-item:nth-child(even) {
  padding-left: 4%; }

/*------ .l-about ------*/
.l-about {
  width: 100%;
  text-align: center;
  margin: 0 auto 8px; }

.l-aboutHeader {
  display: none; }

.l-about-title {
  margin-bottom: 15px; }

.l-about-socialBottom {
  margin-top: 20px;
  text-align: center; }

/*------ error page -----*/
.l-content-notfound {
  margin-top: 80px;
  margin-bottom: 80px; }

/* **************************** 350px **************************** */
@media screen and (min-width: 350px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 200px; } }
/* **************************** 400px **************************** */
@media screen and (min-width: 400px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 220px; } }
/* **************************** 450px **************************** */
@media screen and (min-width: 450px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 240px; } }
/* **************************** 500px **************************** */
@media screen and (min-width: 500px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 260px; } }
/* **************************** 550px **************************** */
@media screen and (min-width: 550px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 280px; } }
/* **************************** 550px **************************** */
@media screen and (min-width: 600px) {
  .l-newArrivals-item,
  .l-topBlog-item {
    height: 300px; } }
/* **************************** スマホ表示 **************************** */
/* **************************** PC表示 **************************** */
@media screen and (min-width: 641px) {
  /*------ .l-top ------*/
  .l-top-melonpanIllust img {
    width: 168px;
    height: auto; }

  .l-top-localFood {
    margin-bottom: 43px; }

  .l-top-localFoodLink:after {
    content: "";
    background-image: url(../../img/img_local_food_pc_text.png);
    background-repeat: no-repeat;
    width: 126px;
    height: 109px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent; }

  .l-top-localFoodLink:hover:after {
    opacity: 0.6; }

  .l-top-localFoodLink {
    background-image: url(../../img/img_local_food_pc.png);
    background-repeat: no-repeat;
    width: 126px;
    height: 109px;
    bottom: -25px;
    right: -10px; }

  .l-top-localFoodLink:hover {
    opacity: 1; }

  .l-top-localFoodLink img {
    display: none; }

  .l-topBlog {
    margin-bottom: 87px;
    padding-top: 27px; }

  .l-topBlog-area {
    max-width: 1100px;
    min-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden; }

  .l-topBlog-itemWide {
    width: 50%;
    height: 570px;
    padding: 1.5%; }

  .l-topBlog-item:last-child:after {
    content: "";
    position: absolute;
    display: block;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right: 1px dashed #b4afac; }

  .l-topBlog-item {
    width: 25%;
    height: 285px;
    padding: 1.5%; }

  .l-topBlog-item:nth-child(even) {
    padding-right: 1.5%; }

  .l-topBlog-item:nth-child(odd) {
    padding-left: 1.5%; }

  .l-topBlog-item:nth-child(4n) {
    border-left: 1px dashed #b4afac; }

  .l-topBlog-item:nth-child(2) {
    border-left: 1px dashed #b4afac; }

  /*------ .l-content ------*/
  .l-content-inner {
    max-width: 1100px;
    min-width: 980px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box; }

  .l-content-inner img {
    width: auto; }

  /*------ .l-blogDetail ------*/
  .l-blogDetail-mainPhoto {
    width: 92%;
    height: auto;
    margin: 33px auto 47px;
    overflow: hidden; }

  .l-blogDetail-mainPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .l-blogDetail-content {
    width: 679px;
    margin: 0 auto; }

  /* blog本文内---------------------------*/
  .l-melonpan-brogTextArea p {
    font-size: 16px;
    margin-top: 30px; }

  .l-melonpan-brogTextArea img {
    width: 679px;
    height: auto; }

  /*------ .l-newArrivals ------*/
  .l-newArrivals {
    max-width: 1100px;
    min-width: 980px;
    margin: 80px auto 115px; }

  .l-newArrivals-area {
    overflow: hidden;
    margin-bottom: 0; }

  .l-newArrivals-item:nth-child(odd) {
    padding-right: 17px; }

  .l-newArrivals-item:nth-child(even) {
    padding-left: 17px; }

  .l-newArrivals-item:last-child {
    border-right: none; }

  .l-newArrivals-item {
    width: 25%;
    box-sizing: border-box;
    height: 288px;
    padding: 17px;
    border-right: 1px dashed #b4afac; }

  /*------ .l-about ------*/
  .l-about {
    width: 988px;
    text-align: center;
    margin: 33px auto 78px; }

  .l-aboutHeader {
    display: block;
    max-width: 1100px;
    min-width: 980px;
    height: 0;
    margin: 0 auto;
    position: relative; }

  .l-aboutHeader-social {
    position: absolute;
    top: 20px;
    right: 0; }

  .l-about-title {
    margin-bottom: 70px; }

  .l-about-socialTop {
    text-align: right;
    margin-bottom: 26px; }

  .l-about-socialBottom {
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center; }

  /*------ error page -----*/
  .l-content-notfound {
    margin-top: 200px;
    margin-bottom: 200px; } }
/* **************************** _module **************************** */
.m-object-fit,
.m-object-fit img {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.m-icn-facebook {
  margin-right: 21px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block; }

.m-icn-facebook img {
  width: 10px;
  height: auto; }

.m-icn-google {
  margin-right: 16px;
  display: inline-block; }

.m-icn-google img {
  width: 23px;
  height: auto; }

.m-icn-tweet {
  margin-right: 19px;
  display: inline-block; }

.m-icn-tweet img {
  width: 20px;
  height: auto; }

.m-icn-b {
  margin-right: 17px;
  display: inline-block; }

.m-icn-b img {
  width: 15px;
  height: 13px; }

.m-icn-line img {
  width: 20px;
  height: 20px; }

.m-blogDetail-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 20px 0 10px;
  letter-spacing: 1.5px;
  line-height: 1.3; }

.m-blogDetail-title:after {
  background-image: url(../img/line_blogDetail_wavy_sp.png);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin: 0 auto 0;
  padding-top: 12px; }

.m-blogDetail-date {
  font-family: Arial;
  font-size: 10px;
  position: absolute;
  bottom: -5px;
  right: 0; }

.m-blog-photo {
  width: 100%;
  height: 62%; }

.m-blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear 0s; }

.m-blog-photoWide {
  width: 100%;
  height: 66%;
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.2s linear 0s; }

.m-blog-photoWide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear 0s; }

.m-blog-date {
  font-size: 10px;
  margin-top: 13px;
  margin-bottom: 5px;
  line-height: 1; }

.m-blog-title {
  font-size: 14px;
  line-height: 1.3;
  max-height: 2.6em;
  letter-spacing: 1px;
  overflow: hidden; }

.m-blog-titleWide {
  max-height: initial; }

.m-blog-titleHide {
  display: none; }

.m-blog-text {
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative; }

.m-blog-newIcn {
  width: 28%;
  position: absolute;
  top: 2px;
  left: -3px; }

.m-blog-newIcn img {
  width: 100%;
  height: 100%; }

.m-blog-newIcnWide {
  width: 14%;
  position: absolute;
  top: -10px;
  left: -5px; }

.m-blog-newIcnWide img {
  width: 100%;
  height: 100%; }

.m-newArrivals-title {
  width: 22%;
  padding-left: 5px;
  line-height: 1; }

.m-newArrivals-aboutTitle {
  font-size: 16px;
  color: #5b4031;
  text-align: center; }

.m-newArrivals-aboutTitle {
  width: 95%;
  margin: 20px auto 10px auto;
  line-height: 1; }

.m-continu-circle {
  text-align: center;
  clear: both;
  margin-top: 11px;
  margin-bottom: 24px; }

.m-continu-circle img {
  width: 8.5px;
  height: auto;
  text-align: center; }

.m-next-text {
  color: #e15aab;
  font-size: 10px;
  font-weight: 500; }

/* **************************** 350px **************************** */
@media screen and (min-width: 350px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 64%; } }
/* **************************** 400px **************************** */
@media screen and (min-width: 400px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 68%; } }
/* **************************** 450px **************************** */
@media screen and (min-width: 450px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 70%; } }
/* **************************** 500px **************************** */
@media screen and (min-width: 500px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 72%; } }
/* **************************** 550px **************************** */
@media screen and (min-width: 550px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 74%; } }
/* **************************** 600px **************************** */
@media screen and (min-width: 600px) {
  .m-blog-photo,
  .m-topBlog-photo {
    height: 76%; } }
/* **************************** sp(640px) **************************** */
@media print, screen and (min-width: 641px) {
  .m-icn-facebook {
    margin-right: 23px;
    margin-left: 0; }

  .m-icn-google {
    margin-right: 16px; }

  .m-icn-tweet {
    margin-right: 20px; }

  .m-icn-B {
    margin-right: 20px; }

  .m-blogDetail-titleWrap {
    text-align: center; }

  .m-blog-newIcn {
    width: 61px;
    height: 60px;
    position: absolute;
    top: 5px;
    left: 9px;
    z-index: 5; }

  .m-blog-newIcnWide {
    width: 61px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 5; }

  .m-blogDetail-title {
    font-size: 23px;
    font-weight: 500;
    display: inline-block; }

  .m-blogDetail-title::after {
    background-image: url(../img/line_blogDetail_wavy.png);
    background-size: auto;
    background-repeat: repeat-x;
    width: auto;
    height: 11px;
    height: 11px;
    margin: 16px auto 0;
    padding-top: 0; }

  .m-blogDetail-date {
    font-size: 14px; }

  .m-newArrivals-Title {
    width: 122px;
    height: auto; }

  .m-newArrivals-aboutTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }

  .m-newArrivals-aboutTitle img {
    width: 396px;
    height: auto; }

  .m-blog-photo {
    width: auto;
    height: auto; }

  .m-blog-photo {
    width: 100%;
    height: 63.5%;
    overflow: hidden; }

  .m-blog-photoWide {
    width: 100%;
    height: 65%;
    object-fit: cover; }

  .m-blog-photoWide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .m-blog-photo img:hover {
    transform: scale(1.1, 1.1); }

  .m-blog-photoWide img:hover {
    transform: scale(1.1, 1.1); }

  .m-blog-date {
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 14px; }

  .m-blog-title {
    font-size: 18px;
    max-height: 44px; }

  .m-blog-titleWide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .m-blog-text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.8;
    max-height: 7.2em; }

  .m-blog-dateWide {
    margin-top: 15px;
    margin-bottom: 16px; }

  .m-newArrivals-aboutTitle {
    font-size: 28px;
    margin-bottom: 15px; }

  .m-next-text {
    font-size: 14px; }

  .m-topBlog-photo {
    width: 100%;
    height: 65%; }

  .m-melonpan-illust {
    width: 96px;
    height: 95px;
    float: left; }

  .m-melonpan-illust img {
    width: 100%;
    height: auto; }

  .m-localFood {
    float: left; }

  .m-icn-facebook img {
    width: 9px;
    height: auto; }

  .m-icn-google img {
    width: 21px;
    height: auto; }

  .m-icn-tweet img {
    width: 19px;
    height: auto; }

  .m-icn-b img {
    width: 15px;
    height: 13px; } }
.u-clearfix::after {
  clear: both;
  content: "";
  display: table; }

.u-transparent {
  opacity: 0; }

@media screen and (max-width: 640px) {
  .u-sp-none {
    display: none; }

  .u-br_sp:before {
    content: "\a";
    white-space: pre; } }
@media print, screen and (min-width: 641px) {
  .u-pc-none {
    display: none; } }
