@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat-ExtraBold.ttf);
  font-weight: bolder;
}
nav {
  width: 980px;
  margin: 2% auto;
}
nav .breadcrumbs {
  color: #C3C3C3;
  font-size: 14px;
  display: flex;
}
@media screen and (max-width: 599px) {
  nav {
    width: 100%;
    padding: 0 10px;
  }
}

.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.breadcrumbs li:last-child::after {
  display: none;
}

/*************************************************
header
*************************************************/
header .header_pc {
  max-width: 1200px;
  height: 100px;
  display: flex;
  background-color: #fff;
  inset: 0;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 999;
  position: fixed;
  border: solid 1px #E5E5E5;
}
header .header_pc .header_left {
  text-align: center;
  padding-left: 25px;
}
header .header_pc .header_left a {
  display: block;
}
header .header_pc .header_left span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 5px 0;
}
header .header_pc .header_r_wrapper {
  height: 100px;
  display: flex;
}
header .header_pc .header_r_wrapper .header_middle {
  padding: 20px;
}
header .header_pc .header_r_wrapper .header_middle ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #393939;
}
header .header_pc .header_r_wrapper .header_middle ul li a:hover {
  color: #F0961D;
}
header .header_pc .header_r_wrapper .header_middle ul li a img {
  padding-right: 5px;
}
header .header_pc .header_r_wrapper .header_right ul {
  display: flex;
  align-items: center;
  color: #393939;
}
header .header_pc .header_r_wrapper .header_right .header_menu {
  color: #000;
  width: 145px;
}
header .header_pc .header_r_wrapper .header_right .header_menu svg {
  margin-bottom: 5px;
}
header .header_pc .header_r_wrapper .header_right .header_menu path {
  fill: #000;
}
header .header_pc .header_r_wrapper .header_right .header_menu a {
  display: grid;
  justify-items: center;
  font-size: 16px;
  font-weight: bold;
  height: 100px;
  padding: 15px;
}
header .header_pc .header_r_wrapper .header_right .header_menu span {
  font-family: "Montserrat";
  font-size: 10px;
}
header .header_pc .header_r_wrapper .header_right .header_menu a:hover {
  color: #fff;
  background-color: #F0961D;
}
header .header_pc .header_r_wrapper .header_right .header_menu a:hover path {
  fill: #fff;
}
header .header_pc .header_r_wrapper .header_right .header_mypage {
  width: 92px;
}
header .header_pc .header_r_wrapper .header_right .header_mypage svg {
  margin-bottom: 5px;
}
header .header_pc .header_r_wrapper .header_right .header_mypage svg path {
  fill: #F5B155;
}
header .header_pc .header_r_wrapper .header_right .header_mypage a {
  height: 100px;
  display: grid;
  justify-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #F5B155;
  padding: 30px 10px;
}
header .header_pc .header_r_wrapper .header_right .header_mypage a:hover {
  color: #fff;
  background-color: #F0961D;
}
header .header_pc .header_r_wrapper .header_right .header_mypage a:hover path {
  fill: #fff;
}
header .header_pc .header_r_wrapper .header_right .header_mypage:last-child a {
  border-bottom-right-radius: 10px;
}
header .header_pc .header_r_wrapper .header_right ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 99px;
  background-color: #E5E5E5;
  top: 0;
}
@media screen and (max-width: 599px) {
  header .header_pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  header {
    width: 100%;
  }
}
header .header_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  header .header_sp {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    position: fixed;
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    inset: 0;
    z-index: 100;
  }
  header .header_sp .header_sp_inner {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_sp .header_sp_inner .to_top_sp img {
    width: 120px;
  }
  header .header_sp .header_sp_inner .my_pages {
    display: flex;
    align-items: center;
  }
  header .header_sp .header_sp_inner .my_pages a {
    width: 60px;
    display: grid;
    justify-items: center;
    justify-content: center;
  }
  header .header_sp .header_sp_inner .my_pages a path {
    fill: #000;
  }
  header .header_sp .header_sp_inner .my_pages a svg {
    margin-bottom: 5px;
  }
  header .header_sp .header_sp_inner .my_pages a:hover {
    color: #F5B155;
  }
  header .header_sp .header_sp_inner .my_pages a:hover path {
    fill: #F5B155;
  }
  header .header_sp .openbtn {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 999;
  }
  header .header_sp .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background-color: #393939;
    width: 60%;
  }
  header .header_sp .openbtn span:nth-of-type(1) {
    top: 13px;
    color: #393939;
  }
  header .header_sp .openbtn span:nth-of-type(2) {
    top: 23px;
    color: #393939;
  }
  header .header_sp .openbtn span:nth-of-type(2)::after {
    content: "menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 10px;
    left: 2px;
    color: #393939;
    font-size: 0.6rem;
    font-family: "Montserrat";
    font-weight: bold;
  }
  header .header_sp .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    color: #393939;
  }
  header .header_sp .openbtn.active span:nth-of-type(2) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    color: #393939;
  }
  header .header_sp .openbtn.active span:nth-of-type(2)::after {
    content: "close";
    transform: translateY(0) rotate(-45deg);
    top: 12px;
    left: 16px;
    font-family: "Montserrat";
    font-weight: bold;
    color: #393939;
    font-size: 10px;
  }
  header .header_sp .menu-content {
    width: 100%;
    transform: translateX(100%);
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    transition: ease 0.4s;
  }
  header .header_sp .menu-content .menu_inner_00 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
    height: 60px;
  }
  header .header_sp .menu-content .menu_inner_00 .to_top_sp img {
    width: 120px;
  }
  header .header_sp .menu-content .menu_inner_01 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #F7F7F7;
    text-align: center;
    height: 80px;
    font-size: 10px;
    font-weight: bold;
  }
  header .header_sp .menu-content .menu_inner_01 li {
    height: 80px;
    position: relative;
    width: 33.3333333333%;
  }
  header .header_sp .menu-content .menu_inner_01 li a {
    display: grid;
    justify-items: center;
    justify-content: center;
    padding: 20px 15px;
  }
  header .header_sp .menu-content .menu_inner_01 li a svg {
    margin-bottom: 10px;
  }
  header .header_sp .menu-content .menu_inner_01 li a path {
    fill: #000;
  }
  header .header_sp .menu-content .menu_inner_01 li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background-color: #E5E5E5;
    right: 0;
    top: 0;
  }
  header .header_sp .menu-content .menu_inner_01 li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    bottom: 0;
    left: 0;
  }
  header .header_sp .menu-content .tab-container {
    width: 100%;
  }
  header .header_sp .menu-content .tab-container .tab-item {
    position: relative;
    display: block;
    width: 33.3333333333%;
    height: 150px;
    float: left;
    flex-wrap: nowrap;
    display: grid;
    justify-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5% 0;
  }
  header .header_sp .menu-content .tab-container.tab-container_col2 .tab-item {
    width: 50%;
  }
  header .header_sp .menu-content .tab-container .tab-item span {
    display: block;
    font-size: 10px;
    font-family: "Montserrat";
  }
  header .header_sp .menu-content .tab-container .tab-item path {
    fill: #000;
    margin-bottom: 10px;
  }
  header .header_sp .menu-content .tab-container .tab-item_a, header .header_sp .menu-content .tab-container .tab-item_b {
    position: relative;
  }
  header .header_sp .menu-content .tab-container .tab-item_a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    top: 0;
    right: 0;
    background-color: #E5E5E5;
  }
  header .header_sp .menu-content .tab-container .tab-item_b:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    top: 0;
    right: 0;
    background-color: #E5E5E5;
  }
  header .header_sp .menu-content .tab-container input[name=tab-item] {
    display: none;
  }
  header .header_sp .menu-content .tab-container .tab-content {
    display: none;
    overflow: hidden;
    clear: both;
    background-color: #F0961D;
    color: #fff;
  }
  header .header_sp .menu-content .tab-container .tab-content div {
    font-size: 14px;
  }
  header .header_sp .menu-content .tab-container .tab-content div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    border-bottom: solid 1px #fff;
  }
  header .header_sp .menu-content .tab-container .tab-content div a path {
    fill: #fff;
  }
  header .header_sp .menu-content #a:checked ~ #a-content, header .header_sp .menu-content #b:checked ~ #b-content, header .header_sp .menu-content #c:checked ~ #c-content {
    display: block;
  }
  header .header_sp .menu-content .tab-container input:checked + .tab-item {
    color: #fff;
    background-color: #F0961D;
  }
  header .header_sp .menu-content .tab-container input:checked + .tab-item path {
    fill: #fff;
  }
  header .header_sp .menu-content .menu_inner_03 {
    width: 100%;
    margin: 0 auto;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  header .header_sp .menu-content .menu_inner_03 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5%;
    border-bottom: solid 1px #E5E5E5;
  }
  header .header_sp .menu-content .menu_inner_03 .menu_sns {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 12% 20%;
    border-radius: 0 0 10px 10px;
  }
  header .header_sp .menu-content.active {
    transform: translateX(0);
    position: absolute;
    overflow-y: scroll;
    top: 0px;
    right: 0;
    max-height: 100vh;
  }
}

