@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap");
/* -------------------------------------------------------------------------- Crowd funding */
div#cf-thanksmsg {
  padding: 1rem 2rem;
  font-size: 12px;
  text-align: center;
  border: thin solid #eeeff0;
  margin-bottom: 0.5rem; }
  div#cf-thanksmsg div.imgs {
    display: flex;
    width: 100%; }
    div#cf-thanksmsg div.imgs img {
      display: inline-flex;
      width: 50%;
      height: auto; }
    @media screen and (max-width: 800px) {
      div#cf-thanksmsg div.imgs {
        display: block; }
        div#cf-thanksmsg div.imgs img {
          display: block;
          width: 100%; } }

/* -------------------------------------------------------------------------- clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-table;
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.clearfix {
  display: block; }

.clear {
  clear: both; }

.forPC {
  display: block; }
  @media screen and (max-width: 1000px) {
    .forPC {
      display: none; } }

.forSP {
  display: none; }
  @media screen and (max-width: 1000px) {
    .forSP {
      display: block; } }

/* -------------------------------------------------------------------------- Font */
@font-face {
  font-family: "Dorsa";
  src: url("/woff/dorsa.woff") format("woff"); }
/* UltraCondensed */
.dorsa {
  font-family: 'Dorsa', sans-serif; }

/* 明朝体 */
.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

/* -------------------------------------------------------------------------- Basic */
* {
  padding: 0px;
  margin: 0px; }

img {
  border: 0px; }

a {
  text-decoration: none;
  color: #069; }

strong {
  font-weight: bold;
  color: #c00; }

/* -------------------------------------------------------------------------- Structure */
body {
  background-color: #fff;
  color: #111;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 100;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }

div#wrapper {
  width: 100%; }

div.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

a.btn-wide {
  width: 100%;
  padding: 20px 0px;
  border: thin solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  display: block;
  text-align: center;
  color: #333; }

a.btn-wide:hover {
  color: #069;
  border: thin solid #069; }

div.yt-cont {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px; }
  div.yt-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* -------------------------------------------------------------------------- Header, Menu */
div#header {
  width: 100%;
  /* height: 280px; */
  position: relative; }
  div#header img#logo-cococu {
    position: absolute;
    width: 100px;
    height: auto;
    top: 67px;
    left: 0;
    z-index: 1; }
  div#header img#logo-cococu-single {
    position: absolute;
    width: 33px;
    height: auto;
    top: 50px;
    z-index: 1; }

ul li {
  float: left;
  list-style: none; }

ul.menu-access {
  float: left;
  padding: 10px 0; }
  ul.menu-access li {
    font-size: 10px;
    letter-spacing: 3px;
    margin-right: 15px;
    color: #333; }
    ul.menu-access li:hover {
      opacity: 0.5; }
  ul.menu-access li.iconmenu {
    padding-top: 2px; }
    ul.menu-access li.iconmenu img {
      width: 16px;
      height: 16px; }

ul.menu-shop {
  float: right; }
  ul.menu-shop li {
    color: #4d4d4d;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 4px 20px 2px 20px;
    border-left: thin solid #e6e6e6;
    border-right: thin solid #e6e6e6;
    border-bottom: thin solid #e6e6e6;
    margin-left: 5px; }
    ul.menu-shop li:hover {
      color: #fff;
      background-color: #b00; }

ul.menu-concept {
  display: inline-block;
  padding-bottom: 102px; }
  ul.menu-concept li {
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 3px;
    color: #999; }
    ul.menu-concept li:hover {
      color: #000; }

div#menu-ui-cont {
  position: relative;
  margin: 50px 0 30px 0;
  padding: 20px 0; }
  div#menu-ui-cont div#days-title img {
    width: 36.8%;
    height: auto; }
  div#menu-ui-cont ul.menu-ui {
    display: inline-flex;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0; }
    div#menu-ui-cont ul.menu-ui li {
      padding: 2px 30px 0 30px;
      line-height: 20px;
      opacity: 1; }
      div#menu-ui-cont ul.menu-ui li img {
        width: 20px;
        height: 20px;
        display: inline;
        vertical-align: middle; }
      div#menu-ui-cont ul.menu-ui li p {
        font-size: 10px;
        line-height: 20px;
        display: inline;
        padding-left: 20px; }
      div#menu-ui-cont ul.menu-ui li:hover {
        opacity: 0.5;
        cursor: pointer; }
  @media screen and (max-width: 1000px) {
    div#menu-ui-cont {
      text-align: center;
      margin: 0 0 0 0; }
      div#menu-ui-cont div#days-title img {
        width: 80%;
        height: auto; }
      div#menu-ui-cont ul.menu-ui {
        position: relative;
        right: auto;
        top: auto;
        padding: 40px 0; }
        div#menu-ui-cont ul.menu-ui li p {
          display: none; } }

