@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* header */
body#ichihomare #top_head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head {
    display: block;
  }
}
body#ichihomare #top_head #mobile_head {
  z-index: 999;
  position: fixed;
  margin: auto;
  transform: translateX(0px);
  transition: 0.5s ease-in-out;
  display: block;
  top: 50px;
  left: auto;
  right: 50px;
  width: 50px;
  height: 40px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #mobile_head {
    width: 8vw;
    height: 7.2vw;
    top: 4.8vw;
    right: 4.8vw;
  }
}
body#ichihomare #top_head #nav_toggle {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 101;
  transition: 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
body#ichihomare #top_head #nav_toggle div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body#ichihomare #top_head #nav_toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c09900;
  left: 0;
  transition: 0.35s ease-in-out;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_toggle span {
    height: 2px;
  }
}
body#ichihomare #top_head #nav_toggle span:nth-child(1) {
  top: 0;
}
body#ichihomare #top_head #nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
body#ichihomare #top_head #nav_toggle span:nth-child(3) {
  bottom: 0;
}
body#ichihomare #top_head #nav_list {
  position: fixed;
  right: -120%;
  top: 0;
  opacity: 0;
  margin: auto;
  width: 370px;
  padding: 135px 50px 0;
  box-sizing: border-box;
  transition: 0.5s;
  height: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list {
    width: 100%;
    padding: 37.3333333333vw 0 0;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list ul {
    display: table;
    margin: auto;
  }
}
body#ichihomare #top_head #nav_list li {
  border-bottom: solid 1px #eae2c7;
}
body#ichihomare #top_head #nav_list li:first-child {
  border-top: solid 1px #eae2c7;
}
body#ichihomare #top_head #nav_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #aa8b1f;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list li a {
    padding: 5vw 1vw 5vw 0;
    font-size: 3.7333333333vw;
  }
}
body#ichihomare #top_head #nav_list li a img {
  width: 36px;
  margin-right: 8px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list li a img {
    margin-right: 3vw;
    width: 9.3333333333vw;
  }
}
body#ichihomare #top_head #nav_list li a:hover {
  opacity: 1;
}
body#ichihomare #top_head #nav_list li a:hover span {
  border-bottom: solid 1px #aa8b1f;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list li a:hover span {
    border-bottom: none;
  }
}
body#ichihomare #top_head #nav_list li:last-child a img {
  width: 82px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head #nav_list li:last-child a img {
    width: 18.6666666667vw;
  }
}
body#ichihomare #top_head.open {
  position: fixed;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head.open {
    background: #fff;
    height: 100vh;
  }
}
body#ichihomare #top_head.open #nav_toggle div {
  height: 1.40625vw;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head.open #nav_toggle div {
    height: 6vw;
  }
}
body#ichihomare #top_head.open #nav_toggle span:nth-child(1) {
  top: 0.5729166667vw;
  transform: rotate(315deg);
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head.open #nav_toggle span:nth-child(1) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#ichihomare #top_head.open #nav_toggle span:nth-child(2) {
  display: none;
}
body#ichihomare #top_head.open #nav_toggle span:nth-child(3) {
  top: 0.5729166667vw;
  transform: rotate(-315deg);
}
@media only screen and (max-width: 736px) {
  body#ichihomare #top_head.open #nav_toggle span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#ichihomare #top_head.open #nav_list {
  display: block;
  opacity: 1;
  z-index: 10;
  right: 0;
  background: #fff;
}

