@charset "utf-8";
/* 共通 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.6;
  color: #000;
  position: relative;
}
.mincho {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
}
a:focus,
*:focus {
  outline: none;
  color: #000;
}
main {
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-size: inherit;
}
p {
  margin: 0;
}
a:hover img {
  opacity: 0.8;
}
a img,
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: none !important;
}
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
.generalsec {
  margin-bottom: 80px;
}
.flex {
  display: flex;
}
.fxw {
  display: flex;
  flex-wrap: wrap;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
/* --------------------main------------------- */
.top-ttl {
  background-color: #f18d58;
  font-size: 38px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.top-ttl span {
  width: 60px;
  display: inline-block;
}
.top-area {
  position: relative;
}
.top-img {
  width: 100%;
}
.top-txt {
  position: absolute;
  top: 50px;
  right: 4%;
  width: 78%;
}
.top-badge {
  width: 65%;
  position: absolute;
  bottom: 20px;
  right: 4%;
}
.sub-sec-ttl {
  text-align: center;
  padding: 40px 0;
  font-size: 40px;
  color: #4e1900;
  font-weight: 900;
}
.sub-sec-ttl span {
  display: inline-block;
  width: 30%;
}
.sub-sec-ttl span img {
  vertical-align: middle;
}
.sub-sec-area {
  position: relative;
}
.sub-sec-img {
  width: 100%;
}
.sub-sec-badge {
  position: absolute;
  top: 20px;
  left: 4%;
  width: 21%;
}
.sub-sec-txt01 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 2%;
  background-color: #fff;
  padding: 10px 5px;
  letter-spacing: 2px;
}
.sub-sec-txt02 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  right: 10%;
  background-color: #fff;
  padding: 10px 5px;
  letter-spacing: 2px;
}
.voice-ttl {
  width: 90%;
  margin: 20px auto 0;
}
.voice-list {
  width: 90%;
  margin: 20px auto 0;
}
.voice-list li {
  display: flex;
}
.voice-list li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.voice-img {
  width: 18%;
  margin-right: 34px;
}
.voice-list li:nth-of-type(2n) .voice-img {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.voice-img span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.voice-txt {
  flex: 1;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.7;
}
.description {
  margin-top: 40px;
  padding: 40px 0 20px;
  background: url(/images/sakanadiy/description-bg.png) no-repeat;
  background-size: cover;
}
.description02 {
  margin-top: 0;
  padding: 40px 0 20px;
  background: url(/images/sakanadiy/description-bg.png) no-repeat;
  background-size: cover;
}

.desc-ttl {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.desc-ttl .logo {
  display: inline-block;
  width: 13%;
  margin-right: 5px;
}
.desc-ttl .logo img {
  vertical-align: middle;
}
.desc-ttl .ttl-logo {
  display: inline-block;
  width: 46%;
  margin-right: 5px;
}
.desc-area {
  width: 90%;
  margin: 20px auto 0;
}
.desc-img {
  width: 33%;
}
.desc-right {
  flex: 1;
  margin-left: 6%;
}
.desc-subttl {
  width: 100%;
  display: inline-block;
  background-color: #ee7800;
  font-size: 25px;
  line-height: 1;
  border-radius: 25px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
}
.desc-txt01 {
  font-size: 55px;
  text-align: center;
  border-bottom: 2px dashed #000;
  margin-top: 20px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}
.desc-txt02 {
  font-size: 32px;
  border-bottom: 2px dashed #000;
  margin-top: 10px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.desc-price01 {
  padding: 5px 15px;
  background-color: #fff;
  width: 60%;
  margin: 40px auto 0;
  font-size: 29px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
}
.desc-price01 span {
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.desc-arrow {
  width: 20%;
  margin: 20px auto 0;
}
.desc-price02 {
  padding: 5px 0 0 26%;
  background-color: #fff;
  width: 100%;
  margin: 20px auto 0;
  font-size: 29px;
  letter-spacing: 3px;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
.desc-price02:after {
  position: absolute;
  left: -3%;
  top: -65px;
  content: "";
  display: inline-block;
  width: 39%;
  height: 85%;
  background: url(/images/sakanadiy/31off.png) no-repeat;
  background-size: contain;
}
.desc-price02:before {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 80%;
  height: 80%;
  background: url(/images/sakanadiy/postage.svg) no-repeat;
  background-size: contain;
}
.desc-price02 span {
  color: #e60012;
  font-size: 46px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.strat-btn {
  width: 90%;
  margin: 20px auto 0;
}
.benefits {
  width: 90%;
  margin: 30px auto 50px;
  border: 15px solid #000;
  font-weight: bold;
}
.benfits-ttl {
  font-size: 55px;
  text-align: center;
  margin: 30px 0 50px 0;
  line-height: 1;
  letter-spacing: 10px;
}
.benfits__imgarea {
  width: 90%;
  margin: 0 auto;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.benfits__desc {
  text-align: center;
  width: 35%;
  margin-bottom: 30px;
}
.benfits__img {
  width: 100%;
}
.benfits__img img {
  width: 100%;
  margin-bottom: 30px;
}
.benfits__name {
  font-size: 30px;
}
.plus {
  width: 12%;
}
.recommend-ttl01 {
  width: 100%;
  margin-top: 20px;
}
.menu-list {
  width: 80%;
  margin: 10px auto 0;
}
.menu-list li {
  width: 50%;
  position: relative;
}
.menu-list li p {
  display: block;
  background-color: rgba(40, 40, 40, 0.61);
  padding: 0 10px;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 3%;
  margin: 0;
  color: #fff;
}
.recommend-txt01 {
  padding: 40px 0;
  background: url(/images/sakanadiy/recommend-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  letter-spacing: 2px;
}
.recommend-txt01 span {
  color: #a56c61;
  padding-bottom: 10px;
  /* 	border-bottom: 3px dashed #a56c61; */
  position: relative;
}
.recommend-txt01 .mgb10 {
  line-height: 2;
}
.recommend-txt01:before {
  position: absolute;
  left: 8%;
  top: 21%;
  content: "";
  display: inline-block;
  width: 14%;
  height: 51%;
  background: url(/images/sakanadiy/recommend-deco01.png) no-repeat;
  background-size: contain;
}
.recommend-txt01:after {
  position: absolute;
  right: 8%;
  top: 21%;
  content: "";
  display: inline-block;
  width: 14%;
  height: 51%;
  background: url(/images/sakanadiy/recommend-deco02.png) no-repeat;
  background-size: contain;
}
.recommend-txt01 span:before {
  content: "";
  background-image: linear-gradient(
    to right,
    #a56c61,
    #a56c61 9.5px,
    transparent 1.5px,
    transparent 8px
  );
  background-size: 20px 8px;
  background-repeat: repeat-x;
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
}
.recommend-ttl02 {
  width: 100%;
  margin-top: 20px;
}
.recommend-list {
  width: 70%;
  margin: 10px auto 0;
  font-size: 32px;
  font-weight: bold;
}
.recommend-list li {
  position: relative;
  display: inline-block;
  padding-left: 11%;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
.recommend-list li:before {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 100px;
  height: 25px;
  background: url(/images/sakanadiy/recommend-icon.svg) no-repeat;
  background-size: contain;
}
.recommend-list li:after {
  content: "";
  background-image: linear-gradient(
    to right,
    #000,
    #000 9.5px,
    transparent 1.5px,
    transparent 8px
  );
  background-size: 17px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
}
.recommend-list li span {
  color: #ed7100;
}
.recommend-arrow {
  width: 30%;
  margin: 40px auto 0;
}
.recommend-txt02 {
  width: 80%;
  margin: 40px auto 0;
}
.recommend-img {
  width: 95%;
  margin: 20px auto 0;
}
.recommend-txt03 {
  width: 70%;
  margin: 40px auto 0;
}
.recommend-txt04 {
  width: 80%;
  margin: 40px auto 0;
}
.people-img {
  width: 100%;
  margin-top: 40px;
}
.charm-list {
  margin-top: 40px;
}
.charm-list li:nth-of-type(n + 2) {
  margin-top: 40px;
}
.charm-ttl-box {
  width: 95%;
  margin: 0 auto;
  align-items: center;
}
.charm-icon {
  width: 16%;
}
.charm-ttl {
  font-size: 44px;
  margin-left: 3%;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  flex: 1;
}
.charm-img {
  width: 100%;
  margin-top: 20px;
}
.charm2-img {
  width: 90%;
  margin: 20px auto 0;
}
.charm-area {
  background: url(/images/sakanadiy/charm-bg.png) no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.charm-txt {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 2px;
}
.red {
  color: #e60012;
}
.tv-area {
  background-color: #80c8ad;
  padding: 40px 0;
}
.tv-txt {
  width: 90%;
  margin: 0 auto;
}
.tv-img {
  width: 90%;
  margin: 20px auto 0;
}
.youtube-area {
  width: 90%;
  margin: 20px auto 0;
  background: #f8fafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2% 3.5%;
}
.youtube-moviearea {
  width: 45.2%;
}
.youtube-movie {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube-movie img {
  position: absolute;
  top: 0;
  right: 0;
}
.youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-desc {
  width: 53.5%;
}
.cloud-area {
  margin-top: 40px;
}
.cloud-txt {
  font-size: 34px;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: 2px;
}
.cloud-txt .logo {
  display: block;
  width: 60%;
}
.cloud-txt .big {
  color: #e4007f;
  font-size: 74px;
  line-height: 1;
}
.cloud-img {
  width: 85%;
  margin: 20px auto 0;
}
.company {
  position: relative;
}
.company-img,
.company-img img {
  width: 100%;
  margin: 0;
}
.company__txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  background-color: rgba(57, 57, 57, 0.72);
  padding: 20px 15px;
  width: 55%;
  display: block;
  position: absolute;
  letter-spacing: 1px;
  bottom: 40px;
  left: 40px;
}
.company-img-deco {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company__logo {
  width: 20%;
  position: absolute;
  bottom: 60px;
  right: 20px;
  background-color: rgba(57, 57, 57, 0.72);
  padding: 5px;
}
.logo-maru {
  width: 40%;
  margin: 0 auto 10px;
}
.logo-maru img {
  width: 100%;
}
.president {
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}
.qa-ttl {
  background: url(/images/sakanadiy/qa-bg.png) no-repeat;
  background-size: cover;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}
.qa-ttl .logo {
  width: 13%;
}
.qa-ttl .qa {
  width: 26%;
  margin-left: 20px;
}
.qa-list dt {
  padding: 24px 20px 24px 10%;
  font-size: 28px;
  background-color: #d6ead2;
  position: relative;
  letter-spacing: 2px;
  font-weight: 900;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
}
.qa-list dt:before {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 45px;
  height: 56px;
  background: url(/images/sakanadiy/q.svg) no-repeat;
  background-size: contain;
}
.qa-list dd {
  padding: 30px 0 20px 10.5%;
  font-size: 20px;
  position: relative;
}
.qa-list dd:before {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 48px;
  height: 50px;
  background: url(/images/sakanadiy/a.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .top-ttl {
    font-size: 38px;
  }
}

/* --------------------footer------------------- */
/*
footer{
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
	background-color: #EDEBDF;
}
*/
.footerguide {
  width: 50%;
  margin: 0 auto;
  padding: 5px 0;
}
.footerguide li a {
  font-size: 15px;
  color: #000;
}
.footerguide li a:hover {
  opacity: 0.6;
}
.footerguide li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
  font-size: 10px;
  position: relative;
  top: -2px;
  left: -5px;
}
.copyright {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 0;
}
