@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.pcbr {
  display: inline;
}

.smpbr {
  display: none;
}

body,
li,
p,
ul,
figure,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

.container,
.background-wrapper {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .container .container,
  .background-wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#background {
  padding-bottom: 20px;
}

#background #main-header-wrapper .container,
footer .container {
  width: 940px !important;
}

@media screen and (max-width: 768px) {
  #background #main-header-wrapper .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
}
#ARUMONDE2023 {
  width: 100%;
  min-width: 940px;
  padding: 0 !important;
}

section {
  width: 100%;
  min-width: 940px;
}

.wrap {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
  .smpbr {
    display: inline;
  }
  section {
    min-width: 100%;
  }
  .wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #ARUMONDE2023 {
    min-width: 100%;
    padding: 20px 0% 20px !important;
    box-sizing: border-box;
  }
  #ARUMONDE2023 .arumonde_main {
    padding: 0;
  }
}
#TOP .arumonde_main {
  background: #FF9E1A url("/wp-content/themes/yamasa-cms/dist/images/arumonde/bg_orange.png") center top repeat;
  text-align: center;
}
#TOP .lead {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#TOP .lead .lead-left {
  width: 550px;
  padding: 55px 35px 15px;
  border: 3px solid #FFE072;
  border-radius: 20px;
  background: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/logo.png") left 20px top 20px no-repeat;
}
#TOP .lead .lead-left p {
  font-size: 1.1rem;
  line-height: 1.6;
}
#TOP .lead .lead-right {
  width: 352px;
}
#TOP .navigation {
  background: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/index-line.png") center top no-repeat, url("/wp-content/themes/yamasa-cms/dist/images/arumonde/index-line.png") center bottom no-repeat;
  padding: 25px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#TOP .navigation .navTitle {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}
