@charset "UTF-8";
/***********************************************-
Date:2022-05-27
    CSS Document:layoutとブランド内で統一して使用するスタイルについて
    1.ブランド内大枠の設定
        * body / #wrapper / #wrap

    2.各エリアの設定
        * .kanoco_main-wrap:メインビジュアル部
        * #inner_lm:メインコンテンツ部

-***********************************************/
/*===========================

    reset

===========================*/

#kanocobag_lm {
  line-height: 1.4;
  overflow-x: hidden;
  text-align: left;
  width: 100%;
}

#Top {
  position: absolute;
  top: 0;
  left: 0;
}

#kanocobag_lm a {
  color: #000;
  text-decoration: none;
}

#kanocobag_lm a:link,
#kanocobag_lm a:visited {
  color: #000;
}

#kanocobag_lm a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (min-width: 920px) {
  #kanocobag_lm a:hover {
    text-decoration: underline;
  }
}

#kanocobag_lm img {
  max-width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}

#kanocobag_lm i {
  font-style: normal !important;
}

#kanocobag_lm rt {
  font-size: 50%;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#kanocobag_lm .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 920px) {
  .pc-only {
    display: inline;
  }
}

@media screen and (min-width: 920px) {
  .sp-only {
    display: none;
  }
}

/* outer */
#mainarea_lm {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 63px;
}

#contentsInner_lm {
  width: 100%;
  color: #000;
}

#contentsInner_lm .wideBody_lm {
  margin: 0 -500%;
  padding: 0 500%;
}

.box_lm {
  margin-bottom: 150px;
}

.box_lm .boxInner_lm,
.box_lm .boxInner_lm.w_lm {
  padding: 20px 0;
}

@media screen and (min-width: 920px) {
  .box_lm .boxInner_lm,
  .box_lm .boxInner_lm.w_lm {
    padding: 60px 0 50px;
  }
}

.or_pageTop_lm {
  position: fixed;
  bottom: 30px;
  right: 80px;
  z-index: 10;
	margin-bottom: 0;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}

@media screen and (max-width: 918px) {
  .or_pageTop_lm {
    right: 20px;
  }
  .or_pageTop_lm img {
    width: 60px;
  }
  .or_pageTop_lm.on {
    bottom: 5vw;
  }
}

.item-detail-btn {
  position: fixed;
  width: 240px;
  bottom: 5vw;
  right: 100px;
  z-index: 10;
  cursor: pointer;
}

.item-detail-btn a {
  display: block;
}

.item-detail-btn a:hover {
  opacity: .85;
}

@media screen and (min-width: 920px) {
  .item-detail-btn {
    width: 160px;
    bottom: 140px;
    right: 50px;
  }
}

/*===========================

	header

===========================*/
#header_lm {
  width: 920px;
  position: absolute;
  left: 50%;
  margin-left: -460px;
  top: 0;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 918px) {
  .pcDesc_lm {
    display: none;
  }
}

#header_lm #head-topnavi_allb_lm {
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 1.4;
}

#header_lm #head-topnavi_allb_lm li {
  float: left;
  margin-left: 10px;
  margin-top: 0px;
}

#header_lm #head-topnavi_allb_lm li#add-line_allb_lm {
  border-left: 1px solid #CCCCCC;
  padding-left: 11px;
}

#header_lm .logoImg_lm {
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: left;
  padding-left: 2px;
}

#header_lm #head-topnavi_allb_lm li#log-btn_allb_lm {
  margin-top: 0;
}

@media screen and (max-width: 919px) {
  #header_sp_lm {
    margin: 0;
    padding: 6px 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
  }
  #header_sp_lm p.logo_lm {
    position: relative;
    padding-left: 8px;
  }
  #head-topnavi_allb,
  #head-topnavi_allb_lm {
    display: none;
  }
  div#Container_fca {
    margin: 0;
  }
  #Content_fca div.pankuzu_fca {
    width: 99%;
    margin: 7px 0 7px 1%;
  }
}

