@charset "UTF-8";
*,
::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;
}

@keyframes round_anime {
  0% {
    border-radius: 68% 32% 78% 22%/34% 73% 27% 66%;
  }
  25% {
    border-radius: 68% 32% 25% 75%/35% 51% 49% 65%;
  }
  50% {
    border-radius: 43% 57% 65% 35%/75% 72% 28% 25%;
  }
  75% {
    border-radius: 43% 57% 80% 20%/34% 72% 28% 66%;
  }
  100% {
    border-radius: 68% 32% 78% 22%/34% 73% 27% 66%;
  }
}
@keyframes round_before_anime {
  0% {
    border-radius: 68% 32% 39% 61%/73% 51% 49% 27%;
  }
  25% {
    border-radius: 32% 68% 25% 75%/35% 51% 49% 65%;
  }
  50% {
    border-radius: 32% 68% 25% 75%/75% 16% 84% 25%;
  }
  75% {
    border-radius: 65% 35% 65% 35%/75% 16% 84% 25%;
  }
  100% {
    border-radius: 68% 32% 39% 61%/73% 51% 49% 27%;
  }
}
body .mt-0 {
  margin-top: 0;
}
body .space-btm {
  padding-bottom: 200px;
}
body .en {
  font-family: "Concert One", "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "M+ 1p", sans-serif;
  letter-spacing: 0.15em;
}
body .clr-wt {
  color: #fcfaf0;
}
body .clr-bl {
  color: #5fbcf7;
}
body .clr-ye {
  color: #fed473;
}
body .link-btn {
  width: 300px;
  margin: 40px auto 0;
}
body .link-btn.ico-inu a:before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1em;
  position: absolute;
  top: 13px;
  right: 22px;
}
body .link-btn a, body .link-btn button {
  display: block;
  border: 3px solid #fcfaf0;
  border-radius: 6px;
  text-align: center;
  background: #fcfaf0;
  color: #5fbcf7;
  opacity: 1;
  font-size: 1.8rem;
  padding: 12px;
  position: relative;
}
body .link-btn a:hover, body .link-btn button:hover {
  color: #fcfaf0;
  background: #5fbcf7;
}
body .link-btn a.en, body .link-btn button.en {
  padding: 0;
  font-size: 2.6rem;
}
body .link-btn button {
  width: 100%;
  transition: all 0.3s;
}
body .link-btn button:hover {
  transition: all 0.6s;
}
body .link-txt {
  color: #5fbcf7;
  text-decoration: underline;
}
body .link-txt:hover {
  text-decoration: none;
}
body .wrap:has(.contents-box) {
  padding: 0;
}
body .contents-box {
  padding: 80px 40px;
  background: #fcfaf0;
  border-radius: 16px;
}
body .contents-box-gy {
  background: #fafafa;
  padding: 40px 20px;
}
body .blogsec {
  margin-top: 120px;
}
body .blogsec .post-main, body .blogsec .post-single {
  width: 750px;
}
body .blogsec .post-main h2, body .blogsec .post-single h2 {
  line-height: 1;
  padding-bottom: 10px;
}
body .blogsec .post-main .bloglist li + li {
  margin-top: 30px;
}
body .blogsec .post-main .bloglist a {
  background: #fafafa;
  padding: 20px;
  border-radius: 6px;
  opacity: 1;
}
body .blogsec .post-main .bloglist a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
body .blogsec .post-main .bloglist a:hover h3 {
  color: #5fbcf7;
  transition: all 0.6s;
}
body .blogsec .post-main .bloglist .imgbox {
  width: 250px;
  position: relative;
}
body .blogsec .post-main .bloglist .imgbox .cat {
  min-width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #b9e0e2;
  color: #fff;
  margin-top: 0;
  border-radius: 4px;
  z-index: 10;
}
body .blogsec .post-main .bloglist .img {
  border-radius: 4px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
body .blogsec .post-main .bloglist .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
body .blogsec .post-main .bloglist .txtbox {
  width: 450px;
}
body .blogsec .post-main .bloglist .txtbox h3 {
  margin-top: 0;
  font-size: 2.6rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
body .blogsec .post-main .bloglist .txtbox h3 + p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ← ここが3行まで表示の設定 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
body .blogsec .post-main .bloglist .txtbox .time {
  margin-top: 10px;
  text-align: right;
}
body .blogsec .post-main .bloglist .txtbox .date {
  color: #777;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
}
body .blogsec .post-main .bloglist .txtbox .date:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2rem;
  margin-right: 4px;
}
body .blogsec .post-single h2 {
  font-size: 3.5rem;
}
body .blogsec .post-single .img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
body .blogsec .post-single .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .blogsec .post-single .catbox {
  margin-top: 10px;
}
body .blogsec .post-single .catbox .cat {
  display: block;
}
body .blogsec .post-single .catbox .cat a {
  display: block;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background: #b9e0e2;
  border-radius: 4px;
  border: 2px solid #b9e0e2;
  opacity: 1;
}
body .blogsec .post-single .catbox .cat a:hover {
  background: #fcfaf0;
  color: #b9e0e2;
}
body .blogsec .post-single .catbox .date {
  color: #777;
  font-size: 2.6rem;
  letter-spacing: 0em;
  line-height: 1.4;
}
body .blogsec .post-single .catbox .date:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2rem;
  margin-right: 4px;
}
body .blogsec .post-single .tocbox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px;
  padding: 16px 24px;
}
body .blogsec .post-single .tocbox .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
body .blogsec .post-single .tocbox ol {
  margin-top: 10px;
  counter-reset: number;
}
body .blogsec .post-single .tocbox ol li {
  font-size: 1.8rem;
  counter-increment: number;
  position: relative;
  padding-left: 22px;
}
body .blogsec .post-single .tocbox ol li:before {
  content: counter(number) ".";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0;
}
body .blogsec .post-single .tocbox ol a {
  display: block;
}
body .blogsec .post-single .tocbox ol a:hover {
  color: #5fbcf7;
}
body .blogsec .post-side {
  width: 250px;
}
body .blogsec .post-side .sidesec {
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 24px;
}
body .blogsec .post-side .sidesec + .sidesec {
  margin-top: 30px;
}
body .blogsec .post-side .sidesec h3 {
  font-size: 2.4rem;
  color: #fff;
  background: #b9e0e2;
  padding: 4px;
  text-align: center;
}
body .blogsec .post-side .sidesec ul {
  width: 210px;
  margin: 24px auto 0;
}
body .blogsec .post-side .sidesec ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .blogsec .post-side .sidesec ul li:before {
  transition: all 0.3s;
}
body .blogsec .post-side .sidesec ul li:hover {
  color: #5fbcf7;
}
body .blogsec .post-side .sidesec ul li:hover:before {
  transition: all 0.6s;
}
body .blogsec .post-side .sidesec ul li + li {
  margin-top: 10px;
}
body .blogsec .post-side .sidesec ul a {
  display: block;
  opacity: 1;
}
body .blogsec .post-side .sidesec .archives {
  display: block;
  width: 210px;
  margin: 24px auto 0;
  border: 3px solid #ccc;
  line-height: 44px;
  border-radius: 4px;
  padding: 0 36px 0 10px;
  background: url("../img/common/ico_triangle_btm_gy.svg") no-repeat right 10px center/13px 7px, #fff;
}
body .blogsec .post-side .sidesec .search {
  display: block;
  width: 210px;
  margin: 24px auto 0;
  position: relative;
}
body .blogsec .post-side .sidesec .search input {
  width: 100%;
  border: 3px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
  background: #fff;
  padding: 0 36px 0 10px;
}
body .blogsec .post-side .sidesec .search button {
  position: absolute;
  top: 6px;
  right: 10px;
}
body .blogsec .artbody h3 {
  font-size: 2.8rem;
}
body .blogsec .artbody h4 {
  font-size: 2.4rem;
}
body .blogsec .artbody h5 {
  font-size: 2rem;
}
body .blogsec .artbody ol {
  margin-top: 48px;
  counter-reset: number;
}
body .blogsec .artbody ol li {
  font-size: 1.8rem;
  counter-increment: number;
  position: relative;
  padding-left: 20px;
}
body .blogsec .artbody ol li + li {
  margin-top: 8px;
}
body .blogsec .artbody ol li:before {
  content: counter(number) ".";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0;
}
body .blogsec .artbody ol + * {
  margin-top: 48px;
}
body .blogsec .artbody ul li + li {
  margin-top: 8px;
}
body .blogsec .artbody ul + * {
  margin-top: 48px;
}
body .blogsec .artbody img {
  max-width: 300px !important;
}
body .blogsec .artbody a {
  color: #5fbcf7;
  text-decoration: underline;
}
body .blogsec .artbody a:hover {
  text-decoration: none;
}
body .hobbyblog {
  width: 960px;
  margin: 120px auto 0;
  gap: 50px 30px;
}
body .hobbyblog li {
  width: 300px;
}
body .hobbyblog li + li {
  margin-top: 0;
}
body .hobbyblog a {
  display: block;
  opacity: 1;
}
body .hobbyblog a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
body .hobbyblog a:hover .txt {
  color: #5fbcf7;
  transition: all 0.6s;
}
body .hobbyblog a:hover .more {
  color: #5fbcf7;
  transition: all 0.6s;
}
body .hobbyblog a:hover .more:before {
  background-image: url("../img/common/ico_roko_bl.png");
  transition: all 0.6s;
}
body .hobbyblog a:hover .more:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
body .hobbyblog .imgbox {
  position: relative;
}
body .hobbyblog .imgbox .cat {
  min-width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #b9e0e2;
  color: #fff;
  margin-top: 0;
  border-radius: 4px;
  z-index: 10;
}
body .hobbyblog .img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
body .hobbyblog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .hobbyblog .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここが2行まで表示の設定 */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
body .hobbyblog .more {
  text-align: right;
  transition: all 0.3s;
  position: relative;
}
body .hobbyblog .more:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("../img/common/ico_roko_bk.png") no-repeat center center/contain;
  vertical-align: -5px;
  margin-right: 8px;
  transition: all 0.3s;
}
body .hobbyblog .more:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #5fbcf7;
  position: absolute;
  right: -5px;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}