.fixed {
  position: relative;
  z-index: 100;
}
.fixed .sns {
  position: fixed;
  top: 65%;
  right: 2%;
}
.fixed .sns a {
  display: block;
  margin-bottom: 50%;
}
.fixed .to_top {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fixed .to_top a {
  display: block;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .fixed {
    display: none;
  }
}

/*************************************************
footer
*************************************************/
#guide {
  background-color: #F7F7F7;
  padding-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #guide {
    margin-top: 15%;
    padding-top: 20%;
  }
}
#guide .section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0% auto;
  padding: 5% 0;
}
#guide .section_title h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#guide .section_title span {
  font-size: 14px;
  font-weight: 900;
}
#guide .container {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 0.5fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  /*カレンダー*/
  /*日曜日*/
  /*土曜日*/
  /*前後月の日付*/
  /*本日*/
}
@media screen and (max-width: 599px) {
  #guide .container {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
  }
}
#guide .container h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 7%;
}
#guide .container p {
  font-size: 14px;
  padding-bottom: 5%;
  line-height: 1.5;
}
#guide .container a {
  margin-bottom: 7%;
}
#guide .container a img {
  padding-left: 2%;
}
@media screen and (max-width: 599px) {
  #guide .container a {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    margin-left: auto;
  }
}
#guide .container .item1 {
  grid-area: 1/1/2/2;
  padding: 6% 4%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #guide .container .item1 {
    border-right: 0;
  }
}
#guide .container .item1 .item_img {
  margin-bottom: 5%;
}
#guide .container .item1 a {
  display: flex;
  align-items: center;
}
#guide .container .item1 a img {
  padding-left: 20px;
}
#guide .container .item2 {
  grid-area: 1/2/2/3;
  padding: 6% 4%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #guide .container .item2 {
    border-right: 0;
  }
}
#guide .container .item2 a {
  display: flex;
  align-items: center;
}
#guide .container .item2 a img {
  padding-left: 20px;
}
#guide .container .item3 {
  grid-area: 1/3/2/4;
  padding: 6% 4%;
  border-bottom: 1px solid #fff;
}
#guide .container .item3 a {
  display: flex;
  align-items: center;
}
#guide .container .item3 a img {
  padding-left: 20px;
}
#guide .container .item4 {
  grid-area: 2/1/50/2;
  padding: 6% 4%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #guide .container .item4 {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
#guide .container .item4 .daibiki {
  width: 315px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  padding: 5% 10%;
  margin-bottom: 5%;
}
#guide .container .item4 .daibiki h6 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5%;
  border-bottom: 1px solid #F7F7F7;
}
#guide .container .item4 .daibiki h6 span {
  font-weight: normal;
  padding-left: 5%;
}
@media screen and (max-width: 599px) {
  #guide .container .item4 .daibiki {
    width: 100%;
  }
}
#guide .container .item4 .daibiki .daibiki_list {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 8%;
  border-bottom: 1px solid #F7F7F7;
}
#guide .container .item4 .daibiki .daibiki_list:last-child {
  border-bottom: none;
  padding-bottom: 2%;
}
#guide .container .item4 .credit {
  width: 315px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  padding: 5% 10%;
  margin-bottom: 5%;
}
#guide .container .item4 .credit h6 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #guide .container .item4 .credit {
    width: 100%;
  }
}
#guide .container .item4 a {
  display: flex;
  align-items: center;
}
#guide .container .item4 a img {
  padding-left: 20px;
}
#guide .container .item5 {
  grid-area: 2/2/3/3;
  padding: 6% 4%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #guide .container .item5 {
    border-right: 0;
  }
}
#guide .container .item6 {
  grid-area: 3/2/46/3;
  padding: 6% 4%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #guide .container .item6 {
    border-right: 0;
  }
}
#guide .container .item6 h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5%;
}
#guide .container .item6 a {
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  width: 350px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #E5E5E5;
  padding: 0 7%;
}
@media screen and (max-width: 599px) {
  #guide .container .item6 a {
    height: 60px;
  }
}
#guide .container .item6 a:hover {
  background-color: #F5B155;
  color: #fff;
}
#guide .container .item6 a:hover path {
  fill: #fff;
}
#guide .container .item7 {
  grid-area: 2/3/50/4;
  padding: 6% 4%;
}
@media screen and (max-width: 599px) {
  #guide .container .item7 {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  #guide .container .container {
    display: flex;
  }
  #guide .container .item6 {
    order: 1;
  }
}
#guide .container #header_calender {
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin: 1rem 0;
  background-color: #000;
  color: #fff;
  padding: 1% 0;
}
#guide .container #calendar {
  text-align: center;
  width: 100%;
  background-color: #fff;
}
#guide .container table {
  outline: 2px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
#guide .container th {
  color: #000;
}
#guide .container th, #guide .container td {
  outline: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#guide .container td:first-child {
  color: #000;
  background-color: #fef6c7;
}
#guide .container td:last-child {
  color: #000;
}
#guide .container td.disabled {
  color: #ccc;
}
#guide .container td.today {
  background-color: #F0961D;
  color: #fff;
}
#guide .container .today_box .today_box_01 {
  background-color: #F0961D;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
#guide .container .today_box .today_box_02 {
  background-color: #fef6c7;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
  margin-top: 20px;
  color: #000;
  text-align: center;
}

footer {
  color: #fff;
  background-color: black;
  padding: 4%;
  height: 100px;
}
@media screen and (max-width: 599px) {
  footer {
    width: 100%;
    height: auto;
    padding: 4% 10px;
  }
}

.footer_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer_inner {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .footer_inner .footer_right {
    width: 100%;
    margin: 5% auto;
    text-align: center;
  }
}

.footer_left ul {
  font-size: 12px;
  display: flex;
  list-style: none;
}
.footer_left ul img {
  padding-right: 10px;
}
.footer_left ul a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer_left ul a {
    justify-content: space-between;
    padding: 7% 4%;
  }
}
.footer_left ul li {
  margin-right: 50px;
}
@media screen and (max-width: 599px) {
  .footer_left ul li {
    width: 100%;
    height: 75px;
    border-bottom: #fff solid 1px;
  }
}
@media screen and (max-width: 599px) {
  .footer_left ul {
    display: block;
  }
  .footer_left ul svg path {
    fill: #fff;
  }
}

