/* @font-face {
  font-family: 'Hannari';
  src: url('https://www.kai-group.com/store/special/naire-gift/fonts/hannari_subset.woff') format('woff'),
    url('https://www.kai-group.com/store/special/naire-gift/fonts/hannari_subset.otf') format('opentype');
} */

body {
  font-family: "Hannari", serif;
  /* font-family: "Hina Mincho", serif;
  font-family: "Shippori Mincho", serif; */
  /* min-width: 1340px;
  max-width: 1874px; */
}

html {
  font-size: 62.8%;
}

img {
  display: block;
  max-width: 100%;
}

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

ul,
li {
  list-style: none;
}

a:hover {
  transition: background .3s;
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  /* font-family: "Hannari", serif; */
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

p {
  font-size: 2.1rem;
  font-weight: normal;
}

/*共通パーツ*/
.is-pc {
  display: none;
}

.main-contents {
  /* font-family: 'Noto Sans JP', sans-serif; */
  width: 100%;
  overflow: hidden;
  /* overflow: scroll; */
  /* -ms-overflow-style: none;     IE, Edge 対応 */
  /* scrollbar-width: none;     Firefox 対応 */
  background: url(../images/bg_pattern.jpg) repeat;
}

/* .main-contents::-webkit-scrollbar {  /Chrome, Safari 対応
    display:none;
} */
.w-1000 {
  width: 1000px;
  margin: 0 auto;
}

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

  .is-pc {
    display: block;
  }
}

/*追従ナビ 注文はこちら*/
.fixed-nav {
  display: block;
  left: auto;
  right: 0;
  position: fixed;
  top: 36px;
  width: auto;
  z-index: 200;

}

@media screen and (max-width: 767px) {
  .fixed-nav {
    top: auto;
    bottom: 10px;
    left: 0;
    right: auto;
    width: 100%;
  }
}

/*MV*/
.content {
  width: 1000px;
  margin: 0 auto;
}

.mv {
  background: url(../images/mv_bg_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 1000px;
  max-width: 1874px;
  width: auto;
  height: 810px;
  position: relative;
  padding: 0 40px;
}

.mv-ttl {
  left: 50%;
  /* top: 140px; */
  top: 85px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /* padding: 5px; */
  position: absolute;
  /* width: 716px; */
  width: 706px;
  height: auto;
  z-index: 100;
}

.md-badge{
  position: absolute;
  top: 140px;
  left: -68px;
  width: 227px;
  max-width: 17%;

}

.md-banner{
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
}

.mv-inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mv-catch {
  position: absolute;
  left: 50%;
  bottom: 227px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: 1120px;
}

.mv-logo {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 70px;
}

.nav {
  position: absolute;
  top: 40px;
  right: 0;
  /* font-family: "Hannari", serif; */
  font-size: 2.2rem;
  line-height: 5rem;
  letter-spacing: 0.1rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  font-weight: bold;
}

.nav li::before {
  content: '●';
  font-size: 1.4rem;
  color: #c8965a;
  margin-bottom: 3px;
}

.limit {
  position: absolute;
  bottom: 55px;
  right: 80px;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.3);
}

/*MV*/


/*コンテンツ1*/

.cont01 {
  /* margin-top: -70px; */
  margin-bottom: 140px;
}

.cont1-leftblc,
.cont1-rightblc {
  display: flex;
  margin-top: 100px;
  position: relative;
}

.cont1-leftblc {
  flex-direction: row-reverse;
}

.cont1-rightblc {
  justify-content: flex-end;
}

.cont1-txtbox {
  width: 42%;
  /* max-width: 660px; */
  min-width: 420px;
  height: 400px;
  box-sizing: border-box;
  color: #000;
  position: relative;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  font-size: 2.1rem;
}

/* Windows (全バージョン)のみ */
.win.chrome .cont1-txtbox {
  font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
}

@supports (-ms-ime-align:auto) {

  .cont1-txtbox h3,
  .cont1-txtbox p {
    font-family: "Hannari", serif;
  }
}