ul.menu-archives, ul.menu-tags {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 20px 0;
  border-top: solid thin #e6e6e6;
  display: none; }

ul.menu-archives li, ul.menu-tags li {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 2px;
  padding: 5px 10px;
  border: solid thin #e6e6e6;
  border-radius: 2px 2px 2px 2px;
  color: #333; }

ul.menu-archives li.menu-archives-year, ul.menu-archives li.menu-archives-year:hover {
  border: none;
  cursor: auto;
  clear: both;
  padding: 6px 5px; }

ul.menu-archives li {
  padding: 5px 5px; }

ul.menu-archives li:hover, ul.menu-tags li:hover {
  border: solid thin #333;
  cursor: pointer; }

ul.menu-archives li:visited, ul.menu-tags li:visited {
  color: #666; }

ul li.menu-ui-active {
  opacity: 1; }

ul.menu-archives li span, ul.menu-tags li span {
  font-size: 8px;
  color: #777;
  margin-left: -5px; }

div#header-center {
  text-align: center;
  height: 240px;
  position: relative; }

div#header-center-single {
  text-align: center;
  height: 40px;
  position: relative; }

div#header-center p {
  /* tag */
  font-size: 30px;
  padding-top: 120px;
  letter-spacing: 0.2em; }

img#str-concept {
  padding: 16px 0; }

p#slogan-cont {
  text-align: center;
  margin-top: -40px; }

img#concept-poetly {
  width: 392px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 27px;
  margin-left: -215px; }

div#homebaloon {
  width: 153px;
  height: 170px;
  position: absolute;
  right: 120px;
  top: 40px;
  opacity: 0;
  margin-top: 30px;
  margin-right: -30px; }

div#homebaloon:hover {
  opacity: 0.5;
  cursor: pointer; }

div#homebaloon img {
  width: 100%;
  height: auto; }

div#homebaloon p {
  font-size: 14px;
  position: absolute;
  line-height: 20px;
  left: 50%;
  top: 50%;
  width: 0;
  margin-left: -11px;
  padding: 0;
  color: #000; }

img#callender-num {
  width: 147px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -73px; }

img#callender-moon {
  width: 147px;
  height: auto;
  position: absolute;
  right: 0;
  top: 30px; }

p.attention {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none; }

p.attention {
  padding-top: 20px; }
  p.attention span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0; } }
img#str-shoulder {
  position: absolute;
  top: 85px;
  right: 10px; }

/* SP MENU */
div#icon-menu, div#menu-sp {
  display: none; }

@media screen and (max-width: 1000px) {
  div#icon-menu {
    transform: scale(1);
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2000;
    padding: 15px;
    border-radius: 5px;
    display: block; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 26px;
    height: 22px; }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #414747;
      border-radius: 4px; }
      .menu-trigger span:nth-of-type(1) {
        top: 0; }
      .menu-trigger span:nth-of-type(2) {
        top: 10px; }
      .menu-trigger span:nth-of-type(3) {
        bottom: 0; }

  .menu-trigger.active span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
    transform: translate3d(-1px, 0, 0) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(11px, -6px, 0) rotate(45deg);
    transform: translate3d(11px, -6px, 0) rotate(45deg); }

  div#menu-sp {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1999;
    background-color: #fff; }
    div#menu-sp ul.nav, div#menu-sp ul.nav-sub {
      display: block;
      padding: 0;
      width: 60vw;
      margin-left: 40vw; }
      div#menu-sp ul.nav li, div#menu-sp ul.nav-sub li {
        font-size: 14px;
        width: 100%;
        margin-left: -10px;
        float: none;
        padding: 20px 0;
        border-right: none;
        border-bottom: thin solid #eeeff0;
        text-align: left;
        color: #555; }
    div#menu-sp ul.nav-sub {
      margin-top: 20px; }
      div#menu-sp ul.nav-sub li {
        font-size: 10px;
        border: none;
        padding: 10px 0; }

  div#menu-sp-header {
    position: absolute;
    top: 60px;
    width: 39vw; }
    div#menu-sp-header #logo-cococu-spmenu {
      width: 15vw;
      height: auto;
      margin-left: 12vw;
      display: none; }
    div#menu-sp-header #slogan-en {
      width: 9vw;
      padding-top: 10vw;
      padding-left: 5vw;
      height: auto;
      font-size: 7px;
      line-height: 12px;
      letter-spacing: 1px;
      text-align: left;
      font-family: Arial;
      color: #666; }

  ul.sp-snsmenu {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0; }
    ul.sp-snsmenu li {
      background-color: #eeeff0;
      border-radius: 5px;
      padding: 10px 20vw;
      display: inline-block;
      float: none; }
      ul.sp-snsmenu li img {
        width: 4vw;
        height: auto;
        margin-top: 1.4vw; }
      ul.sp-snsmenu li::first-child {
        margin-right: 1vw; } }
/* -------------------------------------------------------------------------- MainBnr */
div.mainbnr {
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    div.mainbnr {
      margin: 0 0 30px 0; } }

ul.slicker {
  text-align: center;
  width: 100%; }
  ul.slicker li img {
    width: 100%; }

div.spbnr-cont {
  margin-bottom: 30px; }
  div.spbnr-cont img {
    width: 100%;
    height: auto; }