/*************************************************
navi
*************************************************/
/*************************************************
top
*************************************************/
#fv {
  position: relative;
  width: 100%;
  height: 200vh;
  background-image: url(../images/fv_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  inset: 0;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    background-image: url(../images/sp_fv.png);
    margin-bottom: 100px;
  }
  #fv.fv02 {
    background-position: center;
   }
}
#fv .fv_inner {
  margin: 0 auto;
  max-width: 1200px;
}
#fv .fv_inner .title_01 {
  position: absolute;
  top: 22%;
  left: 10%;
}
#fv.fv02 .fv_inner {
  position: relative;
  height: 100%;
}
#fv.fv02 .fv_inner .title_01 {
  top: 10%;
  left: 7%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_01 {
    width: 80%;
    text-align: center;
  }
  #fv.fv02 .fv_inner .title_01 {
    width: 96%;
    top: 8%;
    left: 2%;
  }
}
#fv .fv_inner .title_01 img {
  padding-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_01 img {
    width: 90%;
  }
  #fv.fv02 .fv_inner .title_01 img {
    width: auto;
  }
}
#fv .fv_inner .title_01 h1 {
  font-size: 40px;
  color: #fff;
}
#fv.fv02 .fv_inner .title_01 h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_01 h1 {
    font-size: 23px;
    text-align: center;
  }
  #fv.fv02 .fv_inner .title_01 h1 {
    font-size: 20px;
  }
}
#fv .fv_inner .title_02 .title_02_scroll {
  position: absolute;
  top: 32%;
  left: 10%;
}
#fv.fv02 .fv_inner .title_02 .title_02_scroll {
  top: 16%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_02 .title_02_scroll {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  #fv.fv02 .fv_inner .title_02 .title_02_scroll {
    width: 102px;
   }
}
#fv .fv_inner .title_02 .title_02_circle {
  position: absolute;
  top: 32%;
  left: 10%;
  -webkit-animation: rotate-anime 5s linear infinite;
          animation: rotate-anime 5s linear infinite;
}
#fv.fv02 .fv_inner .title_02 .title_02_circle {
  top: 16%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_02 .title_02_circle {
    top: 40%;
    left: 33%;
    transform: translateX(-63%);
  }
  #fv.fv02 .fv_inner .title_02 .title_02_circle {
    width: 102px;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }
}
@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fv .fv_inner .title_03 {
  position: absolute;
  top: 50%;
  right: 15%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#fv.fv02 .fv_inner .title_03 {
  right: 0;
  width: 36%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_03 {
    width: 100%;
    top: 65%;
    right: auto;
    padding: 0 10px;
  }
  .fs-body-top.fs-l-main {
    padding: 0;
  }
  #fv.fv02 .fv_inner .title_03 {
    width: 90%;
    right: 5%;
    top: auto;
    bottom: -5%;
  }
}
#fv .fv_inner .title_03 img {
  margin-bottom: 4%;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_03 img {
    width: 100%;
    text-align: center;
  }
}
#fv .fv_inner .title_03 h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 4%;
}
#fv.fv02 .fv_inner .title_03 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .title_03 h2 {
    font-size: 30px;
    margin: 6% 0;
    line-height: 1.2;
  }
  #fv.fv02 .fv_inner .title_03 h2 {
    font-size: 20px;
  }
}
#fv .fv_inner .title_03 .title_03_flex {
  width: 500px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
#fv .fv_inner .title_03 .title_03_flex p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 5%;
}
#fv .fv_inner .title_03 .title_03_flex a {
  width: 100%;
}
#fv.fv02 .fv_inner .title_03 .title_03_flex {
  justify-content: flex-start;
  column-gap: 30px;
  max-width: 100%;
}
#fv.fv02 .fv_inner .title_03 .title_03_flex p {
  font-size: 18px;
  color: #000;
}
#fv.fv02 .fv_inner .title_03 .title_03_flex a {
  width: auto;
}

@media screen and (max-width: 599px) {
  #fv .fv_inner .title_03 .title_03_flex {
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  #fv .fv_inner .title_03 .title_03_flex a {
    width: 40%;
    position: absolute;
    bottom: -60%;
  }
  #fv.fv02 .fv_inner .title_03 .title_03_flex a {
    position: relative;
    bottom: auto;
  }
  #fv.fv02 .fv_inner .title_03 .title_03_flex p {
    font-size: 14px;
  }
}
#fv .fv_inner .title_03 .title_03_flex a:hover {
  -webkit-animation-name: wobble-top;
          animation-name: wobble-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

#section02 {
  margin: 0 auto;
  max-width: 1200px;
}
#section02 .section_title {
  position: relative;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #section02 .section_title {
    width: 100%;
    padding: 0 10px;
    padding-top: 10%;
  }
}
#section02 .section_title img {
  margin-bottom: 1%;
  width: 60%;
}
#section02.section02 .section_title img {
  width: 37.75%;
}
@media screen and (max-width: 599px) {
  #section02 .section_title img {
    margin-bottom: 0;
    width: 90%;
    position: absolute;
    top: 10%;
    z-index: -100;
  }
  #section02.section02 .section_title img {
    width: 55%;
  }
}
#section02 .section_title h3 {
  font-size: 30px;
  font-weight: bolder;
}
#section02 .buy_wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
}
#section02.section02 .buy_wrapper {
  justify-content: center;
  column-gap: 2.5%;
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper {
    width: 100%;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    margin-top: 15%;
  }
}
#section02 .buy_wrapper .buy_inner {
  position: relative;
  width: 380px;
  height: 500px;
  overflow: hidden;
}
#section02.section02 .buy_wrapper .buy_inner {
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .buy_inner {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 10%;
  }
}
#section02 .buy_wrapper .buy_inner .buy_title {
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 10px 10px;
  padding: 7% 0;
}
#section02 .buy_wrapper .buy_inner .buy_title h4 {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  padding-bottom: 3px;
}
#section02 .buy_wrapper .buy_inner .buy_title p {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .buy_inner .buy_title {
    display: none;
  }
}
#section02 .buy_wrapper .buy_hover {
  opacity: 0;
  transform: translateY(90%);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
#section02 .buy_wrapper .buy_hover .buy_hover_title {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#section02 .buy_wrapper .buy_hover .buy_hover_title h4 {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  padding-bottom: 5px;
}
#section02 .buy_wrapper .buy_hover .buy_hover_title p {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .buy_hover .buy_hover_title {
    top: 15%;
  }
}
#section02 .buy_wrapper .buy_hover .buy_sub {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
}
#section02 .buy_wrapper .buy_hover .buy_sub li {
  width: 350px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 2%;
}
#section02 .buy_wrapper .buy_hover .buy_sub li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3%;
  color: #fff;
}
#section02 .buy_wrapper .buy_hover .buy_sub li path {
  fill: #fff;
}
#section02 .buy_wrapper .buy_hover .buy_sub .recommend {
  position: relative;
  padding-left: 70px;
}
#section02 .buy_wrapper .buy_hover .buy_sub .recommend::before {
  position: absolute;
  content: "おすすめ";
  color: #F5B155;
  font-size: 10px;
  top: 40%;
  left: 5%;
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .buy_hover {
    opacity: 1;
    width: 100%;
    transform: translateY(0);
  }
}
#section02 .buy_wrapper .buy_inner:hover {
  overflow: hidden;
}
#section02 .buy_wrapper .buy_inner:hover .buy_title {
  opacity: 0;
}
#section02 .buy_wrapper .buy_inner:hover .buy_hover {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}
#section02 .buy_wrapper .buy_sub li a:hover {
  color: #000;
  background-color: #fff;
}
#section02 .buy_wrapper .buy_sub li a:hover path {
  fill: #000;
}
#section02 .buy_wrapper .for_beginner {
  background-image: url(../images/buy_inner_01.png);
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .for_beginner {
    background-image: url(../images/buy_inner_sp_01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#section02 .buy_wrapper .for_gift {
  background-image: url(../images/buy_inner_02.png);
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .for_gift {
    background-image: url(../images/buy_inner_sp_02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#section02 .buy_wrapper .subscription_egg {
  background-image: url(../images/buy_inner_03.png);
}
@media screen and (max-width: 599px) {
  #section02 .buy_wrapper .subscription_egg {
    background-image: url(../images/buy_inner_sp_03.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#section02 .all_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5%;
}
#section02 .all_item h4 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#section02 .all_item p {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 2%;
}
#section02 .all_item path {
  fill: #000;
}
#section02 .all_item a:hover {
  color: #F5B155;
}
#section02 .all_item a:hover path {
  fill: #F5B155;
}