.cont1-txtbox span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  /* font-family: 'Noto Serif JP',serif !important; */
  font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif !important;
}

.kagi-kakko {
  margin-top: -0.5em;
}

.cont1-txtbox-ttl {
  font-size: 3.6rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin: 0 -8px 0 11px;
}

.cont1-txtbox-main {
  line-height: 2;
  letter-spacing: -0.06em;
  margin-right: 15px;
}

/* Windows (全バージョン)のみ */
.win.chrome .cont1-txtbox-main {
  letter-spacing: -0.01em;
}

.cont1-txtbox-main p {
  font-size: 1.6rem;
}

.cont1-leftblc .cont1-txtbox {
  margin-right: 120px;
}

.cont1-leftblc .cont1-txtbox-main {
  margin-right: 12px;
}

.cont1-imgbox {
  max-width: 580px;
  z-index: 2;
}

.cont1-imgbox img {
  width: 100%;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

.cont1-leftblc .cont1-imgbox {
  margin-left: -60px;
  width: 490px;
}

.cont1-blcwrap {
  position: relative;
  /* margin-top: -20px; */
}

/*コンテンツ1*/


/*コンテンツ2*/
.cont02 {
  background-color: rgba(168, 110, 6, 0.3);
  position: relative;
  padding: 70px 0 90px;
}

.cont02 .cont-txt {
  text-align: center;
  margin: auto;
}

.cont02 p {
  margin-top: 10px;
  line-height: 1.5em;
}

.cont02 li {
  font-size: 1.8rem;
  line-height: 1.9em;
}

.cont02-inner {
  padding: 30px 0;
  background: url(../images/content02_img02_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 214px;
  font-family: "Noto Sans JP", sans-serif;
}

.cont02-blc {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 16px 140px 0 50px;
}

.cont02-img {
  padding: 35px 0 37px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 1000px;
}

/*コンテンツ2*/



/*コンテンツ3 名入れ商品*/
.cont03 {
  padding: 64px 0 98px;
}

.cont03 h2 {
  margin-bottom: 28px;
  font-size: 2.5em;
}

.item-detail {
  margin-top: 45px;
  letter-spacing: -0.04em;
}

.item-wrap {
  padding: 20px 20px 25px;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}

.item-wrap + .item-wrap {
  margin-top: 20px;
}

.item-name {
  font-size: 2.2rem;
  line-height: 1.3em;
  margin: 28px 0 0;
}

.item-exp {
  font-family: "Noto Sans JP", sans-serif;
}

.mid-txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 6px;
}

.sm-txt {
  font-size: 1rem;
  line-height: 1.8;
}

.price-wrap {
  margin-top: 26px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.free-deliver {
  background: #b82f00;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1px 6px;
  vertical-align: middle;
  border-radius: 2px;
}

.postage-extra {
  background: #503296;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1px 12px;
  vertical-align: middle;
  border-radius: 2px;
}

.price {
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  bottom: -8px;
}

.price .big {
  font-size: 3.2rem;
}

.item-flex-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto 0;
  background: #fff;
  padding: 20px;
  width: 90%;
}
.item-flex-wrap + .item-wrap {
  margin-top: 20px;
}

.item-flex-group{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dotted #afafaf;
  padding-bottom: 20px;
}

.item-mid-wrap {
  width: calc(100%/2 - 7px);
  position: relative;
}

.item-mid-wrap:nth-of-type(n+3){
  margin-top: 40px;
}

.item-mid-wrap:nth-of-type(n+3):nth-of-type(2n+1):before{
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: calc(200% + 14px);
  background-size: 4px 2px;
  background-image: linear-gradient(to right,#afafaf,#afafaf 2px,transparent 2px,transparent 4px);
  background-repeat: repeat-x;
  top: -20px;
  left: 1px;
}

.item-mid-wrap .item-detail{
  margin: 10px 0 0;
  width: 100%;
}

.item-mid-wrap .item-name-small{
  font-size: 1.4rem;
  margin: 0;
}

.item-mid-wrap .price-wrap{
  margin-top: 15px;
}

.item-mid-wrap .free-deliver{
  display: inline-block;
}

.item-mid-wrap .price{
  position: static;
  margin-top: 5px;
  font-size: 1rem;
}

.item-mid-wrap .price .big{
  font-size: 1.9rem;
}

.item-mid-wrap .btn-wrap{
  margin-top: 17px;
}

.item-mid-wrap .button{
  width: 100%;
  padding: 10px;
}

.btn-wrap {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.button:hover {
  opacity: .7;
}

.button + .button {
  margin-top: 10px;
}

.button-gold {
  background-color: #c8965a;
}

.button-gray {
  background-color: #808080;
}

.button {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  padding: 15px 0;
  border-radius: 25px;
  width: 90%;
  color: #FFF;
  margin: auto;
}

.banner-area {
  width: 90%;
  margin: 40px auto 0;
}

.banner-area + .banner-area {
  margin: 20px auto 0;
}

.is_sp {
  display: block;
}

.is_pc {
  display: none;
}

/*media query*/

@media screen and (min-width: 768px) {
  .cont03 {
    padding: 110px 0 100px;
  }

  .cont03 h2 {
    margin-bottom: 60px;
    font-size: 3.6em;
  }

  .item-wrap {
    padding: 10px;
    width: 1000px;
    margin: 0 auto 20px;
  }

  .item-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .item-detail {
    margin-top: 0;
    max-width: 504px;
  }

  .mid-txt {
    font-size: 1.8rem;
    line-height: 2em;
    margin-top: 13px;
  }

  br.is-sp {
    display: none;
  }

  .item-name {
    font-size: 3.2rem;
    line-height: 1.3em;
    margin: 0;
    margin: -10px 0 0;
  }

  .pc-left {
    width: 400.1px;
  }

  .pc-right {
    padding: 35px 26px 0 50px;
  }

  .free-deliver {
    font-size: 1.6rem;
    padding: 0 4px;
    border-radius: 2px;
  }

  .postage-extra {
    font-size: 1.6rem;
    padding: 0 12px;
    border-radius: 2px;
  }

  .price {
    font-size: 2.2rem;
    position: absolute;
    right: 0;
    bottom: -8px;
  }

  .price .big {
    font-size: 3.2rem;
  }

  .button {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    padding: 18px 10px;
    border-radius: 30px;
    width: 500px;
  }

  .button + .button {
    margin-top: 6px;
  }

  .btn-wrap {
    margin-top: 75px;
  }

  .item-flex-wrap {
    justify-content: flex-start;
    margin-top: 20px;
    background: none;
    width: 100%;
    padding: 0;
  }
  .item-flex-group{
    width: calc(50% - 10px);
    padding: 0;
    border: none;
  }
  .item-flex-group + .item-flex-group{
    margin-top: 0;
  }

  .item-mid-wrap {
    width: calc(25% - 15px);
    padding: 10px 10px 25px;
    background: #fff;
  }

  .item-mid-wrap + .item-mid-wrap{
    margin-left: 20px;
  }

  .item-mid-wrap:nth-of-type(4n+1){
    margin-left: 0;
  }

  .item-mid-wrap:nth-of-type(n+3){
    margin-top: 0;
  }
  .item-mid-wrap:nth-of-type(n+3):nth-of-type(2n+1):before{
    content: none;
  }

  .item-mid-wrap:nth-of-type(n+5){
    margin-top: 20px;
  }

  .item-mid-wrap .item-detail{
    margin: 12px auto 0;
    width: calc(100% - 20px);
  }

  .item-mid-wrap .item-name-small{
    font-size: 1.8rem;
    margin: 0;
  }

  .item-mid-wrap .price-wrap{
    margin-top: 20px;
  }

  .item-mid-wrap .free-deliver{
    display: inline-block;
  }

  .item-mid-wrap .price{
    position: static;
    font-size: 1.5rem;
  }

  .item-mid-wrap .price .big{
    font-size: 2.5rem;
  }

  .item-mid-wrap .btn-wrap{
    margin-top: 22px;
  }

  .item-mid-wrap .button{
    width: 100%;
    padding: 10px;
  }

  .banner-area {
    width: 100%;
    margin-top: 110px;
  }

  .banner-area + .banner-area {
    margin: 40px auto 0;
  }

  .is_sp {
    display: none;
  }
  
  .is_pc {
    display: block;
  }

}

/* /media query*/


/*スライド*/

.slider-nav {
  display: block;
  margin-top: 5px;
  left: -2.5px;
  position: relative;
  width: calc(100% + 5px);
}

.slider-nav li {
  padding: 0 2.5px;
}

/* .slider-nav .nav-inner{
  margin: 0 2.5px;
} */
.slider-nav .slick-current {
  opacity: 0.4;
}

.slider-nav .slick-track {
  max-width: 100%;
  width: auto !important;
}

.arrows {
  display: none;
}

/*media query*/
@media screen and (max-width: 768px) {

  .slide-wrap {
    position: relative;
  }

  .slider-nav {
    display: none;
  }

  .slider div {
    width: 100%;
  }

  .slider img {
    width: 100%;
  }

  .slick-dots {
    width: 100%;
    bottom: -32px;
  }

  .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #bfbfbf;
    border-radius: 50%;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before {
    background: #404040;
    opacity: 1;
  }

  .arrows {
    display: block;
    position: static;
  }

  .slick-prev,
  .slick-next {
    top: 50%;
  }

  .slick-prev img,
  .slick-next img {
    width: 20px;
  }

  .slick-prev:before,
  .slick-next:before {
    content: "";
  }

  .slick-prev {
    left: -31px;
    height: 40px;
  }

  .slick-next {
    right: -32px;
    height: 40px;
  }

  .slick-arrow {
    z-index: 10;
  }

  .slick-disabled {
    visibility: hidden;
  }

}

/* /media query*/






















/* コンテンツ4 */
.cont04-img {
  padding: 44px 0 10px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 1000px;
}

/* コンテンツ4 */

/* コンテンツ5 */
.cont05 {
  margin-top: 140px;
  width: 1000px;
}

.cont05-col {
  position: relative;
  display: flex;
  margin-top: 73px;
}

.cont05-left {
  width: 660px;
  margin-top: 3px;
}

.cont05-left.cont05-1000 {
  width: 1000px;
  margin-top: -28px;
}

.cont05-left.cont05-center {
  height: 200px;
  top: -10%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.cont05-02 {
  margin-top: -11px;
}

.cont05-txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

.cont05-col h2 {
  text-align: left;
  line-height: 1.7em;
  border-bottom: solid 2px #c8965a;
}

.cont05-02 h2 {
  line-height: 1.655em;
}

.cont05-col p {
  position: relative;
  padding-top: 16px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7em;
}

.cont05-col ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  /* margin-left: 1em; */
}

.cont05-col li {
  padding-left: 1em;
  /* text-indent: -1em; */
}

.attention li:before {
  content: "※";
  margin-left: -1em;
}

.note {
  font-size: 1.8rem;
  line-height: 1.7em;
  margin-top: 10px;
}

.note li:before {
  content: "・";
  margin-left: -1em;
}

.cont05-img {
  position: absolute;
  top: 0;
  right: 0;
}

/* コンテンツ5 */

/* フッター */
.footer {
  height: 80px;
  font-size: 1.6rem;
  font-weight: lighter;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 140px 0 25px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.top-btn {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 1);
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.top-btn img,
.top-btn svg {
  transform: rotate(180deg);
  width: 12px;
}

.top-btn:hover {
  background: rgba(0, 0, 0, 1);
}

/* フッター */




/* media query*/
@media screen and (max-width: 767px) {

  h3 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1.7rem;
    line-height: 2em;
  }

  .content {
    width: auto;
  }

  .w-1000 {
    margin: auto;
    width: 78%;
  }

  .main-contents {
    overflow: hidden;
  }

  .mv {
    background: url(../images/mv_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-width: auto;
    max-width: initial;
    /* max-height: 1020px;
    min-height: 510px; */
    position: static;
    /* padding-top: calc(100vw + 510px); */
    /* padding-top: calc(100vw + 320px); */
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }

  .mv-inner {
    width: 100%;
    position: static;
  }

  .mv-ttl {
    top: 10%;
    width: 80%;
    height: auto;
    z-index: 100;
  }

  .md-badge{
    top: 20px;
    left: 18px;
    width: 115px;
    max-width: 23%;
    height: auto;
  }

  .md-banner{
    width: 100%;
    padding: 0 20px;
    position: static;
    transform: none;
  }

  .catch {
    position: relative;
  }

  /* .mv-catch {
    top: calc(-85vw - 510px);
    bottom: auto;
    width: 80%;
    min-width: 206px;
    max-width: calc(30vw + 206px);
  } */

  .mv-catch {
    position: static;
    margin: 120px auto 0;
    transform: none;
    width: 73%;
  }

  .mv-logo {
    width: 45px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

  }

  .logo {
    text-align: center;
  }

  /* section {
    position: relative;
    top: -250px;
    margin-bottom: -160px;
  } */

  .cont1-blcwrap {
    margin-top: -60px;
  }

  .cont1-txtbox {
    width: 100%;
    /* max-width: initial; */
    min-width: auto;
    height: auto;
    margin-top: 0;
    z-index: 2;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-orientation: upright;
  }

  .cont1-txtbox-subttl {
    font-size: 1.6rem;
    text-align: center;
  }

  .cont1-txtbox-ttl {
    font-size: 2.9rem;
    line-height: 1.3em;
    margin: 18px 0 0 0;
    letter-spacing: -0.005em;
  }

  .cont1-txtbox-main {
    font-size: 1.7rem;
    margin-top: 10px;
    /* line-height: 2em; */
    margin-bottom: 113px;
    height: auto;
  }

  .cont1-txtbox span {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-orientation: mixed;
    font-family: "Hannari", serif !important;
  }

  .kagi-kakko {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .cont1-leftblc,
  .cont1-rightblc {
    display: block;
  }

  .cont1-leftblc .cont1-imgbox {
    margin-left: 0;
    width: auto;
  }

  .cont1-leftblc .cont1-txtbox-main,
  .cont1-rightblc .cont1-txtbox-main {
    margin-right: 0;
  }

  .cont1-imgbox {
    width: 100%;
    z-index: 3;
    margin: auto;
  }

  .cont02 {
    margin-top: -60px;
    position: relative;
    padding: 45px 0;
  }

  .cont02 h2 {
    font-size: 2.5em;
  }

  .cont02 p {
    text-align: left;
    line-height: 2em;
    letter-spacing: -0.05em;
    margin-top: 5px;
  }

  .cont02-inner {
    background: url(../images/content02_img02_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 316px;
    height: 377px;
  }

  .cont02-blc {
    flex-direction: column;
    padding: 0 25px;
    width: 316px;
  }

  .cont02 ul {
    padding: 5px 0;
  }

  .cont02 li {
    width: 100%;
    font-size: 1.6em;
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    line-height: 1.42em;
  }

  .cont02 li:first-of-type {
    padding-top: 0;
  }

  .cont02 li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }

  .cont02-img {
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
  }

  .cont02 img {
    width: 100%;
    height: auto;
  }



  .cont04-img {
    padding: 26px 0 5px;
  }

  .cont05 {
    margin-top: 73px;
    width: 100vw;
  }

  .cont05-col {
    display: block;
    margin-top: 52px;
  }

  .cont05-left {
    width: auto;
  }

  .cont05-left.cont05-center {
    height: auto;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .cont05-col p {
    font-size: 1.6rem;
    margin: auto;
    padding: 10px 30px 0;
    line-height: 1.6em;
  }

  .cont05-col h2 {
    margin-left: 30px;
    border-bottom: solid 1px #c8965a;
    font-size: 2.5rem;
    line-height: 1.3em;
    padding-bottom: 7px;
  }

  .cont05-col ul {
    font-size: 1.2rem;
    font-weight: lighter;
    margin: auto;
    padding: 0 30px;
  }

  .cont05-col li {
    padding-left: 1.3em;
    line-height: 1.5em;
  }

  .attention li:before {
    content: "※ ";
    margin-left: -1.3em;
  }

  .note li:before {
    content: "・ ";
    margin-left: -1.3em;
  }

  .cont05-left.cont05-1000 {
    width: auto;
    margin-top: auto;
  }

  .cont05-txt {
    width: 100%;
    /* padding: 0 0 130px; */
    margin-bottom: 20px;

  }

  .cont05-txt p {
    position: static;
    letter-spacing: -0.07em;
  }

  .cont05-img {
    position: static;
    margin: 0 auto;
    width: 70%;
    top: auto;
    right: auto;
  }

  .footer {
    height: 0;
    font-size: 0.9rem;
    margin-top: 125px;
  }

  .top-btn {
    position: absolute;
    top: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

  .top-btn img,
  .top-btn svg {
    transform: rotate(180deg);
    height: auto;
  }

  .top-btn:hover {
    background: rgba(0, 0, 0, 1);
  }
}


.mt10 {
  margin-top: 10px;
}

.mt60 {
  margin-top: 60px;
}



/*レイアウトイメージ*/
.layout-content {
  font-family: "Noto Sans JP", sans-serif;
}

.layout-content-top {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.layout-input-wrap {
  display: none;
  font-size: 0;
}

.layout-input-wrap.is-active {
  display: block;
}

.layout-input {
  width: 320px;
}

.layout-input-group {
  display: inline-block;
}

.layout-input-group:first-of-type {
  margin-right: 20px;
}

.layout-label {
  font-size: 1.8rem;
  margin-right: 10px;
}

.layout-input {
  background: rgba(255, 255, 255, 0.3);
  font-size: 1.8rem;
  padding: 8px 15px;
}

@media screen and (max-width: 767px) {
  .layout-content-top {
    padding-right: 30px;
    padding-left: 30px;
  }

  .layout-input-group {
    width: 100%;
  }

  .layout-input-group:first-of-type {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .layout-label {
    font-size: 1.6rem;
    margin-right: 5px;
  }

  .layout-input {
    font-size: 1.4rem;
    padding: 12px 10px;
    width: calc(100% - 25px);
  }
}

.layout-content-btns {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.lang-btn-wrap {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: inline-block;
  padding: 5px;
}

.lang-btn {
  background: #5A463C;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  padding: 2px 10px;
  text-align: center;
  min-width: 130px;
}

.lang-btn.is-active {
  background: #C8965A;
}

/*クリアボタン*/
.btn-clear {
  background: #fff;
  border: 1px #C8965A solid;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  padding: 3px;
  color: #C8965A;
}

@media screen and (max-width: 767px) {
  .layout-content-btns {
    display: block;
    text-align: center;
  }

  .lang-btn {
    border-radius: 17.5px;
    font-size: 1.3rem;
    min-width: 90px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .btn-clear {
    font-size: 1.5rem;
    margin-top: 15px;
    padding: 5px;
  }
}
@media screen and (max-width: 320px){
  .layout-content-top {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lang-btn{
    min-width: 80px;
  }
}

/*sample 画像*/
.layout-content-mid{
  margin-top: 10px;
}
.example-image {
  width: 150%;
  position: relative;
}
.example-image img{
  width: 100%;
}

.exsample-name {
  color: #4F4F4F;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 30%;
  right: 48%;
}

.layout-content .attention-txt {
  font-size: 1.5rem;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 1em;
  position: relative;
}

.attention-txt:before {
  content: '※';
  display: block;

  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .example-image {
    padding-top: 185px;
    width: 100%;
    position: relative;
  }

  .example-image-inner {
    top: 0;
    left: 78%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 960px;
  }

  .example-image img {
    width: 100%;
    max-width: unset;
  }
  .example-name{
    font-size: 1.2rem;
  }

  .layout-content-bottom {
    padding-right: 30px;
    padding-left: 30px;
  }

  .layout-content-bottom p {
    padding: 0;
  }
}