/* -------------------------------------------------------------------------- Workshops */
div.workshops {
  margin: 30px 0;
  padding: 50px 0; }
  div.workshops h1 {
    padding: 20px 0;
    width: 26%;
    margin-bottom: 30px; }
    div.workshops h1 img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 1000px) {
      div.workshops h1 {
        width: 100%;
        text-align: center; }
        div.workshops h1 img {
          width: 60%; } }
  div.workshops div.workshop {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 1%;
    position: relative;
    color: #666;
    float: left;
    width: 30%;
    margin: 0.5% 0.6%; }
    @media screen and (max-width: 1200px) {
      div.workshops div.workshop {
        float: none;
        width: 98%;
        margin: 0.5% 0%; } }
    @media screen and (max-width: 1000px) {
      div.workshops div.workshop {
        width: 92%;
        margin: 1% 3%; } }
    div.workshops div.workshop div.ws-img {
      width: 30%;
      border: thin solid #eeeff0;
      float: left; }
      div.workshops div.workshop div.ws-img img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    div.workshops div.workshop div.ws-content {
      float: left;
      width: 68%;
      position: relative; }
      div.workshops div.workshop div.ws-content div.ws-schedule {
        width: 100%;
        position: relative; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-year {
          font-size: 10px;
          position: absolute;
          top: -5px;
          left: 20px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-month {
          font-size: 20px;
          position: absolute;
          top: 20px;
          left: 20px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-date {
          font-size: 40px;
          position: absolute;
          top: 26px;
          left: 50px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-day {
          font-size: 12px;
          position: absolute;
          top: 38px;
          left: 110px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-time {
          font-size: 14px;
          position: absolute;
          top: 16px;
          line-height: 22px;
          left: 140px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-pref {
          font-size: 15px;
          letter-spacing: 3px;
          /* padding: 2%; */
          position: absolute;
          top: 12px;
          right: 0;
          width: 55px;
          border-bottom: thin solid #ccc;
          display: block;
          text-align: center;
          padding-bottom: 2px; }
        div.workshops div.workshop div.ws-content div.ws-schedule ws-city {
          font-size: 12px;
          position: absolute;
          top: 37px;
          right: 0;
          width: 55px;
          text-align: center; }
      div.workshops div.workshop div.ws-content div.ws-detail {
        width: 100%;
        position: absolute;
        left: 20px;
        top: 70px; }
        div.workshops div.workshop div.ws-content div.ws-detail ws-title {
          display: block; }
        div.workshops div.workshop div.ws-content div.ws-detail ws-place {
          font-size: 10px;
          display: block; }
    div.workshops div.workshop .ws-arrow {
      position: absolute;
      bottom: 25px;
      right: 25px;
      transform: rotate(-45deg); }

.ws-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor; }

.ws-arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box; }

/* -------------------------------------------------------------------------- Phototile */
/* load more */
#more_disp {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-top: 20px;
  position: relative; }

#more_disp img {
  margin-top: 15px; }

#more_disp div {
  width: 99%;
  height: 50px;
  background: #fff url(/images/icon_more.gif) no-repeat center;
  cursor: pointer;
  border: #ccc thin dashed;
  display: inline-block;
  border-radius: 3px 3px 3px 3px; }

#more_disp div:hover {
  background-color: #eee; }

#more_end {
  height: 60px;
  border: solid dotted #ccc;
  text-align: center;
  margin-top: 20px;
  width: 97%; }

/* -------------------------------------------------------------------------- Navigation */
/* PhotoTile */
#photo-container {
  min-height: 400px;
  width: 100%;
  position: relative; }

div#gaya {
  width: 100%;
  position: relative;
  z-index: 10; }

.photo-wrap {
  /*display:none;*/ }