@media screen and (min-width: 920px) {
  .spDesc_lm {
    display: none;
  }
}

/*===========================

	plist

===========================*/
#plist {
  color: #888;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
  line-height: 1;
  _line-height: 1.1;
  vertical-align: middle;
}

#plist li {
  float: left;
  font-size: 80%;
  margin-left: 3px;
}

#pList_lm {
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 80%;
}

#pList_lm,
#pList_lm a {
  color: #888888 !important;
}

#pList_lm span {
  color: #444444 !important;
}

#plist span {
  font-size: 90%;
}

#plist a,
#plist a:visited {
  color: #888 !important;
  text-decoration: none;
}

@media screen and (min-width: 920px) {
  #plist a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 919px) {
  #pList_lm {
    padding-left: 1%;
  }
}

/* base */
.kanoco-wrap {
  font-size: 1rem;
}

.kanoco_btn-wrap {
  text-align: center;
}

.kanoco_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: .15em;
  border: 2px solid #000;
  background-color: #fff;
  padding: .5em 1.5em;
}

.kanoco_btn::after {
  background: url("../images/kanoco_arrow.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  margin: 0 0 .2em .5em;
  width: 2rem;
  height: 0.75rem;
}

.kanoco_btn:hover {
  text-decoration: none;
}

/* loading */
.kanoco_loading {
	position: fixed;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	z-index: 208001;
	top: 0;
}

.kanoco_loading-inner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.kanoco_loading-image-pc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  z-index: 9999;
  width: 100%;
}

@media screen and (max-width: 918px) {
  .kanoco_loading-image-pc {
    display: none;
  }
}

.kanoco_loading-image-sp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 200px;
  margin: 0 auto !important;
  z-index: 9999;
}

@media screen and (min-width: 920px) {
  .kanoco_loading-image-sp {
    display: none;
  }
}

/* main visual */
.kanoco_main-image {
  background: url("../images/kanoco_main_pc01.jpg") no-repeat center/contain;
}

@media screen and (max-width: 918px) {
  .kanoco_main-image {
    background-image: url("../images/kanoco_main_sp01.jpg");
    padding-top: calc(100vw * 1324 / 636);
  }
}

@media screen and (min-width: 920px) {
  .kanoco_main-image {
    padding-top: calc(100vw * 648 / 1280);
  }
}

.kanoco_main-inner {
  position: relative;
}

@media screen and (max-width: 918px) {
  .kanoco_main-inner {
    padding-bottom: 4rem;
  }
}

.kanoco_main-top-catch {
  font-family: century-old-style-std, serif;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 30px;
}
.kanoco_main-top-catch p { margin-bottom: 0; }

@media screen and (min-width: 920px) {
  .kanoco_main-top-catch {
    top: 120px;
    left: calc((100vw - 920px) / 2);
  }
}

.kanoco_main-top-catch_top {
  font-size: 2.625rem;
  letter-spacing: .05em;
  line-height: 1.2;
}

@media screen and (min-width: 920px) {
  .kanoco_main-top-catch_top {
    font-size: 5rem;
  }
}

.kanoco_main-top-catch_middle {
  font-size: 1.75rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .kanoco_main-top-catch_middle {
    line-height: 1.6;
    font-size: 3.5rem;
  }
}

