@charset "UTF-8";

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

	mainvisual

-----------------------------------*/
#mainvisual {
  margin-bottom: 30px;
}
#mainvisual .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mainvisual .textArea {
  width: 47%;
}
#mainvisual .orange_text {
  display: inline-block;
  color: #f16d00;
}
#mainvisual .textArea .copy {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
#mainvisual .textArea p {
  margin-bottom: 30px;
  line-height: 1.875;
}
#mainvisual .textArea .try {
  display: block;
  padding: 30px 20px 30px 0 !important;
  text-align: center;
  background-color: #f16d00;
  color: #fff;
  font-weight: 700;
  border-radius: 45px;
  line-height: 1;
  position: relative;
  width: 340px;
  font-size: 20px;
}
#mainvisual .textArea .try::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/white_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#mainvisual .imageArea {
  width: 51%;
}
/* @media screen and (max-width: 1400px) {
	#mainvisual .textArea .copy {
		font-size: 34px;
	}
	#mainvisual .imageArea img {
		max-height: 350px;
	}
} */
@media screen and (max-width: 1090px) {
  #mainvisual .textArea .copy {
    font-size: 3.7vw;
  }
  #mainvisual .textArea .try {
    padding: 25px 20px 25px 0 !important;
    max-width: 320px;
    width: 90%;
    font-size: 18px;
  }
}
@media screen and (max-width: 775px) and (min-width: 641px) {
  #mainvisual .textArea .try {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #mainvisual .contents_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    max-width: 420px;
    width: 95%;
  }
  #mainvisual .textArea {
    width: 100%;
    text-align: center;
  }
  #mainvisual .textArea .copy {
    font-size: 26px;
  }
  #mainvisual .textArea .try {
    max-width: 295px;
    padding: 20px 0 !important;
    margin: 0 auto;
    font-size: 16px;
  }
  #mainvisual .imageArea {
    max-width: 232px;
    width: 90%;
  }
}

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

	news_block

-----------------------------------*/
#news_block {
  background: url(../img/index/news_bg.png) center/10px;
  padding: 50px 0;
}
#news_block #bnr_slide {
  margin-bottom: 50px;
}
#news_block .bnr_slider li {
  margin: 0 10px;
}
.slick-dots li {
  margin: 0 5px !important;
}
.slick-dots li button {
  position: relative;
}
.slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #fff;
  border: 1px solid #f16d00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #f16d00;
}
#news_block #news_list {
  background: #fff;
  padding: 25px 60px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
}
#news_block #news_list::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/index/news_icon_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#news_block #news_list h2 {
  white-space: nowrap;
  line-height: 1;
  font-size: 20px;
}
#news_block #news_list ul a {
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 16px;
}
#news_block #news_list ul a .date {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #news_block {
    padding: 40px 0;
  }
  #news_block .bnr_slider li {
    margin: 0;
  }
  #news_block #news_list {
    padding: 20px 40px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
  }
  #news_block #news_list::after {
    top: 20px;
    transform: translateY(0);
  }
  #news_block #news_list h2 {
    font-size: 18px;
  }
  #news_block #news_list ul a {
    line-height: 1.5;
    -webkit-line-clamp: 3;
    height: 54px;
  }
  #news_block #news_list ul a .date {
    margin-right: 0;
    display: block;
  }
}

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

	step_block

-----------------------------------*/
#step_block {
  padding: 60px 0;
}
#step_block .contents_inner {
  background: #fef0e6;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}
#step_block h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
#step_block h2 span {
  background: #fff;
  display: inline-block;
  color: #f16d00;
  padding: 0 20px;
  margin: 0 20px;
}
#step_block p {
  font-weight: 700;
  font-size: 20px;
}
#step_block ul {
  max-width: 720px;
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#step_block ul li {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  counter-increment: number;
  position: relative;
}
#step_block ul li::before {
  content: counter(number);
  width: 77px;
  height: 77px;
  background: #f16d00;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 77px;
  text-align: center;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
