/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/* ============================================ */
/* sogh style */
/* ============================================ */


html {
  scroll-behavior: smooth;
}


body.sogh-body {
  position: relative;
  background: #f1f1f0;
  height: 100%;
  margin: 0;
  min-width: 320px;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

  body {
    background: #f1f1f0!important;
  }

.sogh-body {
  position: relative;
  background: #f1f1f0;
  height: 100%;
  margin: 0;
  min-width: 320px;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


img {
  max-width: 100%;
  height: auto;
  width: auto;
}

picture img {
  width: 100%;
}


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

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

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

.sgoh-button {
  width: 100%;
}
.sgoh-button span {
  display: block;
  position: relative;
  background: #E95E72;
  border-radius: 100px;
  width: 48vw;
  margin: 0 auto;
  padding: 28px 40px;
  color: #fff;
  font-size: clamp(1rem, calc(0.8rem + 1.4vw), 2.8rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0px 5px 0px #000;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .sgoh-button span {
    width: 60vw;
  }
}

@media screen and (max-width: 768px) {
  .sgoh-button span {
    letter-spacing: .01rem;
    padding: 24px 28px;
    width: 78vw;
    font-size: 1.13rem;
  }
}


.sgoh-button span:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.sgoh-button span::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 16px;
  transform: rotate(45deg);
  width: 16px;
  right: 30px;
  top: 41%;
  position: absolute;
}

@media screen and (max-width: 768px) {
.sgoh-button span::after {
  height: 12px;
  width: 12px;
  right: 20px;
  top:43%;
}
}

.sogh-fixbtn {
  position: fixed;
  bottom: 100px;
  
  font-size: 16px;
  line-height: 1.3;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.5s ease;
}
/* フェードイン状態のボタン */
.sogh-fixbtn.is-show {
  opacity: 1; /* 表示時には不透明 */
  position: sticky;
  float: right;
}

.sogh-fixbtn a {
  background: #856d39;
  border: solid 4px #fff;
  box-sizing:content-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #fff;
  width: 110px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 100%;
  opacity: 0.9;
  transition: all .3s ease;
}
@media screen and (max-width: 768px) {
  .sogh-fixbtn {
    font-size: 13px;
    line-height: 1.2;
    bottom: 2%;
  }
  .sogh-fixbtn a {
   border: solid 2px #fff;
   width: 84px;
   padding: 22px 5px;
  }
}
.sogh-fixbtn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(136deg);
  margin: 6px auto 0;
}
.sogh-fixbtn a:hover {
  text-decoration: none;
  opacity: .5;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.page-top {
  position: fixed;
  bottom: 20px;
  display: none;  /* 最初は非表示 */
}


.page-top a{
position: absolute;
left: -50px;
bottom: 17px;
color: #000;
font-size: 14px;
letter-spacing: .2em;
writing-mode: vertical-lr;
text-decoration: none;
text-transform: uppercase;
}

.page-top:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 44px;
  width: 2px;
  height: 20px;
  background: #000;
  transform: skewX(31deg);
}

.page-top:before{
content:"";
position: absolute;
right: 50px;
bottom: 5px;
width: 2px;
height: 74px;
background:#000;
}

.page-top.show {
  display: block;
  position: sticky;
  float: right;
}

/* 横幅960px以下の場合は非表示 */
@media screen and (max-width: 960px) {
  .page-top {
      display: none !important;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
  }

.scroll_down-wrap {
  position: relative;
  height: 80px;
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .scroll_down-wrap {
    height: 40px;
    margin: 60px 0 40px;
  }
  }

.scroll_down{
  position: absolute;
  bottom:1%;
  left: 50%;
  width: 2px;
  height: 60px;
  animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .scroll_down{
    height: 50px;
  }
  }

.scroll_down p{
  position: absolute;
  left: -20px;
  top:-16px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .scroll_down p{
    left: -21px;
    top:-10px;
    font-size: 12px;
  }
  }

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 2px;
    height: 18px;
    background: #000;
    transform: skewX(-31deg);
}
@media screen and (max-width: 768px) {
  .scroll_down:before{
    height: 14px;
    right: -5px;
  }
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 50px;
  background:#000;
}
@media screen and (max-width: 768px) {
  .scroll_down:after{
    height: 40px;
  }
  }