#section_03 {
  width: 100%;
}
#section_03 .gallery {
  position: relative;
  width: 100%;
  height: 910px;
}
#section_03.section_03 .gallery {
  height: 809px;
  margin-bottom: -120px;
}
#section_03 .gallery img {
  position: absolute;
  top: 22%;
  z-index: -100;
}
#section_03.section_03 .gallery img {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  #section_03 .gallery {
    width: 100%;
    height: 510px;
    margin-top: 15%;
  }
  #section_03.section_03 .gallery {
    height: auto;
    margin-bottom: 0;
  }
  #section_03 .gallery img {
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: -100;
  }
  #section_03.section_03 .gallery img {
    width: 100%;
    position: relative;
    left: auto;
  }
}
#section_03 .section_title {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #section_03 .section_title {
    position: relative;
    width: 100%;
    padding: 0 10px;
    padding-top: 10%;
  }
}
#section_03 .section_title img {
  margin-bottom: 1%;
  width: 60%;
}
#section_03.section_03 .section_title img {
  width: 38%;
}
@media screen and (max-width: 599px) {
  #section_03 .section_title img {
    width: 90%;
    margin-bottom: 0;
    position: absolute;
    top: 10%;
    z-index: -100;
  }
  #section_03.section_03 .section_title img {
    width: 60%;
  }
}
#section_03 .section_title h3 {
  font-size: 30px;
  font-weight: bolder;
}
@media screen and (max-width: 599px) {
  #section_03 .popular_products_right {
    width: 100%;
    margin-left: 0 !important;
  }
}
#section_03 .popular_products_wrapper {
  margin-bottom: 5%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  #section_03 .popular_products_wrapper {
    padding: 0 10px;
    margin: 15% 0;
  }
}
#section_03 .popular_products_wrapper .popular_products_inner {
  width: 290px;
  margin-right: 15px;
}
#section_03 .popular_products_wrapper .popular_products_inner img {
  margin-bottom: 5%;
}
#section_03 .popular_products_wrapper .popular_products_inner .products_explanation {
  padding: 0 7%;
}
#section_03 .popular_products_wrapper .popular_products_inner .products_explanation h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4%;
}
#section_03 .popular_products_wrapper .popular_products_inner .products_explanation p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4%;
}
#section_03 .popular_products_wrapper .popular_products_inner .products_explanation span {
  font-size: 12px;
  font-weight: bold;
}
#section_03 .popular_products_wrapper .popular_products_inner a img:hover {
  opacity: 0.6;
}
#section_03 .slick_arrow {
  position: absolute;
  bottom: 0;
  margin-top: -15px;
  z-index: 60 !important;
}
#section_03 .slick_next {
  bottom: -10%;
  right: 10%;
}
@media screen and (max-width: 599px) {
  #section_03 .slick_next {
    right: 5%;
  }
}
#section_03 .slick_next:before {
  content: url(../images/to_right_05.png);
}
#section_03 .slick_prev {
  left: 80%;
  bottom: -10%;
}
@media screen and (max-width: 599px) {
  #section_03 .slick_prev {
    left: 75%;
  }
}
#section_03 .slick_prev:before {
  content: url(../images/to_left_03.png);
}
#section_03 .progress_wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
#section_03 .progress_wrapper .progress_1 {
  position: absolute;
  top: -45px;
  display: block;
  width: 80%;
  height: 5px;
  border-radius: 10px;
  border-bottom: 2px dashed #C3C3C3;
  overflow: hidden;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
@media screen and (max-width: 599px) {
  #section_03 .progress_wrapper .progress_1 {
    width: 60%;
    top: -40px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #section_03 .progress_wrapper {
    width: 100%;
  }
}

#section_04 {
  margin: 0 auto;
  max-width: 1200px;
}
#section_04 .section_title {
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #section_04 .section_title {
    position: relative;
    width: 100%;
    padding: 0 10px;
    padding-top: 10%;
  }
}
#section_04 .section_title img {
  margin-bottom: 1%;
  width: 35%;
}
@media screen and (max-width: 599px) {
  #section_04 .section_title img {
    margin-bottom: 0;
    width: 55%;
    position: absolute;
    top: 5%;
    z-index: -100;
  }
}
#section_04 .section_title h3 {
  font-size: 30px;
  font-weight: bolder;
}
#section_04 .campaign_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
#section_04 .campaign_wrapper a {
  margin-bottom: 50px;
}
#section_04 .campaign_wrapper a img {
  margin: 0 30px;
}
@media screen and (max-width: 599px) {
  #section_04 .campaign_wrapper {
    width: 100%;
    padding: 0 10px;
  }
  #section_04 .campaign_wrapper a img {
    width: 315px;
    margin: 0 10px;
  }
}
#section_04 .campaign_wrapper .slick_arrow2 {
  position: absolute;
  bottom: 0;
  margin-top: -15px;
  z-index: 60 !important;
}
#section_04 .campaign_wrapper .slick_prev2 {
  left: 90%;
}
@media screen and (max-width: 599px) {
  #section_04 .campaign_wrapper .slick_prev2 {
    left: 75%;
  }
}
#section_04 .campaign_wrapper .slick_next2 {
  right: 0%;
}
@media screen and (max-width: 599px) {
  #section_04 .campaign_wrapper .slick_next2 {
    right: 5%;
  }
}
#section_04 .campaign_wrapper .slick_next2:before {
  content: url(../images/to_right_05.png);
}
#section_04 .campaign_wrapper a img:hover {
  opacity: 0.6;
}
#section_04 .progress_wrapper {
  position: relative;
}
#section_04 .progress_wrapper .progress_2 {
  position: absolute;
  top: -75px;
  display: block;
  width: 80%;
  height: 5px;
  border-radius: 10px;
  border-bottom: 2px dashed #C3C3C3;
  overflow: hidden;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
@media screen and (max-width: 599px) {
  #section_04 .progress_wrapper .progress_2 {
    width: 60%;
    top: -40px;
    left: 20px;
  }
}
#section_04 .campaign_btn_wrapper {
  width: 1110px;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
  padding-top: 3%;
}
@media screen and (max-width: 599px) {
  #section_04 .campaign_btn_wrapper {
    width: 100%;
    display: block;
    padding: 0 10px;
    margin: 15% 0;
  }
}
#section_04 .campaign_btn_wrapper .campaign_btn {
  width: 350px;
  height: 40px;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}
@media screen and (max-width: 599px) {
  #section_04 .campaign_btn_wrapper .campaign_btn {
    width: 100%;
    height: 60px;
    margin-bottom: 5%;
  }
}
#section_04 .campaign_btn_wrapper .campaign_btn a {
  display: block;
}
#section_04 .campaign_btn_wrapper .campaign_btn p {
  font-size: 16px;
  font-weight: bold;
}
#section_04 .campaign_btn_wrapper .campaign_btn path {
  fill: #000;
}
#section_04 .campaign_btn_wrapper .campaign_btn:hover {
  background-color: #000;
  color: #fff;
}
#section_04 .campaign_btn_wrapper .campaign_btn:hover path {
  fill: #fff;
}