.phototileL {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

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

.phototileL p {
  max-width: 480px;
  width: 100%;
  top: 465px;
  left: 0px; }

.phototileM {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

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

.phototileM p {
  max-width: 230px;
  width: 100%;
  top: 220px;
  left: 0px; }

.phototileL span, .phototileM span {
  z-index: 10;
  position: absolute;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  top: 0px;
  left: 0px;
  padding: 2px 0 0 2px;
  line-height: 12px;
  letter-spacing: 4px; }

.aspect1-1:before {
  content: '';
  padding-top: 100%;
  display: block;
  overflow: hidden; }

.aspect1-half:before {
  content: '';
  padding-top: 50%;
  display: block;
  overflow: hidden; }

.aspect50-50 {
  width: 50%; }

.aspect50-50:before {
  content: '';
  padding-top: 100%;
  display: block;
  overflow: hidden; }

.aspect1-1 img, .aspect1-half img, .aspect50-50 img {
  position: absolute;
  top: 0;
  left: 0; }

.aspect1-1 img, .aspect1-half img, .aspect50-50 img {
  vertical-align: bottom;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }

.aspect1-1 img:hover, .aspect1-half img:hover, .aspect50-50 img:hover {
  opacity: 1;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05); }

div.photoline {
  position: relative;
  margin-bottom: 0.5%;
  width: 100%; }

div.photoblock {
  position: relative;
  float: left;
  width: 49.5%;
  padding: 0 0.25%; }

div.photosquare {
  position: relative;
  float: left;
  width: 49.48%; }

div.photosquare:nth-child(1), div.photosquare:nth-child(3) {
  margin-right: 1%; }

div.photosquare:nth-child(1), div.photosquare:nth-child(2) {
  margin-bottom: 1%; }

.aspect1-1,
.aspect1-half,
.aspect1-1,
.aspect50-50 {
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 1px, #fff 2px, #ccc 3px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 1px, #fff 2px, #ccc 3px); }

div.caption, div.caption-single {
  padding: 20px 10px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 22px; }

div.caption a, div.caption-single a {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  border: solid thin #e6e6e6;
  border-radius: 2px 2px 2px 2px;
  color: #333;
  padding: 0 5px;
  margin-top: 5px;
  line-height: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

div.caption a:hover, div.caption-single a:hover {
  border: solid thin #333;
  cursor: pointer; }

div.caption a.dorsa, div.caption-single a.dorsa {
  font-family: 'Dorsa', sans-serif;
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #006699;
  border: none; }

div.phototileL + div.caption {
  width: 80%;
  padding-top: 20px;
  margin: 10px auto; }

div.phototileL + div.caption + div.comments {
  width: 80%;
  margin: 0 auto; }

div.comments, div.comments-single {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding-bottom: 20px; }

div.comments p, div.comments-single p {
  position: relative;
  line-height: 15px;
  margin-right: 10px;
  background-color: #eeeff0;
  border-radius: 3px;
  margin-bottom: 2px;
  display: table;
  padding: 5px 10px;
  color: #888;
  max-width: 80%;
  float: right; }

div.comments p::before, div.comments-single p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  margin-left: -1px;
  margin-top: -5px;
  border-left: 5px solid #eeeff0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* 画面上にちりばめるイラストたち */
div.illbox {
  position: absolute;
  z-index: 2;
  width: 210px; }

img.ill {
  position: absolute;
  width: auto;
  /* 210px */
  height: 150px;
  z-index: 2; }

img.ill:hover {
  opacity: 0.7; }

/* 縦書きテキスト */
div.vtitle {
  color: #0e0e0e;
  padding: 20px 0;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  z-index: 3; }

div.vtitle p {
  padding: 2px;
  width: 100%;
  text-align: center; }

p.hashtxt {
  position: absolute;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 2px;
  width: 100%;
  text-align: right; }

/* 記事単体用 */
div.caption-single, div.comments-single {
  width: 60%;
  padding-top: 40px;
  font-size: 16px;
  line-height: 32px;
  margin: 0 auto; }

div.comments-single p {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px; }

div.link-instagram {
  font-size: 10px;
  background-color: #eeeff0;
  display: inline-block;
  padding: 2px 10px 0;
  border-radius: 0 0 5px 5px;
  position: absolute;
  transition: all 0.25s ease-out; }

div.link-instagram:hover {
  padding-top: 10px;
  margin-bottom: 0; }

div.link-instagram p {
  float: left;
  display: inline-block;
  color: #999;
  font-family: Arial, Helvetica, "sans-serif"; }

div.link-instagram p:nth-child(1) {
  padding-top: 4px;
  opacity: 0.5;
  margin-right: 5px; }

/* OG LINK */
div.oglink-cont {
  margin: 20px auto;
  width: 96%;
  max-width: 480px;
  border: thin solid #ccc;
  border-radius: 10px;
  overflow: hidden; }

ul.ogslider {
  width: 100%;
  color: #333;
  opacity: 0;
  margin-bottom: 0 !important;
  text-align: center; }

ul.ogslider li div {
  width: 100%;
  overflow: hidden; }

ul.ogslider li div img {
  width: 100%;
  height: auto; }

div.slickdots-cont {
  text-align: center; }

ul.slick-dots {
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
  bottom: -10px !important; }

ul.slick-initialized {
  opacity: 1; }

div.ogtxt {
  width: 80%;
  margin: 0 auto; }

div.ogtxt h1 {
  font-size: 2em;
  letter-spacing: 0.2em;
  padding: 30px 3%;
  font-weight: 300;
  text-align: center;
  color: #000; }

div.ogtxt h1:hover {
  opacity: 0.5; }

div.ogtxt p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #444;
  font-size: 12px;
  max-height: 100px;
  padding: 0 3% 3% 3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }

/*  FOOTER  */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #333;
  border-radius: 3px;
  opacity: 0.3; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  cursor: pointer; }

#page_top:hover {
  opacity: 0.5;
  cursor: pointer; }

#page_top a::before {
  border-right: 9px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -9px; }