.kanoco_main-top-catch_bottom {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media screen and (min-width: 920px) {
  .kanoco_main-top-catch_bottom {
    font-size: 2.625rem;
    line-height: 1.6;
  }
}

.kanoco_main-bottom-catch {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 30px;
  font-family: century-old-style-std, serif;
  text-align: left;
}
.kanoco_main-bottom-catch p { margin-bottom: 0; }

@media screen and (min-width: 920px) {
  .kanoco_main-bottom-catch {
    bottom: -20px;
    left: calc((100vw - 920px) / 2);
  }
}

.kanoco_main-bottom-catch_top {
  font-size: 1.125rem;
}

.kanoco_main-bottom-catch_bottom {
  font-size: 0.9375rem;
}

/* check */
.kanoco_check {
  position: relative;
  text-align: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.kanoco_circle-text {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  text-align: center;
}

.kanoco_circle-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: transform-rotate 7s linear infinite;
          animation: transform-rotate 7s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.kanoco_circle-text span {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 65px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.kanoco_circle-text span:nth-child(1) {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.kanoco_circle-text span:nth-child(2) {
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
}

.kanoco_circle-text span:nth-child(3) {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.kanoco_circle-text span:nth-child(4) {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

.kanoco_circle-text span:nth-child(5) {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.kanoco_circle-text span:nth-child(6) {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.kanoco_circle-text span:nth-child(7) {
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

.kanoco_circle-text span:nth-child(8) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.kanoco_circle-text span:nth-child(9) {
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.kanoco_circle-text span:nth-child(10) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@-webkit-keyframes transform-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes transform-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* catch */
.kanoco_catch-inner {
  background-color: #ebebd2;
  padding: 7.5rem 0 5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_catch-inner {
    padding: 7.5rem 0;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-textbox {
    width: 60%;
  }
}

.kanoco_catch-h2 {
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 918px) {
  .kanoco_catch-h2 {
    line-height: 2;
    text-align: center;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-h2 {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.kanoco_catch-subtitle {
  font-size: 1.125rem;
}

@media screen and (max-width: 918px) {
  .kanoco_catch-subtitle {
    text-align: center;
    margin: 1rem 0 3rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.kanoco_catch-text {
  line-height: 2;
}

@media screen and (max-width: 918px) {
  .kanoco_catch-text {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-text {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_catch-imagebox {
    width: 40%;
  }
}

.kanoco_roll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: roll-sp 10s infinite linear 1s both;
          animation: roll-sp 10s infinite linear 1s both;
}

@media screen and (min-width: 920px) {
  .kanoco_roll {
    -webkit-animation: roll-sp 10s infinite linear 1s both;
            animation: roll-sp 10s infinite linear 1s both;
  }
}

.kanoco_roll-wrap {
  position: relative;
}

@media screen and (max-width: 918px) {
  .kanoco_roll-wrap {
    margin: 4rem 0;
  }
}

.kanoco_roll-wrap::before, .kanoco_roll-wrap::after {
  content: "";
  position: absolute;
  top: -1em;
  left: 50%;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90vw;
  height: 1px;
}

.kanoco_roll-wrap::after {
  top: auto;
  bottom: -1em;
}

@media screen and (min-width: 920px) {
  .kanoco_roll {
    margin: 5rem 0 7.5rem;
  }
}

.kanoco_roll img {
  display: inline-block;
  margin-right: 2rem;
  width: auto;
}

@media screen and (max-width: 918px) {
  .kanoco_roll img {
    max-width: 1183px;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_roll img {
    width: 1160px;
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1192px);
            transform: translateX(-1192px);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1192px);
            transform: translateX(-1192px);
  }
}

@-webkit-keyframes roll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1215px);
            transform: translateX(-1215px);
  }
}

@keyframes roll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1215px);
            transform: translateX(-1215px);
  }
}

/* detail */
.kanoco_detail {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 920px) {
  .kanoco_detail {
    margin-bottom: 7.5rem;
  }
}

.kanoco_detail-h2, .kanoco_shopping-h2, .kanoco_story-h2 {
  font-family: century-old-style-std, serif;
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-h2, .kanoco_shopping-h2, .kanoco_story-h2 {
    font-size: 2.625rem;
    margin-bottom: 7.875rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.kanoco_detail-textbox {
	text-align: center;
	margin-bottom: 0;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-textbox {
    width: 60%;
  }
}

@media screen and (min-width: 920px) {
  #kanocobag_lm .kanoco_detail-textno {
    margin-bottom: 1.5rem;
  }
}

.kanoco_detail-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
  margin: 2rem 0;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-title {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}

.kanoco_detail-text {
	line-height: 2;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 918px) {
  .kanoco_detail-text {
    width: 85%;
    margin: 0 auto 1rem;
  }
}

.kanoco_detail-point {
  display: inline-block;
  color: #fff;
  letter-spacing: .2em;
  background-color: #000;
  border-radius: 16px;
  margin: 1.6rem 0 .8rem;
  padding: .5em 1em;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-point {
    margin: 2rem 0 1rem;
  }
}

@media screen and (max-width: 918px) {
  .kanoco_detail-imagebox {
    margin-bottom: 2rem;
  }
}

.kanoco_detail-ashirai01 {
  -webkit-transform: rotate(15deg) translateX(75%);
          transform: rotate(15deg) translateX(75%);
  width: 150px;
}

.kanoco_detail-ashirai02 {
  -webkit-transform: rotate(90deg) translate(30px, 100px);
          transform: rotate(90deg) translate(30px, 100px);
  width: 120px;
}

.kanoco_detail-ashirai04 {
  -webkit-transform: rotate(100deg) translate(-10px, -80px);
          transform: rotate(100deg) translate(-10px, -80px);
  margin-bottom: 2rem;
  width: 100px;
}

.kanoco_detail-ashirai05 {
  -webkit-transform: rotate(10deg) translate(-80%, 20px);
          transform: rotate(10deg) translate(-80%, 20px);
  margin-bottom: 2rem;
  width: 80px;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box:nth-child(1) {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box:nth-child(2) {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box:nth-child(5) {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_detail-box:nth-child(4) {
    margin-bottom: 2rem;
  }
}

.kanoco_detail-image-wrap {
  text-align: center;
  margin: 0 -5rem 0 0;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-image-wrap {
    display: block;
  }
}

.kanoco_detail-imagebox.--first {
  position: relative;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-imagebox.--first img:nth-child(2) {
    position: absolute;
    bottom: -200px;
    left: 50%;
  }
}

.kanoco_detail-imagebox.--fifth {
  position: relative;
}

@media screen and (min-width: 920px) {
  .kanoco_detail-imagebox.--fifth img:nth-child(2) {
    position: absolute;
    bottom: -200px;
    left: 50%;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media screen and (max-width: 918px) {
  .kanoco_detail-imagebox.--sixth {
    display: block;
  }
  .kanoco_detail-imagebox.--sixth img {
    display: block;
  }
  .kanoco_detail-imagebox.--sixth img:nth-child(1) {
    margin-left: auto;
    width: 90%;
  }
  .kanoco_detail-imagebox.--sixth img:nth-child(2) {
    margin: 1rem auto 0 0;
    width: 80%;
  }
}

/* shopping */
.kanoco_shopping {
  margin-bottom: 5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_shopping {
    margin-bottom: 10rem;
  }
}

.kanoco_shopping-inner {
  background-color: #689576;
  text-align: center;
  padding: 5rem 1.25rem 3.75rem;
}

@media screen and (min-width: 920px) {
  .kanoco_shopping-inner {
    padding: 7.5rem 0 5rem;
  }
}

.kanoco_shopping-h2 {
  color: #fff;
}

.kanoco_shopping-product-name {
  color: #fff;
  line-height: 2;
  margin: 2.625rem 0;
}

.kanoco_shopping-product-price {
  color: #fff;
  margin: 2.625rem 0;
}

/* story */
.kanoco_story-image-wrap img {
  width: 100%;
}

.kanoco_story-title-wrap {
  background-color: #fff;
  border: 1px solid #000;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  margin: 4rem 0 6rem;
  padding: 1.5em;
}

@media screen and (max-width: 918px) {
  .kanoco_story-title-wrap {
    text-align: center;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-title-wrap {
    display: inline-block;
    margin: -6.25rem 0 8.5rem -6.25rem;
  }
}

.kanoco_story-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
}

.kanoco_story-title ruby {
  font-weight: bold;
}

@media screen and (min-width: 920px) {
  .kanoco_story-title {
    font-size: 1.875rem;
  }
}

.kanoco_story-catch-text-wrap {
  margin: 0 auto 6rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-catch-text-wrap {
    margin: 0 auto 11rem;
    width: 75%;
  }
}

.kanoco_story-catch-text-wrap .kanoco_story-catch-text:first-child {
  margin-bottom: 2em;
}

.kanoco_story-catch-text {
  font-size: 120%;
  line-height: 1.8;
}

.kanoco_story-catch-text span {
  font-weight: bold;
}

.kanoco_story-insta-text {
  font-size: 0.75rem;
  margin-top: 1rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-rashisa picture {
    width: 70%;
    margin: 0 auto;
  }
}

.kanoco_story-part figure, .kanoco_story-part picture {
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-part figure, .kanoco_story-part picture {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.kanoco_story-part figure img, .kanoco_story-part picture img {
  width: 100%;
}

.kanoco_story-part figcaption {
  margin-top: 0.75rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-easy-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kanoco_story-easy-images .kanoco_story-image {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 918px) {
  .kanoco_story-easy-images .kanoco_story-image {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-easy-images .kanoco_story-image {
    width: 32.5%;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-idea-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kanoco_story-idea-images .kanoco_story-image {
  margin: 0 auto;
}

@media screen and (max-width: 918px) {
  .kanoco_story-idea-images .kanoco_story-image {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-idea-images .kanoco_story-image {
    width: 49%;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-proposal-figure {
    margin-left: auto;
    width: 87.5%;
  }
}

/* story profile */
@media screen and (min-width: 920px) {
  .kanoco_story-profile-inner {
    margin: 0 auto;
    width: 75%;
  }
}

.kanoco_story-profile-box {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 7.5rem 3rem 4rem;
  margin-bottom: 8.5rem;
  position: relative;
}

@media screen and (min-width: 920px) {
  .kanoco_story-profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem;
  }
}

.kanoco_story-profile-left {
  text-align: center;
}

@media screen and (max-width: 918px) {
  .kanoco_story-profile-middle img {
    height: 150px;
  }
}

.kanoco_story-profile-middle_text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .15em;
  text-align: center;
}

@media screen and (max-width: 918px) {
  .kanoco_story-profile-middle_text {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 60px;
  }
}

@media screen and (min-width: 920px) {
  .kanoco_story-profile-middle_text {
    margin-bottom: 2rem;
  }
}

.kanoco_story-profile-right {
  text-align: center;
}

.kanoco_story-profile-name {
  margin: 0.75rem 0 1.125rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-profile-name {
    margin: 1rem 0 2rem;
  }
}

.kanoco_story-profile-name span {
  font-size: 1.5rem;
  font-weight: bold;
}

/* story index */
.kanoco_story-index {
  margin-bottom: 7.5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-index {
    margin-bottom: 15rem;
  }
}

.kanoco_story-index-h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 2rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-index-h2 {
    margin: 0 0 4.375rem 3rem;
  }
}

.kanoco_story-index-list-item {
  font-size: 1.25rem;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding: 0 0 .5rem 0;
}

@media screen and (min-width: 920px) {
  .kanoco_story-index-list-item {
    margin-left: 2.5rem;
    margin-bottom: 2.625rem;
    padding: 0 0 1rem .5rem;
  }
}

.kanoco_story-index-list-item a:hover {
  text-decoration: none;
}

/* story part */
.kanoco_story-part {
  margin-bottom: 7.5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-part {
    margin-bottom: 10rem;
  }
}

.kanoco_story-part-h2 {
  font-size: 1.75rem;
  border-bottom: 3px solid #689576;
  margin-bottom: 6rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-part-h2 {
    font-size: 2.25rem;
    margin: 0 0 4.5rem auto;
    padding-bottom: 1.125rem;
    width: 87.5%;
  }
}

.kanoco_talk-block {
  margin-bottom: 4rem;
}

@media screen and (min-width: 920px) {
  .kanoco_talk-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 918px) {
  .kanoco_talk-image {
    margin-bottom: .5rem;
  }
}

.kanoco_talk-image img {
  width: 5rem;
  max-width: none !important;
}

.kanoco_talk-image img[alt=荒木] {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.kanoco_talk-text {
	line-height: 2;
	margin-bottom: 0;
}

@media screen and (min-width: 920px) {
  .kanoco_talk-text {
    padding: 0.5rem 0 0 1.5rem;
  }
}

.kanoco_talk-text span {
  font-weight: bold;
}

/* story profile */
.kanoco_story-profilearea {
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_story-profilearea {
    margin-bottom: 8rem;
    padding-bottom: 4rem;
  }
}

.kanoco_story-profilearea-box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1.5rem 0;
}

@media screen and (min-width: 920px) {
  .kanoco_story-profilearea-box {
    margin-top: 4rem;
    padding: 2rem 0;
    width: 17.5rem;
  }
}

.kanoco_story-profilearea-name {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .15em;
}

@media screen and (min-width: 920px) {
  .kanoco_story-profilearea-name {
    margin-bottom: 2rem;
  }
}

.kanoco_story-profilearea-insta {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.kanoco_story-profilearea-insta img {
  width: 40px;
}

.kanoco_caution-text {
  font-size: 0.625rem;
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (min-width: 920px) {
  .kanoco_caution-text {
    margin-top: 4rem;
    font-size: 0.75rem;
  }
}

/*===========================

    footer

===========================*/
@media screen and (max-width: 918px) {
  #footBnr_lm {
    padding: 0 15px;
  }
}

@media screen and (min-width: 920px) {
  #footBnr_lm {
    margin: 0 auto;
    width: 920px;
  }
}

#footBnr_lm ul {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 920px) {
  #footBnr_lm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 -4% -4%;
  }
}

#footBnr_lm ul li {
  width: 100%;
  margin: 0 0 35px;
}

@media screen and (min-width: 920px) {
  #footBnr_lm ul li {
    width: 46%;
    margin: 0 0 4% 4%;
  }
}

#footArea_lm.box_lm {
  margin-bottom: 0;
}

#footArea_lm .sns_lm {
  margin: 45px auto;
}

#footArea_lm .sns_lm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footArea_lm .sns_lm ul li {
  margin: 0 15px;
}

#footArea_lm .sns_lm ul li a img {
  width: 2.625rem;
}

@media screen and (max-width: 918px) {
  #footArea_lm .sns_lm ul li a img {
    width: 2.8125rem;
  }
}

/* bnrFt_lm */
.bnrFt_lm li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 918px) {
  .bnrFt_lm li a {
    width: 100vw;
  }
}

.bnrFt_lm li a span.tit_lm {
  width: 55%;
}

.bnrFt_lm li a span.txt_lm {
  width: 43%;
  margin-left: 2%;
}

.bnrFt_lm li a span i {
  display: block;
}

.bnrFt_lm li a span i.i_lm {
  margin-bottom: 5px;
}

.bnrFt_lm li a span i.t_lm {
  line-height: 1.8em;
  font-size: 115%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/ft_link.png");
  background-position: center bottom;
  padding-bottom: 40px;
}

.bnrFt_lm li a:hover {
  text-decoration: none !important;
  color: #333 !important;
}

@media screen and (max-width: 767px) {
  .bnrFt_lm li a span.tit_lm {
    width: 40%;
  }
  .bnrFt_lm li a span.txt_lm {
    width: 50%;
    margin-left: 1%;
    padding-right: 9%;
    background-repeat: no-repeat;
    background-image: url("../images/ft_link.png");
    background-position: right center;
    background-size: 25px;
  }
  .bnrFt_lm li a span i.t_lm {
    background: none;
    padding-bottom: 0px;
    line-height: 1.6em;
    font-size: 11px;
  }
  .bnrFt_lm li a span i.i_lm {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=index.css.map */