#section_05 {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 5%;
}
@media screen and (max-width: 599px) {
  #section_05 {
    width: 100%;
    padding: 0 10px;
  }
}
#section_05 .infomation_wrappaer {
  width: 1150px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 5%;
  padding: 5% 0;
  border: dashed 1px #E5E5E5;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer {
    width: 100%;
  }
}
#section_05 .infomation_wrappaer .information_title {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .information_title {
    width: 100%;
    padding: 0 10px;
    display: block;
    margin: 10% 0;
  }
}
#section_05 .infomation_wrappaer .information_title .information_title_left {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .information_title .information_title_left {
    justify-content: center;
  }
}
#section_05 .infomation_wrappaer .information_title .information_title_left img {
  padding-right: 1%;
}
#section_05 .infomation_wrappaer .information_title .information_title_left .information_title_left_inner h4 {
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}
#section_05 .infomation_wrappaer .information_title .information_title_left .information_title_left_inner span {
  font-size: 14px;
  font-weight: 900;
}
#section_05 .infomation_wrappaer .information_title .information_title_right {
  flex-basis: 50%;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a {
  display: block;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a .information_title_right_inner {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a .information_title_right_inner p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  padding-right: 3%;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a .information_title_right_inner path {
  fill: #000;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a:hover {
  color: #F5B155;
}
#section_05 .infomation_wrappaer .information_title .information_title_right a:hover path {
  fill: #F5B155;
}
#section_05 .infomation_wrappaer .infomation_inner {
  margin-bottom: 1%;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .infomation_inner {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5%;
  }
}
#section_05 .infomation_wrappaer .infomation_inner a {
  display: block;
  width: 980px;
  margin: 0 auto;
  height: 60px;
  border: solid 1px #E5E5E5;
  border-radius: 30px;
  padding: 1.3% 2%;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .infomation_inner a {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
#section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title p {
  flex-basis: 70%;
}
#section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title p span {
  padding-right: 5%;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title p span {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title svg {
    width: 20px;
    height: 20px;
  }
}
#section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title path {
  fill: #000;
}
@media screen and (max-width: 599px) {
  #section_05 .infomation_wrappaer .infomation_inner a .infomation_inner_title {
    padding: 10px 20px;
  }
}
#section_05 .infomation_wrappaer .infomation_inner a:hover {
  background-color: #000;
  color: #fff;
}
#section_05 .infomation_wrappaer .infomation_inner a:hover path {
  fill: #fff;
}
#section_05 .infomation_wrappaer .information_title_right a {
  display: block;
  margin: 0 auto;
}
#section_05 .infomation_wrappaer .information_title_right a .information_title_right_inner {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% 0;
}
#section_05 .infomation_wrappaer .information_title_right a .information_title_right_inner p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  padding-right: 3%;
}
#section_05 .infomation_wrappaer .information_title_right a .information_title_right_inner path {
  fill: #000;
}
#section_05 .infomation_wrappaer .information_title_right a:hover {
  color: #F5B155;
}
#section_05 .infomation_wrappaer .information_title_right a:hover path {
  fill: #F5B155;
}

/*************************************************
about ubucoccoについて
*************************************************/
.header_right .header_now {
  background-color: #F0961D;
  color: #fff !important;
}
.header_right .header_now path {
  fill: #fff !important;
}

#about_fv .about_fv_upper {
  background-color: #F0961D;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
#about_fv .about_fv_upper .about_title {
  width: 980px;
  margin: 0 auto;
  height: 200px;
  color: #fff;
  padding: 5% 0;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_upper .about_title {
    width: 100%;
    height: 175px;
    display: block;
    padding: 15% 8%;
  }
}
#about_fv .about_fv_upper .about_title h1 {
  display: block;
  font-size: 28px;
  font-family: "Montserrat";
  z-index: 2;
  position: relative;
}
#about_fv .about_fv_upper .about_title span {
  font-size: 14px;
}
#about_fv .about_fv_upper .about_title img {
  position: absolute;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_upper .about_title img {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_upper {
    width: 100%;
    padding-top: 60px;
  }
}
#about_fv .about_fv_lower {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_lower {
    width: 100%;
    height: 585px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #about_fv.about_fv .about_fv_lower {
    position: relative;
  }
}
#about_fv .about_fv_lower .about_fv_lower_inner {
  width: 980px;
  margin: 0 auto;
}
#about_fv .about_fv_lower .about_fv_lower_inner .title_03 {
  width: 490px;
  position: absolute;
  top: 45%;
}
#about_fv .about_fv_lower .about_fv_lower_inner .title_03 img {
  margin-bottom: 4%;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_lower .about_fv_lower_inner .title_03 img {
    width: 80%;
  }
  #about_fv.about_fv .about_fv_lower .about_fv_lower_inner .title_03 {
    top: auto;
    bottom: 15%;
  }
}
#about_fv .about_fv_lower .about_fv_lower_inner .title_03 h2 {
  font-size: 43px;
  color: #fff;
  margin-bottom: 4%;
}
#about_fv.about_fv .about_fv_lower .about_fv_lower_inner .title_03 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_lower .about_fv_lower_inner .title_03 h2 {
    font-size: 30px;
  }
  #about_fv.about_fv .about_fv_lower .about_fv_lower_inner .title_03 h2 {
    font-size: 20px;
  }
}
#about_fv .about_fv_lower .about_fv_lower_inner .title_03 p {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
#about_fv.about_fv .about_fv_lower .about_fv_lower_inner .title_03 p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_lower .about_fv_lower_inner .title_03 {
    width: 100%;
    padding: 0 10px;
  }
  #about_fv.about_fv .about_fv_lower .about_fv_lower_inner .title_03 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  #about_fv .about_fv_lower .about_fv_lower_inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #about_fv {
    width: 100%;
  }
}

#about_section_02 .about_section_02_inner {
  width: 980px;
  margin: 0 auto;
}
#about_section_02 .about_section_02_inner .about_section_02_title {
  margin: 7% 0;
}
#about_section_02 .about_section_02_inner .about_section_02_title span {
  display: block;
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 3%;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner .about_section_02_title span {
    font-size: 24px;
    margin-bottom: 6%;
  }
}
#about_section_02 .about_section_02_inner .about_section_02_title h2 {
  font-size: 60px;
  font-weight: bolder;
  margin-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner .about_section_02_title h2 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
}
#about_section_02 .about_section_02_inner .about_section_02_title p {
  line-height: 1.8;
}
#about_section_02 .about_section_02_inner .about_section_02_quality {
  margin: 10% 0;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner .about_section_02_quality {
    margin: 20% 0;
  }
}
#about_section_02 .about_section_02_inner .about_section_02_quality span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner .about_section_02_quality span {
    font-size: 20px;
  }
}
#about_section_02 .about_section_02_inner .about_section_02_quality img {
  width: 100%;
  margin: 3% 0;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner .about_section_02_quality img {
    margin: 7% 0;
  }
}
#about_section_02 .about_section_02_inner .about_section_02_quality p {
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #about_section_02 .about_section_02_inner {
    width: 100%;
    padding: 5% 10px;
  }
}

#about_section_03 {
  width: 100%;
  background-image: url(../images/about_section_03_img01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#about_section_03 .about_section_03_inner {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  padding: 13% 0;
}
#about_section_03 .about_section_03_inner .about_section_03_title {
  margin-bottom: 8%;
}
@media screen and (max-width: 599px) {
  #about_section_03 .about_section_03_inner .about_section_03_title {
    margin-bottom: 20%;
  }
}
#about_section_03 .about_section_03_inner .about_section_03_title span {
  display: block;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 1%;
}
@media screen and (max-width: 599px) {
  #about_section_03 .about_section_03_inner .about_section_03_title span {
    font-size: 24px;
    margin-bottom: 5%;
  }
}
#about_section_03 .about_section_03_inner .about_section_03_title h4 {
  font-size: 40px;
  font-weight: bolder;
}
@media screen and (max-width: 599px) {
  #about_section_03 .about_section_03_inner .about_section_03_title h4 {
    line-height: 1.3;
  }
}
#about_section_03 .about_section_03_inner .about_section_03_text p {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  #about_section_03 .about_section_03_inner {
    width: 100%;
    padding: 40% 10px;
  }
}
@media screen and (max-width: 599px) {
  #about_section_03 {
    width: 100%;
    background-position: 60%;
  }
  #about_section_03.about_section_03 {
    background-position: 35%;
  }
}