@keyframes arrowmove{
   0%{bottom:1%;}
   90%{bottom:9%;}
   00%{bottom:1%;}
}



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

.sogh-main {
  position: relative;
  background: #fff;
  max-width: 100%;
  width: 1200px;
  margin: auto;
}

/*-------------------------------*/
.kv {
  position: block;
}
.kv img {
width: 100%;
height: auto;
}
/*-------------------------------*/

.mv {
  position: relative;
  padding-top: 46%;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 70%;
  }
}

.mv__logo {
  position: absolute;
  top: 6%;
  left: 27.5%;
}
@media screen and (max-width: 1200px) {
  .mv__logo {
    width: 46.6vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__logo {
    left: 14%;
    width: 74vw;
  }
}

.mv__price {
  position: absolute;
  top: 28%;
  left: 10.6%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .mv__price {
    width: 76vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__price {
  width: 92%;
  left: 4%;
  top: 26%;
  }
}
@media screen and (max-width: 500px) {
  .mv__price {
  bottom: 8%;
  }
}

.mv__item {
  position: absolute;
}

.mv__btn {
  display: block;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mv__btn {
    margin-bottom: 30px;
  }
}

/*-------------------------------*/
.sec-inner {
  padding: 0 100px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .sec-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-inner {
    padding: 0 20px;
  }
}
/*-------------------------------*/
.oneday {
  padding: 80px 0;
  background-color: #f8f8f0;
}
@media screen and (max-width: 768px) {
  .oneday {
    padding: 40px 0;
  }
}
.oneday__title {
  width: 100%;
  max-width: 546px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .oneday__title {
    width: 86%;
    margin-bottom: 20px;
  }
}
.oneday__img {
  margin-top: 20px;
  width: 100%;
}

/*-------------------------------*/
.sec1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec1 {
    margin-top: 60px;
  }
}

.sec1__title {
  width: 100%;
  max-width: 821px;
  margin: 0 auto;
}

.sec1__img {
  margin-top: 30px;
}

.sec1__smart {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec1__smart {
    margin-top: 0;
  }
}

.btn_1 {
  display: grid;
  place-items: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .btn_1 {
    margin: 20px 0 30px;
  }
}

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

.sec2__title {
  margin: 40px auto 0;
}

.sec2__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.sec2__list li {
  position: relative;
  margin-top: 16px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .sec2__list li {
    width: calc((100% - 20px) / 2);
  }
}

.sec2__price {
  margin-top: 30px;
}

.sec2__btn{
  margin-top: 30px;
  margin-bottom: 30px;
}

.sec2__contact {
  margin-top: 40px;
}

.btn_2 {
  display: grid;
  place-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .btn_2 {
    margin: 20px 0 40px;
  }
}

/*-------------------------------*/
.sec3__title {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec3__title {
    margin-top: 40px;
  }
}

.sec3__point1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec3__point1 {
    margin-top: 10px;
  }
}
.sec3__point1-img{
  margin-top: 40px;
}

.sec3__item1 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec3__item1 {
    margin-top: 40px;
  }
}

/*-------------------------------*/
.sec4__title {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec4__title {
    margin-top: 40px;
  }
}

.sec4__point {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec4__point {
    margin-top: 10px;
  }
}

.sec4__point-img{
  margin-top: 20px;
}

.sec4__option {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec4__option {
    margin-top: 20px;
  }
}

/*-------------------------------*/
.sec5__title {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec5__title {
    margin-top: 40px;
  }
}

.sec5__point {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec5__point {
    margin-top: 10px;
  }
}

.sec5__smart {
  margin-top: 40px;
}

.sec5__btn{
  margin-top: 30px;
  margin-bottom: 30px;
}