#step_block ul li img {
  width: 195px;
  height: 165px;
  object-fit: contain;
  margin: 0 auto 20px;
}
#step_block ul li p {
  font-size: 22px;
}
#step_block p span {
  color: #f16d00;
}
#step_block .try {
  display: block;
  padding: 30px 20px 30px 0 !important;
  text-align: center;
  background-color: #f16d00;
  color: #fff;
  font-weight: 700;
  border-radius: 450px;
  line-height: 1;
  font-size: 20px;
  position: relative;
  width: 350px;
  margin: 50px auto 0;
}
#step_block .try::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/white_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1090px) {
  #step_block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  #step_block p .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  #step_block {
    padding: 30px 0;
  }
  #step_block .contents_inner {
    padding: 30px 20px;
  }
  #step_block h2 {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
  }
  #step_block p {
    font-size: 14px;
  }
  #step_block ul {
    margin: 40px auto 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  #step_block ul li {
    padding: 40px 20px 20px 20px;
  }
  #step_block ul li::before {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    top: -30px;
  }
  #step_block ul li img {
    width: 160px;
    height: 135px;
  }
  #step_block ul li p {
    font-size: 20px;
  }
  #step_block .try {
    width: 295px;
    margin: 20px auto 0;
    font-size: 16px;
    padding: 20px 0 !important;
  }
}

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

	omakase_block

-----------------------------------*/
#omakase_block {
  padding: 0 0 100px 0;
  text-align: center;
}
#omakase_block h2 {
  font-size: 40px;
}
#omakase_block span {
  color: #f16d00;
}
#omakase_block ul.example {
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#omakase_block ul.example li {
  width: 100%;
  border-radius: 20px;
  padding: 40px 20px;
  border: 2px solid #f16d00;
}
#omakase_block ul.example li h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
#omakase_block ul.example li p {
  margin-bottom: 20px;
  line-height: 1.875;
}
#omakase_block ul.example li img {
  width: 266px;
  height: 227px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
#omakase_block ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
#omakase_block ul.link li {
  max-width: 330px;
  width: calc(50% - 10px);
}
#omakase_block ul.link li a {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fce2cc;
  border-radius: 35px;
  line-height: 1.4;
  font-weight: 700;
}
#omakase_block ul.link li:first-of-type a {
  padding-left: 20px;
  position: relative;
}
#omakase_block ul.link li:first-of-type a::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(../img/index/omakase_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1090px) {
  #omakase_block ul.example li h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 840px) {
  #omakase_block ul.example {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 15px;
  }
  #omakase_block ul.example li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #omakase_block {
    padding: 0 0 60px 0;
    text-align: center;
  }
  #omakase_block h2 {
    font-size: 24px;
  }
  #omakase_block ul.example {
    gap: 10px;
    margin: 20px auto;
  }
  #omakase_block ul.example li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  #omakase_block ul.example li h3 {
    font-size: 24px;
  }
  #omakase_block ul.example li img {
    width: 180px;
    height: 153px;
  }
  #omakase_block ul.link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #omakase_block ul.link li {
    max-width: 250px;
    width: 100%;
  }
  #omakase_block ul.link li a {
    height: 60px;
    font-size: 14px;
  }
  #omakase_block ul.link li:first-of-type a::before {
    width: 25px;
    height: 21px;
    left: 30px;
  }
}
/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
  padding: 0 0 80px 0;
}
#faq_block h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#faq_block dl {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #dddddd;
}
#faq_block dl dt {
  border-top: 1px solid #dddddd;
  padding: 20px 50px 20px 60px;
  font-weight: 700;
  position: relative;
  font-size: 18px;
}
#faq_block dl dt::before {
  content: "Q";
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #f16d00;
  position: absolute;
  top: 10px;
  left: 0;
}
#faq_block dl dt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #f16d00;
  border-bottom: 2px solid #f16d00;
  position: absolute;
  top: 30px;
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#faq_block dl dt.active::after {
  transform: rotate(-135deg);
}
#faq_block dl dd {
  display: none;
  padding: 0 20px 30px 60px;
}
#faq_block dl dd a {
  color: #f16d00;
  text-decoration: underline;
}
#faq_block .more {
  display: block;
  width: 350px;
  border: 1px solid #f16d00;
  border-radius: 35px;
  color: #f16d00;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #faq_block {
    padding: 0 0 40px 0;
  }
  #faq_block h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #faq_block dl {
    margin: 0 auto 30px;
  }
  #faq_block dl dt {
    padding: 15px 40px 15px 30px;
    font-size: 12px;
  }
  #faq_block dl dt::before {
    font-size: 20px;
    top: 12px;
  }
  #faq_block dl dt::after {
    width: 8px;
    height: 8px;
    top: 20px;
    right: 10px;
  }
  #faq_block dl dd {
    padding: 0 20px 15px 30px;
  }
  #faq_block .more {
    width: 180px;
    border-radius: 30px;
    padding: 20px 0;
    font-size: 14px;
  }
}