#TOP .navigation ul {
  max-width: 650px;
}
#TOP .navigation ul li {
  height: 55px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 46px 46px;
}
#TOP .navigation ul li:nth-of-type(1) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_green.png");
}
#TOP .navigation ul li:nth-of-type(2) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_red.png");
}
#TOP .navigation ul li:nth-of-type(3) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_blue.png");
}
#TOP .navigation ul li:nth-of-type(4) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_brown.png");
}
#TOP .navigation ul li:nth-of-type(5) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_orange.png");
}
#TOP .navigation ul li:nth-of-type(6) {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_s/gama_pink.png");
}
#TOP .navigation ul li a {
  display: block;
  padding-left: 60px;
  line-height: 55px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 768px) {
  #TOP .arumonde_main {
    background: none;
  }
  #TOP .lead {
    display: block;
    padding: 30px 0;
  }
  #TOP .lead .lead-left {
    width: 100%;
    padding: 35px 20px 15px;
    background-position: top 10px left 10px;
    background-size: 70% auto;
  }
  #TOP .lead .lead-left p {
    font-size: 0.8rem;
  }
  #TOP .lead .lead-right {
    width: 90%;
    margin: 0 auto;
  }
  #TOP .navigation {
    background-size: contain;
    padding: 15px 0;
  }
  #TOP .navigation .navTitle {
    font-size: 1.5rem;
    padding-bottom: 12px;
  }
  #TOP .navigation ul {
    max-width: 86%;
  }
  #TOP .navigation ul li {
    height: 30px;
    background-size: 24px 24px;
  }
  #TOP .navigation ul li a {
    line-height: 30px;
    padding-left: 30px;
    font-size: 1rem;
  }
  #TOP .navigation ul li:nth-of-type(5) {
    height: 50px;
  }
  #TOP .navigation ul li:nth-of-type(5) a {
    line-height: 1.4;
  }
}
.recipes-section {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/bg_white.png");
  padding: 20px 0 10px;
}
.recipes-section h2, .recipes-section h3 {
  display: inline-block;
  font-size: 3em;
  font-weight: bold;
}
.recipes-section .section-title {
  text-align: center;
}
.recipes-section .section-title h2 {
  margin: 0 auto 12px;
  padding-left: 85px;
  background-repeat: no-repeat;
  background-size: 66px 66px;
  line-height: 66px;
  height: 66px;
}
.recipes-section .section-title .section-lead {
  width: 100%;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
}
.recipes-section .wrap {
  background-color: #fff;
  padding: 25px 40px;
  margin-bottom: 30px;
  border-width: 2px;
  border-radius: 30px;
  border-style: solid;
}
.recipes-section .wrap h3.genre-title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.recipes-section .wrap h3.genre-title span {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}
.recipes-section .wrap .recipes-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 5px;
}
.recipes-section .wrap .recipes-box .recipe {
  width: 410px;
  margin-bottom: 15px;
}
.recipes-section .wrap .recipes-box .recipe .recipe-image {
  margin-bottom: 10px;
}
.recipes-section .wrap .recipes-box .recipe .recipe-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
}
.recipes-section .wrap .recipes-box .recipe .recipe-discription {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.recipes-section .wrap .recipes-box .recipe .recipe-link {
  width: 200px;
  height: 46px;
  margin: 10px auto 0;
  border-radius: 24px;
  text-align: center;
  background-image: url(/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/arrow-right_s.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.recipes-section .wrap .recipes-box .recipe .recipe-link a {
  font-size: 1.5em;
  color: #fff;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .recipes-section {
    padding: 20px 0 10px;
  }
  .recipes-section h2,
  .recipes-section h3 {
    font-size: 2em;
  }
  .recipes-section .section-title h2 {
    padding-left: 42px;
    background-size: 34px 34px;
    line-height: 1.4;
    height: auto;
  }
  .recipes-section .section-title .section-lead {
    font-size: 1em;
  }
  .recipes-section .wrap {
    padding: 5px 4%;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .recipes-section .wrap h3.genre-title {
    width: 92%;
    margin-bottom: 3px;
  }
  .recipes-section .wrap h3.genre-title span {
    margin: 0;
  }
  .recipes-section .wrap .genre-icon {
    transform: scale(0.7);
  }
  .recipes-section .wrap .recipes-box .recipe {
    width: 100%;
    margin-bottom: 25px;
  }
  .recipes-section .wrap .recipes-box .recipe .recipe-title {
    font-size: 1.5em;
  }
  .recipes-section .wrap .recipes-box .recipe .recipe-discription {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .recipes-section .wrap .recipes-box .recipe .recipe-link {
    width: 100%;
    max-width: 320px;
    height: 40px;
    border-radius: 20px;
    background-position: center right 30px;
    background-size: auto 18px;
  }
  .recipes-section .wrap .recipes-box .recipe .recipe-link a {
    font-size: 1.2em;
    line-height: 40px;
  }
  #OKIKAE .wrap.genre-1 h3.genre-title {
    width: 100%;
    font-size: 1.4em;
    margin: 15px 0;
  }
  #OKIKAE .wrap.genre-1 h3.genre-title .genre-icon {
    transform: scale(1);
    width: 60px;
    margin-right: 6px;
  }
}
.recipes-snapdish .wrap p.section-lead {
  padding: 10px 0 20px;
  font-size: 1.5em;
  line-height: 1.4;
}

.yamasa_arumonde {
  text-align: center;
}
.yamasa_arumonde .section-title {
  margin-bottom: 20px;
}
.yamasa_arumonde .arumonde-search a {
  display: block;
  width: 510px;
  height: 86px;
  margin: 20px auto;
  padding: 12px;
  border-radius: 43px;
  background: url(/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/arrow-right.png) center right 30px no-repeat #E646B2;
  background-size: auto 31px;
  color: #fff;
  font-size: 1.9em;
  line-height: 1.3;
}
.yamasa_arumonde .arumonde-search a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.yamasa_arumonde .to-top a {
  display: block;
  width: 260px;
  height: 60px;
  margin: 30px auto;
  border-radius: 30px;
  background: url(/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/arrow-up.png) center right 36px no-repeat #C50125;
  background-size: 23px 13px;
  color: #fff;
  font-size: 1.9em;
  line-height: 60px;
}
.yamasa_arumonde .to-top a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #SNAPDISH .wrap {
    padding-top: 12px;
  }
  #SNAPDISH .wrap h3.genre-title {
    width: 100%;
  }
  #SNAPDISH .wrap p.section-lead {
    font-size: 1.3em;
    padding: 10px 0;
  }
  .yamasa_arumonde {
    padding: 5px 4%;
  }
  .yamasa_arumonde .section-title {
    width: 285px;
    margin: 20px auto;
    text-align: left;
  }
  .yamasa_arumonde .section-lead {
    text-align: center;
  }
  .yamasa_arumonde .arumonde-search a {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    padding: 6px;
    background-position: center right 14px;
    background-size: auto 26px;
    font-size: 1.4em;
  }
  .yamasa_arumonde .to-top a {
    width: 100%;
    height: 56px;
    margin: 20px auto;
    border-radius: 28px;
    font-size: 1.4em;
    line-height: 56px;
    background-position: center right 80px;
  }
}
.section-green {
  background-color: #D1F4CE;
}
.section-green .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_green.png");
}
.section-green .wrap {
  border-color: #00B80D;
}
.section-green .wrap .recipe-link {
  background-color: #00B80D;
}

.section-red {
  background-color: #FFE1E6;
}
.section-red .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_red.png");
}
.section-red .wrap {
  border-color: #F34E1D;
}
.section-red .wrap .recipe-link {
  background-color: #F34E1D;
}

.section-blue {
  background-color: #E1EAFF;
}
.section-blue .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_blue.png");
}
.section-blue .wrap {
  border-color: #3F69FF;
}
.section-blue .wrap .recipe-link {
  background-color: #3F69FF;
}

.section-orange {
  background-color: #FFE9C2;
}
.section-orange .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_orange.png");
}
.section-orange .wrap {
  border-color: #FF9E1A;
}
.section-orange .wrap .recipe-link {
  background-color: #FF9E1A;
}

.section-brown {
  background-color: #EFE5D3;
}
.section-brown .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_brown.png");
}
.section-brown .wrap {
  border-color: #925102;
}
.section-brown .wrap .recipe-link {
  background-color: #925102;
}

.section-pink .section-title h2 {
  background-image: url("/wp-content/themes/yamasa-cms/dist/images/arumonde/icons/gama_l/gama_pink.png");
}
.section-pink .wrap .recipe-link {
  background-color: #E646B2;
}

@media screen and (max-width: 768px) {
  #main-footer-wrapper {
    padding: 2em 6%;
  }
}