.sec5__contact {
  margin-top: 40px;
}

.sec5__btn img {
  width: 100%;
  max-width: 630px;
  margin-bottom: 60px;
}

/*-------------------------------*/
.sec6__lead {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec6__lead {
    margin-top: 40px;
  }
}

.sec6__title {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec6__title {
    margin-top: 40px;
  }
}

.sec6__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec6__item {
    margin-top: 20px;
  }
}

.sec6__option2 {
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 6.666vw;
}
@media screen and (max-width: 768px) {
  .sec6__option2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*-------------------------------*/
.promise {
  padding: 80px 0;
  background-color: rgba(179, 212, 252, 0.275);
}
@media screen and (max-width: 768px) {
  .promise {
    padding: 40px 0;
  }
}
.promise__title {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.promise__list li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .promise__list li {
    margin-top: 30px;
  }
}

/*-------------------------------*/
.bottom {
  padding-top: 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-top: 40px;
  }
}

.bottom__contact {
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.bottom__contact-img1 {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
}

.bottom__contact-img2 {
  width: 100%;
  max-width: 593px;
  margin: 0 auto;
}

.bottom__btnarea {
  background-color: #4D95C1;
  text-align: center;
  padding: 50px 4vw;
}
@media screen and (max-width: 768px) {
  .bottom__btnarea {
    padding: 30px 4vw;
  }
}

.bottom__img{
  width: 100%;
  max-width: 593px;
  margin: 0 auto;
}


.bottom-button span {
  background-color: #FFF68A!important;
  color: #000;
  border: #000 solid 2px;
}

.bottom-button span::after {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
}


@media screen and (max-width: 428px) {
  .bottom-button span {
    white-space: nowrap;
    letter-spacing: 0;
    padding-left: 6%;
    font-size: 1rem;
    min-width:300px;
  }
}

.bottom_notes {
  background-color: #fff;
}

.bottom__notes-inner {
  padding: 40px 20px 0;
  margin: auto;
  
}

.bottom__notes-inner p {
  font-size: 12px;
  line-height: 1.4rem;
  text-align: left;
}

.bottom__main {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
}
@media screen and (max-width: 428px) {
  .bottom__main {
    width: 100%;
    max-width: auto;
  }
}
/* FIXボタン
-------------------------------*/
nav.sogh_fix_nav {
  position: fixed;
  right: 0;
  bottom: 0;
  display:flex;
  width: 100%;
  opacity: 0.95;
}

nav.sogh_fix_nav a{
  display:block;
  text-decoration:none;
  color: #fff;
  width: 50%;
  text-align: center;
  font-size: 4vw;
  line-height: 1;
  padding:4.5vw 0em 4.2vw 1.5em;
  background-repeat: no-repeat;
  background-size:1.3em auto;
  background-position: left 1.5vw center;
  display: inline-block;
	overflow: hidden;
}

nav.sogh_fix_nav a:first-of-type{
  background-color:#4aa9de;
  background-image:url(../img/fix_nav_icn_web.webp);
}
nav.sogh_fix_nav a:nth-child(2){
  background-color:#E95E72;
  background-image:url(../img/fix_nav_icn_siryou.webp);
}
nav.sogh_fix_nav a:last-of-type{
  background-color:#1cbe8e;
  background-image:url(../img/fix_nav_icn_mail.webp);
}

main{
  margin-bottom:13.04vw;
}
@media screen and (min-width: 960px) {
  nav.sogh_fix_nav {
    top: 3vw;
    bottom:auto;
    flex-direction: column;
    width: auto;
    opacity: 1;
  }
  nav.sogh_fix_nav a{
    width: auto;
    font-size: 16px;
    line-height: 1;
    writing-mode: tb-rl;
    padding:70px 18px 20px 16px;
    transition:0.3s;
    background-size: 1.5em auto;
    background-position: top 28px center;
  }

  nav.sogh_fix_nav a:hover{
    opacity:0.7;
  }

}
