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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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 */
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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;
}

img {
  width: 100%;
  height: 100%;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: all 0.6s;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 601px) {
  .wrap {
    width: 1160px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 90%;
  }
}

.flex {
  display: flex;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-jcc {
  justify-content: center;
}
.flex-aic {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-r {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}

.pc {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 601px) {
  .pc {
    display: inherit;
  }
}
@media screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
}
.ctr {
  text-align: center;
}

@media screen and (min-width: 601px) {
  .ctr-pc {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .ctr-sp {
    text-align: center;
  }
}
.fluffy {
  opacity: 0;
  position: relative;
}
.fluffy-upper {
  bottom: -50px;
}
.fluffy-upper.move {
  opacity: 1;
  bottom: 0;
  transition: all 0.8s;
}

#gnav .gnav {
  color: #555;
}
#gnav .gnav li a:before {
  background: #555;
}

#menuBtn .bar {
  background: #555;
}

#pagettl {
  border: none;
}
#pagettl .pagettl {
  height: 400px;
  animation: none;
}
#pagettl .pagettl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  background: #fcfaf0;
}
#footer .ftnav a {
  color: #555;
}
#footer .ftnav a:hover {
  color: #5fbcf7;
}
#footer .hobby-btn a {
  color: #555;
  border-color: #555;
}
#footer .hobby-btn a:hover {
  color: #5fbcf7;
  border-color: #5fbcf7;
}
#footer .copy {
  color: #555;
}

@media screen and (min-width: 601px) {
  #header {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #header {
    background: #fff;
  }
  .open #header {
    border-color: #5fbcf7;
  }
  #gnav {
    background: #fff;
  }
  #gnav .gnav {
    color: #555;
  }
  #pagettl .pagettl {
    height: auto;
  }
}
#hobbyIntro .intro {
  margin-top: 120px;
}

#hobbyRecent .hobbyblog {
  margin-top: 40px;
}
#hobbyRecent .imgbox .img {
  border-radius: 4px;
}

#hobbySec {
  margin-top: 180px;
}
#hobbySec .hobbysec {
  margin-top: 120px;
  position: relative;
}
#hobbySec .hobbysec + .hobbysec {
  margin-top: 80px;
}
#hobbySec .hobbysec .round-wrap {
  position: relative;
  width: 480px;
  height: 400px;
}
#hobbySec .hobbysec .round-wrap:before {
  content: "";
  display: block;
  background: no-repeat center center/cover;
  position: absolute;
  animation: round_before_anime 10s linear infinite;
  z-index: -1;
  width: 400px;
  height: 360px;
  border-radius: 67% 33% 52% 48%/42% 48% 52% 58%;
}
#hobbySec .hobbysec .round {
  width: 100%;
  height: 100%;
  border-radius: 31% 69% 70% 30%/42% 48% 52% 58%;
  animation: round_anime 10s linear infinite;
  background: no-repeat center center/cover;
  overflow: hidden;
}
#hobbySec .hobbysec .txtbox {
  width: 600px;
}
#hobbySec .hobbysec .txtbox h3 {
  font-size: 6rem;
  line-height: 1;
}
#hobbySec .hobbysec .txtbox h3 .en {
  display: block;
  font-size: 3rem;
  margin-bottom: 8px;
}
#hobbySec .hobbysec .txtbox p {
  font-size: 1.8rem;
}
#hobbySec .hobbysec .link-btn {
  margin-left: 0;
  margin-right: auto;
}
#hobbySec .hobbysec .link-btn a {
  background: #fff;
  border-color: #5fbcf7;
}
#hobbySec .hobbysec .link-btn a:hover {
  color: #fff;
  background: #5fbcf7;
}
#hobbySec .sec1 .round-wrap:before,
#hobbySec .sec3 .round-wrap:before,
#hobbySec .sec5 .round-wrap:before {
  background: rgba(255, 241, 171, 0.5);
  left: -120px;
  top: 100px;
}
#hobbySec .sec1 .link-btn a,
#hobbySec .sec3 .link-btn a,
#hobbySec .sec5 .link-btn a {
  border-color: #fed473;
  color: #fed473;
}
#hobbySec .sec1 .link-btn a:hover,
#hobbySec .sec3 .link-btn a:hover,
#hobbySec .sec5 .link-btn a:hover {
  color: #fff;
  background: #fed473;
}
#hobbySec .sec2 .round-wrap:before,
#hobbySec .sec4 .round-wrap:before {
  background: rgba(95, 188, 247, 0.1);
  right: -120px;
  top: 100px;
}
#hobbySec .sec1 .round {
  background-image: url("../img/hobby/hobby_music_img01.jpg");
}
#hobbySec .sec2 .round {
  background-image: url("../img/hobby/hobby_outdoor_img01.jpg");
}
#hobbySec .sec3 .round {
  background-image: url("../img/hobby/hobby_food_img01.jpg");
}
#hobbySec .sec4 .round {
  background-image: url("../img/hobby/hobby_coffee_img01.jpg");
}
#hobbySec .sec5 .round {
  background-image: url("../img/hobby/hobby_other_img01.jpg");
}

@media screen and (min-width: 601px) {
  #hobbyRecent .hobbyblog li {
    width: 217.5px;
  }
}
@media screen and (max-width: 600px) {
  #hobbySec {
    overflow: hidden;
    margin-top: 120px;
  }
  #hobbySec .hobbysec {
    margin-top: 100px;
  }
  #hobbySec .hobbysec + .hobbysec {
    margin-top: 100px;
  }
  #hobbySec .hobbysec .round-wrap {
    width: 100%;
    height: 70vw;
  }
  #hobbySec .hobbysec .round-wrap:before {
    width: 100%;
    height: 60vw;
  }
  #hobbySec .hobbysec .txtbox {
    width: 100%;
  }
  #hobbySec .hobbysec .txtbox h3 {
    text-align: center;
    font-size: 3.6rem;
  }
  #hobbySec .hobbysec .txtbox h3 .en {
    font-size: 2rem;
  }
  #hobbySec .hobbysec .txtbox p {
    font-size: 1.6rem;
  }
  #hobbySec .hobbysec .link-btn {
    margin: 20px auto 0;
  }
  #hobbySec .sec1 .round-wrap:before,
  #hobbySec .sec3 .round-wrap:before,
  #hobbySec .sec5 .round-wrap:before {
    left: -100px;
  }
  #hobbySec .sec2 .round-wrap:before,
  #hobbySec .sec4 .round-wrap:before {
    right: -100px;
  }
}/*# sourceMappingURL=hobby.css.map */