#about_section_04 .about_section_04_inner {
  width: 980px;
  margin: 0 auto;
  padding: 10% 0 5%;
}
#about_section_04 .about_section_04_inner span {
  display: block;
  font-size: 36px;
  font-weight: bolder;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner span {
    font-size: 24px;
  }
}
#about_section_04 .about_section_04_inner p {
  padding-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner p {
    line-height: 1.8;
    padding-bottom: 5%;
  }
}
#about_section_04 .about_section_04_inner .border {
  border-bottom: dashed 1px #000;
}
#about_section_04 .about_section_04_inner .about_section_04_flex {
  display: flex;
  align-items: center;
  padding: 5% 0 3%;
}
#about_section_04 .about_section_04_inner .about_section_04_flex img {
  padding-right: 3%;
  width: 85px;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner .about_section_04_flex img {
    width: 45px;
  }
}
#about_section_04 .about_section_04_inner .about_section_04_flex h3 {
  font-size: 50px;
  font-weight: bolder;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner .about_section_04_flex h3 {
    font-size: 28px;
  }
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_item {
  max-width: 870px;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_item + .about_section_04_item {
  border-top: 1px dashed #000000;
}
#about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_pic {
  width: 32%;
  flex-shrink: 0;
  margin-right: 3.5%;
}
#about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_txt img {
  width: 55px;
}
#about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_txt h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2%;
}
#about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_txt p {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  #about_section_04.about_section_04 .about_section_04_inner .about_section_04_item {
    flex-wrap: wrap;
    padding: 8% 0;
  }
  #about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_pic {
    width: 100%;
    margin: 0 0 3%;
  }
  #about_section_04.about_section_04 .about_section_04_inner  .about_section_04_item_txt h3 {
    font-size: 24px;
  }
}
#about_section_04 .about_section_04_inner .about_section_04_box {
  width: 100%;
  background-color: #F7F7F7;
  margin-top: 5%;
  padding: 3% 5%;
}
#about_section_04 .about_section_04_inner .about_section_04_box .about_section_04_box_inner {
  padding-top: 2%;
}
#about_section_04 .about_section_04_inner .about_section_04_box .about_section_04_box_inner span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #A7C655;
  font-weight: bold;
  font-size: 16px;
  padding: 0.5% 3%;
  border-radius: 4px;
  margin: 2% 0;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner .about_section_04_box .about_section_04_box_inner span {
    padding: 3% 15%;
  }
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_box {
  max-width: 750px;
  margin: 5% auto 0;
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner {
  display: grid;
  grid-template-columns: 32% 1fr;
  column-gap: 3%;
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner img {
  grid-row: 1 / 3;
}
#about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner span {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  #about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner {
    display: block;
  }
  #about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner img {
    margin-bottom: 5%;
  }
  #about_section_04.about_section_04 .about_section_04_inner .about_section_04_box_inner span {
    padding: 3% 10%;
  }
}
#about_section_04 .about_section_04_inner .about_section_04_box .about_section_04_box_inner p {
  line-height: 1.8;
}
#about_section_04 .about_section_04_inner .about_section_04_box .about_section_04_box_inner .border {
  border-bottom: dashed 1px #E5E5E5;
}
@media screen and (max-width: 599px) {
  #about_section_04 .about_section_04_inner {
    width: 100%;
    padding: 15% 10px;
  }
}

/*************************************************
利用ガイドのフリーページ
*************************************************/
.guide_nav {
  max-width: 980px;
  margin: 5% auto;
}
.guide_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guide_nav ul li {
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #E5E5E5;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 20px;
}
.guide_nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.guide_nav ul li:hover {
  background-color: #F0961D;
  color: #fff;
}
.guide_nav ul li:hover path {
  fill: #fff;
}

#guide_nav_01, #guide_nav_02, #guide_nav_03, #guide_nav_04 {
  max-width: 980px;
  margin: 0 auto;
}
#guide_nav_01 h2, #guide_nav_02 h2, #guide_nav_03 h2, #guide_nav_04 h2 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#guide_nav_01 .guide_nav_wrapper, #guide_nav_02 .guide_nav_wrapper, #guide_nav_03 .guide_nav_wrapper, #guide_nav_04 .guide_nav_wrapper {
  background-color: #F7F7F7;
  padding: 4%;
  margin-bottom: 5%;
}
#guide_nav_01 h3, #guide_nav_02 h3, #guide_nav_03 h3, #guide_nav_04 h3 {
  background-color: #A7C655;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1% 2%;
  border-radius: 4px;
  margin-bottom: 2%;
  width: 30%;
}
#guide_nav_01 h3 span, #guide_nav_02 h3 span, #guide_nav_03 h3 span, #guide_nav_04 h3 span {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  color: #A7C655;
  -webkit-text-stroke: 1px #fff;
  padding-right: 20px;
}
#guide_nav_01 .guide_nav_01_inner, #guide_nav_02 .guide_nav_01_inner, #guide_nav_03 .guide_nav_01_inner, #guide_nav_04 .guide_nav_01_inner {
  margin-bottom: 2%;
}
#guide_nav_01 .guide_nav_01_inner p, #guide_nav_02 .guide_nav_01_inner p, #guide_nav_03 .guide_nav_01_inner p, #guide_nav_04 .guide_nav_01_inner p {
  line-height: 1.5;
}
#guide_nav_01 .guide_nav_01_inner .orange, #guide_nav_02 .guide_nav_01_inner .orange, #guide_nav_03 .guide_nav_01_inner .orange, #guide_nav_04 .guide_nav_01_inner .orange {
  color: #F0961D;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 2% 0;
}
#guide_nav_01 .guide_nav_01_inner img, #guide_nav_02 .guide_nav_01_inner img, #guide_nav_03 .guide_nav_01_inner img, #guide_nav_04 .guide_nav_01_inner img {
  margin: 2% 0;
}
#guide_nav_01 .guide_nav_01_inner .small, #guide_nav_02 .guide_nav_01_inner .small, #guide_nav_03 .guide_nav_01_inner .small, #guide_nav_04 .guide_nav_01_inner .small {
  font-size: 14px;
  display: block;
}
#guide_nav_01 .guide_nav_02_inner, #guide_nav_02 .guide_nav_02_inner, #guide_nav_03 .guide_nav_02_inner, #guide_nav_04 .guide_nav_02_inner {
  background-color: #fff;
  padding: 5% 0;
  margin-bottom: 2%;
}
#guide_nav_01 .guide_nav_02_inner p, #guide_nav_02 .guide_nav_02_inner p, #guide_nav_03 .guide_nav_02_inner p, #guide_nav_04 .guide_nav_02_inner p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1%;
  font-weight: bold;
}
#guide_nav_01 .guide_nav_02_inner p .tyuumon_kingaku, #guide_nav_02 .guide_nav_02_inner p .tyuumon_kingaku, #guide_nav_03 .guide_nav_02_inner p .tyuumon_kingaku, #guide_nav_04 .guide_nav_02_inner p .tyuumon_kingaku {
  color: #F0961D;
}
#guide_nav_01 .guide_nav_02_inner .k_tesuuryou, #guide_nav_02 .guide_nav_02_inner .k_tesuuryou, #guide_nav_03 .guide_nav_02_inner .k_tesuuryou, #guide_nav_04 .guide_nav_02_inner .k_tesuuryou {
  text-align: center;
  font-size: 14px;
  display: block;
}
#guide_nav_01 .kessai, #guide_nav_02 .kessai, #guide_nav_03 .kessai, #guide_nav_04 .kessai {
  margin-bottom: 2%;
}
#guide_nav_01 .guide_nav_04_wrapper p, #guide_nav_02 .guide_nav_04_wrapper p, #guide_nav_03 .guide_nav_04_wrapper p, #guide_nav_04 .guide_nav_04_wrapper p {
  line-height: 1.5;
}
#guide_nav_01 .attention, #guide_nav_02 .attention, #guide_nav_03 .attention, #guide_nav_04 .attention {
  margin: 3% 0;
}
#guide_nav_01 .attention .orange, #guide_nav_02 .attention .orange, #guide_nav_03 .attention .orange, #guide_nav_04 .attention .orange {
  color: #F0961D;
  padding-right: 10px;
}

/*************************************************
初めて使うのバナー
*************************************************/
.beginner_btn {
  max-width: 350px;
  margin: 3% auto;
}
.beginner_btn .campaign_btn {
  width: 350px;
  height: 40px;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  margin: 0 auto;
}
.beginner_btn .campaign_btn p {
  font-size: 16px;
  font-weight: bold;
}

.beginner_btn a:hover .campaign_btn {
  background-color: #F0961D;
  color: #fff;
}
.beginner_btn a:hover .campaign_btn path {
  fill: #fff;
}

#beginner_banner {
  max-width: 1200px;
  margin: 0 auto;
}
#beginner_banner .beginner_banner_wrapper {
  max-width: 980px;
  margin: 0 auto;
}
#beginner_banner .beginner_banner_wrapper ul li {
  margin-bottom: 4%;
}