/* footer */
body#ichihomare #footer {
  background: #b1c2c9;
  position: relative;
  opacity: 0;
}
body#ichihomare #footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body#ichihomare #footer .footer_logo {
  width: 177px;
}
@media only screen and (max-width: 970px) {
  body#ichihomare #footer .footer_logo {
    width: 18.2474226804vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare #footer .footer_logo {
    width: 21.6vw;
  }
}
body#ichihomare #footer .footer_img {
  width: 390px;
  margin: -32px 40px 0 90px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  body#ichihomare #footer .footer_img {
    width: 40.206185567vw;
    margin-left: 4.1237113402vw;
    margin-right: 4.1237113402vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare #footer .footer_img {
    width: 42.6666666667vw;
    margin: 2vw 0 0;
  }
}
body#ichihomare #footer .footer_img img {
  opacity: 0;
  transition: 0.8s ease-out;
  transition-delay: 0.5s;
  transform: translateY(80%);
}
body#ichihomare #footer .footer_link span {
  font-size: 30px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
  margin-bottom: 6px;
  display: table;
}
@media only screen and (max-width: 970px) {
  body#ichihomare #footer .footer_link span {
    font-size: 3.0927835052vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare #footer .footer_link span {
    padding-bottom: 0;
    font-size: 3.2vw;
  }
}
body#ichihomare #footer .footer_link span img {
  width: 27px;
  vertical-align: middle;
}
@media only screen and (max-width: 970px) {
  body#ichihomare #footer .footer_link span img {
    width: 2.7835051546vw;
  }
}
body#ichihomare #footer .copy {
  font-family: "Noto Sans", sans-serif;
  font-size: 9px;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare #footer .copy {
    text-align: center;
    bottom: 3vw;
    right: auto;
    width: 100%;
    font-size: 1.6vw;
    z-index: 1;
  }
}
body#ichihomare #footer.is-in .footer_img img {
  opacity: 1;
  transform: translateY(0);
}
body#ichihomare.following #footer {
  opacity: 1;
}

body#ichihomare {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #aa8b1f;
}
@media only screen and (max-width: 736px) {
  body#ichihomare {
    font-size: 3.2vw;
  }
}
body#ichihomare h2, body#ichihomare h3, body#ichihomare h4, body#ichihomare h5, body#ichihomare p, body#ichihomare li, body#ichihomare dt, body#ichihomare dd, body#ichihomare input, body#ichihomare textarea, body#ichihomare th, body#ichihomare td, body#ichihomare span {
  line-height: 140%;
  letter-spacing: 0;
}
body#ichihomare a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
body#ichihomare a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  body#ichihomare a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
body#ichihomare img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body#ichihomare .inner {
  width: 970px;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  body#ichihomare .inner {
    width: 97vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare .inner {
    width: 92vw;
  }
}
body#ichihomare .pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  body#ichihomare .pc {
    display: none !important;
  }
}
body#ichihomare .sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  body#ichihomare .sp {
    display: block !important;
  }
}
body#ichihomare a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  body#ichihomare a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}
body#ichihomare span[data-aos],
body#ichihomare strong[data-aos],
body#ichihomare small[data-aos] {
  display: inline-block;
}
body#ichihomare main {
  overflow: hidden;
  height: 100vh;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main {
    height: auto;
  }
}
body#ichihomare main.following {
  height: auto;
  z-index: 0;
}
body#ichihomare main #top_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: 0.3s;
}
body#ichihomare main #top_bnr.is-out {
  opacity: 0;
}
body#ichihomare main #top_bnr a {
  background: #c09900;
}
body#ichihomare main #top_bnr a:hover {
  background: #9e7500;
  opacity: 1;
}
body#ichihomare main #top_bnr .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #top_bnr .box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #top_bnr .box {
    position: relative;
    justify-content: flex-start;
  }
}
body#ichihomare main #top_bnr .bnr_logo {
  width: 136px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #top_bnr .bnr_logo {
    margin-right: 4vw;
    width: 26.6666666667vw;
  }
}
body#ichihomare main #top_bnr .bnr_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  body#ichihomare main #top_bnr .bnr_text {
    margin: 0 1vw;
  }
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #top_bnr .bnr_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #top_bnr .bnr_text {
    display: block;
    margin: 0;
    font-size: 2.6666666667vw;
  }
}
body#ichihomare main #top_bnr .bnr_text span {
  font-size: 30px;
  margin-right: 12px;
}
@media only screen and (max-width: 800px) {
  body#ichihomare main #top_bnr .bnr_text span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #top_bnr .bnr_text span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #top_bnr .bnr_text span {
    display: block;
    font-size: 4.2666666667vw;
    margin-right: 0;
    margin-bottom: 0.5vw;
  }
}
body#ichihomare main #top_bnr .bnr_img {
  width: 110px;
  margin-top: -30px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #top_bnr .bnr_img {
    position: absolute;
    right: 2vw;
    bottom: 0;
    margin-top: 0;
    width: 19.2vw;
  }
}
body#ichihomare main #mv {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv {
    height: 100svh;
    position: relative;
    padding-bottom: 25vw;
    box-sizing: border-box;
    overflow: hidden;
  }
}
body#ichihomare main #mv .logo {
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .logo {
    height: auto;
  }
}
body#ichihomare main #mv .logo .in_box {
  padding-top: 5.5%;
  padding-bottom: 12%;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .logo .in_box {
    padding-top: 8vw;
    padding-bottom: 4.8vw;
  }
}
body#ichihomare main #mv .mv_logo {
  width: 270px;
  margin: 0 auto 35px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_logo {
    margin-bottom: 5vw;
    width: 45.3333333333vw;
  }
}
body#ichihomare main #mv .mv_logo:before {
  content: "";
  position: absolute;
  top: 70px;
  background: #c09900;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 232px;
  transition-duration: 0.8s;
  transform-origin: bottom;
  transition-timing-function: linear;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_logo:before {
    top: 12vw;
    width: 8vw;
    height: 39vw;
  }
}
body#ichihomare main #mv .mv_logo.aos-animate:before {
  transform: scaleY(0);
  transition-delay: 1.5s;
}
body#ichihomare main #mv .mv_ttl {
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #mv .mv_ttl {
    width: 76%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_ttl {
    width: 69.3333333333vw;
  }
}
body#ichihomare main #mv .mv_ttl.aos-animate {
  transition-delay: 2s;
}
body#ichihomare main #mv .mv_text {
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 200%;
  color: #aa8b1f;
  padding-bottom: 200px;
  transform: translateY(20%);
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_text {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding-bottom: 0;
    line-height: 200%;
    transform: translateY(40%);
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_text.aos-animate {
    opacity: 1;
    transition-delay: 4s;
    transform: translateY(0);
  }
}
body#ichihomare main #mv .mv_text strong {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-top: 6px;
  letter-spacing: 0.22em;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_text strong {
    margin-top: 2vw;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 4.2666666667vw;
  }
}
body#ichihomare main #mv .mv_bk {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_bk {
    bottom: 0;
    top: auto;
    height: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
