@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #424242;
}

article {
  animation: fvAnime 1.5s ease forwards;
  opacity: 0;
}
@keyframes fvAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 961px) {
  .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1290px) {
  .disp_big {
    display: none !important;
    visibility: hidden !important;
  }
}
.scrollanime {
  transition: all ease 1s;
}

.opacity {
  opacity: 0;
}

.updown {
  opacity: 0;
  transform: translateY(-50px);
}

.downup {
  opacity: 0;
  transform: translateY(50px);
}

.slide-right {
  opacity: 0;
  transform: translateX(50px);
}

.slide-left {
  opacity: 0;
  transform: translateX(-50px);
}

.scaleup {
  opacity: 0;
  transform: scale(0.8);
}

.fadeIn {
  transition: all ease 1s;
}
.fadeIn.opacity {
  opacity: 1;
}
.fadeIn.updown {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn.downup {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn.slide-right {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn.slide-left {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn.scaleup {
  opacity: 1;
  transform: scale(1);
}

.eachTextAnime {
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: opacity ease .3s .5s;
}
.eachTextAnime span {
  transform: translateY(100%);
  display: inline-block;
  position: relative;
}
.eachTextAnime.appeartext {
  opacity: 1;
}
.eachTextAnime.appeartext span {
  transform: translateY(0);
  transition: all ease-out 1s;
}

.wrap01 {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap01 {
    width: 500px;
  }
}

.wrap02 {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap02 {
    width: 500px;
  }
}

.wrap-r {
  max-width: calc(100% - (50% - (1200px/2)));
  width: calc(100% - 5%);
  margin-right: 0;
  margin-left: auto;
}

.wrap-l {
  max-width: calc(100% - (50% - (1200px/2)));
  width: calc(100% - 5%);
  margin-right: auto;
  margin-left: 0;
}

a {
  transition: all ease .3s;
}
a:hover {
  opacity: 0.85;
}

.scroll {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 22px;
  margin-bottom: 5vh;
  margin-top: auto;
  cursor: pointer;
}
.scroll:hover {
  opacity: 0.8;
}
.scroll__txt img {
  width: min(2vh, 16px);
}
.scroll__circle {
  width: min(11vh, 100px);
  height: min(11vh, 100px);
  border-radius: 50%;
  border: solid 1px rgba(66, 66, 66, 0.3);
  flex-shrink: 0;
  position: relative;
}
.scroll__circle:after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform-origin: center;
  border-radius: 50%;
  animation: circle 4s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.header__logo {
  margin-right: auto;
  margin-left: 5%;
  width: 215px;
  margin-top: 36px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .header__logo {
    width: 137px;
    margin-top: 20px;
  }
}
.header__logo__a {
  display: block;
}
.header__nav {
  /*position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;*/
  /*@media screen and (min-width:961px){
  	height: 100svh;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: flex-start;
  	grid-row-gap: 1vh;
  	padding-top: 14vh;
  }*/
}
@media screen and (max-width: 960px) {
  .header__nav {
    padding-top: min(20vh, 150px);
    padding-bottom: 20px;
    transform: rotateY(0) translateY(-100%);
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to bottom, #C8E7EF, #fff);
    z-index: -1;
    transition: all ease .5s;
    overflow: auto;
  }
  .header__nav.active {
    visibility: visible;
    transform: scaleY(1) translateY(0);
  }
}
.header__nav__lists {
  display: flex;
  column-gap: 23px;
  padding: 27px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  /*@media screen and (min-width:961px){
  	margin-top: auto;
  }*/
}
@media screen and (max-width: 960px) {
  .header__nav__lists {
    position: relative;
    top: auto;
    right: auto;
    grid-row-gap: 56px;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
}
.header__nav__item__a {
  display: block;
  /*padding-left: 49px;*/
  position: relative;
  /*&:before{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 20px;
  	height: 1px;
  	background-color: #424242;
  	@media screen and (max-width:960px){
  		display: none;
  	}
  }*/
}
@media screen and (max-width: 960px) {
  .header__nav__item__a {
    padding-left: 0;
  }
}

.menu_toggle {
  position: absolute;
  top: 17px;
  right: 5%;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 5px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu_toggle__line {
  background-color: #738BAD;
  display: block;
  width: 45%;
  height: 1px;
  transform-origin: center;
  transition: all ease .5s;
}
.menu_toggle__line--1.active {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.menu_toggle__line--2.active {
  opacity: 0;
}
.menu_toggle__line--3.active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.pcMenu {
  position: fixed;
  top: 15vh;
  right: 50px;
  z-index: 50;
  display: none;
}
.pcMenu__ul {
  text-align: right;
}
.pcMenu__li {
  margin-bottom: 34px;
}
.pcMenu__li:last-of-type {
  margin-bottom: 0;
}
.pcMenu__a svg path {
  fill: #3287BF;
  transition: all ease .5s;
}
.pcMenu__a.active svg path {
  fill: #424242;
}

.secFv {
  background-color: #86C9DB;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100vh;
}
.secFv__inner {
  position: relative;
  height: 100svh;
}
.secFv__img {
  height: 100%;
}
.secFv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 890px) {
  .secFv__img img {
    object-fit: contain;
    object-position: top;
  }
}
@media screen and (max-width: 890px) and (min-aspect-ratio: 375 / 583) {
  .secFv__img img {
    object-fit: cover;
    object-position: center;
  }
}

.secFv__fancle {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 960px) {
  .secFv__fancle {
    right: 0;
    left: 0;
    text-align: center;
    bottom: 10%;
  }
}

.secIntro {
  position: relative;
  margin-top: 100svh;
}
.secIntro__topBg {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 20vh;
}
.secIntro__contents {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .secIntro__contents {
    padding-bottom: 43px;
  }
}
.secIntro__ttl {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .secIntro__ttl {
    margin-bottom: 19px;
  }
}
.secIntro__txt {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 53px;
}
.secIntro__txt small {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 2.6;
}
@media screen and (max-width: 960px) {
  .secIntro__txt {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.secIntro__note {
  font-size: 14px;
  line-height: 1.58;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .secIntro__note {
    justify-content: flex-start;
  }
}

.secFeature {
  position: relative;
}
.secFeature__bg {
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  background: center/cover url("../img/bg-feature-pc.jpg") no-repeat;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .secFeature__bg {
    background-image: url("../img/bg-feature-sp.jpg");
  }
}
.secFeature__title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .secFeature__title {
    margin-bottom: 29px;
  }
}
.secFeature__ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 72px;
  grid-row-gap: 32px;
  margin-bottom: 62px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .secFeature__ttl {
    flex-wrap: wrap;
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .secFeature__ttl {
    margin-bottom: 38px;
    flex-direction: column;
    grid-row-gap: 23px;
  }
}
.secFeature__ttl small {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 2.7;
}
.secFeature__ttl__img {
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .secFeature__ttl__img {
    width: 100%;
    text-align: center;
  }
}
.secFeature__ttl__txt {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .secFeature__ttl__txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.secFeature__whiteBg {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 960px) {
  .secFeature__whiteBg {
    border-radius: 20px;
  }
}
.secFeature__blk01 {
  padding: 150px 0 148px;
}
@media screen and (max-width: 960px) {
  .secFeature__blk01 {
    padding: 60px 0 70px;
  }
}
.secFeature__blk02 {
  padding-bottom: 142px;
}
@media screen and (max-width: 960px) {
  .secFeature__blk02 {
    padding-bottom: 64px;
  }
}
.secFeature__blk03 {
  padding-bottom: 82px;
}
@media screen and (max-width: 960px) {
  .secFeature__blk03 {
    padding-bottom: 75px;
  }
}
.secFeature__blk04 {
  padding-bottom: 137px;
  overflow: hidden;
  background: center top 46px/100% url("../img/bg-feature_wave-pc.svg") no-repeat;
}
@media screen and (max-width: 960px) {
  .secFeature__blk04 {
    padding-bottom: 84px;
    background: center top 31px/100% url("../img/bg-feature_wave-sp.svg") no-repeat;
  }
}
.secFeature__note {
  font-size: 14px;
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
  line-height: 1.58;
}
@media screen and (max-width: 960px) {
  .secFeature__note {
    justify-content: flex-start;
    font-size: min(3.5vw, 14px);
    margin-top: 30px;
  }
}
.secFeature__note--center {
  text-align: center;
  justify-content: center;
}

.fature01 {
  padding: 66px 3%;
}
@media screen and (max-width: 960px) {
  .fature01 {
    padding: 50px 5% 50px;
  }
}
.fature01__flex {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 960px) {
  .fature01__flex {
    flex-direction: column;
  }
}
.fature01__ttl {
  text-align: center;
}
.fature01__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .fature01__center {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .fature01__right, .fature01__left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.fature01__txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .fature01__txt {
    margin-bottom: 27px;
  }
}
.fature01__img {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .fature01__img {
    min-height: inherit;
  }
}

.feature02 {
  padding: 65px 3% 50px;
}
@media screen and (max-width: 960px) {
  .feature02 {
    padding: 50px 4.5%;
  }
}
.feature02__txt01 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .feature02__txt01 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.feature02__kouka {
  width: 685px;
  max-width: 100%;
  margin: 0 auto 85px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .feature02__kouka {
    margin-bottom: 49px;
    transform: scale(1.1);
    transform-origin: center;
  }
}
.feature02__blk01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  grid-row-gap: 37px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 960px) {
  .feature02__blk01 {
    flex-direction: column;
    grid-row-gap: 28px;
    margin-bottom: 50px;
  }
}
.feature02__blk01__left {
  width: 479px;
  max-width: 52%;
}
@media screen and (max-width: 960px) {
  .feature02__blk01__left {
    width: 100%;
    max-width: 100%;
  }
}
.feature02__blk01__right {
  width: 440px;
  max-width: 45%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .feature02__blk01__right {
    width: 100%;
    max-width: 100%;
  }
}
.feature02__blk01__txt {
  font-size: 18px;
  line-height: 2;
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  .feature02__blk01__txt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 18px;
  }
}
.feature02__kekka {
  text-align: center;
}

.feature03 {
  padding: 70px 3% 60px;
}
@media screen and (max-width: 960px) {
  .feature03 {
    padding: 50px 5%;
  }
}
.feature03__ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  flex-direction: column;
  grid-row-gap: 56px;
}
@media screen and (max-width: 960px) {
  .feature03__ul {
    flex-direction: column;
    grid-row-gap: 50px;
  }
}
.feature03__li {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .feature03__li {
    width: 100%;
    max-width: 100%;
  }
}
.feature03__img {
  text-align: center;
  margin-bottom: 15px;
}
.feature03__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .feature03__txt {
    line-height: 1.7;
    font-size: 14px;
  }
}

.feature04__ttl {
  text-align: center;
  margin-bottom: 97px;
}
@media screen and (max-width: 960px) {
  .feature04__ttl {
    margin-bottom: 60px;
  }
}
.feature04__txt {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .feature04__txt {
    margin-bottom: 42px;
    font-size: 14px;
  }
}
.feature04__ul {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}
@media screen and (max-width: 960px) {
  .feature04__ul {
    flex-direction: column;
    grid-row-gap: 25px;
  }
}
.feature04__li {
  width: 400px;
  max-width: calc(50% - 40px);
  border: solid 15px #C5DCF2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  aspect-ratio: 1;
  padding-top: 65px;
}
@media screen and (max-width: 960px) {
  .feature04__li {
    width: 280px;
    height: 280px;
    max-width: 100%;
    border-width: 10px;
    padding-top: 45px;
    position: relative;
    font-size: 12px;
    margin: 0 auto;
  }
}
.feature04__li__ttl {
  margin-bottom: 29px;
}
@media screen and (max-width: 960px) {
  .feature04__li__ttl {
    margin-bottom: 28px;
  }
}
.feature04__li__note {
  margin-top: 1.7em;
}
@media screen and (max-width: 960px) {
  .feature04__li__note {
    margin-top: 0;
    position: absolute;
    right: -32px;
    bottom: 0px;
    font-size: 12px;
    text-align: right;
  }
}
.feature04__li small {
  font-size: 0.6em;
  vertical-align: top;
}

.secVoice {
  position: relative;
}
.secVoice__bg {
  background: center/cover url("../img/bg-voice-pc.jpg") no-repeat;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: -100vh;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .secVoice__bg {
    background-image: url("../img/bg-voice-sp.jpg");
  }
}
.secVoice__voice {
  padding-top: 142px;
}
@media screen and (max-width: 960px) {
  .secVoice__voice {
    padding-top: 89px;
  }
}
.secVoice__contents {
  padding: 0 0 129px;
}
@media screen and (max-width: 960px) {
  .secVoice__contents {
    padding: 0 0 51px;
  }
}
.secVoice__ttl {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .secVoice__ttl {
    margin-bottom: 47px;
  }
}
.secVoice__ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 145px;
}
@media screen and (max-width: 960px) {
  .secVoice__ul {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 39px;
    margin-bottom: 70px;
  }
}
.secVoice__li {
  width: 400px;
  max-width: 48%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .secVoice__li {
    width: 600px;
    max-width: 95%;
  }
}
.secVoice__li:before, .secVoice__li:after {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #fff;
  right: -18px;
  top: 15px;
  transform: rotate(45deg);
  z-index: 3;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .secVoice__li:before, .secVoice__li:after {
    width: 79px;
    right: -24px;
    top: 13px;
  }
}
.secVoice__li:after {
  top: auto;
  right: auto;
  bottom: 15px;
  left: -18px;
}
@media screen and (max-width: 960px) {
  .secVoice__li:after {
    left: -24px;
    bottom: 13px;
  }
}
.secVoice__li__inner {
  background-color: rgba(255, 255, 255, 0.6);
  clip-path: polygon(0 0, calc(100% - 32px) 0%, 100% 32px, 100% 100%, 32px 100%, 0% calc(100% - 32px));
  padding: 35px 8% 42px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .secVoice__li__inner {
    padding: 45px 5% 43px;
  }
}
.secVoice__li__ttl {
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: solid 1px #424242;
}
@media screen and (max-width: 960px) {
  .secVoice__li__ttl {
    margin-bottom: 17px;
  }
}
.secVoice__li__txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .secVoice__li__txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.secVoice__li__note {
  font-size: 12px;
  margin-top: 2em;
}

.recommend__ttl {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 56px;
}
@media screen and (max-width: 960px) {
  .recommend__ttl {
    column-gap: 11px;
    margin-bottom: 40px;
  }
}
.recommend__ttl:before, .recommend__ttl:after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 6px;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}
.recommend__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 40px;
}
@media screen and (max-width: 960px) {
  .recommend__ul {
    column-gap: 15px;
    grid-row-gap: 15px;
  }
}
.recommend__li {
  padding: 45px 1% 13px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 6px white;
  width: 200px;
  max-width: 24.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .recommend__li {
    max-width: calc(50% - 7.5px);
    padding: 22px 2% 16px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.recommend__txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.recommend__txt.--mt {
  margin-top: 11px;
}
@media screen and (max-width: 960px) {
  .recommend__txt.--mt {
    margin-top: 0;
  }
}
.recommend__txt small {
  font-size: 0.5em;
  vertical-align: top;
  margin-top: 0.2em;
  display: inline-block;
}
.recommend__txt__note {
  display: block;
  line-height: 1.6;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .recommend__txt__note {
    line-height: 1.4;
    font-size: 10px;
    margin-top: 7px;
  }
}
.recommend__ico {
  width: 140px;
  height: 126px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .recommend__ico {
    width: 90px;
    height: 70px;
    margin-bottom: 22px;
  }
}

#product {
  padding-top: 102px;
}
@media screen and (max-width: 960px) {
  #product {
    padding-top: 63px;
  }
}

.secBanner {
  padding: 122px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .secBanner {
    padding: 90px 0 0;
  }
}
.secBanner__li {
  margin-bottom: 104px;
}
@media screen and (max-width: 960px) {
  .secBanner__li {
    margin-bottom: 52px;
  }
}
.secBanner__li:last-of-type {
  margin-bottom: 0;
}
.secBanner__txt {
  margin-bottom: 53px;
}
@media screen and (max-width: 960px) {
  .secBanner__txt {
    text-align: center;
    margin-bottom: 21px;
  }
}
.secBanner__img {
  display: block;
}

.secShop {
  padding-top: 160px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .secShop {
    padding-top: 113px;
  }
}
.secShop__ttl {
  text-align: center;
  margin-bottom: 76px;
}
@media screen and (max-width: 960px) {
  .secShop__ttl {
    margin-bottom: 67px;
  }
}
.secShop__ul {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 42px;
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #CDCDCD;
  border-bottom: solid 1px #CDCDCD;
}
@media screen and (max-width: 960px) {
  .secShop__ul {
    margin-bottom: 48px;
  }
}
.secShop__li {
  width: 25%;
  border-top: solid 1px #CDCDCD;
  border-left: solid 1px #CDCDCD;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  padding: 55px 1% 20px;
}
@media screen and (max-width: 960px) {
  .secShop__li {
    width: 50%;
    font-size: min(3.1vw, 12px);
    padding: 30px 0% 20px;
  }
}
.secShop__li__logo {
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 58px;
}
@media screen and (max-width: 960px) {
  .secShop__li__logo {
    margin-bottom: 15px;
  }
}
.secShop__turuha {
  text-align: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 960px) {
  .secShop__turuha {
    margin-bottom: 40px;
  }
}
.secShop__txt01 {
  padding: 8px 0 10px;
  border-top: solid 1px #CDCDCD;
  border-bottom: solid 1px #CDCDCD;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .secShop__txt01 {
    font-size: 15px;
    padding: 14px 0 20px;
  }
}

.footer {
  padding: 55px 0 63px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 55px 0 30px;
  }
}
.footer__copy {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .footer__copy {
    font-size: 10px;
  }
}