/*************************************************
会社概要
*************************************************/
#company_01 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#company_01 .company_01_inner {
  max-width: 980px;
  margin: 0 auto;
}
#company_01 .company_01_inner p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  padding: 15% 0;
}
@media screen and (max-width: 599px) {
  #company_01 .company_01_inner p {
    padding: 15% 10px;
    font-size: 16px;
  }
}

#company_02 {
  margin: 3% 0;
}
@media screen and (max-width: 599px) {
  #company_02 {
    padding: 0 10px;
  }
}
#company_02 .company_02_inner {
  max-width: 980px;
  margin: 0 auto;
  background-color: #F7F7F7;
}
#company_02 .company_02_inner table {
  display: block;
  padding: 3%;
}
#company_02 .company_02_inner table tr {
  display: flex;
  padding: 12px 15px;
  border-bottom: dashed 1px #E5E5E5;
}
@media screen and (max-width: 599px) {
  #company_02 .company_02_inner table tr {
    display: block;
  }
}
#company_02 .company_02_inner table th {
  width: 300px;
}
@media screen and (max-width: 599px) {
  #company_02 .company_02_inner table th {
    width: auto;
    display: block;
    margin-bottom: 3%;
  }
}

/*************************************************
お知らせのテンプレ
*************************************************/
.information_wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .information_wrapper {
    padding: 0 10px;
  }
}

#information_title {
  margin: 80px 0;
}
#information_title h3 {
  font-size: 36px;
  font-weight: bolder;
}
#information_title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: 1% 0;
}

#information_box {
  margin-bottom: 100px;
}
#information_box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
#information_box p {
  line-height: 1.8;
}
#information_box img {
  display: block;
  margin: 50px auto;
  max-width: 600px;
  width: 100%;
}

/*************************************************
ギフトに卵を送る理由
*************************************************/
.header_right .header_now {
  background-color: #F0961D;
  color: #fff !important;
}
.header_right .header_now path {
  fill: #fff !important;
}

#gift_fv .gift_fv_upper {
  background-color: #F0961D;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
#gift_fv .gift_fv_upper .gift_title {
  width: 980px;
  margin: 0 auto;
  height: 200px;
  color: #fff;
  padding: 5% 0;
}
#gift_fv.gift_fv {
  padding: 7% 0;
}
#gift_fv.gift_fv .gift_fv_inner {
}
#gift_fv.gift_fv .gift_fv_title {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
#gift_fv.gift_fv .gift_fv_title img {
  width: 450px;
  margin-bottom: 2%;
}
#gift_fv.gift_fv .gift_fv_title h2 {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #gift_fv .gift_fv_upper .gift_title {
    width: 100%;
    height: 175px;
    display: block;
    padding: 15% 8%;
  }
  #gift_fv.gift_fv .gift_fv_title {
    padding: 0 10px;
  }
  #gift_fv.gift_fv .gift_fv_title img {
    width: 60%;
  }
}
#gift_fv .gift_fv_upper .gift_title h1 {
  display: block;
  font-size: 28px;
  font-family: "Montserrat";
  z-index: 2;
  position: relative;
}
#gift_fv .gift_fv_upper .gift_title span {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #gift_fv .gift_fv_upper {
    width: 100%;
    padding-top: 60px;
  }
}
#gift_section_01 {
  padding: 10% 0;
  margin-bottom: 5%;
}
#gift_section_01 .gift_section_01_inner {
  width: 980px;
  margin: 0 auto;
}
#gift_section_01 .gift_section_01_title {
  max-width: 400px;
}
#gift_section_01 .gift_section_01_title img {
  width: 85.5%;
  margin-bottom: 5%;
}
#gift_section_01 .gift_section_01_title h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 2%;
}
#gift_section_01 .gift_section_01_title p {
  line-height: 1.65;
}
@media screen and (max-width: 599px) {
  #gift_section_01 .gift_section_01_inner {
    width: 100%;
    padding: 0 10px;
  }
  #gift_section_01 .gift_section_01_title {
    background: rgba(255, 255, 255, .7);
    padding: 10px;
  }
  #gift_section_01 .gift_section_01_title img {
    width: 60%;
  }
  #gift_section_01 .gift_section_01_title h2 {
    font-size: 20px;
  }
}
#gift_section_02 .gift_section_02_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner {
    width: 100%;
    padding: 0 10px;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_title {
  margin: 7% 0;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_title {
    margin: 10% 0;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_title h2 {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_title h2 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_title p {
  line-height: 1.8;
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 3%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_kouka h3 {
    font-size: 24px;
    margin: 5% 0;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou {
  background-color: #F7F7F7;
  padding: 5%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou {
    width: 100%;
    padding: 3%;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou .gift_eiyou_inner {
  padding-top: 3%;
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou .gift_eiyou_inner span {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-weight: bold;
  background-color: #A7C655;
  color: #fff;
  padding: 1% 6%;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou .gift_eiyou_inner span {
    padding: 2% 0%;
    width: 157px;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou .gift_eiyou_inner p {
  padding-top: 3%;
  padding-bottom: 3%;
  line-height: 1.8;
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_eiyou .gift_eiyou_inner .border {
  border-bottom: dashed 1px #E5E5E5;
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_score {
  padding: 5% 0;
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_score h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_score h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
#gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_score p {
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_section_02_inner .gift_section_02_kouka .gift_score p {
    margin-bottom: 10%;
  }
}
#gift_section_02 .gift_engibanashi {
  padding: 8% 0;
  background-image: url(../images/gift_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi {
    width: 100%;
    padding: 30% 0;
    background-image: url(../images/gift_sp_bg.png);
  }
}
#gift_section_02 .gift_engibanashi .gift_engibanashi_title {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_engibanashi_title {
    width: 100%;
    padding: 0 10px;
  }
}
#gift_section_02 .gift_engibanashi .gift_engibanashi_title span {
  display: block;
  margin-bottom: 1%;
  font-size: 24px;
  font-weight: bolder;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_engibanashi_title span {
    margin-bottom: 3%;
  }
}
#gift_section_02 .gift_engibanashi .gift_engibanashi_title h2 {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_engibanashi_title h2 {
    margin-bottom: 10%;
  }
}
#gift_section_02 .gift_engibanashi .gift_engibanashi_title p {
  line-height: 1.8;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_engibanashi_title p {
    margin-bottom: 15%;
  }
}
#gift_section_02 .gift_engibanashi .gift_gorieki {
  width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_gorieki {
    width: 95%;
    padding: 15% 10px;
  }
}
#gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner {
  width: 980px;
  margin: 0 auto;
  padding: 8% 0;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner {
    width: 100%;
    padding: 0 10px;
  }
}
#gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner h2 {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 5%;
}
#gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner .gift_engibanashi_inner span {
  display: inline-block;
  background-color: #A7C655;
  border-radius: 4px;
  padding: 1% 4%;
}
@media screen and (max-width: 599px) {
  #gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner .gift_engibanashi_inner span {
    padding: 3% 10%;
  }
}
#gift_section_02 .gift_engibanashi .gift_gorieki .gift_section_02_inner .gift_engibanashi_inner p {
  line-height: 1.8;
  margin: 2% 0 5% 0;
}

/*************************************************
サブスク卵
*************************************************/
.header_right .header_now {
  background-color: #F0961D;
  color: #fff !important;
}
.header_right .header_now path {
  fill: #fff !important;
}

#subsc_fv .subsc_fv_upper {
  background-color: #F0961D;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
#subsc_fv .subsc_fv_upper .subsc_title {
  width: 980px;
  margin: 0 auto;
  height: 200px;
  color: #fff;
  padding: 5% 0;
}
@media screen and (max-width: 599px) {
  #subsc_fv .subsc_fv_upper .subsc_title {
    width: 100%;
    height: 175px;
    display: block;
    padding: 15% 8%;
  }
}
#subsc_fv .subsc_fv_upper .subsc_title h1 {
  display: block;
  font-size: 28px;
  font-family: "Montserrat";
  z-index: 2;
  position: relative;
}
#subsc_fv .subsc_fv_upper .subsc_title span {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #subsc_fv .subsc_fv_upper {
    width: 100%;
    padding-top: 60px;
  }
}