body#ichihomare main #mv .mv_bk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv .mv_bk img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: bottom;
       object-position: bottom;
    position: absolute;
    bottom: 0;
  }
}
body#ichihomare main #mv.following {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv.following {
    height: auto;
  }
}
body#ichihomare main #mv.following .logo {
  height: auto;
}
body#ichihomare main #mv.following .logo .in_box {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #mv.following .logo .in_box {
    padding-bottom: 6vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #mv.following .logo .in_box {
    padding-bottom: 5vw;
  }
}
body#ichihomare main #mv.following .mv_bk {
  position: fixed;
}
body#ichihomare main #mv.following .mv_bk.is-in {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
body#ichihomare main #mv.following .mv_text {
  opacity: 1;
  transition: 1.3s 0.8s ease-out;
  transform: translateY(0);
}
body#ichihomare main #history {
  padding: 72px 0 40px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history {
    overflow: hidden;
    padding: 5.3333333333vw 0;
  }
}
body#ichihomare main #history .in_box {
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box {
    padding: 11.2vw 0;
  }
}
body#ichihomare main #history .in_box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: url(../img/history_line01.webp);
  border-image-outset: 34px;
  border-image-width: 68px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box:before {
    border-image-outset: 6.5vw;
    border-image-width: 13vw;
  }
}
body#ichihomare main #history .in_box .history_line01 {
  position: absolute;
  left: 15px;
  top: 1px;
  bottom: 1px;
  width: 11px;
  background: url(../img/history_line03.webp) repeat-y left top/contain;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box .history_line01 {
    left: 2.6vw;
    top: 3vw;
    bottom: 1vw;
    width: 2.5vw;
  }
}
body#ichihomare main #history .in_box .history_line02 {
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  width: 11px;
  z-index: -1;
  background: url(../img/history_line03.webp) repeat-y left top/contain;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box .history_line02 {
    right: 2.6vw;
    top: 3vw;
    bottom: 1vw;
    width: 2.5vw;
  }
}
body#ichihomare main #history .in_box .history_line03 {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  margin: auto;
  top: 11px;
  height: 11px;
  background: url(../img/history_line02.webp) repeat-x center top/contain;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box .history_line03 {
    left: 0.1vw;
    top: 2vw;
    height: 2.5vw;
  }
}
body#ichihomare main #history .in_box .history_line04 {
  content: "";
  position: absolute;
  left: 9px;
  right: -4px;
  margin: auto;
  bottom: 11px;
  height: 11px;
  background: url(../img/history_line02.webp) repeat-x center bottom/contain;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .in_box .history_line04 {
    left: 0.1vw;
    bottom: 1.67vw;
    height: 2.5vw;
  }
}
body#ichihomare main #history .history_ttl {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .history_ttl {
    font-size: 5.6vw;
    margin-bottom: 2vw;
  }
}
body#ichihomare main #history .history_text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .history_text {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    margin-bottom: 6vw;
  }
}
body#ichihomare main #history .timeline {
  display: table;
  margin: auto;
  position: relative;
}
body#ichihomare main #history .timeline:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 145px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 22.5166604984px;
  width: 26px;
  background: #aa8b1f;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline:after {
    bottom: -3vw;
    left: 20.5vw;
    height: 3vw;
    width: 3.4vw;
  }
}
body#ichihomare main #history .timeline li {
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline li {
    padding-bottom: 3.2vw;
  }
}
body#ichihomare main #history .timeline li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 150px;
  width: 15px;
  height: 15px;
  background: #aa8b1f;
  border-radius: 50%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline li:after {
    top: 1vw;
    left: 15.6vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
body#ichihomare main #history .timeline li .border-line {
  position: absolute;
  left: 157px;
  top: 13px;
  width: 2px;
  height: 0;
  background: #aa8b1f;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline li .border-line {
    left: 16.5vw;
    top: 2vw;
    width: 1px;
  }
}
body#ichihomare main #history .timeline li.big dt {
  font-size: 42px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline li.big dt {
    font-size: 4.2666666667vw;
  }
}
body#ichihomare main #history .timeline li.big:after {
  left: 143px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: solid 9px #aa8b1f;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline li.big:after {
    left: 14.8vw;
    width: 4vw;
    height: 4vw;
    border: solid 1.52vw #aa8b1f;
    top: 1.5vw;
  }
}
body#ichihomare main #history .timeline dl {
  display: flex;
  flex-wrap: wrap;
}
body#ichihomare main #history .timeline dl dt {
  width: 125px;
  text-align: right;
  font-size: 22px;
  margin-right: 55px;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dt {
    margin-right: 7vw;
    width: 13vw;
    font-size: 3.2vw;
  }
}
body#ichihomare main #history .timeline dl dd {
  color: #727171;
  font-size: 16px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #history .timeline dl dd {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd {
    width: auto;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }
}
body#ichihomare main #history .timeline dl dd .time_ttl {
  color: #aa8b1f;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd .time_ttl {
    margin-bottom: 1vw;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #history .timeline dl dd .time_ttl.f36 {
  font-size: 36px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd .time_ttl.f36 {
    font-size: 5.3333333333vw;
  }
}
body#ichihomare main #history .timeline dl dd strong {
  display: inline-block;
  padding: 3px 5px;
  background: linear-gradient(transparent 0%, #aa8b1f 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  line-height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd strong {
    padding: 0.5vw 0.5vw;
  }
}
body#ichihomare main #history .timeline dl dd strong.f36 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd strong.f36 {
    margin-bottom: 1.5vw;
    font-size: 5.0666666667vw;
    padding: 0.5vw 0;
  }
}
body#ichihomare main #history .timeline dl dd .link {
  width: 320px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .timeline dl dd .link {
    width: 44.2666666667vw;
  }
}
body#ichihomare main #history .u_text {
  text-align: center;
  font-size: 36px;
  display: table;
  margin: 30px auto 0;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #history .u_text {
    font-size: 27px;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .u_text {
    margin-top: 7vw;
    font-size: 5.3333333333vw;
  }
}
body#ichihomare main #history .u_text:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  transition: 2s;
}
body#ichihomare main #history .u_text strong {
  font-weight: 600;
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #history .u_text strong {
    font-size: 44px;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #history .u_text strong {
    display: block;
    font-size: 7.4666666667vw;
  }
}
body#ichihomare main #history .u_text.aos-animate:before {
  width: 0;
}
body#ichihomare main #voice {
  background: #c09900;
  position: relative;
  padding: 0 0 85px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
