@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0px;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.top {
  font-family: 'Hina Mincho', serif;
}
body.leftnavi_frame {
  font-family: 'Hina Mincho', serif;
}
body.header {
  position: relative;
  font-family: 'Hina Mincho', serif;
  background-image: url("../img/top/header_back.jpg");
  background-repeat: repeat;
}
body.footer {
  background-color: #2f6380;
  overflow-y: hidden;
  font-family: 'Hina Mincho', serif;
}
body.fix {
  position: fixed;
  width: 100%;
}
img, picture, video, canvas, svg {
  /*display: block;*/
  max-width: 100%;
}
img {
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 0;
}
h1, h2, h3, h4 {
  line-height: 1;
  font-weight: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.wrapper {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?s9x9ms');
  src: url('../fonts/icomoon.eot?s9x9ms#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?s9x9ms') format('truetype'), url('../fonts/icomoon.woff?s9x9ms') format('woff'), url('../fonts/icomoon.svg?s9x9ms#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?zbkx8m');
  src: url('../fonts/icomoon.eot?zbkx8m#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?zbkx8m') format('truetype'), url('../fonts/icomoon.woff?zbkx8m') format('woff'), url('../fonts/icomoon.svg?zbkx8m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-crown3:before {
  content: "\e900";
  color: #8c7c52;
}
.icon-crown1:before {
  content: "\e912";
  color: #e2d421;
}
.icon-crown2:before {
  content: "\e913";
  color: #d8dfe1;
}
.icon-i_bred:before {
  content: "\e901";
  color: #2f6380;
}
.icon-i_craft:before {
  content: "\e902";
  color: #2f6380;
}
.icon-i_dairy:before {
  content: "\e903";
  color: #2f6380;
}
.icon-i_fish:before {
  content: "\e904";
  color: #2f6380;
}
.icon-i_flower:before {
  content: "\e905";
  color: #2f6380;
}
.icon-i_goods:before {
  content: "\e906";
  color: #2f6380;
}
.icon-i_henreihin:before {
  content: "\e907";
}
.icon-i_mail:before {
  content: "\e908";
}
.icon-i_meet:before {
  content: "\e909";
  color: #2f6380;
}
.icon-i_rakuten:before {
  content: "\e90a";
}
.icon-i_rice:before {
  content: "\e90b";
  color: #2f6380;
}
.icon-i_shopping:before {
  content: "\e90c";
}
.icon-i_stay:before {
  content: "\e90d";
  color: #2f6380;
}
.icon-i_vegetable:before {
  content: "\e90e";
  color: #2f6380;
}
.icon-logo:before {
  content: "\e90f";
}
.icon-page_up:before {
  content: "\e910";
}
.icon-search_btn:before {
  content: "\e911";
  color: #1b1b4c;
}
#footer {
  background-color: #f0f0f0;
}
#footer.page {
  background-color: transparent;
  background-image: url("../img/top/back.jpg");
  background-repeat: repeat;
}
/*リンク*/
a:link {
  color: #2f6380;
  text-decoration: none;
}
a:visited {
  color: #2f6380;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
/*--------------------------

グローバルナビ

--------------------------*/
.globalnavi_wrap {
  width: 100%;
  height: 75px;
  position: fixed;
  background-color: #2f6380;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.globalnavi_area {
  height: 55px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.globalnavi_area a {
  color: #FFF;
  display: flex;
  align-items: center;
}
.globalnavi_area h1 span:before {
  margin-right: 5px;
  font-size: 35px;
}
.globalnavi_area h1 {
  letter-spacing: 0.3rem;
  font-size: 30px;
}
.globalnavi_area h1 .small {
  font-size: 24px;
}
.globalnavi_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*-------------

メニューアイコン

-------------*/
.globalnavi_icon {
  /*float:right;
	position: relative;*/
  display: flex;
  align-items: center;
  margin-right: 75px;
}
.globalnavi_icon ul {
  display: flex;
  margin-left: 10px;
}
.globalnavi_icon ul li {
  /*float: left;*/
  /*width: 29px;*/
  margin-right: 10px;
}
.globalnavi_icon ul li.globalnavi_inputBox {
  width: auto;
  margin-right: 0;
}
.globalnavi_icon ul li.globalnavi_inputBox form {
  position: relative;
}
.globalnavi_icon ul li a {
  padding: 3px;
  color: #fff;
}
.globalnavi_icon ul li span:before {
  font-size: 25px;
}
/*-------------

グローバルナビ検索ボックス

-------------*/
.globalnavi_inputBox {
  position: relative;
}
.globalnavi_inputBox input {
  border-radius: 21px;
}
.globalnavi_inputBox input[type="image"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 19px;
  height: 31px;
}
.globalnavi_inputBox input[type="text"] {
  background-color: #ffffff;
  border: 0;
  padding: 12px;
}
/*--------------------------

*ハンバーガーボタン

--------------------------*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 99;
}
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 100;
  background-color: #FFF;
}
.hamburger span {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #2f6380;
}
.hamburger span:nth-of-type(1) {
  top: 10px;
}
.hamburger span:nth-of-type(2) {
  top: 25px;
}
.hamburger span:nth-of-type(3) {
  top: 40px;
}
.hamburger::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #2f6380;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 4s;
}
.hamburger.active::after {
  content: 'CLOSE';
  transition: all 4s;
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(17px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}
nav.globalMenu {
  display: none;
}
nav.globalMenu {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background-color: #2f6380;
  background-color: rgba(47, 99, 128, 1);
  /*pointer-events: none;*/
}
.globalMenu_inner {
  background-color: #FFF;
  padding: 20px 100px 30px;
  margin: 75px 0;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100% - 250px);
  max-width: 900px;
}
nav.globalMenu h2 {
  font-size: 35px;
  color: #2f6380;
  border-bottom: 1px solid #2f6380;
  letter-spacing: 0.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
nav.globalMenu h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
nav.globalMenu h3.ttl {
  font-size: 25px;
  margin-bottom: 20px;
}
nav.globalMenu h3 span {
  font-size: 18px;
  color: #2f6380;
  padding-top: 5px;
  display: block;
}
.globalnavi_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.globalnavi_category ul li {
  margin: 0;
  width: calc((100% - 60px) / 5);
  margin-bottom: 15px;
  height: 80px;
  position: relative;
}
.globalnavi_btn {
  margin: 30px auto;
}
.globalnavi_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.globalnavi_btn.price li {
  width: calc((100% - 45px) / 4);
}
.globalnavi_btn.all li {
  width: 100%;
}
.globalnavi_btn li:last-child {
  margin-bottom: 0;
}
.globalnavi_btn a {
  background-color: #FFF;
  color: #2f6380;
  border: 2px solid #2f6380;
  font-size: 20px;
  padding: 18px 0;
  display: block;
  letter-spacing: 0.2em;
}
.globalnavi_btn a:hover {
  background-color: #2f6380;
  color: #FFF;
  opacity: 1;
}
.globalnavi_btn.all a {
  background-color: #2f6380;
  color: #FFF;
  border: 2px solid #2f6380;
}
.globalnavi_btn.all a:hover {
  background-color: #FFF;
  color: #2f6380;
}
nav.globalMenu .globalnavi_inputBox {
  width: 80%;
  margin: 0 auto 20px;
}
nav.globalMenu .globalnavi_inputBox input[type="text"] {
  background-color: #93a6b0;
  color: #FFF;
  width: 100%;
  padding: 15px;
  border-radius: 25px;
}
nav.globalMenu .globalnavi_inputBox input[type="image"] {
  right: -10px;
  width: 20px;
  height: 40px;
}
nav.globalMenu .globalnavi ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #2f6380;
  display: flex;
  justify-content: space-around;
}
nav.globalMenu .globalnavi ul li {
  font-size: 18px;
  text-align: center;
}
nav.globalMenu .globalnavi ul li a {
  color: #333333;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  display: block;
}
nav.globalMenu.active .globalMenu_wrap {
  opacity: 1;
}
.globalnavi_category ul li:before {
  content: "";
  background-color: rgba(102, 102, 102, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s;
  transition: all 4s;
}
.globalnavi_category ul li:hover:before {
  content: none;
  transition: all 4s;
}
.globalnavi_category ul li a {
  margin: 0;
  padding: 0 !important;
  background-size: cover;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.globalnavi_category ul li a:hover {
  opacity: 1;
}   
.globalnavi_category ul li a div:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.globalnavi_category ul li div {
  color: #FFF;
  font-size: 18px;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.globalnavi_category ul li span {
  display: block;
}
.globalnavi_category ul li:nth-child(1) a {
  background-image: url("../img/top/category_01.jpg");
}
.globalnavi_category ul li:nth-child(2) a {
  background-image: url("../img/top/category_02.jpg");
}
.globalnavi_category ul li:nth-child(3) a {
  background-image: url("../img/top/category_03.jpg");
}
.globalnavi_category ul li:nth-child(4) a {
  background-image: url("../img/top/category_04.jpg");
}
.globalnavi_category ul li:nth-child(5) a {
  background-image: url("../img/top/category_05.jpg");
}
.globalnavi_category ul li:nth-child(6) a {
  background-image: url("../img/top/category_06.jpg");
}
.globalnavi_category ul li:nth-child(7) a {
  background-image: url("../img/top/category_07.jpg");
}
.globalnavi_category ul li:nth-child(8) a {
  background-image: url("../img/top/category_08.jpg");
}
.globalnavi_category ul li:nth-child(9) a {
  background-image: url("../img/top/category_09.jpg");
}
.globalnavi_category ul li:nth-child(10) a {
  background-image: url("../img/top/category_10.jpg");
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@media screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*----------------------------------------------------------

ヘッダー

----------------------------------------------------------

/*--------------------------

セール

--------------------------*/
.sale {
  width: 1200px;
  margin: 0 auto;
}
.sale img {
  width: 100%;
  margin: 20px 0;
}
/*--------------------------

キャンペーン

--------------------------*/
.campaign {
  margin: 0 auto;
  width: 1200px;
}
.campaign ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign ul li {
  width: calc((100% - 10px) / 2);
}
.campaign ul li {
  margin-bottom: 10px;
}
#main_visual {
  background-position: left top;
  background-repeat: no-repeat;
  flex: 1;
  width: 100vw;
  height: 600px;
  position: relative;
}
/*-------------
スライダー
-------------*/
#main_visual {
  position: relative; /* これで基準を作る */
  z-index: 0;
  top: 75px;
}
#main_visual .logo {
  position: absolute; /* 設置場所指定 */
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 9998;
  width: 140px;
  animation-duration: 3s;
}
/* animation */
.animation {
  visibility: hidden;
}
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp.center {
  animation-name: fadeInUpcenter;
}
@keyframes fadeInUpcenter {
  0% {
    opacity: 0;
    transform: translate(-50%, 15px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/*--------------------------

メインメニュー

--------------------------*/
.main_menu {
  margin: 35px auto;
  text-align: center;
}
.main_menu ul li {
  margin: 0px 15px;
  position: relative;
  display: inline-block;
}
.main_menu ul li:after {
  margin-left: 15px;
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.main_menu ul li:last-child:after {
  background: none;
}
/*--------------------------

インフォメーション

--------------------------*/
.informationbox {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #aaa;
  padding: 25px;
  background-color: #fff;
  width: 948px;
  margin: 150px auto 70px;
}
p.infotitle {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
}
.informationbox p {
  line-height: 20px;
  text-align: center
}
/*--------------------------

おすすめ返礼品

--------------------------*/
.recommended h2 {
  font-size: 40px;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.recommended h2 span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
.recommended h2:before {
  content: "";
  position: absolute;
  background-image: url("../img/top/reccomend_line.svg");
  background-repeat: no-repeat;
  width: 509px;
  height: 17px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.recommended-slider li {
  margin-right: 10px;
}
.recommended-slider li img {
  width: 100%;
}
.recommended-slider {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
.recommended {
  position: relative;
  padding: 80px 0;
}
/*----------------------------------------------------------

メインコンテンツ

----------------------------------------------------------*/
.top #contents {
  margin: 0 auto 70px;
  display: block;
}
#contents {
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top #mainContents {
  width: 100%;
}
#mainContents {
  width: calc(100% - 320px);
}
.about {
  position: relative;
  min-height: 760px;
}
.about .inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url("../img/top/about_l.png");
  background-repeat: no-repeat;
  background-size: 635px;
  width: 635px;
  height: 150px;
}
.about:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  background-image: url("../img/top/about_r.png");
  background-repeat: no-repeat;
  background-size: 439px;
  width: 439px;
  height: 161px;
}
.about .left {
  width: calc(100% - 411px);
  padding-top: 80px;
}
.about .right {
  width: 411px;
}
.about h2 {
  font-size: 91px;
  margin-bottom: 20px;
  padding-left: 70px;
  letter-spacing: 1rem;
}
.about h2 span {
  font-size: 21px;
  color: #808080;
  display: block;
  margin: 0 0 10px 5px;
}
.about h3 {
  font-size: 42px;
  color: #2F6380;
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
  letter-spacing: 0.5rem;
  line-height: 1.2;
}
.about h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/about_01.png");
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}
.about .left p {
  padding-left: 70px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.5rem;
  position: relative;
  font-weight: bold;
}
.about .left p:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -35px;
  background-image: url("../img/top/about_02.svg");
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 64px;
}
.section_01 {
  position: relative;
}
.section_01 .contents_head {
  background-image: url("../img/top/sec1_img.jpg");
  background-repeat: no-repeat;
  height: 746px;
  background-size: cover;
  background-position: center;
}
.section_01 .contents_head .inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  color: #FFFFFF;
}
.section_01 .contents_head h2 {
  font-size: 36px;
  background: #2F6380;
  padding: 15px 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;
  display: inline-block;
}
.section_01 .contents_head h3 {
  font-size: 81px;
  letter-spacing: 1rem;
  margin-left: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.section_01 .contents_bottom {
  background-image: url("../img/top/sec1_back.jpg");
  background-repeat: repeat;
  color: #FFF;
  padding: 50px 0;
  text-align: center;
  z-index: 0;
}
.section_01 .contents_bottom h3 {
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding: 0 70px;
}
.section_01 .contents_bottom h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/sec1_icon.svg");
  background-repeat: no-repeat;
  background-size: 51px;
  width: 51px;
  height: 51px;
  z-index: 1;
}
.section_01 .contents_bottom h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/top/sec1_icon.svg");
  background-repeat: no-repeat;
  background-size: 51px;
  width: 51px;
  height: 51px;
  z-index: 1;
}
.section_01 .contents_bottom p {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.3rem;
}
.section_02 {
  background-image: url(../img/top/header_back.jpg);
  background-repeat: repeat;
}
.section_02 h2 {
  text-align: center;
  padding: 100px 0;
}
.section_02 h2 span {
  display: inline-block;
  font-size: 58px;
  line-height: 1.3;
  letter-spacing: 1rem;
  position: relative;
}
.section_02 h2 span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -240px;
  background-image: url("../img/top/sec2_l.png");
  background-repeat: no-repeat;
  background-size: 221px;
  width: 221px;
  height: 106px;
  z-index: 1;
}
.section_02 h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -240px;
  background-image: url("../img/top/sec2_r.png");
  background-repeat: no-repeat;
  background-size: 204px;
  width: 204px;
  height: 119px;
  z-index: 1;
}
.section_02 .contents {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.section_02 .img {
  position: relative;
}
.section_02 .img img {
  position: absolute;
}
.section_02 .img img:nth-child(1) {
  top: -50px;
  left: -50px;
  z-index: 2;
  width: 47%;
}
.section_02 .img img:nth-child(2) {
  top: 0;
  left: 0;
  z-index: 1;
}
.section_02 .left .txt {
  width: 55%;
}
.section_02 .left .img, .section_02 .right .img {
  height: 360px;
  width: calc(45% - 20px);
}
.section_02 .right .txt {
  width: 60%;
  padding: 20px 0;
}
.section_02 h3 {
  font-size: 35px;
  line-height: 46.8px;
  position: relative;
  margin-bottom: 15px;
  padding: 0 5px 5px 20px;
  display: inline-block;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.section_02 h3:after {
  content: "";
  background-image: linear-gradient(to right, #2f6380, #2f6380 10px, transparent 10px, transparent 20px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.section_02 h4 {
  font-size: 22px;
  line-height: 32.94px;
  color: #2f6380;
  margin: 0 0 10px 20px;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.section_02 p {
  font-size: 16px;
  margin: 0 0 0 20px;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.section_03 {
  position: relative;
}
.section_03:before {
  content: "";
  background-image: url("../img/top/sec3_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1000px;
  position: absolute;
}
.section_03 .contents {
  width: 1200px;
  margin: 0 auto;
  color: #FFFFFF;
  padding-top: 130px;
}
.section_03 h2 {
  font-size: 70px;
  letter-spacing: 1rem;
  position: relative;
  padding-bottom: 50px;
}
.section_03 h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -60px;
  background-image: url("../img/top/sec3_line.svg");
  background-repeat: no-repeat;
  width: 799px;
  height: 32px;
}
.section_03 h3 {
  font-size: 40px;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
.section_03 .contents p {
  font-size: 20px;
  letter-spacing: 0.5rem;
  line-height: 1.8;
}
.section_03 .col2 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 130px auto 0;
}
.section_03 .col2 div {
  width: 48%;
}
.section_03 .col2 figcaption {
  font-size: 40px;
  position: relative;
  margin: 20px 0;
  padding-bottom: 5px;
  letter-spacing: 0.5rem;
}
.section_03 .col2 figcaption:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/top/sec3_line2.svg");
  background-repeat: no-repeat;
  width: 399px;
  height: 16px;
}
.section_03 .col2 p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2;
}
.section_04 {
  width: 1080px;
  height: 1080px;
  margin: 100px auto 0;
  background-image: url("../img/top/sec4_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*	.section_04:before {
		content: "";
		display: block;
  padding-top: 100%;
}*/
.section_04 .inner { /*
    width: 100%;
    height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
  transform: translateX(-50%);*/
}
.section_04 h2 {
  padding: 0 0 80px;
  margin: 0 auto;
}
.section_04 h2 span {}
.section_04 h3 {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1.4;
  letter-spacing: 0.7rem;
}
.section_04 .txt {
  font-size: 23px;
  line-height: 2;
  letter-spacing: 0.5rem;
  margin-bottom: 50px;
}
.section_04 .tel {
  width: 388px;
  height: 54px;
  margin: 0 auto;
}
.section_04 .tel a {
  height: 54px;
  display: block;
}
.section_04 .mascot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.section_04 .mascot img {
  position: absolute;
}
.mascot img.mascot1 {
  width: 22%;
  top: 14%;
  right: -1%;
  transform: rotate(0deg)translate(0, 0);
  -webkit-animation: mascot1_anm 2.8s ease-in-out infinite alternate;
  animation: mascot1_anm 2.8s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}
@keyframes mascot1_anm {
  0% {
    transform: rotate(0deg)translate(0, 0);
  }
  100% {
    transform: rotate(-10deg)translate(20px, -10px);
  }
}
@-webkit-keyframes mascot1_anm {
  0% {
    transform: rotate(0deg)translate(0, 0);
  }
  100% {
    transform: rotate(-10deg)translate(20px, -10px);
  }
}
.mascot img.mascot2 {
  width: 22%;
  bottom: 15%;
  right: 0;
  -webkit-animation: mascot2_anm 2s ease-in-out infinite alternate;
  animation: mascot2_anm 2s ease-in-out infinite alternate;
}
@keyframes mascot2_anm {
  0% {
    transform: rotate(0deg)translate(0, 0);
  }
  100% {
    transform: rotate(-10deg)translate(-10px, -5px);
  }
}
@-webkit-keyframes mascot2_anm {
  0% {
    -webkit-transform: rotate(0deg)translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(-10deg)translate(-10px, -5px);
  }
}
.mascot img.mascot3 {
  width: 24%;
  top: 42%;
  left: -9%;
  transform: translate(-15px, -18px);
  -webkit-animation: mascot3_anm 1.5s ease-in-out infinite alternate;
  animation: mascot3_anm 1.5s ease-in-out infinite alternate;
  animation-delay: 0.3s;
}
@keyframes mascot3_anm {
  0% {
    transform: rotate(0deg)translate(-15px, -18px);
  }
  100% {
    transform: rotate(-10deg)translate(-20px, -20px);
  }
}
@-webkit-keyframes mascot3_anm {
  0% {
    transform: rotate(0deg)translate(-15px, -18px);
  }
  100% {
    transform: rotate(-10deg)translate(-35px, -35px);
  }
}

/*--------------------------

タブで切り替え

--------------------------*/
/*#tab-box {
  margin-bottom: 60px;
}
#tab-box ul {
  margin-top: 20px;
  list-style: none;
  clear: both;
}
#tab-box ul li {
  font-size: 0;
  padding: 0 10px 0 0;
  float: left;
}
#tab-box ul li a img {
  outline: none;
  border: none;
}
#tab-box ul li:last-child {
  padding-right: 0px;
}
#price-1, #price-2, #price-3, #price-4, #price-5 {
  display: none;
}
.rank_tytle {
  text-align: center;
}
.rank_tab_r, .rank_tab_l {
  display: block;
  float: left;
}
.rank_item_area {
  padding-top: 35px;
  clear: both;
  overflow: hidden;
}
.item_text img {
  padding-right: 4px;
  padding-bottom: 4px;
  width: 100%;
}
.item_text span {
  font-size: 27px;
}
.item_text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #5b380d;
}
.rank_item_box {
  width: 24%;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 25px;
  vertical-align: top;
}
.rank_item_box a:hover p {
  padding-bottom: 1px;
}
.rank_item_box.pa0 {
  padding-right: 0;
}
.rank_item_box p.come {
  padding-top: 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8em;
}
.rank_item_box .price {
  font-size: 18px;
  color: #f99f9f;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: right;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
}
.rank_item_box:nth-child(4n) {
  padding-right: 0px;
}
.rank_item_box .item_image {
  padding-top: 4px;
}
.rank_item_box .item_image img {
  width: 215px;
  height: 215px;
  padding-top: 4px;
}*/
/*--------------------------

おすすめ返礼品

--------------------------*/
/*#mainContents .recommend ul li {
  display: inline-block;
  padding: 10px 15px 0 0;
  width: 23%;
  vertical-align: top;
}
#mainContents .recommend ul li:nth-child(4n) {
  padding: 10px 0;
}
.recommend {
  background-color: #f0f0f0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.recommend_contents {
  text-align: center;
  padding-bottom: 100px;
}
.recommend_contents h2 {
  padding: 80px 0;
}*/
/*----------------------------------------------------------

レフトナビ

----------------------------------------------------------*/
#leftNavi {
  width: 220px;
}
.leftNavi {
}
/*レフナビ全体*/
.navi {}
.side_bnr li {
  text-align: center;
  margin-bottom: 10px;
}
.side_bnr li a {
  color: #FFF;
  line-height: 65px;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side_bnr li:nth-child(1) a {
  background-color: #004982;
}
.side_bnr li:nth-child(2) a {
  background-color: #2f6380;
}
.side_bnr li:nth-child(1) a:hover {
  background-color: #2f6380;
  color: #FFF;
}
.side_bnr a span:before {
  font-size: 30px;
  margin-right: 10px;
}
.side_bnr h4 .tokki {
  position: absolute;
  top: -4px;
  left: 0;
}
/*--------------------------

検索エリア

--------------------------*/
#left_keywordSearch {
  margin: 30px 0;
}
#left_keywordSearch h4 {
  background-color: #2f6380;
  color: #FFF;
  padding: 10px 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  border: none;
}
.Searcharea {
  padding-top: 10px;
}
/*-------------
検索ボックス
-------------*/
#left_keywordSearch .inputBox {
  position: relative;
  margin-bottom: 15px;
}
#left_keywordSearch .inputBox input[type="text"] {
  width: 186px;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #666666;
  padding: 6px;
  border-radius: 20px;
}
#left_keywordSearch .inputBox input[type="image"] {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 15px;
}
#left_keywordSearch ul li {
  margin-bottom: 15px;
}
/*-------------
注目ワード
-------------*/
#left_keywordSearch .serch_word {
  margin-bottom: 15px;
  line-height: 45px;
}
#left_keywordSearch .serch_word span {
  padding: 8px;
  border-radius: 5px;
  background: #2878b7;
  color: #FFFFFF;
  font-size: 14px;
}
#left_keywordSearch .serch_word span a {
  color: #FFFFFF;
}
/*--------------------------

カテゴリ・価格から探す

--------------------------*/
.leftNavi h4 {
  border-top: 2px solid #2f6380;
  border-bottom: 2px solid #2f6380;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#sidemenu ul {
  margin-bottom: 50px;
}
#sidemenu li {
  line-height: 34px;
}
#sidemenu ul li a {
  border-bottom: 1px dotted #2f6380;
  font-size: 19px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.category_list li a {
  justify-content: space-between;
}
.category_list li a .icon-i_bred:before {
  font-size: 30px;
}
.category_list li a .icon-i_craft:before {
  font-size: 35px;
}
.category_list li a .icon-i_dairy:before {
  font-size: 35px;
}
.category_list li a .icon-i_fish:before {
  font-size: 17px;
}
.category_list li a .icon-i_flower:before {
  font-size: 25px;
}
.category_list li a .icon-i_goods:before {
  font-size: 40px;
}
.category_list li a .icon-i_henreihin:before {
  font-size: 25px;
}
.category_list li a .icon-i_meet:before {
  font-size: 25px;
}
.category_list li a .icon-i_rice:before {
  font-size: 25px;
}
.category_list li a .icon-i_stay:before {
  font-size: 25px;
}
.category_list li a .icon-i_vegetable:before {
  font-size: 28px;
}
.category_list li span {
  text-align: center;
  line-height: 1.2;
}
.category_list li span:nth-child(1) {
  width: 30%;
}
.category_list li span:nth-child(2) {
  width: 70%;
  letter-spacing: 0.2rem;
  color: #000000;
}
.price_list li {
  text-align: center;
}
.price_list li a {
  justify-content: center;
}
/*-------------
矢印共通
-------------*/
/*.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow:before, .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}*/
/*-------------
矢印　線
-------------*/
/*.solidonly:before {
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0f3655;
  border-right: 2px solid #0f3655;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.solidonly:hover:before {
  border-top: 2px solid #880000;
  border-right: 2px solid #880000;
}*/
/*-------------
矢印　四角
-------------*/
/*.square:before {
  left: 3px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #0f3655;
}
.square:after {
  left: 8px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.square:hover:before {
  background: #880000;
}*/
/*-------------
矢印　円
-------------*/
/*.circle:before {
  left: 3px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0f3655;
}
.circle:after {
  left: 8px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.circle:hover:before {
  background: #880000;
}*/
/*--------------------------

レフトナビ　ランキング

--------------------------*/
#ranking li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#ranking ul li:first-child {
  margin-top: 20px;
}
#ranking span:before {
  font-size: 15px;
  margin-right: 5px;
}
#ranking li a {
  width: 100%;
}
#ranking li div {
  width: 100%;
}
#ranking li img {
  width: 100%;
}
/*--------------------------

カレンダー

--------------------------*/
table.calbase_rakuten {
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  width: 200px!important;
  border-collapse: collapse;
  padding: 0px 0px 10px 0px;
}
table.calbase_rakuten * {
  font-size: 98%;
  color: #000000;
  border-collapse: collapse;
  /*padding: 0px 5px 10px 5px;*/
  margin: 0px;
}
table.calbase_rakuten table {
  width: 95%;
  margin: 0 auto 10px;
}
table.calbase_rakuten th {
  text-align: center;
}
th.caltitle_rakuten {
  font-size: 85%;
  padding: 20px 0px 20px 0px;
}
table.calframe_rakuten {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.calframe_rakuten th {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
table.calframe_rakuten td {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5px;
}
tr.weektitle_rakuten td {
  background-color: #EEEEEE;
}
td.event1day_rakuten {
  background-color: #FFC6C6 !important;
}
font.event1day_rakuten {
  color: #FFC6C6;
}
td.event2day_rakuten {
  background-color: #B5DAFF !important;
}
font.event2day_rakuten {
  color: #B5DAFF;
}
td.event3day_rakuten {
  background-color: #FEDE93 !important;
}
font.event3day_rakuten {
  color: #FEDE93;
}
table.event_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 7px 10px 7px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
  width: 141px;
}
table.event_rakuten td {
  padding: 0px 0px 0px 0px;
}
table.text_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 0px 10px 10px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
  width: 141px;
}
/*----------------------------------------------------------

フッター

----------------------------------------------------------*/
#footer_area {
  background: url(../img/top/footer_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
.footer_head_box {
  text-align: center;
}
.footer_head_box h2 {
  margin-top: 80px;
  padding-top: 50px;
  font-size: 45px;
  background: url(../img/top/footer_ttl_line.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  background-size: contain;
  width: 530px;
  height: 128px;
  letter-spacing: 0.5rem;
}
.footer_head_box p {
  font-size: 18px;
  margin: 0 0 40px;
  letter-spacing: 0.5rem;
  line-height: 1.8;
}
.footer_head_box ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1415px;
  margin: 0 auto;
}
.footer_head_box li {
  width: calc((100% - 60px) / 4);
}
.footer_head_box ul li figcaption {
  font-size: 16px;
  letter-spacing: 0.2rem;
  margin-top: 10px;
}
#shoppingGuide {
  background-color: rgb(255 255 255 / 80%);
  width: 1160px;
  margin: 100px auto 30px;
  color: #000;
  padding: 30px 20px;
}
#shoppingGuide .inner {}
#shoppingGuide .inner ul {
  display: flex;
  justify-content: space-between;
}
#shoppingGuide .inner li {
  width: calc((100% - 50px) / 3);
}
#shoppingGuide h2 {
  font-size: 52px;
  margin-bottom: 30px;
  text-align: center;
}
#shoppingGuide h3 {
  font-size: 22px;
  padding: 0 10px 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