#subsc_fv.subsc_fv {
  padding: 7% 0;
}
#subsc_fv.subsc_fv .subsc_fv_inner {
}
#subsc_fv.subsc_fv .subsc_fv_title {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
#subsc_fv.subsc_fv .subsc_fv_title img {
  width: 545px;
  margin-bottom: 2%;
}
#subsc_fv.subsc_fv .subsc_fv_title h2 {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #subsc_fv.subsc_fv .subsc_fv_title {
    padding: 0 10px;
  }
  #subsc_fv.subsc_fv .subsc_fv_title img {
    width: 60%;
  }
}

#subsc_section_01 {
  padding: 10% 0;
  margin-bottom: 5%;
}
#subsc_section_01 .subsc_section_01_inner {
  width: 980px;
  margin: 0 auto;
}
#subsc_section_01 .subsc_section_01_title {
  max-width: 405px;
  padding: 20px;
  background: rgba(255, 255, 255, .7);
}
#subsc_section_01 .subsc_section_01_title img {
  width: 85.5%;
  margin-bottom: 5%;
}
#subsc_section_01 .subsc_section_01_title h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2%;
}
#subsc_section_01 .subsc_section_01_title p {
  line-height: 1.65;
}
@media screen and (max-width: 599px) {
  #subsc_section_01 .subsc_section_01_inner {
    width: 100%;
    padding: 0 10px;
  }
  #subsc_section_01 .subsc_section_01_title {
    background: rgba(255, 255, 255, .7);
    padding: 10px;
  }
  #subsc_section_01 .subsc_section_01_title img {
    width: 60%;
  }
  #subsc_section_01 .subsc_section_01_title h2 {
    font-size: 20px;
  }
}

#subsc_section_02 .subsc_section_02_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner {
    width: 100%;
    padding: 0 10px;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_title {
  margin: 7% 0;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner .subsc_section_02_title {
    margin: 10% 0;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_title h2 {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner .subsc_section_02_title h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_title p {
  line-height: 1.8;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit h3 {
  font-size: 30px;
  font-weight: bolder;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper {
  width: 100%;
  background-color: #F7F7F7;
  margin-top: 5%;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner {
  padding: 5% 5%;
  margin-bottom: 7%;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_merit_box .bg_gr {
  background-color: #A7C655;
  color: #fff;
  display: inline-block;
  padding: 1% 4%;
  margin-bottom: 2%;
  border-radius: 4px;
  font-weight: bold;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_merit_box p {
  padding-bottom: 3%;
  margin-bottom: 3%;
  line-height: 1.5;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_merit_box .border {
  border-bottom: dashed 1px #E5E5E5;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #E5E5E5;
  padding: 5% 15%;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki h5 {
    margin: 10% 0;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki h5 span {
  font-size: 14px;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper {
    display: block;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner {
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner .kosuu {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10%;
  border-bottom: solid 1px #E5E5E5;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner .kosuu span {
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: bold;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner .off {
  font-weight: bold;
  color: #F0961D;
  font-size: 30px;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner .off .tuujou {
  font-size: 16px;
  margin-bottom: 5%;
}
#subsc_section_02 .subsc_section_02_inner .subsc_section_02_merit .subsc_merit_wrapper .subsc_merit_inner .subsc_waribiki .subsc_waribiki_wrapper .subsc_waribiki_inner .off .number {
  font-family: "Montserrat";
  font-size: 40px;
}
.subsc_section_products {
  padding: 5% 0;
}
.subsc_section_products .subsc_section_products_inner {
  width: 1000px;
  margin: 0 auto;
}
.subsc_section_products h3 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #F29600;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
  margin-bottom: 7%;
}
@media screen and (max-width: 599px) {
  .subsc_section_products {
    padding: 6% 0 12%;
  }
  .subsc_section_products .subsc_section_products_inner {
    width: 100%;
    padding: 0 10px;
  }
  .subsc_section_products h3 {
    font-size: 18px;
  }
}
#subsc_section_03 {
  background: #FBF8F1;
  padding: 10% 0;
}
#subsc_section_03 .subsc_section_03_inner {
  width: 1000px;
  margin: 0 auto;
}
#subsc_section_03 h3 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #F29600;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
  margin-bottom: 7%;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_inner {
    width: 100%;
    padding: 0 10px;
  }
  #subsc_section_03 h3 {
    font-size: 18px;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
}
#subsc_section_03 h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 7% 0 3%;
}
#subsc_section_03 h4 span {
  border-bottom: 6px dotted #F29600;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 h4 {
    font-size: 20px;
  }
  #subsc_section_03 h4 span {
    border-bottom: 3px dotted #F29600;
  }
}
#subsc_section_03 .subsc_section_03_item {
  border: 2px solid #F29600;
  background: #fff;
  border-radius: 10px;
  padding: 5%;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_item {
    border-width: 1px;
  }
}
#subsc_section_03 .subsc_section_03_item > p {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 1em;
}
#subsc_section_03 .subsc_section_03_item > p:last-child {
  margin-bottom: 0;
}
#subsc_section_03 .subsc_section_03_item > p.size_s {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_item > p {
    font-size: 16px;
  }
  #subsc_section_03 .subsc_section_03_item > p.size_s {
    font-size: 14px;
  }
}
#subsc_section_03 .subsc_section_03_item > .subsc_section_03_notice {
  margin: 5% 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
#subsc_section_03 .subsc_section_03_item > .subsc_section_03_notice + .subsc_section_03_notice {
  margin-top: 0;
}
#subsc_section_03 .color {
  color: #F29600;
}
#subsc_section_03 p a {
  text-decoration: underline;
}
#subsc_section_03 .subsc_section_03_calendar {
  display: flex;
  gap: 20px;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_calendar {
    flex-wrap: wrap;
  }
}
#subsc_section_03 .subsc_section_03_calendar_item {
  flex: 1;
  background: #FEF6E8;
  text-align: center;
  padding: 4%;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_calendar_item {
    flex: 100%;
    padding: 8% 4%;
  }
}
#subsc_section_03 .subsc_section_03_calendar_item .txt01 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #F29600;
  width: fit-content;
  margin: 0 auto 4%;
  padding: 0.25em 2em;
  border-radius: 50px;
}
#subsc_section_03 .subsc_section_03_calendar_item:nth-child(even) .txt01 {
  background: #A7C654;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_calendar_item .txt01 {
    font-size: 18px;
  }
}
#subsc_section_03 .subsc_section_03_calendar_item .pic {
  margin-bottom: 8%;
}
#subsc_section_03 .subsc_section_03_calendar_item .txt02 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_calendar_item .txt02 {
    font-size: 15px;
  }
}
#subsc_section_03 .subsc_section_03_price {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_price {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#subsc_section_03 .subsc_section_03_price_item {
  width: 255px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_price_item {
    width: 180px;
  }
}
#subsc_section_03 .subsc_section_03_price_item .txt01 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
}
#subsc_section_03 .subsc_section_03_price_item .txt01 strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 43px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_price_item .txt01 {
    font-size: 16px;
  }
  #subsc_section_03 .subsc_section_03_price_item .txt01 strong {
    font-size: 24px;
  }
}
#subsc_section_03 .subsc_section_03_price_item .txt02 {
  font-size: 24px;
  font-weight: 700;
}
#subsc_section_03 .subsc_section_03_price_item .txt02 strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0;
  color: #E82D00;
}
#subsc_section_03 .subsc_section_03_price_item .txt02 strong span {
  font-size: 50px;
}
@media screen and (max-width: 599px) {
  #subsc_section_03 .subsc_section_03_price_item .txt02 {
    font-size: 16px;
  }
  #subsc_section_03 .subsc_section_03_price_item .txt02 strong {
    font-size: 20px;
  }
  #subsc_section_03 .subsc_section_03_price_item .txt02 strong span {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */