@charset "UTF-8";


/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}



/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

/* 960px以上（大きめタブレット 横位置とか） */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}*/

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}


@media print {
  html,
html body {
    *zoom: 0.65;
  }
}
/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  margin: 116px auto 0;
  text-align: left;
}

/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-wrapper {
    margin: 150px auto 0;
  }
}
/* ==========================================================
!Contents
========================================================== */
.l-contents {
  margin: 0 auto;
  text-align: center;
}

.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 768px) {
.pc{display: none;}
.sp{display: block;}
}
/* ==========================================================
!Header
========================================================== */
.l-header {
  background: #ffffff;
  border-top: 12px solid #EE1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header_info {
  height: 50px;
  position: relative;
  z-index: 1000;
}

.l-header_logo {
  padding: 12px 0;
  width: 200px;
}
.l-header_logo a:hover, .l-header_logo a:focus {
  text-decoration: none;
  opacity: 0.7;
}

.l-header_nav {
  background: #eba800;
  color: #ffffff;
  height: 60px;
}
.l-header_nav .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 2.5%;
}

.l-header_title {
  width: 90%;
}
.l-header_title p {
  line-height: 1;
  margin: 0 0 -1.5% 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.l-header_title p a {
  color: #ffffff;
}
.l-header_title p a:hover, .l-header_title p a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.l-header_title span {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-header_logo {
    width: 200px;
  }

  .l-header_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header_title p {
    margin: 0;
    letter-spacing: 0.03rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .l-header_title span {
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 0 1em;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-header_info {
    height: 84px;
  }

  .l-header_logo {
    width: 280px;
    padding: 24px 0;
  }

  .l-header_nav .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
  }

  .l-header_title {
    width: auto;
    width: 43%;
  }
}
/* 1024px以上（基本のPC） */
@media only screen and (min-width: 1024px), print {
  .l-header_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1200px), print {
  .l-header_title span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ==========================================================
!Gnavi
========================================================== */
.l-menu_trigger {
  position: relative;
  z-index: 1000;
  width: 40px;
  height: 32px;
  background: transparent;
  /* Menu Line top */
  /* Menu Line middle */
  /* Menu Line bottom */
  /* Menu Close Line
  // ------------------------------------ */
}
.l-menu_trigger:before {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 2px;
  /* 線の位置 */
  left: 0;
  width: 100%;
  height: 4px;
  text-align: center;
  content: "";
  background-color: #ffffff;
  /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 4px;
}
.l-menu_trigger .l-menu_trigger_line {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 15px;
  /* 線の位置 */
  left: 0;
  width: 100%;
  height: 4px;
  color: #ffffff;
  font-size: 0;
  line-height: 42px;
  /* 文字の位置 */
  text-align: center;
  background-color: #ffffff;
  /* 線の色 */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
}
.l-menu_trigger:after {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 28px;
  /* 線の位置 */
  left: 0;
  width: 100%;
  height: 4px;
  text-align: center;
  content: "";
  background-color: #ffffff;
  /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 4px;
}
.l-menu_trigger.on {
  /* Menu Close Line top */
  /* Menu Close Line middle */
  /* Menu Close Line bottom */
}
.l-menu_trigger.on:before {
  background-color: #ffffff;
  /* 線の色 */
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.l-menu_trigger.on .l-menu_trigger_line {
  color: transparent;
  /* 文字の色 */
  background-color: transparent;
  /* 線の色 無し */
}
.l-menu_trigger.on:after {
  background-color: #ffffff;
  /* 線の色 */
  -webkit-transform: translateY(-17px) rotate(45deg);
          transform: translateY(-17px) rotate(45deg);
}

.l-gnavi_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  right: 1px;
  width: 60px;
  height: 60px;
  background: trasnparent none;
}
.l-gnavi_sp:hover, .l-gnavi_sp:active, .l-gnavi_sp:focus {
  cursor: pointer;
  outline: 1px dotted #ffffff;
}
.l-gnavi_sp.on, .l-gnavi_sp.on:hover, .l-gnavi_sp.on:active, .l-gnavi_sp.on:focus {
  background: trasnparent none;
  cursor: pointer;
  outline: 1px dotted #ffffff;
}

/* Menu Link
------------------------------------ */
/* Link common hidden */
.l-gnavi_menu {
  display: block;
  overflow: hidden;
  visibility: hidden;
  /* 変更前 */
  opacity: 0;
  /* 変更前 */
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  /* 変更前 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fade slide */
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  /* 変更前 */
  -webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, transform;
  transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
  /* transitionを適用するCSSプロパティ名を指定 */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /* 0.3秒かけて */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  /* 変化の進行割合をイージングで指定 */
  /* Link common visible */
}
.l-gnavi_menu.active {
  overflow: auto;
  /* 変更後 */
  overflow-y: scroll;
  /* スマホ制御 */
  visibility: visible;
  /* 変更後 */
  opacity: 1;
  /* 変更後 */
  height: 100%;
  /* 変更後 */
  /* fade slide */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 変更後 */
  -webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, transform;
  transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
  /* transitionを適用するCSSプロパティ名を指定 */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /* 0.3秒かけて */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  /* 変化の進行割合をイージングで指定 */
}

.l-gnavi_item {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ffffff;
  text-align: left;
}
.l-gnavi_item:first-child {
  border-width: 1px 0;
}
.l-gnavi_item > a, .l-gnavi_item > span {
  display: block;
  padding: 16px 16px 16px 16px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  /* transitionを適用するCSSプロパティ名を指定 colorとbackground-colorが変更対象 */
  /* fade */
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  /* 0.1秒かけて */
}
.l-gnavi_item > a span, .l-gnavi_item > span span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-gnavi_item > a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.2em);
  right: 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-gnavi_item > span:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 0.2em);
  right: 5%;
}
.l-gnavi_item > span.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-gnavi_submenu {
  display: none;
}

.l-gnavi_subitem {
  border-top: 1px solid #ffffff;
  margin: 0 0 0 24px;
}
.l-gnavi_subitem > a, .l-gnavi_subitem > span {
  display: block;
  padding: 14px 16px 14px 0;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  /* transitionを適用するCSSプロパティ名を指定 colorとbackground-colorが変更対象 */
  /* fade */
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  /* 0.1秒かけて */
}
.l-gnavi_subitem > a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.2em);
  right: 5%;
}

.l-gnavi_main {
  margin: 56px 0 0 0;
  padding: 0 0 56px 0;
  background: #eba800;
  color: #ffffff;
  height: calc(100% - 56px);
  overflow: auto;
}

.l-gnavi_pc {
  display: none;
}

/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-gnavi_sp {
    display: none;
  }

  .l-gnavi_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55%;
    height: 60px;
  }

  .l-gnavi_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }

  .l-gnavi_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .l-gnavi_item {
    letter-spacing: 0.03rem;
    margin: 0 0 0 1em;
    font-size: 13px;
    font-size: 1.3rem;
    border: none;
    position: relative;
  }
  .l-gnavi_item > a, .l-gnavi_item > span {
    padding: 0 1em 0 0;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
  }
  .l-gnavi_item > a:after, .l-gnavi_item > span:after {
    top: calc(50% - 0.3em);
    right: 3px;
  }
  .l-gnavi_item > a:hover, .l-gnavi_item > a:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .l-gnavi_item > a:hover:after, .l-gnavi_item > a:focus:after {
    right: 0;
  }
  .l-gnavi_item > span:hover, .l-gnavi_item > span:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .l-gnavi_item > span:hover:after, .l-gnavi_item > span:focus:after {
    top: calc(50% - 0.2em);
  }
  .l-gnavi_item:first-child {
    margin: 0;
  }

  .l-gnavi_submenu {
    display: none;
    top: 50px;
    left: 0;
    position: absolute;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .l-gnavi_submenu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent;
    left: calc(50% - 5px);
    top: -10px;
    position: absolute;
  }
  .l-gnavi_item:nth-of-type(2) .l-gnavi_submenu, .l-gnavi_item:nth-of-type(4) .l-gnavi_submenu {
    left: auto;
    right: 0;
  }

  .l-gnavi_subitem {
    border: none;
    margin: 0;
    padding: 8px 0;
    border-top: 1px dotted #C0C0C0;
  }
  .l-gnavi_subitem:first-child {
    border: none;
  }
  .l-gnavi_subitem > a {
    color: #322f2e;
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnavi_subitem > a:after {
    content: none;
  }
  .l-gnavi_subitem > a:hover, .l-gnavi_subitem > a:focus {
    color: #eba800;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px), print {
  .l-gnavi_item {
    margin: 0 0 0 2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ==========================================================
!Breadcrumb
========================================================== */
.l-breadcrumb {
  overflow: hidden;
  width: 100%;
  margin: 5% 0 10% 0;
}
.l-breadcrumb ol {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.l-breadcrumb ol li {
  display: inline-block;
  white-space: nowrap;
}
.l-breadcrumb ol li:nth-child(n+2):before {
  margin: 0 5px 0 0;
  content: "/";
  font-size: 12px;
  font-size: 1.2rem;
}
.l-breadcrumb ol li a {
  color: #777777;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-breadcrumb ol li a:hover, .l-breadcrumb ol li a:focus {
  text-decoration: none;
}
.l-breadcrumb ol li span {
  white-space: nowrap;
  color: #777777;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-breadcrumb {
    margin: 120px 0 20px 0;
  }
}
/* ==========================================================
!Mainimg
========================================================== */
/* -- top --*/
.l-slider_wrap {
  height: 60vw;
  position: relative;
}


.l-slider_item img {
  height: 60vw;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  margin: 0 auto;
  display: block;
}
.l-slider_item a:hover img, .l-slider_item a:focus img {
  opacity: 0.7;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button {
  border-radius: 50%;
  display: block;
  font-size: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #C0C0C0;
}
.slick-dots li.slick-active button {
  background: #eba800;
}

/* 読み込み対策 */
.l-slider_wrap {
  overflow: hidden;
}

.l-slider_wrap.slick-initialized {
  overflow: visible;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-slider_wrap {
    height: 510px;
  }
  .l-slider_wrap:after {
    height: 22px;
  }

  .l-slider_item img {
    height: 510px;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1200px), print {
  .l-slider_wrap {
    height: auto;
  }

  .l-slider_item img {
    height: auto;
  }
}
/* -- common --*/
.l-mainimg_cat {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  padding: 0 4%;
}
.l-mainimg_cat.-workshop {
  background: url(åcommon/img/workshop/bg_mainimg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.l-mainimg_cat.-its {
  background: url(common/img/its/bg_mainimg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.l-mainimg_cat h1 {
  line-height: 1.5;
  font-size: 7vw;
}
.l-mainimg_cat h1 span {
  font-size: 3.5vw;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-mainimg_cat {
    height: 300px;
  }
  .l-mainimg_cat h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .l-mainimg_cat h1 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-mainimg_cat {
    height: 360px;
  }
}
/* ==========================================================
!Section Common
========================================================== */
.l-outer {
  margin: 0 auto;
  text-align: center;
}

/* Android */
.outer p,
.outer li,
.outer dt,
.outer dd,
.outer figcaption {
  background: url(/ibd-intheirshoes/common/img/img_android01.png);
}

.l-inner {
  padding: 0 4% 0 4%;
  /* SPで左右に余白を空ける */
  text-align: left;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-inner {
    padding: 0px;
  }

  .l-outer {
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!Footer
========================================================== */
.l-footer {
  background: #eba800;
  color: #ffffff;
  padding: 5% 0;
}

.l-footer_links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_links li {
  border-right: 1px solid #ffffff;
  padding: 0 0.8em;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
.l-footer_links li a {
  color: #ffffff;
  font-weight: normal;
  font-weight: 300;
}
.l-footer_links li:last-child {
  border: none;
}

.l-footer_copyright {
  text-align: center;
  font-weight: normal;
  font-weight: 300;
  margin: 4% 0 0 0;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-footer {
    padding: 16px 0;
  }

  .l-footer_copyright {
    margin: 8px 0 0 0;
  }
}
/* ==========================================================
!Editor style
========================================================== */
.l-editor {
  line-height: 1.8;
  margin: 14% 0 0 0;
}
.l-editor section > h2:not([class]) {
  text-align: center;
  padding: 0 0 3% 0;
  margin: 16% 0 7% 0;
  position: relative;
  font-weight: 500;
  font-size: 5vw;
}
.l-editor section > h2:not([class]):after {
  content: "";
  position: absolute;
  display: block;
  background: #eba800;
  width: 80px;
  height: 2px;
  left: calc(50% - 40px);
  bottom: 0;
}
.l-editor section > h3:not([class]) {
  margin: 10% 0 5% 0;
  font-weight: bold;
  padding: 0 0 0 1em;
  line-height: 1.5;
  border-left: 2px solid #eba800;
  font-size: 4.25vw;
}
.l-editor section > h3:not([class]) span {
  font-weight: normal;
  font-size: 3.5vw;
}
.l-editor section > p:not([class]) {
  margin: 3% 0 0 0;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-editor section > p:not([class]) a {
  text-decoration: underline;
  color: #eba800;
}
.l-editor section > p:not([class]) a:hover, .l-editor section > p:not([class]) a:focus {
  text-decoration: none;
}
.l-editor section > figure:not([class]) {
  margin: 3% 0 0 0;
  text-align: center;
}
.l-editor section > ul {
  margin: 3% 0 0 0;
}
.l-editor section > ul li {
  margin: 0 0 0 1em;
  list-style: disc;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-editor {
    margin: 80px 0 0 0;
  }
  .l-editor section > h2:not([class]) {
    margin: 116px 0 32px 0;
    padding: 0 0 8px 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .l-editor section > h3:not([class]) {
    margin: 80px 0 24px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .l-editor section > h3:not([class]) span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-editor section > ul {
    margin: 16px 0 0 0;
  }
  .l-editor section > figure:not([class]) {
    margin: 16px 0 0 0;
  }
  .l-editor section > p:not([class]) {
    margin: 16px 0 0 0;
  }
  .l-editor section > .u-movie01 {
    max-width: 600px;
    margin: 0 auto 40px;
    padding-top: 28.25%;
  }
}
/* ==========================================================
!H(n)eading
========================================================== */
.c-title_recipe-list {
  width: 100%;
  text-align: center;
}
.c-title_recipe-list::after {
  content: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-title_recipe-list {
    width: 33%;
    max-width: 360px;
  }
}
/* ==========================================================
!Listing
========================================================== */
/* supporter */
.c-list_supporter figure {
  text-align: center;
}
.c-list_supporter li {
  margin: 10% 0 0 0 !important;
  list-style: none !important;
}
.c-list_supporter p {
  line-height: 1.5;
}

.c-list_supporter_name {
  text-align: left;
  font-weight: bold;
  margin: 3% 0 1.5% 0;
}
.c-list_supporter_name:nth-child(2){
  margin: 1.5% 0 1.5% 0;
}
.c-list_supporter_ps {
  text-align: left;
  font-weight: bold;
  margin: 0 0 3% 0;
  font-size:0.85em;
}

.c-list_supporter_name span {
  font-weight: normal;
  font-size:0.8em;
  padding-left:0.25em;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-list_supporter {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
  }
  .c-list_supporter li {
    width: 100%;
    margin: 0;
    display: flex;
    align-items:center;
    justify-content: space-between;
  }
  .c-list_supporter li > figure {
    width: 25%;
    margin: 0;
    display: block;
  }
  .c-list_supporter li > div {
    width: 70%;
    margin: 0;
    display: block;

  }
}
@media only screen and (max-width: 768px), print {
  .c-list_supporter li > figure {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
/* movie */
.c-list_movie {
  margin: 10% 0 0 0;
}
.c-list_movie li {
  margin: 5% 0 0 0 !important;
  list-style: none !important;
}
.c-list_movie p {
  margin: 8px 0 0 0;
  line-height: 1.5;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-list_movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 0 0;
  }
  .c-list_movie li {
    width: 40%;
    max-width: 410px;
    margin: 0 2% !important;
  }
}
/* report */
.c-list_report li {
  background: #FDEEC8;
  padding: 5%;
  border-radius: 8px;
  margin: 3% auto 0 !important;
  list-style: none !important;
  width: 90%;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-list_report li.blank {
  background: #ffffff;

}
/*.c-list_report li:nth-child(odd):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.8em 1.4em 0;
  border-color: transparent #FDEEC8 transparent transparent;
  position: absolute;
  top: 1em;
  left: -1.8em;
}
.c-list_report li:nth-child(even):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4em 1.8em 0 0;
  border-color: #FDEEC8 transparent transparent transparent;
  position: absolute;
  top: 1em;
  right: -1.8em;
}*/

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-list_report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
  align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .c-list_report li {
    width: 48%;
    padding: 24px;
    max-width: 542px;
    font-size: 1.6rem;
  }
  /*.c-list_report li:nth-child(odd) {
    margin: 24px 1% 0 5% !important;
  }
  .c-list_report li:nth-child(even) {
    margin: 24px 5% 0 1% !important;
  }
  .c-list_report li:nth-child(1) {
    margin: 0 1% 0 5% !important;
  }
  .c-list_report li:nth-child(2) {
    margin: 0 5% 0 1% !important;
  }*/
}
/* recipe */
.c-list_recipe {
  counter-reset: number 0;
  border-bottom: 1px dotted #C0C0C0;
}
.c-list_recipe li {
  border-top: 1px dotted #C0C0C0;
  position: relative;
  padding: 0.8em 0 0.8em 2.5em;
  line-height: 1.5;
  counter-increment: number 1;
}
.c-list_recipe li:before {
  position: absolute;
  text-align: center;
  content: counter(number);
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  width: 1.8em;
  height: 1.8em;
  top: 0.8em;
  left: 0;
  padding: 0.45em 0 0 0;
  background: #eba800;
  letter-spacing: -0.2rem;
}
.c-list_recipe.-no2 {
  counter-reset: number 1;
}
.c-list_recipe.-no3 {
  counter-reset: number 2;
}
.c-list_recipe.-no4 {
  counter-reset: number 3;
}
.c-list_recipe.-no5 {
  counter-reset: number 4;
}
.c-list_recipe.-no6 {
  counter-reset: number 5;
}
.c-list_recipe.-no7 {
  counter-reset: number 6;
}
.c-list_recipe.-no8 {
  counter-reset: number 7;
}
.c-list_recipe.-no9 {
  counter-reset: number 8;
}
.c-list_recipe.-no10 {
  counter-reset: number 9;
}

/* ==========================================================
!Table
========================================================== */
.c-table_recipe {
  table-layout: fixed;
  width: 100%;
  margin: 5% 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-table_recipe caption {
  font-weight: bold;
  margin: 0 0 0.2em 0;
}
.c-table_recipe th,
.c-table_recipe td {
  border: 1px solid #C0C0C0;
  border-width: 1px 0;
  padding: 0.7em 0.5em;
}
.c-table_recipe th {
  font-weight: bold;
}
.c-table_recipe td {
  background: #f3f3f3;
  text-align: right;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-table_recipe {
    margin: 32px 0 0 0;
  }
}
/* ==========================================================
!Text
========================================================== */
.c-text_lead {
  text-align: center;
  font-size: 4vw;
}

.c-text_notice {
  /*font-size: 3.5vw;*/
}
.c-text_notice a {
  text-decoration: underline;
}
.c-text_notice a:hover, .c-text_notice a:focus {
  text-decoration: none;
}

.c-text_mark-green {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d9e021));
  background: linear-gradient(transparent 50%, #d9e021 50%);*/
  font-style: normal;
  background-color: #d9e02180;
  font-weight: normal;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-text_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-text_notice {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ==========================================================
!Text Link
========================================================== */
.c-txtlink_basic01 li a span {
  /* WCAG 2.0 C7 */
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
}
.c-link_pdf {
  padding: 0 0 0 1.2em;
  background: url(/ibd-intheirshoes/common/img/ico_pdf.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  text-decoration: underline;
  color: #eba800;
}
.c-link_pdf:hover, .c-link_pdf:focus {
  text-decoration: none;
  color: #eba800;
}

/* ==========================================================
!Button
========================================================== */
/* Basic White Button */
.c-btn_basic01 a,
.c-btn_basic01 div,
.c-btn_basic01 button {
  background: #eba800;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 3% 2% 2% 2%;
  border-radius: 8px;
  position: relative;
}
.c-btn_basic01 a p,
.c-btn_basic01 div p,
.c-btn_basic01 button p {
  line-height: 1.2;
  font-size: 4vw;
}
.c-btn_basic01 a p span,
.c-btn_basic01 div p span,
.c-btn_basic01 button p span {
  font-size: 7vw;
}

.c-btn_basic01 a:after,
.c-btn_basic01 div:after,
.c-btn_basic01 button:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 3%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dream-report-link-btn a:after,
.dream-recipe-link-btn a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  border: 1px solid #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 3%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* orange round Button */
.c-btn_basic02 a,
.c-btn_basic02 div,
.c-btn_basic02 button {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 8px 16px 8px 16px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #eba800;
}
.c-btn_basic02 a.pdf span,
.c-btn_basic02 div.pdf span,
.c-btn_basic02 button.pdf span {
  padding: 0 0 0 1em;
  background: #eba800 url(/ibd-intheirshoes/common/img/ico_pdf.svg) no-repeat 0 50%;
  background-size: auto;
}
.dream-report-link-btn a:hover, .dream-report-link-btn a:focus,
.dream-recipe-link-btn a:hover, .dream-recipe-link-btn a:focus,
.c-btn_basic02 a:hover, .c-btn_basic02 a:focus,
.c-btn_basic02 div:hover,
.c-btn_basic02 div:focus,
.c-btn_basic02 button:hover,
.c-btn_basic02 button:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .dream-report-link-btn,
  .dream-recipe-link-btn,
  .c-btn_basic01 a,
.c-btn_basic01 div,
.c-btn_basic01 button {
    max-width: 740px;
    margin: 0 auto;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .c-btn_basic01 a p,
.c-btn_basic01 div p,
.c-btn_basic01 button p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-btn_basic01 a p span,
.c-btn_basic01 div p span,
.c-btn_basic01 button p span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .dream-report-link-btn:hover,.dream-report-link-btn:focus,
  .dream-recipe-link-btn:hover,.dream-recipe-link-btn:focus,
  .c-btn_basic01 a:focus, .c-btn_basic01 a:hover,
.c-btn_basic01 div:focus,
.c-btn_basic01 div:hover,
.c-btn_basic01 button:focus,
.c-btn_basic01 button:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    text-decoration: none;
    color: #ffffff;
  }
}
.c-btn_modal {
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.c-btn_modal:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: url(/ibd-intheirshoes/common/img/ico_search.svg);
  background-size: contain;
}
.c-btn_modal:hover, .c-btn_modal:focus {
  opacity: 0.7;
}
.c-btn_modal:visited {
  display:block;;
}

/* ==========================================================
!Box
========================================================== */
/*----- c-box_workshop -----*/
.c-box_workshop_section,
.c-box_workshop_section-2 {
  margin: 10% 0 1em 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #ffffff;
}
.c-box_workshop_section a,
.c-box_workshop_section-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
}

.c-box_workshop_text {
  border-radius: 0 0 8px 8px;
  padding: 4% 5%;
}

.c-box_workshop_description {
  color: #eba800;
  font-size: 3.5vw;
  margin: 0 0 1% 0;
}

.c-box_workshop_title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}

.c-box_workshop_summary {
  font-size: 1.6rem;
  text-align: left;
}

.c-box_workshop_img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-box_workshop_img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_workshop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .c-box_workshop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-box_workshop:after {
    content: "";
    display: block;
    width: 32%;
    max-width: 360px;
  }

  .c-box_workshop_section {
    width: 32%;
    max-width: 360px;
    margin: 0 0 60px 0;
  }
  .c-box_workshop_section-2 {
    width: 48%;
    max-width: 500px;
    margin: 0 auto 60px auto;
  }
  .c-box_workshop_section-empt {
    width: 48%;
    max-width: 500px;
    margin: 0 auto 60px auto;
    display:block;
  }
  .c-box_workshop_section a:hover,
  .c-box_workshop_section a:focus,
  .c-box_workshop_section-2 a:hover,
  .c-box_workshop_section-2 a:focus {
    text-decoration: none;
  }
  .c-box_workshop_section a:hover
  .c-box_workshop_img img,
  .c-box_workshop_section a:focus .c-box_workshop_img img,
  .c-box_workshop_section-2 a:hover .c-box_workshop_img img,
  .c-box_workshop_section-2 a:focus .c-box_workshop_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .c-box_workshop_text {
    padding: 4% 5%;
  }

  .c-box_workshop_description {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .c-box_workshop_title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-box_workshop_summary {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .c-box_workshop_description {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-box_workshop_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 1200px以上（大きめPC） */
/*----- c-box_know -----*/
.c-box_know_section {
  margin: 10% 0 0 0;
}
.c-box_know_section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
}

.c-box_know_img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-box_know_img img {
  width: 100%;
}

.c-box_know_text h3 {
  font-weight: bold;
  font-weight: 500;
  margin: 3% 0 0 0;
  font-size: 4.5vw;
}
.c-box_know_text p {
  font-weight: normal;
  margin: 2% 0 0 0;
  letter-spacing: 0.15rem;
  font-size: 3.5vw;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_know {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content:flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 24px 0 0 0;
    flex-wrap: wrap;
  }

  .c-box_know_section {
    margin: 0 1.5%;
    width: 45%;
    max-width: 500px;
  }
  .c-box_know_section a:hover, .c-box_know_section a:focus {
    text-decoration: none;
    color: #eba800;
  }
  .c-box_know_section a:hover .c-box_know_img:after, .c-box_know_section a:focus .c-box_know_img:after {
    opacity: 1;
  }

  .c-box_know_img {
    position: relative;
    overflow: hidden;
  }
  .c-box_know_img:after {
    content: "READ MORE";
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    display: block;
    top: 50%;
    left: 0;
    padding: 40% 0;
    z-index: 2;
    background: rgba(235, 168, 0, 0.6);
    position: absolute;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
  }

  .c-box_know_text h3 {
    font-size: 1.8rem;
  }
  .c-box_know_text p {
    margin: 1em 0 0 0;
    font-size: 1.4rem;
  }
}
/*----- c-box_poster -----*/
.c-box_poster section {
  margin: 10% 0 0 0;
}

.c-box_poster_title {
  padding: 0 0 0 1.8em;
  background: url(/ibd-intheirshoes/common/img/ico_clover.png) no-repeat;
  background-position: left center;
  background-size: 1.5em;
  font-weight: bold;
  border: none;
}

.c-box_poster_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2% 0 0 0;
}

.c-box_poster_img {
  width: 30%;
  position: relative;
  margin: 0;
}
.c-box_poster_img img {
  width: 100%;
  border: 1px solid #C0C0C0;
}
.c-box_poster_img .c-btn_modal {
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.c-box_poster_text {
  width: 65%;
  font-size: 1.6rem;
}
.c-box_poster_text > * {
  padding: 3% 0;
}
.c-box_poster_text > *:first-child {
  padding: 0 0 3% 0;
}
.c-box_poster_text p a {

  font-size: 1.6rem;
}
.c-box_poster_text-p {

  border: 1px dotted #898989;
  border-width: 1px 0;

}
.c-box_poster_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  letter-spacing: 0;
  border: 1px dotted #898989;
  border-width: 1px 0;

  flex-wrap: wrap;
}
.c-box_poster_text dl dt {
  font-weight: bold;
  width: 40%;
}
.c-box_poster_text dl dd {
  width: 58%;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_poster {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;*/
  }
  .c-box_poster section {
    width: 100%;

    margin: 72px 0 0 0;
  }
  .c-box_poster section:nth-of-type(-n+2) {
    margin: 0;
  }

  .c-box_poster_img {
    width: 35%;
    max-width: 180px;
  }

  .c-box_poster_text {
    width: 70%;
  }
}
@media only screen and (max-width: 768px), print {
  .c-box_poster_wrap {
display:block;
  }
.c-box_poster_img {
  width: 30%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin:24px auto;
}
.c-box_poster_img img {
  width: 100%;

}


.c-box_poster_text {
    width: 100%;
    font-size: 1.6rem;
}
.c-box_poster_img img .c-btn_modal {
    position: absolute;
    right: 4px;
    bottom: 4px;
}
/* orange round Button */
.c-btn_basic02 a,
.c-btn_basic02 div,
.c-btn_basic02 button {
  position: relative;
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 8px 16px 8px 16px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #eba800;
}



}
/*----- c-box_comment -----*/
.c-box_comment {
  padding: 1em;
  background: rgba(235, 168, 0, 0.15);
  margin: 5% 0 0 0;
}

.c-box_comment_title {
  font-weight: bold;
}

.c-box_comment.-green {
  background: rgba(203, 236, 162, 0.5);
}

/*----- c-box_recipelist -----*/

.dream-recipe-title {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 0.5em;
  min-width: 120px;
  width: 100%;
  background: #FFF;
  border: solid 4px #F5A600;
  box-sizing: border-box;
  border-radius: 20px;
  color:#FF5E00;
  font-size:1.4em;
  text-align:center;
  margin-top:80px;
}

.dream-recipe-title:before {
  content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
.dream-recipe-title:after {
  content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 16px solid #F5A600;
    z-index: 1;
}
.dream-recipe-title p {
  margin: 0;
  padding: 0;
}
.dream-recipe-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
 
}
.dream-recipe-link-btn {
  display: block;
  width: calc((100% / 3) - 10px);
  border-radius: 12px;
  font-size: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #eba800;
  min-height:60px;
}
.dream-report-link-btn {
  display: block;
  width:24%;
  border-radius: 12px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #eba800;
  min-height:60px;
}

.dream-recipe-link-btn a {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 8px 16px 8px 16px;
  line-height: 1.4;
  text-decoration: none;
  color: #ffffff;
  
}
.dream-recipe-link-btn:first-child a {
  line-height: 2.8;
  
}
.dream-report-link-btn a {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 8px 16px 8px 16px;
  line-height: 2;
  text-decoration: none;
  color: #ffffff;
  
}
.dream-report-link-btn a:hover,
.dream-recipe-link-btn a:hover {
  text-decoration: none;
  color: #ffffff;
}



.c-box_recipelist > section {
  margin-top: 80px;
}
.c-box_recipelist > section:first-child {
  margin-top: 40px;
}
.c-box_recipelist > section .c-box_workshop-list {
  display: block;
  width: 100%;
}
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail {
  margin: 8% 0 0 0;
  text-align: center;
}
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail .c-box_workshop_section,
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail .c-box_workshop_section-2 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.5em 0;
}
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail .c-box_workshop_section a,
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail .c-box_workshop_section-2 a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail .c-link_pdf {
  padding: 0 0 0 1.8em;
  font-size:1.6rem;
}



/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_recipelist > section {
    margin-top: 40px;
  }
  .c-box_recipelist > section:first-child {
    margin-top: 80px;
  }
  .c-box_recipelist > section .c-box_workshop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            align-items: stretch;
  }
  .one {
    justify-content:center!important;
  }
  .c-box_recipelist > section .c-box_workshop-list .c-box_recipelist-detail {
    width: 47%;
    margin: 0;

  }
  
}
/*----- c-box_recipelist -----*/
.border-recipe-collection {
  padding: 24px;
  border:2px solid #b3b3b3;

}
.c-box_recipe-collection {
  text-align: center;
}
.c-box_recipe-collection figure {
  margin: 0 0 8% 0;
}

.c-box_recipe-collection-title {
  margin: 0 0 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-box_recipe-collection-summary {
  margin: 0 0 1em 0;
  text-align: left;
}

.recipe-download-link {
    cursor: pointer;
    display: inline-block!important;
    position: relative;
    margin: 4px;
    padding: 16px 36px;
    width: auto;
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    background: #FFDCC5;
    border-radius: 999px;
    box-sizing: border-box;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .recipe-download-link {

      display: block!important;
      margin-bottom:24px;
  }
.dream-recipe-link-btn {width: 48%;}
.dream-recipe-link-btn a {width: 92%;line-height: 1.2;}
.dream-report-link-btn {width:48%;}
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_recipe-collection {
    padding: 24px;
    display: flex;
  }
  .c-box_recipe-collection > div {
    text-align: left;
    padding: 0 24px;
    width:75%;
  }
  .c-box_recipe-collection > div > h3 {
    margin:0;
  }
  .c-box_recipe-collection figure {
    margin: 0 0 24px 0;
    width:25%;
  }

  .c-box_recipe-collection-title {
    margin: 0 0 0.5em 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*
 * cmn_layout.css
 */
/* ==========================================================
!p-top_about
========================================================== */
.p-top_about {
  padding: 10% 0 20% 0;
}

.p-top_about_text h2 {
  text-align: center;
}
.p-top_about_text p {
  margin: 5% 0 0 0;
  line-height: 1.8;
  font-weight: normal;
  /*font-weight: 300;*/
}

.p-top_about_img {
  width: 80%;
  margin: 8% auto 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-top_about {
    padding: 120px 0 60px 0;
  }

  .p-top_about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }

  .p-top_about_text {
    width: 63%;
    max-width: 651px;
  }
  .p-top_about_text h2 {
    text-align: left;
  }
  .p-top_about_text p {
    margin: 3% 0 0 0;
    font-size: 1.6rem;
  }

  .p-top_about_img {
    width: 30%;
    max-width: 360px;
    margin: 0 5% 0 0;
  }
}
/* 1024px以上（基本のPC） */
@media only screen and (min-width: 1024px), print {
  .p-top_about_text {
    width: 48%;
  }
}
/* ==========================================================
!workshop
========================================================== */
.p-top_workshop {
  padding: 15% 0;
  background: rgba(235, 168, 0, 0.15);
}
.p-top_workshop .c-box_workshop_section,
.p-top_workshop .c-box_workshop_section-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-top_workshop .c-text_notice {
  margin: 5% 0 0 0;
}

.p-top_workshop_title {
  padding: 10%;
  border-radius: 8px;
  position: relative;
  background: url(/ibd-intheirshoes/common/img/top/bg_workshop01.png) no-repeat, url(/ibd-intheirshoes/common/img/top/bg_workshop02.png) no-repeat, #ffffff;
  background-position: top 4% left 2%, bottom 6% right 6%;
  background-size: 13% auto, 17% auto;
}
.p-top_workshop_title h2 {
  text-align: center;
  line-height: 1.3;
  font-size: 7.75vw;
  border-bottom: 4px dotted #eba800;
  padding: 0 0 5% 0;
}
.p-top_workshop_title h2 span {
  font-size: 13.75vw;
}
.p-top_workshop_title p {
  margin: 7% 0 0 0;
  line-height: 1.8;
  font-size: 3.5vw;
}
.p-top_workshop_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 2;
  border: 4px dotted #eba800;
  border-radius: 8px;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-top_workshop {
    padding: 80px 0 62px 0;
  }
  .p-top_workshop .c-box_workshop {
    width: 58%;
  }
  .p-top_workshop .c-box_workshop_section,
  .p-top_workshop .c-box_workshop_section-2 {
    width: 48%;
  }
  .p-top_workshop .c-text_notice {
    margin: 16px 0 0 0;
  }

  .p-top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .p-top_workshop_title {
    max-width: 390px;
    width: 39%;
    padding: 4%;
    margin: 0 0 0 8px;
  }
  .p-top_workshop_title h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-top_workshop_title h2 span {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-top_workshop_title p {
    margin: 7% 0 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .c-text_notice {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .p-top_workshop_title h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .p-top_workshop_title h2 span {
    font-size: 60px;
    font-size: 6rem;
  }
  .p-top_workshop_title p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1200px), print {
  .p-top_workshop .c-box_workshop {
    width: 62%;
  }
}
/* ==========================================================
!IBD
========================================================== */
.p-top_know {
  padding: 15% 0;
}
.p-top_know h2 {
  text-align: center;
  line-height: 1;
  font-size: 8vw;
  padding: 6% 0 1% 0;
  margin: 0 0 10% 0;
  background: url(/ibd-intheirshoes/common/img/top/bg_know01.png) no-repeat, url(/ibd-intheirshoes/common/img/top/bg_know02.png) no-repeat;
  background-position: bottom left, bottom right;
  background-size: contain;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-top_know {
    padding: 80px 0;
  }
  .p-top_know h2 {
    margin: 0 0 48px 0;
    font-size: 40px;
    font-size: 4rem;
    background-size: auto;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!IBD
========================================================== */
.p-top_its {
  padding: 15% 0;
  background: rgba(235, 168, 0, 0.15);
}
.p-top_its h2 {
  text-align: center;
  line-height: 1.2;
  font-size: 8vw;
  padding: 0 0 1% 0;
  margin: 0 0 8% 0;
  background: url(/ibd-intheirshoes/common/img/top/bg_its01.png) no-repeat, url(/ibd-intheirshoes/common/img/top/bg_its02.png) no-repeat;
  background-position: top left -8%, top right -10%;
  background-size: auto 74%;
}
.p-top_its h2 span {
  line-height: 1;
  font-size: 4.5vw;
}
.p-top_its .c-btn_basic01 {
  margin: 10% 0 0 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-top_its {
    padding: 80px 0;
  }
  .p-top_its h2 {
    margin: 0 0 48px 0;
    font-size: 40px;
    font-size: 4rem;
    background-position: top left, top right;
    background-size: auto;
  }
  .p-top_its h2 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-top_its .c-btn_basic01 {
    margin: 52px 0 0 0;
  }
}
/* ==========================================================
!Workshop
========================================================== */
.p-recipe_photo {
  margin: 3% 0 0 0;
}
.p-recipe_photo figure {
  margin: 3% 0 0 0;
}

.p-poster_about figure {
  text-align: center;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-poster_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-poster_about p {
    width: 67%;
  }
  .p-poster_about figure {
    width: 30%;
  }

  .p-recipe_photo {
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-recipe_photo figure {
    width: 45%;
    margin: 0 1%;
  }
}
.modaal-gallery-item img {
  max-width: 600px !important;
}

/* バナーエリア */
.c-bnr_1col {
  margin: 10% 0 0 0;
}
.c-bnr_1col a {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-bnr_1col {
    margin: 50px 0 0 0;
  }
  .c-bnr_1col a:hover, .c-bnr_1col a:focus {
    opacity: 0.7;
  }
}
/*
 * cmn_style.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #322f2e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: underline;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
}

/* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
}

/* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
}

/* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
}

/* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
}

/* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!iframe youtube googlemap
========================================================== */
.u-movie01,
.u-googlemap01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-movie01 iframe,
.u-movie01 .jstream-eqPlayer,
.u-movie01 video,
.u-googlemap01 iframe,
.u-googlemap01 .jstream-eqPlayer,
.u-googlemap01 video {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.u-movie01 iframe > div,
.u-movie01 .jstream-eqPlayer > div,
.u-movie01 video > div,
.u-googlemap01 iframe > div,
.u-googlemap01 .jstream-eqPlayer > div,
.u-googlemap01 video > div {
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block;
}

.u-pc {
  display: none;
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-sp {
    display: none;
  }

  .u-pc {
    display: inline-block;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* ==========================================================
!Column
========================================================== */
/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-col_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .u-col_1 > * {
    width: 100%;
    max-width: 540px;
  }

  .u-col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-col_2 > * {
    width: 49% !important;
  }

  .u-col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-col_3 > * {
    width: 32% !important;
  }
  .u-col_3:after {
    display: block;
    width: 32% !important;
    content: "";
  }

  .u-col_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-col_4 > * {
    width: 24% !important;
  }
  .u-col_4:before, .u-col_4:after {
    display: block;
    width: 24% !important;
    content: "";
  }
  .u-col_4:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .u-col_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .u-col_5 > * {
    width: 18.9% !important;
    margin: 0 15px 0 0 !important;
  }
  .u-col_5 > *:last-child {
    margin: 0 !important;
  }
}
/* ==========================================================
!text-indent
========================================================== */
.u-texthidden {
  overflow: hidden !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.u-texthidden:before, .u-texthidden:after {
  content: none;
}

/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Floats
========================================================== */
.u-flL {
  display: inline;
  float: left;
}

.u-flR {
  display: inline;
  float: right;
}

.u-flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.u-flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.u-ftBox {
  overflow: hidden;
  *zoom: 1;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  text-decoration: underline;
}

.u-tdN {
  text-decoration: none;
}

.u-atode {
  padding: 10px !important;
  border: 2px solid #9966cc !important;
  color: #ffffff !important;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
  font-size: 30px !important;
  text-align: center !important;
  background-color: #ff99ff !important;
}

/* ==========================================================
!Margin
========================================================== */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/*
 * import.css
 */
/* ==========================================================
Default
========================================================== */


/**/
/* ==========
IBD患者さんのためのたべものガイド
医療関係者や患者さんからのメッセージ
 ========== */

 .fontfam {
    font-weight: bold;
    font-family: "Kiwi Maru", "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}



.pickup .guide {
padding:12px;
  position: relative;
  background-color: #f6f5f2;
  border-radius: 10px;
}
.pickup h2 {
  margin: 40px 0 30px;
  font-size: 180%;
  font-weight: 500;
  color: #ff6700;
  line-height: 1.3;
  text-align: left;
  position: relative;
  width: calc(100% - 60px);
  margin: 24px 30px;
}
.pickup h2 span {
  display: inline-block;
}
.pickup .box {
  margin: 0 30px;
  padding: 15px 0 15px 0;
  background-color: #ffffff;
  border: 5px solid #ffdcc5;
  border-radius: 10px;
  position: relative;
}

.pickup ul.list {
  margin: 15px auto;
  width: 89.4%;
  list-style: none;
}
.pickup ul.list li {
  padding: 30px 0 30px 30px;
  width: 100%;
  height: auto;
  background: url(/images/top2022/dotline01.png) left bottom repeat-x;
  position: relative;
}
.pickup ul.list li::before {
  position: absolute;
  top: 34px;
  left: 6px;
  content: "";
  width: 11px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(/images/top2022/arrow02.svg);
  background-size: contain;
  vertical-align: middle;
}
.pickup ul.list li:first-child {
  padding-top: 0;
}
.pickup ul.list li:first-child::before {
  top: 4px;
}
.pickup ul.list li:last-of-type {
  padding-bottom: 0;
  background: none;
}
.pickup ul.list li a {
  /*  font-size: 1.8rem; */
  font-size: 116.1%;
  font-weight: 700;
  color: #7f3c2f;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}

/* たべものガイド */
.pickup .guide {
  padding-bottom: 30px;
}
.pickup .guide .box {
  margin-bottom: 24px;
  padding: 10px 0 10px 0;
}
.pickup .guide ul.list li {
  padding: 8px 0 8px 30px;
  width: 70%;
  background: none;
  transition: all 0.3s ease 0s;
}
.pickup .guide ul.list li::before {
  position: absolute;
  top: calc(5px + 0.5em);
}
.pickup .illust05 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26.67%;
}

/* レシピ */
.recipe {
  margin: 30px 30px 0;
  padding: 15px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 2px,
    #ffe197 4px,
    #ffe197 6px
  );
  width: 510px;
  height: auto;
  border-radius: 10px;
}
.recipe .inner {
  padding-bottom: 10px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
}
.recipe h3 {
  width: 80%;
  max-width: 350px;
  height: 40px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.recipe h3 span {
  margin: -50px auto 10px;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  /*  font-size: 2.4rem; */
  font-size: 154.8%;
  background: #e99d40;
  color: #fff;
  box-sizing: border-box;
}
.recipe h3 span:before,
.recipe h3 span:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-color: #e99d40 transparent;
  border-style: solid;
  z-index: 1;
}
.recipe h3 span:before {
  top: 0;
  left: -15px;
  border-width: 20px 0px 20px 15px;
}
.recipe h3 span:after {
  top: 0;
  right: -15px;
  border-width: 20px 15px 20px 0px;
}

.recipe ul {
  margin: -15px auto 25px;
  width: calc(100% - 50px);
  list-style: none;
}
.recipe li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background: url(/images/top2022/dotline01.png) left bottom repeat-x;
  position: relative;
}
.recipe li:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
  background: none;
}
.recipe li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.recipe figure {
  width: 90px;
  height: 100px;
  overflow: hidden;
}
.recipe figure img {
  width: 90px;
  height: 100px;
  object-fit: cover;
}
.recipe .txt {
  width: calc(100% - 110px);
}
.recipe .txt h4 {
  /*  font-size: 1.8rem; */
  font-size: 116.1%;
  font-weight: 700;
  color: #7f3c2f;
  line-height: 1.5;
  text-align: left;
}
.recipe .txt p {
  /*  font-size: 1.5rem; */
  font-size: 96.8%;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.recipe .txt p span.arrow {
  padding-right: 30px;
  position: relative;
}
.recipe .txt p span.arrow::before {
  position: absolute;
  top: -2px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/top2022/arrow_round01.svg);
  background-size: contain;
  vertical-align: middle;
}
.voice__footer {
  position: relative;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.catchtitle > span {
  display:block;
  font-size:0.8em;
  font-weight: normal;
  margin-top:0.5em;
}

div.onepoint {
  background-color:#f6f5f2;
  padding:1.5em;
}

div.onepoint .mdhonepoint {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 7px 1em;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 1.0em;
  background: #EBA800;
  border-radius: 24px;
}

div.onepoint .mdhonepoint:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EBA800;
}

div.onepoint .mdhonepoint p {
  margin: 0;
  padding: 0;
}