body#ichihomare main #voice:before {
  content: "";
  position: absolute;
  top: 0;
  height: 75px;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice:before {
    display: none;
  }
}
body#ichihomare main #voice .voice_top {
  width: 354px;
  margin: 0 auto 15px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_top {
    margin-bottom: 0;
    width: 78.6666666667vw;
  }
}
body#ichihomare main #voice .voice_ttl {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_ttl {
    padding: 0.5vw 0;
    font-size: 12.2666666667vw;
  }
}
body#ichihomare main #voice .voice_text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_text {
    margin-bottom: 8vw;
    letter-spacing: 0;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #voice .voice_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box {
    display: block;
    margin-bottom: 11vw;
  }
}
body#ichihomare main #voice .voice_box li {
  margin: 0 10px 20px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li {
    margin: 0 0 20vw;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:first-child .box_img {
    top: 78%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:nth-child(2) .box_text {
    margin-left: 7vw;
    margin-right: auto;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:nth-child(2) .box_img {
    left: auto;
    right: -3vw;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:last-child {
    margin-bottom: 5vw;
  }
}
body#ichihomare main #voice .voice_box li:last-child .box_img {
  width: 300px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:last-child .box_img {
    width: 48vw;
    top: 27%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box li:last-child .box_text {
    margin-right: 10vw;
    line-height: 140%;
  }
}
body#ichihomare main #voice .voice_box .box_img {
  width: 280px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box .box_img {
    width: 46.6666666667vw;
    position: absolute;
    left: -3vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
body#ichihomare main #voice .voice_box .box_text {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin: 16px 0;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box .box_text {
    line-height: 170%;
    font-size: 4.8vw;
    display: table;
    margin-right: 7vw;
    margin-left: auto;
  }
}
body#ichihomare main #voice .voice_box .box_text.f18s {
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box .box_text.f18s {
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #voice .voice_box .box_text strong {
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box .box_text strong {
    font-size: 9.6vw;
  }
}
body#ichihomare main #voice .voice_box .box_text strong.f38s {
  font-size: 38px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .voice_box .box_text strong.f38s {
    font-size: 7.4666666667vw;
  }
}
body#ichihomare main #voice .youtube_box {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .youtube_box {
    width: 84vw;
  }
}
body#ichihomare main #voice .youtube_box .youtube_ttl {
  font-size: 36px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #voice .youtube_box .youtube_ttl {
    font-size: 4.8vw;
    padding: 0.5vw 0;
  }
}
body#ichihomare main #voice .youtube_box .youtube_img {
  width: 100%;
  aspect-ratio: 16/9;
}
body#ichihomare main #voice .youtube_box .youtube_img iframe {
  width: 100%;
  height: 100%;
}
body#ichihomare main #campaign {
  background: #eae2c7;
  padding: 70px 0 40px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign {
    padding: 5vw 0;
  }
}
body#ichihomare main #campaign .in_box {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box {
    padding: 10vw 0;
  }
}
body#ichihomare main #campaign .in_box .campaign_line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
body#ichihomare main #campaign .in_box .campaign_line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: url(../img/campaign_line01.webp);
  border-image-outset: 34px;
  border-image-width: 68px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box .campaign_line:before {
    border-image-outset: 6.5vw;
    border-image-width: 13vw;
  }
}
body#ichihomare main #campaign .in_box .campaign_line01 {
  position: absolute;
  left: 15px;
  width: 11px;
  background: url(../img/campaign_line03.webp) repeat-y left top/contain;
  z-index: -1;
  height: calc(100% - 64px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box .campaign_line01 {
    left: 2.6vw;
    height: calc(100% - 13vw);
    width: 2.5vw;
  }
}
body#ichihomare main #campaign .in_box .campaign_line02 {
  position: absolute;
  right: 15px;
  height: calc(100% - 64px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 11px;
  z-index: -1;
  background: url(../img/campaign_line03.webp) repeat-y left top/contain;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box .campaign_line02 {
    right: 2.6vw;
    height: calc(100% - 13vw);
    width: 2.5vw;
  }
}
body#ichihomare main #campaign .in_box .campaign_line03 {
  content: "";
  position: absolute;
  margin: auto;
  top: 17px;
  height: 11px;
  background: url(../img/campaign_line02.webp) repeat-x center top/contain;
  z-index: -1;
  width: calc(100% - 64px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box .campaign_line03 {
    width: calc(100% - 12.5vw);
    top: 3.2vw;
    height: 2.5vw;
  }
}
body#ichihomare main #campaign .in_box .campaign_line04 {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  bottom: 6px;
  height: 11px;
  background: url(../img/campaign_line02.webp) repeat-x center bottom/contain;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .in_box .campaign_line04 {
    width: calc(100% - 12.5vw);
    bottom: 0.8vw;
    height: 2.5vw;
  }
}
body#ichihomare main #campaign .campaign_top {
  width: 384px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_top {
    margin-bottom: 3vw;
    width: 68.2666666667vw;
  }
}
body#ichihomare main #campaign .campaign_ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_ttl {
    margin-bottom: 1vw;
    font-size: 7.4666666667vw;
  }
}
body#ichihomare main #campaign .campaign_day {
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_day {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #campaign .campaign_text {
  color: #727171;
  text-align: center;
  margin-bottom: 60px;
  line-height: 190%;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_text {
    width: 80%;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_text {
    width: 100%;
    line-height: 180%;
    margin-bottom: 10vw;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #campaign .campaign_text strong {
  display: inline;
  padding: 0 3px;
  background: linear-gradient(transparent 0%, #aa8b1f 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_text strong {
    padding: 0 0.5vw;
  }
}
body#ichihomare main #campaign .campaign_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_box {
    display: block;
  }
}
body#ichihomare main #campaign .campaign_box .l_box {
  margin-right: 40px;
}
@media only screen and (max-width: 820px) {
  body#ichihomare main #campaign .campaign_box .l_box {
    margin-right: 4.8780487805vw;
  }
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_box .l_box {
    margin: 0 auto 5vw;
  }
}
body#ichihomare main #campaign .campaign_box .l_box .box_img {
  width: 370px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 820px) {
  body#ichihomare main #campaign .campaign_box .l_box .box_img {
    width: 45.1219512195vw;
  }
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_box .l_box .box_img {
    width: 60%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .l_box .box_img {
    width: 55.4666666667vw;
  }
}
body#ichihomare main #campaign .campaign_box .l_box .box_ttl {
  font-size: 25px;
  text-align: center;
  color: #aa8b1f;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .l_box .box_ttl {
    font-size: 5.3333333333vw;
  }
}
body#ichihomare main #campaign .campaign_box .l_box .box_text {
  font-size: 20px;
  text-align: center;
  color: #aa8b1f;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .l_box .box_text {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_box .r_box {
    display: table;
    margin: auto;
  }
}
body#ichihomare main #campaign .campaign_box .r_box li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .r_box li {
    margin-bottom: 3vw;
  }
}
body#ichihomare main #campaign .campaign_box .r_box .box_img {
  width: 120px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  body#ichihomare main #campaign .campaign_box .r_box .box_img {
    width: 40%;
  }
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .r_box .box_img {
    width: 29.3333333333vw;
  }
}
body#ichihomare main #campaign .campaign_box .r_box .box_ttl {
  font-size: 18px;
  color: #727171;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .r_box .box_ttl {
    margin-bottom: 0;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #campaign .campaign_box .r_box .box_text {
  font-size: 16px;
  color: #727171;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_box .r_box .box_text {
    font-size: 3.2vw;
  }
}
body#ichihomare main #campaign .campaign_small {
  text-align: center;
  color: #727171;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
  display: block;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_small {
    font-size: 2.6666666667vw;
  }
}
body#ichihomare main #campaign .campaign_outline {
  width: 83%;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline {
    width: 75%;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_ttl {
  background: #aa8b1f;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 3px 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline .outline_ttl {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline .outline_box {
    margin-bottom: 5vw;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_box__ttl {
  font-size: 20px;
  border-bottom: solid 1px #aa8b1f;
  color: #aa8b1f;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline .outline_box__ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_box__text {
  font-size: 16px;
  color: #727171;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline .outline_box__text {
    font-size: 3.2vw;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_box__text small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #campaign .campaign_outline .outline_box__text small {
    font-size: 2.6666666667vw;
  }
}
body#ichihomare main #campaign .campaign_outline .outline_box__text a {
  color: #727171;
  text-decoration: underline;
}
body#ichihomare main #campaign .campaign_outline .outline_box__text span:before {
  content: "";
  display: inline-block;
  border-left: 7px solid #c09900;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}