body .childcat {
  margin-top: 0;
  padding: 20px;
  gap: 0 80px;
}
body .childcat li:before {
  color: #fff;
}
body .childcat li + li {
  margin-top: 0;
}
body .childcat a {
  color: #fff;
  opacity: 1;
}
body .childcat a:hover {
  text-decoration: underline;
}
body .childcat-ye {
  background: #fed473;
}
body .childcat-bl {
  background: #5fbcf7;
}
body .childcat-bw {
  background: #461b17;
}
body .pager {
  margin-top: 60px;
}
body .pager ol {
  display: flex;
  gap: 0 4px;
}
body .pager ol li {
  width: 48px;
}
body .pager ol a, body .pager ol span {
  display: block;
  border: 4px solid #b9e0e2;
  border-radius: 8px;
  color: #b9e0e2;
  text-align: center;
  line-height: 38px;
  transition: all 0.3s;
}
body .pager ol a:hover, body .pager ol span:hover {
  background: #b9e0e2;
  color: #fff;
}
body .pager ol span {
  background: #b9e0e2;
  color: #fff;
}
body .slick-dots {
  position: static;
  width: 100%;
  letter-spacing: -0.5em;
  text-align: center;
  line-height: 0;
  margin: 32px 0 0;
}
body .slick-dots li {
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
body .slick-dots li:before {
  content: none;
}
body .slick-dots li + li {
  margin: 0 0 0 10px;
}
body .slick-dots li.slick-active button, body .slick-dots li:hover button {
  background: #999;
  transition: all 0.6s;
}
body .slick-dots button {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff;
  border-radius: 1000px;
  width: 10px;
  height: 10px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
body .slick-list {
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 -28px;
}
@media screen and (max-width: 600px) {
  body .space-btm {
    padding-bottom: 80px;
  }
  body .contents-box {
    padding: 40px 5.5%;
  }
  body .contents-box-gy {
    padding: 30px 5.5%;
  }
  body .blogsec {
    margin-top: 80px;
  }
  body .blogsec .post-main, body .blogsec .post-single {
    width: 100%;
  }
  body .blogsec .post-main .bloglist .imgbox {
    width: 100%;
  }
  body .blogsec .post-main .bloglist .txtbox {
    width: 100%;
  }
  body .blogsec .post-main .bloglist .txtbox h3 {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  body .blogsec .post-main .bloglist .txtbox .date {
    font-size: 1.8rem;
  }
  body .blogsec .post-main .bloglist .txtbox .date:before {
    font-size: 1.6rem;
  }
  body .blogsec .post-single h2 {
    font-size: 2.4rem;
  }
  body .blogsec .post-single .catbox {
    margin-top: 8px;
  }
  body .blogsec .post-single .catbox .cat a {
    font-size: 1.2rem;
  }
  body .blogsec .post-single .catbox .date {
    font-size: 1.6rem;
  }
  body .blogsec .post-single .catbox .date:before {
    font-size: 1.4rem;
  }
  body .blogsec .post-single .tocbox {
    padding: 12px 5.5%;
  }
  body .blogsec .post-single .tocbox .ttl {
    font-size: 2rem;
  }
  body .blogsec .post-side {
    width: 100%;
    margin-top: 60px;
  }
  body .blogsec .post-side .sidesec h3 {
    font-size: 2rem;
  }
  body .blogsec .post-side .sidesec ul {
    width: 83%;
  }
  body .blogsec .post-side .sidesec .archives,
  body .blogsec .post-side .sidesec .search {
    width: 83%;
  }
  body .blogsec .artbody h3 {
    font-size: 2.2rem;
  }
  body .blogsec .artbody h4 {
    font-size: 2rem;
  }
  body .blogsec .artbody h5 {
    font-size: 1.8rem;
  }
  body .blogsec .artbody .syntaxhighlighter table td.gutter .line {
    display: none;
  }
  body .hobbyblog {
    width: 100%;
    margin: 80px auto 0;
    gap: 50px 0;
  }
  body .hobbyblog li {
    width: 100%;
  }
  body .childcat {
    justify-content: flex-start;
    gap: 10px 40px;
  }
  body .pager ol {
    justify-content: center;
  }
}

#pagettl.hobby .pagettl {
  height: 500px;
  position: relative;
  padding: 0 120px;
  animation: poyoyon 5s both;
}
#pagettl.hobby .pagettl.music .round {
  background-image: url("../img/hobby/hobby_music_img01.jpg");
}
#pagettl.hobby .pagettl.outdoor .round {
  background-image: url("../img/hobby/hobby_outdoor_img01.jpg");
}
#pagettl.hobby .pagettl.food .round {
  background-image: url("../img/hobby/hobby_food_img01.jpg");
}
#pagettl.hobby .pagettl.coffee .round {
  background-image: url("../img/hobby/hobby_coffee_img01.jpg");
}
#pagettl.hobby .pagettl.other .round {
  background-image: url("../img/hobby/hobby_other_img01.jpg");
}
#pagettl.hobby .pagettl.music .round-wrap:before, #pagettl.hobby .pagettl.food .round-wrap:before, #pagettl.hobby .pagettl.other .round-wrap:before {
  background: rgba(255, 241, 171, 0.5);
}
#pagettl.hobby .pagettl.music h1 .en, #pagettl.hobby .pagettl.food h1 .en, #pagettl.hobby .pagettl.other h1 .en {
  color: #fed473;
}
#pagettl.hobby .pagettl.outdoor .round-wrap:before {
  background: rgba(185, 224, 226, 0.1);
}
#pagettl.hobby .pagettl.outdoor h1 .en {
  color: #5fbcf7;
}
#pagettl.hobby .pagettl.coffee .round-wrap:before {
  background: rgba(70, 27, 23, 0.6);
}
#pagettl.hobby .pagettl.coffee h1 .en {
  color: #461b17;
}
#pagettl.hobby .pagettl .round-wrap {
  position: relative;
  width: 480px;
  height: 400px;
}
#pagettl.hobby .pagettl .round-wrap:before {
  content: "";
  display: block;
  background: rgba(255, 241, 171, 0.5);
  position: absolute;
  animation: round_before_anime 10s linear infinite;
  width: 400px;
  height: 360px;
  border-radius: 67% 33% 52% 48%/42% 48% 52% 58%;
  right: -120px;
  top: 50px;
  z-index: 10;
}
#pagettl.hobby .pagettl .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;
  position: relative;
  z-index: 20;
}
#pagettl.hobby .pagettl h1 {
  text-align: center;
  width: 400px;
  font-size: 10rem;
  line-height: 1;
}
#pagettl.hobby .pagettl h1 .en {
  display: block;
  font-size: 6rem;
  margin-bottom: 8px;
  padding: 0;
}
#pagettl.hobby .pagettl h1 .en:before, #pagettl.hobby .pagettl h1 .en:after {
  content: none;
}
@media screen and (max-width: 600px) {
  #pagettl.hobby {
    overflow: hidden;
  }
  #pagettl.hobby .pagettl {
    height: 550px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  #pagettl.hobby .pagettl .round-wrap {
    width: 100%;
    height: 70vw;
  }
  #pagettl.hobby .pagettl .round-wrap:before {
    width: 100%;
    height: 60vw;
    right: -100px;
  }
  #pagettl.hobby .pagettl h1 {
    width: 100%;
    font-size: 7rem;
    margin-top: 10px;
  }
  #pagettl.hobby .pagettl h1 .en {
    font-size: 4rem;
  }
}

.form .must,
.form .free {
  display: inline-block;
  width: 50px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}
.form .must {
  background: #e25b4e;
}
.form .free {
  background: #5fbcf7;
}
.form input,
.form textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 0 12px;
}
.form input {
  height: 48px;
}
.form textarea {
  resize: vertical;
  width: 100% !important;
  min-height: 200px;
}

.submitbtn {
  width: 300px;
  margin: 40px auto 0;
  border: 3px solid #5fbcf7;
  border-radius: 6px;
  text-align: center;
  background: #fcfaf0;
  color: #5fbcf7;
  opacity: 1;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}
.submitbtn:hover {
  color: #fcfaf0;
  background: #5fbcf7;
}
.submitbtn p {
  text-align: center;
  margin: 0 auto;
  height: 64px;
  padding-top: 14px;
}
.submitbtn input {
  width: 100%;
}/*# sourceMappingURL=common.css.map */