#page_top a::after {
  border-right: 9px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #333;
  border-left: 9px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -9px; }

div#footer {
  padding-top: 30px; }

div#footer ul.menu-access {
  float: right; }

p#logo-footer {
  float: left; }

p#logo-footer img {
  width: 30px;
  height: auto; }

div#footer-copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 100;
  color: #bbb;
  padding-bottom: 10px; }

@media screen and (max-width: 800px) {
  /* for iPhone, iPad etc. */
  img#concept-poetly {
    display: none; }

  ul.menu-access {
    display: none; }

  div#header img#logo-cococu {
    left: 6%;
    width: 60px;
    height: auto; }

  div#header img#logo-cococu-single {
    width: 30px;
    height: auto;
    top: 50px;
    left: 20px;
    z-index: 1010; }

  div#header-center {
    text-align: right;
    height: 220px; }

  div#header-center-single {
    text-align: right;
    height: 55px; }

  img#str-shoulder, img#str-slogan, p.attention {
    /* display: none; */ }

  img#callender-num {
    transform: scale(0.5); }

  img#callender-moon {
    top: 0;
    transform: scale(0.7); }

  div#homebaloon {
    right: 70px;
    top: 50px;
    transform: scale(0.5); }

  img#str-concept {
    padding: 25px 9px 10px 0; }

  p#slogan-cont {
    text-align: center; }

  div#header-center p.tagtitle {
    font-size: 18px;
    padding-top: 93px;
    letter-spacing: 0.1em;
    padding-right: 20px; }

  ul.menu-concept {
    padding-bottom: 0;
    text-align: right;
    margin-right: 5px; }

  ul.menu-concept li {
    padding: 2px 2px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #999;
    float: none; }

  div#menu-ui-cont {
    width: 100%; }

  ul.menu-ui {
    display: inline-block;
    padding: 0; }

  ul.menu-ui li {
    padding: 2px 25px 0 25px; }

  ul.menu-archives, ul.menu-tags {
    padding: 10px 2%;
    text-align: center; }

  ul.menu-archives li {
    margin: 1%;
    width: 20%;
    padding: 5px 1.1%; }

  ul.menu-archives li.menu-archives-year, ul.menu-archives li.menu-archives-year:hover {
    width: 96%;
    padding: 6px 1%; }

  div#photo-container {
    width: 96%;
    margin-left: 2%; }

  div.photoblock {
    float: none;
    width: 100%;
    margin-bottom: 0.5%; }

  div.caption-single, div.comments-single {
    width: 90%;
    padding-top: 80px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto; }

  div.comments-single p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px; }

  div#gaya {
    display: none; }

  div.illbox {
    width: 100%; }

  div.illbox img.ill {
    transform: scale(0.6); }

  div#more_disp {
    width: 90%;
    margin-left: 5%; }

  /* Footer */
  div#footer {
    text-align: center; }

  #page_top {
    right: 20px;
    bottom: 40px; }

  p#logo-footer {
    float: none; }

  div#footer ul.menu-access {
    float: none;
    display: inline-block;
    padding-top: 20px;
    width: 100%; }

  div#footer ul.menu-shop {
    float: none;
    display: inline-block;
    padding-top: 20px;
    border-top: thin solid #ccc; }

  div#footer ul.menu-access li, div#footer ul.menu-shop li {
    float: none;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 5px 0; }

  div#footer ul.menu-access li.iconmenu {
    display: none; } }
@media screen and (max-width: 320px) {
  ul.menu-shop li {
    letter-spacing: 1px;
    font-size: 11px;
    padding: 4px 15px 2px 15px; } }
