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

body {
  background: #5fbcf7;
}

#pagettl {
  border-bottom: none;
}

#breadcrumb ol li {
  color: #fcfaf0;
}
#breadcrumb ol li + li:before {
  color: #fcfaf0;
}
#breadcrumb ol a:hover {
  color: #fff;
}

#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;
  }
}
#indexMainVisual {
  max-width: 100%;
  padding-top: 40px;
  overflow: hidden;
}
#indexMainVisual .mainvisual {
  margin: 0 auto;
  width: 1120px;
}
#indexMainVisual .mainvisual .item {
  width: 100%;
  margin: 0 28px;
}
#indexMainVisual .mainvisual .item a {
  display: block;
}

#indexRecommend {
  margin-top: 120px;
}
#indexRecommend .recommendsec {
  width: 190px;
}
#indexRecommend .recommendsec h3 {
  font-size: 2.8rem;
}
#indexRecommend .recommendsec h3 a {
  display: block;
}
#indexRecommend .recommendsec h3 a:hover {
  color: #5fbcf7;
}
#indexRecommend .contentlist {
  margin-top: 20px;
}
#indexRecommend .contentlist li + li {
  margin-top: 34px;
}
#indexRecommend .contentlist a {
  display: block;
  opacity: 1;
}
#indexRecommend .contentlist a:hover .ttl {
  color: #5fbcf7;
  transition: all 0.6s;
}
#indexRecommend .contentlist a:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s;
}
#indexRecommend .contentlist .cat {
  background: #b9e0e2;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #555;
  padding: 0 10px;
  font-weight: 700;
}
#indexRecommend .contentlist .img {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: 4px;
  border-radius: 3px;
}
#indexRecommend .contentlist .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#indexRecommend .contentlist .ttl {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #555;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここが2行まで表示の設定 */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

@media screen and (max-width: 600px) {
  #indexMainVisual {
    padding-top: 20px;
  }
  #indexMainVisual .mainvisual {
    width: 100%;
  }
  #indexRecommend {
    margin-top: 80px;
  }
  #indexRecommend .recommendsec {
    width: 100%;
  }
  #indexRecommend .recommendsec + .recommendsec {
    margin-top: 60px;
  }
  #indexRecommend .recommendsec h3 {
    font-size: 3.5rem;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */