@charset "UTF-8";
/* リセット
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  line-height: 1;
}

a img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
label,
select,
textarea {
  vertical-align: middle;
}

button {
  color: unset;
  background-color: unset;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* inner
---------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .inner {
    max-width: 1000px;
    padding: 0 60px;
  }
}

/* style
---------------------------------------------------------- */
main {
  padding: 90px 0;
}
@media all and (min-width: 751px) {
  main {
    padding: 158px 0;
  }
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .logo {
    margin-bottom: 120px;
  }
}
.logo img {
  width: min(390px, 80%);
}
@media all and (min-width: 751px) {
  .logo img {
    width: min(548px, 80%);
  }
}

.image {
  text-align: center;
}
.image img {
  width: min(570px, 80%);
}
@media all and (min-width: 751px) {
  .image img {
    width: min(800px, 100%);
  }
}

.text {
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .text {
    margin-top: 56px;
  }
}
.text img {
  width: min(400px, 60%);
}
@media all and (min-width: 751px) {
  .text img {
    width: min(516px, 80%);
  }
}

.links {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  .links {
    margin-top: 84px;
  }
}

.instagram {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .instagram {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .instagram:hover {
    opacity: 0.6;
  }
}
.instagram img {
  width: 15px;
}
@media all and (min-width: 751px) {
  .instagram img {
    width: 30px;
  }
}

.contact {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 4px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .contact {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .contact:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  .contact {
    margin-top: 16px;
  }
}
.contact img {
  width: 36px;
}
@media all and (min-width: 751px) {
  .contact img {
    width: 83px;
  }
}