body#ichihomare main #sns {
  background: #c09900;
  padding: 70px 0;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns {
    padding: 8vw 0;
  }
}
body#ichihomare main #sns .sns_ttl {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .sns_ttl {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
body#ichihomare main #sns .sns_text {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  line-height: 180%;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .sns_text {
    margin-bottom: 6vw;
    font-size: 3.4666666667vw;
  }
}
body#ichihomare main #sns .in_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .in_box {
    display: block;
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
body#ichihomare main #sns .in_box div {
  margin: 0 15px 30px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .in_box div {
    margin: 0 0 8vw;
  }
}
body#ichihomare main #sns .box_ttl {
  display: table;
  margin: 0 auto 20px;
  font-size: 22px;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 7px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .box_ttl {
    margin-bottom: 4vw;
    padding-bottom: 0.5vw;
    font-size: 3.7333333333vw;
  }
}
body#ichihomare main #sns .instagram {
  width: 570px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .instagram {
    width: 100%;
  }
}
body#ichihomare main #sns .x {
  width: 400px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .x {
    width: 100%;
  }
}
body#ichihomare main #sns .account_text {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .account_text {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
body#ichihomare main #sns .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#ichihomare main #sns .sns_link li {
  width: 60px;
  margin: 0 13px;
}
@media only screen and (max-width: 736px) {
  body#ichihomare main #sns .sns_link li {
    margin: 0 2.5vw;
    width: 10.6666666667vw;
  }
}