#shoppingGuide h4 {
  font-size: 15px;
  margin: 10px 0 5px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#shoppingGuide ul li p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 10px 20px 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#shoppingGuide a {
  color: #000;
}
#shoppingGuide .caution {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
#shoppingGuide .card {
  margin: 0 10px 50px;
  width: 80%;
}
/*--------------------------

コピーライト

--------------------------*/
#copyright {
  padding: 30px 0px;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #2f6380;
}
#copyright span:before {
  font-size: 70px;
}
#copyright h3 {
  font-size: 30px;
  margin: 10px 0;
}
#copyright h4 {
  font-size: 20px;
}
/*-------------
三点リーダー
-------------*/
td.lossleader_item_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*-------------
ページトップ
-------------*/
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  transition: 1s;
  display: none;
  background-color: #2f6380;
  width: 75px;
  height: 75px;
}
#page-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 75px;
  color: #FFF;
}
#page-top span:before {
  font-size: 1.8rem;
}
@media screen and (max-width:1280px) {
  .wrapper {
    width: 90%;
  }
  .informationbox {
    width: calc(90% - 50px);
  }
  .campaign {
    width: 90%;
  }
  .about {
    min-height: auto;
  }
  .about:before {
    background-size: 450px;
    width: 450px;
    height: 96px;
  }
  .about:after {
    background-size: 310px;
    width: 310px;
    height: 114px;
  }
  .about .inner {
    width: 90%;
  }
  .about .left {
    width: 70%;
    padding: 80px 0;
  }
  .about .right {
    width: 28%;
  }
  .about h2 {
    font-size: 60px;
  }
  .about h2 span {
    font-size: 18px;
  }
  .about h3 {
    font-size: 30px;
  }
  .about .left p {
    font-size: 18px;
    line-height: 1.8;
  }
  .section_01 .contents_head {
    height: 600px;
  }
  .section_01 .contents_head h2 {
    font-size: 26px;
  }
  .section_01 .contents_bottom p {
    line-height: 1.8;
    font-size: 20px;
  }
  .section_02 .left .img, .section_02 .right .img {
    height: 260px;
  }
  .section_02 .contents {
    margin-bottom: 100px;
  }
  .section_02 h2 span {
    font-size: 40px;
  }
  .section_02 .contents {
    width: 80%;
  }
  .section_02 h3 {
    font-size: 30px;
  }
  .section_02 h4 {
    font-size: 20px;
  }
  .section_03 .contents {
    width: 80%;
  }
  .section_03 .col2 {
    width: 80%;
  }
  .section_04 {
    margin: 50px auto 0;
    width: 800px;
    height: 800px;
  }
  .section_04 h2 {
    padding: 0 0 30px;
  }
  .section_04 h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .section_04 .txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .section_04 .tel {
    width: 60%;
    height: auto;
  }
  .footer_head_box ul {
    width: 90%;
  }
  #shoppingGuide {
    width: calc(90% - 40px);
  }
  #shoppingGuide h2 {
    font-size: 40px;
  }
  #shoppingGuide h3 {
    font-size: 18px;
  }
  #shoppingGuide ul li p {
    font-size: 13px;
  }
  .footer_head_box ul li figcaption {
    font-size: 13px;
  }
  .footer_head_box li {
    width: calc((100% - 0px) / 4);
  }
  #page-top span:before {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:980px) {
  .about .left p br {
    display: none;
  }
  .section_01 .contents_bottom p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .section_01 .contents_bottom p br {
    display: none;
  }
  .section_04 {
    width: 700px;
    height: 700px;
  }
  .globalnavi_btn a {
    font-size: 18px;
  }
}
@media screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width:768px) {
  .globalnavi_area h1 {
    font-size: 28px;
  }
  .globalnavi_area h1 span:before {
    margin-right: 0px;
    font-size: 30px;
  }
  .globalnavi_area h1 .small {
    font-size: 18px;
  }
  .globalnavi_wrap {
    height: 70px;
  }
  .hamburger {
    width: 70px;
    height: 70px;
  }
  .hamburger::after {
    bottom: 3px;
  }
  .globalnavi_area {
    height: 50px;
  }
  .globalMenu_inner {
    padding: 20px 20px 0 20px;
    margin: 70px 0 0;
    width: calc(100% - 40px);
  }
  nav.globalMenu h2 {
    font-size: 28px;
  }
  nav.globalMenu h3.ttl {
    font-size: 18px;
  }
  nav.globalMenu h3 {
    font-size: 18px;
  }
  nav.globalMenu h3 span {
    font-size: 16px;
  }
  nav.globalMenu .globalnavi_inputBox {
    width: 100%;
  }
  nav.globalMenu .globalnavi_inputBox input[type="text"] {
    width: 100%;
    padding: 10px 0;
    border-radius: 20px;
  }
	nav.globalMenu .globalnavi_inputBox input[type="image"] {
    right: 10px;
  }
  .globalnavi_box {
    display: none;
  }
  .globalnavi_category ul {
    margin-bottom: 10px;
  }
  .globalnavi_category ul li {
    width: calc((100% - 20px) / 2);
    height: 60px;
  }
  .globalnavi_category ul li div {
    line-height: 0.9rem;
    font-size: 16px;
  }
  .globalnavi_btn {
    margin: 5px auto 0;
  }
  .globalnavi_btn.price li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }
  .globalnavi_category ul li a {
    height: 60px;
  }
  nav.globalMenu .globalnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  nav.globalMenu .globalnavi ul li {
    width: 50%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
  }
  .globalnavi_btn a {
    padding: 15px 0;
  }
  .globalnavi_btn a {
    font-size: 16px;
  }
  #main_visual {
    height: 500px;
    top: 70px;
  }
  #main_visual .logo {
    width: 100px;
  } 
  .informationbox p {
    font-size: 13px;
  } 
  .informationbox {
    margin: 120px auto 50px;
  }
  .campaign ul {
    display: block;
  }
  .campaign ul li {
    width: 100%;
  }
  .recommended {
    padding: 50px 0;
  }
  .recommended h2 {
    font-size: 30px;
  }
  .about:before {
    left: -70px;
    background-size: 350px;
    width: 350px;
    height: 75px;
  }
  .about:after {
    right: -20px;
    bottom: 5px;
    background-size: 210px;
    width: 210px;
    height: 77px;
  }
  .about .inner {
    display: block;
    width: 95%;
    position: relative;
  }
  .about .left {
    width: 100%;
  }
  .about h2 span {
    font-size: 12px;
    letter-spacing: 0.5rem;
  }
  .about h2 {
    font-size: 40px;
    padding-left: 30px;
  }
  .about h3 {
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.3rem;
  }
  .about h3:before {
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: -2px;
  }
  .about .left {
    padding: 60px 0 50px;
  }
  .about .left p {
    padding-left: 30px;
    font-size: 13px;
    width: 60%;
    letter-spacing: 0.2rem;
    line-height: 1.6;
  }
  .about .right {
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 1;
  }
  .about .right img {
    max-width: 180px;
    width: 100%;
  }
  .about .left p:after {
    display: none;
  }
  .section_01 .contents_head {
    height: 300px;
  }
  .section_01 .contents_head .inner {
    width: 90%;
  }
  .section_01 .contents_head h2 {
    font-size: 15px;
    padding: 10px;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
  }
  .section_01 .contents_head h3 {
    font-size: 35px;
    letter-spacing: 0.5rem;
  }
  .section_01 .contents_bottom {
    padding: 30px 0;
  }
  .section_01 .contents_bottom h3:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -3px;
  }
  .section_01 .contents_bottom h3:after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -3px;
  }
  .section_01 .contents_bottom h3 {
    font-size: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .section_01 .contents_bottom p {
    line-height: 1.6;
    font-size: 13px;
  }
  .section_02 h2 {
    padding: 50px 0;
  }
  .section_02 h2 span {
    font-size: 25px;
    letter-spacing: 0.5rem;
  }
  .section_02 h2 span:before {
    background-size: 115px;
    width: 115px;
    height: 55px;
    left: -100px;
  }
  .section_02 h2 span:after {
    background-size: 100px;
    width: 100px;
    height: 59px;
    right: -100px;
  }
  .section_02 .contents {
    margin-bottom: 50px;
    width: 90%;
  }
  .section_02 .contents.left {
    flex-direction: column;
  }
  .section_02 .contents.right {
    flex-direction: column-reverse;
  }
  .section_02 .left .img, .section_02 .right .img {
    width: 100%;
    height: auto;
    padding-top: 70%;
  }
  .section_02 .right .txt {
    width: 100%;
    padding: 0 0 20px;
  }
  .section_02 .img img:nth-child(1) {
    top: -15px;
    left: -22px;
    width: 32%;
  }
  .section_02 .left .txt {
    width: 100%;
  }
  .section_02 h3 {
    font-size: 20px;
    padding: 0 5px 5px 5px;
    letter-spacing: 0.2rem;
  }
  .section_02 h4 {
    font-size: 16px;
    margin: 0 0 5px 5px;
    letter-spacing: 0.2rem;
  }
  .section_02 p {
    font-size: 13px;
    margin: 0px 0 0 10px;
    letter-spacing: 0.2rem;
  }
  .section_02 p br {
    display: none;
  }
  .section_03 h2 {
    font-size: 25px;
    letter-spacing: 0.2rem;
    padding-bottom: 25px;
  }
  .section_03 .contents {
    width: 90%;
    padding-top: 60px;
  }
  .section_03 h3 {
    font-size: 22px;
    letter-spacing: 0.2rem;
  }
  .section_03 h2:after {
    bottom: 5px;
    left: -5px;
    width: 100%;
    height: 8px;
  }
  .section_03 .contents p {
    font-size: 13px;
    letter-spacing: 0.2rem;
    line-height: 1.6;
  }
  .section_03 .contents p br {
    display: none;
  }
  .section_03 .inner {
    height: 500px;
  }
  .section_03 .col2 {
    width: 90%;
    margin: 30px auto 0;
  }
  .section_03 .col2 {
    display: block;
  }
  .section_03 .col2 div {
    width: 100%;
  }
  .section_03:before {
    height: 500px;
  }
  .section_03 .col2 figcaption {
    font-size: 20px;
    letter-spacing: 0.3rem;
  }
  .section_03 .col2 figcaption:after {
    width: 100%;
    height: 14px;
  }
  .section_03 .col2 p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .section_03 .col2 p br {
    display: none;
  }
  .section_04 {
    padding: 50px 0 100px;
    width: 100%;
    height: auto;
    background-image: url(../img/top/sec4_back_sp.jpg);
  }
  .section_04 .inner {
    position: relative;
    z-index: 2;
  }
  .section_04 h2 {
    padding: 0px 0 30px;
    width: 80%;
  }
  .section_04 h3 {
    font-size: 22px;
    letter-spacing: 0.5rem;
  }
  .section_04 h3 span {
    display: block;
  }
  .section_04 h3 br {
    display: none;
  }
  .section_04 .txt {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.2rem;
    margin: 0 auto 30px;
    width: 90%;
    text-align: left;
  }
  .section_04 .txt br {
    display: none;
  }
  .mascot img.mascot1 {
    display: none;
  }
  .mascot img.mascot2 {
    bottom: 2%;
    width: 28%;
  }
  .mascot img.mascot3 {
    display: none;
  }
  .top #contents {
    margin: 0 auto;
  }
  .footer_head_box h2 {
    margin-top: 50px;
    padding-top: 15px;
    font-size: 30px;
    width: 95%;
    height: 65px;
  }
  .footer_head_box p {
    font-size: 13px;
    margin: 20px auto;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    width: 90%;
    text-align: left;
  }
  .footer_head_box p br {
    display: none;
  }
  .footer_head_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  .footer_head_box li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  #shoppingGuide {
    display: none;
  }
  #footer_area {
    background: linear-gradient(rgba(41, 146, 201, 1), rgba(150, 183, 206, 1));
  }
  #copyright {
    padding: 20px 0px;
  }
  #copyright span {
    display: none;
  }
  #copyright h3 {
    margin: 0 0 10px;
  }
  #page-top {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width:600px) {
  .about .right {
    bottom: 15%;
  }
  .section_04 {
    padding: 50px 0;
  }
  .about h3 span {
    display: block;
    margin-bottom: 5px;
  }
}
