@charset "UTF-8";
/*
@media screen and (max-width: 896px) {
    width: 100%;
}*/
/*$font-family-sans-serif:-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
"游ゴシック Medium",
"Yu Gothic",
YuGothic,
YuGothicMedium,
"Hiragino Kaku Gothic ProN",
Meiryo,
sans-serif !default;*/
/*$font-family-sans-serif: -apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN",
"メイリオ",
Meiryo,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@media screen and (max-width: 769px) {
  #contents section {
    margin: 0 auto;
    padding: 0 !important;
    overflow: hidden;
  }
}
#main-column .detail_wrap {
  background-color: #1c1c1c;
}
#main-column .detail_wrap .detail_wrapBlock {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
}

img.resimgs {
  width: 100%;
  height: auto;
  display: block;
}

#visual .maincatchtext {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-block;
  width: 1200px;
  max-width: 380px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#visual .maincatchtext img {
  width: 100%;
  height: auto;
  display: block;
}
#visual .maincatchtext h1 {
  font-size: 32px;
  color: #fff;
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 1.3;
}
#visual .maincatchtext h1 span {
  font-size: 56px;
}

@media screen and (max-width: 769px) {
  #visual .maincatchtext {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    width: 80%;
    max-width: initial;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #visual .maincatchtext h1 {
    font-size: 18px;
    line-height: 1.3;
  }
  #visual .maincatchtext h1 span {
    font-size: 28px;
  }
}
.is_nodoguro #visual {
  position: relative;
  width: 100%;
  height: 72vh;
  background-color: #000;
  overflow: hidden;
  display: block;
}
.is_nodoguro #pv01 {
  background: url(../../asset/img/nodoguro/visual/v_photo_01.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 72vh;
}
.is_nodoguro #pv02 {
  background: url(../../asset/img/nodoguro/visual/v_photo_02.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 72vh;
}
.is_nodoguro #pv03 {
  background: url(../../asset/img/nodoguro/visual/v_photo_03.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 72vh;
}
.is_nodoguro #pv04 {
  background: url(../../asset/img/nodoguro/visual/v_photo_04.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 72vh;
}
.is_nodoguro #pv05 {
  background: url(../../asset/img/nodoguro/visual/v_photo_05.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 72vh;
}
.is_nodoguro #pv06 {
  background: url(../../asset/img/nodoguro/visual/v_photo_06.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 72vh;
}

@media screen and (max-width: 769px) {
  .is_nodoguro #visual {
    position: relative;
    width: 100%;
    height: 58vh;
  }
}
.is_wagamama #visual {
  position: relative;
  width: 100%;
  height: 72vh;
  background-color: #000;
  overflow: hidden;
  display: block;
}
.is_wagamama .bg_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(359deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
  z-index: 1;
}
.is_wagamama .maincatch {
  position: absolute;
  top: 50%;
  left: 5%;
  text-align: left;
  z-index: 2;
  width: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is_wagamama .circle_wrap {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.is_wagamama .circle_wrap .circle {
  position: relative;
  background-color: #21263e;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  margin-right: 2%;
  display: grid;
  place-content: center;
}
.is_wagamama .circle_wrap .circle .otokuname {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  color: #21263e;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 900;
}
.is_wagamama .circle_wrap .title {
  width: calc(100% - 120px);
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
}
.is_wagamama .circle_wrap .title .subtext {
  color: #fff !important;
  font-size: 20px;
}
.is_wagamama .circle_wrap .title h1 {
  margin: 0;
  width: auto;
  font-size: 48px !important;
  font-weight: 200;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
  vertical-align: baseline;
  line-height: 1;
  color: #fff !important;
}
.is_wagamama .choice p {
  position: relative;
  font-size: 21px !important;
  margin-bottom: 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
  padding: 0;
  line-height: 1.9;
  color: #fff;
}
.is_wagamama .choice p span {
  font-size: 24px !important;
  position: relative;
  background-color: #a8013b;
  color: #fff;
  padding: 8px 10px;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.is_wagamama #pv01 {
  background: url(../../asset/img/wagamama/visual/main_visual_1.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_wagamama #pv02 {
  background: url(../../asset/img/wagamama/visual/main_visual_2.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_wagamama #pv03 {
  background: url(../../asset/img/wagamama/visual/main_visual_3.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_wagamama #pv04 {
  background: url(../../asset/img/wagamama/visual/main_visual_4.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_wagamama #pv05 {
  background: url(../../asset/img/wagamama/visual/main_visual_5.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}

.is_uchiiwai #visual {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #000;
  overflow: hidden;
  display: block;
}
.is_uchiiwai #pv01 {
  background: url(../../asset/img/uchiiwai/visual/v_photo_01.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_uchiiwai #pv02 {
  background: url(../../asset/img/uchiiwai/visual/v_photo_02.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_uchiiwai #pv03 {
  background: url(../../asset/img/uchiiwai/visual/v_photo_03.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_uchiiwai #pv04 {
  background: url(../../asset/img/uchiiwai/visual/v_photo_04.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_uchiiwai #pv05 {
  background: url(../../asset/img/uchiiwai/visual/v_photo_05.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}

.is_aged #visual {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #000;
  overflow: hidden;
  display: block;
}
.is_aged #pv01 {
  background: url(../../asset/img/aged-day/visual/v_photo_01.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_aged #pv02 {
  background: url(../../asset/img/aged-day/visual/v_photo_02.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_aged #pv03 {
  background: url(../../asset/img/aged-day/visual/v_photo_03.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_aged #pv04 {
  background: url(../../asset/img/aged-day/visual/v_photo_04.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_aged #pv05 {
  background: url(../../asset/img/aged-day/visual/v_photo_05.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_aged #pv06 {
  background: url(../../asset/img/aged-day/visual/v_photo_06.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}

.is_year-end-gift #visual {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #000;
  overflow: hidden;
  display: block;
}
.is_year-end-gift #pv01 {
  background: url(../../asset/img/year-end-gift/visual/v_photo_01.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_year-end-gift #pv02 {
  background: url(../../asset/img/year-end-gift/visual/v_photo_02.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_year-end-gift #pv03 {
  background: url(../../asset/img/year-end-gift/visual/v_photo_03.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}
.is_year-end-gift #pv04 {
  background: url(../../asset/img/year-end-gift/visual/v_photo_04.jpg) no-repeat 100% 50%;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 80vh;
}

.furosiki {
  position: absolute;
  bottom: -40px;
  right: -12px;
  z-index: 1;
  width: 320px;
}
.furosiki .furo {
  position: relative;
}
.furosiki .furo p {
  position: absolute;
  bottom: 40px;
  left: 60px;
  background-color: #fff;
  padding: 4px 12px;
  text-align: center;
  color: #b2874e;
  font-weight: 900;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .furosiki {
    position: absolute;
    bottom: -20px;
    right: -12px;
    width: 200px;
  }
  .furosiki .furo {
    position: relative;
  }
  .furosiki .furo p {
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: #fff;
    padding: 4px 12px;
    text-align: center;
    color: #b2874e;
    font-weight: 900;
    font-size: 12px;
    border-radius: 50px;
    display: inline-block;
  }
}
/* --------------------------------

visual arrow

-------------------------------- */
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(../../asset/img/global/visual_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 17px;
  width: 32px;
  line-height: 17px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  bottom: 30px;
  text-align: center;
  z-index: 1;
  color: #FFF;
  text-align: center;
  z-index: 100;
  text-decoration: none;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
  -webkit-transform: translate(-50%, -24px);
  transform: translate(-50%, -24px);
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .ca3-scroll-down-link {
    cursor: pointer;
    height: 50px;
    width: 32px;
    margin: 0 0 0 -16px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #FFF;
    text-align: center;
    font-size: 60px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
  }
}
/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
  }
}
#cooking {
  position: relative;
  background-color: #f5f4ee;
  padding: 2% 0;
}
#cooking .photowrap {
  position: relative;
  width: 100%;
}
#cooking .photo {
  background-image: url(../../asset/img/nodoguro/top/recipe_hd.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 514px;
  margin-bottom: 42px;
}
#cooking .flex_text {
  position: absolute;
  right: 5%;
  bottom: -30px;
  width: 48%;
  background-color: #f5f4ee;
  padding: 2%;
}

@media screen and (max-width: 769px) {
  #cooking {
    position: relative;
    background-color: #f5f4ee;
    padding: 2% 0;
  }
  #cooking .photowrap {
    position: relative;
    width: 100%;
  }
  #cooking .photo {
    background-image: url(../../asset/img/nodoguro/top/recipe_hd.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    margin-bottom: 36px;
  }
  #cooking .flex_text {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 95%;
    background-color: #f5f4ee;
    padding: 5%;
  }
}
.detail_wrap {
  background-color: #1c1c1c;
}
.detail_wrap .detail_wrapBlock {
  margin: 0 auto;
  padding: 2%;
}

@media screen and (max-width: 769px) {
  .detail_wrap {
    background-color: #1c1c1c;
  }
  .detail_wrap .detail_wrapBlock {
    width: 100%;
    margin: 0 auto;
  }
}
.kouno_flexwrap {
  background-color: #382324;
}

.kouno_flex {
  position: relative;
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 20px;
}
.kouno_flex .thumb {
  float: none;
  width: initial;
}
.kouno_flex .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.kouno_flex .summary p {
  margin-top: 0;
}
.kouno_flex .summary .name {
  text-align: right;
}

@media screen and (max-width: 769px) {
  .kouno_flex {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
  }
  .kouno_flex .summary br {
    display: none;
  }
}
#set .l-section-photo {
  background-image: url(../../asset/img/uchiiwai/top/foryou_ph_01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25vw;
  margin-left: calc(-50vw + 600px);
}

body.is_aged #set .l-section-photo {
  background-image: url(../../asset/img/aged-day/top/foryou_ph_01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25vw;
  margin-left: calc(-50vw + 600px);
}

body.is_year-end-gift #set .l-section-photo {
  background-image: url(../../asset/img/year-end-gift/top/foryou_ph_01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25vw;
  margin-left: calc(-50vw + 600px);
}

#about .r-section-photo {
  background-image: url(../../asset/img/uchiiwai/top/about_ph_01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25vw;
  margin-right: calc(-50vw + 600px);
}

#point .l-section-photo {
  background-image: url(../../asset/img/uchiiwai/top/point_ph_01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25vw;
  margin-left: calc(-50vw + 600px);
}

.l-section {
  width: 100%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  overflow: hidden;
}
.l-section .l-section-contents {
  position: relative;
  margin-top: -90px;
  margin-bottom: 24px;
  padding: 40px 46px 16px 40px;
  background-color: #fff;
  z-index: 1;
}
.l-section .l-section-contents .thumb {
  width: 40%;
}

@media screen and (max-width: 769px) {
  #set .l-section-photo {
    padding-top: 48vw;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 0;
  }
  body.is_year-end-gift #set .l-section-photo {
    margin-left: 0;
  }
  body.is_aged #set .l-section-photo {
    padding-top: 48vw;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 0;
  }
  #about .r-section-photo {
    padding-top: 48vw;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 0;
  }
  #point .l-section-photo {
    padding-top: 48vw;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 0;
  }
  .l-section {
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .l-section .l-section-contents {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 40px 24px 16px 24px;
    background-color: #fff;
    z-index: 1;
  }
  .l-section .l-section-contents .thumb {
    width: 100%;
  }
}
.l_section_flex {
  width: 100%;
  max-width: 1200px;
  margin: 36px auto 36px;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_section_flex .flex_catch {
  width: 38%;
}
.l_section_flex .flex_text {
  width: 60%;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .l_section_flex {
    width: 100%;
    max-width: 100%;
    margin: 12px auto 24px;
    padding: 0 5%;
    display: block;
  }
  .l_section_flex .flex_catch {
    width: 100%;
  }
  .l_section_flex .flex_text {
    width: 100%;
    margin-left: auto;
  }
}
.mainContent {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .mainContent {
    overflow: hidden;
  }
}
.idxContent {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
}

.section_content {
  max-width: 920px;
  margin: auto;
}

.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

.idxcart {
  margin: 0;
  padding: 10px 0 20px 0;
}

@media screen and (max-width: 769px) {
  .idxcart {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  .idxContent {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .idxContentGroup {
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding: 20px;
  }
  .section_content {
    width: initial;
    max-width: initial;
    margin: auto;
    padding: 12px 24px;
  }
}
.itemDetail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding: 2% 5%;
}
.itemDetail .Detail_thumb {
  width: 42%;
}
.itemDetail .Detail_summary {
  width: 52%;
}
.itemDetail .Detail_summary h2 {
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 769px) {
  .itemDetail {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 3%;
  }
  .itemDetail .Detail_thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .itemDetail .Detail_summary {
    width: 100%;
  }
}
.sizecomparison {
  border: 1px solid #dedede;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 2% 5%;
}
.sizecomparison h3 {
  font-size: 18px;
}

.sizewrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sizewrap .sizeBox {
  width: 18%;
}
.sizewrap .text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #838282;
}

@media screen and (max-width: 769px) {
  .sizewrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sizewrap .sizeBox {
    width: 32%;
  }
  .sizewrap .text {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #838282;
  }
}
.sizeinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sizeinfo dt {
  width: 20%;
  font-weight: 900;
}
.sizeinfo dd {
  width: 80%;
}

@media screen and (max-width: 769px) {
  .sizeinfo {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .sizeinfo dt {
    width: 100%;
    background-color: #f5f5f5;
  }
  .sizeinfo dd {
    width: 100%;
  }
}
/* --------------------------------

detail

-------------------------------- */
.is_center {
  text-align: center;
}

/*.idxContentBox + .Box*/
.idxContentBox {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 24px 60px 24px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 769px) {
  .idxContentBox {
    width: auto;
    max-width: 100%;
    margin: 0 12px 36px;
    padding: 24px 12px 12px;
  }
}
/* detail thumbnail+summary*/
.BoxSingle {
  position: relative;
  /*width: var.$content-width;*/
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 36px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 769px) {
  .BoxSingle {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 12px 12px 12px;
    border-radius: 0px;
  }
}
.is_point {
  background: #efefef;
}

#orderForm {
  padding: 0 1rem 2rem;
}

.is_pro {
  position: relative;
  text-align: left;
  width: 100%;
  height: 430px;
  margin: 0 auto 36px;
  padding: 0;
  color: #fff;
  background: #211d1e url(../../asset/img/common/pro/bg_pro.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.is_pro .txtBox {
  position: absolute;
  top: 80px;
  right: 24px;
  width: 58%;
  height: auto;
  z-index: 3;
  background-color: rgba(0, 10, 0, 0.83);
  text-align: left;
  padding: 18px 18px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.2);
}
.is_pro .txtBox h1 {
  color: #c37937;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  margin: 12px 0;
  color: #fff !important;
}
.is_pro .txtBox p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  margin-bottom: 0.8em;
}
.is_pro .txtBox .name {
  font-size: 1.2rem;
  text-align: right;
}
.is_pro .txtBox .name span {
  font-weight: 900;
  font-size: 1.2rem;
}

@media screen and (max-width: 769px) {
  .is_pro {
    position: relative;
    text-align: left;
    width: 100%;
    height: 360px;
    margin: 0 auto 50px;
    padding: 0 0 20px 0;
  }
  .is_pro .txtBox {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 12px;
    right: 0;
    width: 60%;
    height: 330px;
    z-index: 2;
    padding: 12px 24px 12px 12px;
    color: #fff;
  }
  .is_pro .txtBox h1 {
    color: #c37937;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
    margin: 12px 0;
  }
  .is_pro .txtBox p {
    font-size: 0.875rem;
    margin-bottom: 0.8em;
  }
  .is_pro .txtBox .name {
    font-size: 0.725rem;
    text-align: right;
  }
  .is_pro .txtBox .name span {
    font-weight: 900;
    font-size: 1rem;
  }
}
.thumb_kouno {
  position: absolute;
  top: -44px;
  left: 110px;
  z-index: 3;
  width: 180px;
}

@media screen and (max-width: 769px) {
  .thumb_kouno {
    position: absolute;
    top: 40px;
    left: auto;
    right: 12px;
    z-index: 3;
    width: 100px;
  }
}
.thumb_set {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  width: 400px;
}

.thumb_parentsday {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  width: 500px;
}

@media screen and (max-width: 769px) {
  .thumb_set {
    /*position: absolute;
    top: 40px;

    right: 0;
    z-index: 1;
    width: 300px;*/
    display: none;
  }
  .thumb_parentsday {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
    width: 100%;
  }
}
.is_season {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 24px 12px;
  overflow: hidden;
  background: #f8f0e5 url(../../asset/img/pages/root/bg_ginmi.jpg) no-repeat 100% 50%;
  background-size: cover;
}

.is_parents {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 24px 12px;
  overflow: hidden;
  background: #f8f0e5 url(../../asset/img/pages/root/bg_ginmi.jpg) no-repeat 100% 50%;
  background-size: cover;
}

.whiteBox {
  border: 2px solid #b2884f;
  padding: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.whiteBox p {
  margin: 0;
}

@media screen and (max-width: 769px) {
  .is_parents {
    position: relative;
    width: 100%;
    height: auto;
    padding: 110px 0 12px;
    overflow: hidden;
    background: #f8f0e5 url(../../asset/img/pages/root/bg_ginmi.jpg) no-repeat 100% 50%;
    background-size: cover;
  }
}
.kodawari_comment {
  position: absolute;
  top: 50%;
  left: 0;
  width: 690px;
  z-index: 2;
  padding: 12px;
  background-color: rgba(248, 248, 247, 0.6);
}
.kodawari_comment h1 {
  font-size: 2.375rem;
  color: #b2884f;
  text-align: left;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: baseline;
}

.parentsday_comment {
  position: absolute;
  top: 50%;
  left: 0;
  width: 640px;
  z-index: 2;
  padding: 12px;
  background-color: rgba(248, 248, 247, 0.6);
}
.parentsday_comment h1 {
  font-size: 1.625rem;
  color: #b2884f;
  text-align: left;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: baseline;
}

@media screen and (max-width: 769px) {
  .is_season {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
  }
  .kodawari_comment {
    position: relative;
    top: auto;
    right: auto;
    width: initial;
    z-index: 2;
    padding: 5%;
  }
  .kodawari_comment h1 {
    font-size: 1.437rem;
  }
  .parentsday_comment {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    z-index: 2;
    padding: 12px;
    background-color: rgba(248, 248, 247, 0.8);
  }
  .parentsday_comment h1 {
    font-size: 1.437rem;
  }
}
.is_order {
  position: relative;
  width: 100%;
  padding-top: 120px;
  overflow: hidden;
}

.order_cart {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../../asset/img/pages/kodawari/buy_item.png) no-repeat 50% 0%;
  background-size: auto 360px;
  margin: 12px auto 12px;
}
.order_cart .buy_link {
  width: 60%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
  .order_comment h2 .brblock {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .is_order {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #852029;
    color: #fff;
    padding: 40px 12px 16px;
    overflow: hidden;
  }
  .is_order .order_comment {
    position: relative;
    float: none;
    width: 100%;
  }
  .is_order .order_comment h2 {
    font-size: 1.625rem;
    color: #fff;
    text-align: left;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    vertical-align: baseline;
    margin: 0;
  }
  .is_order .noteList li {
    font-size: 0.875rem;
  }
  .order_cart {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../../asset/img/pages/kodawari/buy_item.png) no-repeat 50% 30%;
    background-size: contain;
    margin: 12px auto 12px;
  }
  .order_cart .buy_link {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .order_cart .buy_link a {
    font-size: 16px;
  }
}
.points {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 16px;
  padding: 0 50px 0 80px;
}
.points .point_head {
  color: #fff;
  font-size: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 1.2;
  text-align: left;
  width: 180px;
  white-space: nowrap;
}
.points .point_head span {
  font-size: 1rem;
  display: block;
}
.points .point_text {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.4;
  font-weight: 900;
  color: #61302f;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 12px 16px 68px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  background: #fff url(../../asset/img/module/icon/icon_check.svg) no-repeat 12px 50%;
  background-size: 36px auto;
}

@media screen and (max-width: 769px) {
  .points {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .points .point_head {
    font-size: 21px;
    width: 100px;
    padding-right: 8px;
  }
  .points .point_head span {
    font-size: 0.875rem;
    display: block;
  }
  .points .point_text {
    width: 100%;
    font-size: 16px;
    padding: 12px 6px 12px 38px;
    background: #fff url(../../asset/img/module/icon/icon_check.svg) no-repeat 10px 50%;
    background-size: 18px auto;
  }
}
/* block */
.bg_triangle_up,
.bg_triangle {
  position: relative;
  width: 100%;
}

.bg_triangle_up:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50%;
  width: 1300px;
  height: 1300px;
  margin-left: 200px;
  background-color: #211d1e;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg_triangle:after {
  content: "";
  position: absolute;
  bottom: 200px;
  right: 60%;
  margin-right: -3000px;
  width: 3000px;
  height: 3000px;
  background-color: #323756;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  .bg_triangle_up:before {
    content: "";
    position: absolute;
    top: -600px;
    left: -20%;
    width: 1400px;
    height: 1400px;
    margin-left: -680px;
    background-color: #211d1e;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bg_triangle:after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 90%;
    margin-right: -4000px;
    width: 4000px;
    height: 4000px;
    background-color: #600e15;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.is_setmenu {
  background-color: #21263e;
  color: #fff;
}
.is_setmenu .headings_center_2 {
  color: #fff !important;
  margin-bottom: 40px;
}
.is_setmenu .headings_center_2:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  left: 0;
}
.is_setmenu .headings_center_2:after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  right: 0;
}
.is_setmenu .headblock .caption {
  color: #fff;
}
.is_setmenu .diamond li {
  margin: 0 0 6px 0;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .is_setmenu .caption {
    text-align: left;
  }
  .is_setmenu .cell {
    margin-bottom: 30px;
  }
}
.is_onemenu {
  background: #f8f0e5 url(../../asset/img/pages/root/bg_ginmi.jpg) no-repeat 100% 50%;
  background-size: cover;
}

.is_setmenu .idxContentGroup,
.is_onemenu .idxContentGroup {
  padding-top: 20px;
  padding-bottom: 20px;
}

.idxItemBg {
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background: url(../../asset/img/pages/root/bg_itemlist_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.idxItemBg h1 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 2.25rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.idxItemBg h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.idxItemBg .head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
  .idxItemBg {
    position: relative;
    text-align: center;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: url(../../asset/img/pages/root/bg_itemlist_visual.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
}
.is_about.idxContent {
  margin-bottom: 36px;
}
.is_about .thumb {
  float: left;
  width: 560px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 40px;
}

@media screen and (max-width: 769px) {
  .is_about .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.BoxVoice {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f9f6f2;
  margin-bottom: 36px;
  padding: 60px 90px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.BoxVoice h1 {
  color: #795548;
  margin-bottom: 0;
}
.BoxVoice p {
  color: #795548;
}

@media screen and (max-width: 769px) {
  .BoxVoice {
    padding: 24px 24px;
  }
}
.blogContent .thumb {
  float: left;
  width: 300px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 40px;
  padding: 30px;
}

@media screen and (max-width: 769px) {
  .blogContent .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    padding: 12px 16px;
  }
}
.blogContent {
  background-color: #f8f8f7;
  padding: 24px 0 24px;
}

.listBox {
  position: relative;
  width: 100%;
  text-align: center;
}
.listBox h1 {
  font-size: 1.437rem;
}
.listBox .listBtn {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
  background-color: #852029;
}
.listBox .listBtn a {
  position: relative;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  display: block;
  padding: 6px 24px 6px 18px;
  text-align: center;
}
.listBox .listBtn::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 769px) {
  .blogContent {
    background-color: #f8f8f7;
    padding: 24px 0;
  }
  .listBox h1 {
    padding-bottom: 10px;
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    line-height: 1.4;
  }
  .listBox .listBtn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
    margin: 24px auto 8px;
  }
  .listBox .listBtn a {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    display: block;
    padding: 8px 18px 8px 12px;
    text-align: center;
  }
  .listBox img {
    width: 100%;
    height: auto;
    display: block;
  }
  .listBox {
    position: relative;
    width: 100%;
    text-align: left;
  }
}
/* --------------------------------

thumnail + blog

-------------------------------- */
.topicsBox {
  position: relative;
  border-top: 1px solid #dedede;
  /*margin-bottom: 12px;*/
  padding: 12px;
  overflow: hidden;
}

.topicsBox h1 {
  font-size: 1rem;
  color: #000;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}

.data {
  font-size: 0.875rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.topicsBox .data {
  line-height: 1.4;
  color: #838282;
  margin-bottom: 4px;
}

@media screen and (max-width: 769px) {
  .topicsBox h1 {
    font-size: 1rem;
    color: #000;
    line-height: 1.2;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.topicsBox .thumb {
  float: left;
  width: 80px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.topicsBox .summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 20px;
}

.topicsBox .summary::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.topicsBox .summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 769px) {
  .topicsBox .thumb {
    float: left;
    width: 60px;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 12px;
  }
}
.topicsBoxDetail {
  position: relative;
  border-top: 1px solid #dedede;
  margin-bottom: 12px;
  padding: 36px 24px;
  overflow: hidden;
}

.topicsBoxDetail .thumb {
  float: left;
  width: 260px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.topicsBoxDetail .summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 40px;
}

/*トピックス一覧*/
.topicsBoxList {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  margin-bottom: 16px;
  padding: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border-radius: 6px;
}

.topicsBoxList.item {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

.is_variable {
  width: 100%;
  min-height: 100px;
  display: table;
}

a .topicsBoxList {
  width: 100%;
}

.topicsBoxList .post_variable {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding: 0;
  display: table-cell;
}

.topicsBoxList {
  border-bottom: 1px solid #dedede;
}

.topicsBoxList .summary {
  overflow: hidden;
  padding: 12px 32px 12px 16px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.topicsBoxList .data {
  margin-bottom: 2px;
}

.topicsBoxList h1 {
  font-size: 1rem;
  color: #000;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow-wrap: break-word;
}

.topicsBoxList .summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 769px) {
  .topicsBoxList .post_variable {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
  }
  .is_variable {
    width: 100%;
    min-height: 100px;
    display: table;
  }
  .topicsBoxList {
    margin-bottom: 12px;
  }
}
/* --------------------------------

.BOX / .BoxWrap

-------------------------------- */
.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 16px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.Box a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.cell a {
  color: #313131;
}

.cell a:hover {
  color: #313131;
  opacity: 0.6;
  text-decoration: none;
}

.is_setmenu .cell a {
  color: #fff;
}

.is_setmenu .cell a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.overview {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 6px;
  overflow: hidden;
}
.overview .item_title {
  position: relative;
  font-size: clamp(1.3rem, 1.264rem + 0.18vw, 1.4rem);
  line-height: 1.4;
  font-weight: 500;
  padding-right: 0;
  margin-bottom: 4px;
}
.overview .item_title.is_large {
  font-size: 1.625rem;
}
.overview .detailData {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.overview .detailDatais_exp {
  font-size: 0.725rem;
  color: #666;
}
.overview .detailDatais_price {
  font-size: 1rem;
  margin-bottom: 6px;
}
.overview ul {
  margin: 0;
  padding: 0;
}

.overview::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .overview {
    padding: 12px 6px;
  }
  .overview .item_title {
    font-size: 16px;
  }
}
.pickup_Box_other {
  position: relative;
  background-color: #fff;
  border: 1px solid #d74028;
  margin: 0 auto 16px;
  padding: 24px 16px 8px;
  border-radius: 4px;
}
.pickup_Box_other h2 {
  color: #d74028;
  font-size: 21px;
}
.pickup_Box_other h2 span {
  color: #fff;
  background-color: #d74028;
  font-size: 16px;
  padding: 12px;
  margin-right: 1em;
  vertical-align: top;
}

@media screen and (max-width: 769px) {
  .pickup_Box_other {
    position: relative;
    background-color: #fff;
    border: 1px solid #d74028;
    margin: 0 auto 16px;
    padding: 24px 16px 8px;
    border-radius: 4px;
  }
  .pickup_Box_other h2 {
    color: #d74028;
    font-size: 18px;
  }
  .pickup_Box_other h2 span {
    color: #fff;
    background-color: #d74028;
    font-size: 16px;
    padding: 6px 12px;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.pickup_Box {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0 auto 12px;
  padding: 16px;
  border-radius: 4px;
}
.pickup_Box p {
  margin-bottom: 0;
}
.pickup_Box ul,
.pickup_Box li {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .pickup_Box {
    padding: 16px;
  }
}
h1.safe {
  font-size: 1.125rem;
  text-align: left;
}

.caution_Box {
  position: relative;
  background-color: #fff;
  border: 2px solid #aa5151;
  margin: 0 auto 12px;
  padding: 16px;
  border-radius: 4px;
}
.caution_Box h2 {
  margin-bottom: 0;
  font-size: 16px;
  color: #aa5151;
}
.caution_Box p {
  color: #aa5151;
}
.caution_Box a {
  color: #aa5151;
  text-decoration: underline;
}

.voice_box {
  border: 1px solid #dedede;
  margin: 0 auto 28px;
  padding: 12px;
  border-radius: 6px;
}

.voice_inner {
  border: 1px solid #dedede;
  margin: auto;
  border-radius: 6px;
}

.newsline_Box {
  position: relative;
  margin: 0 auto 24px;
  padding: 24px 36px 44px 36px;
  border-bottom: 1px dotted #dedede;
}
.newsline_Box:last-child {
  margin: 0 auto;
  border: none;
}
.newsline_Box h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 0.825rem;
  color: #581B25;
  font-weight: 200;
  padding: 12px 8px;
  display: block;
  border-bottom: 1px solid #dedede;
}
.newsline_Box p {
  margin: 0;
}
.newsline_Box p.name {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right;
  display: block;
  float: right;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #f5f2f2;
}
.newsline_Box span {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .voice_box {
    border: 1px solid #dedede;
    margin: auto;
    padding: 12px;
    border-radius: 6px;
  }
  .newsline_Box {
    position: relative;
    margin: 0 auto 24px;
    padding: 16px 16px 42px 16px;
    border-bottom: 1px dotted #dedede;
  }
}
.ninka_Box {
  position: relative;
  margin: 0 auto 12px;
  padding: 6px 24px 6px 24px;
}
.ninka_Box .thumb {
  float: left;
  width: 180px;
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 769px) {
  .ninka_Box {
    position: relative;
    margin: 0 auto 12px;
    padding: 6px 24px 6px 24px;
  }
  .ninka_Box .thumb {
    float: none;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.imgflowContent {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 24px;
}
.imgflowContent h2 {
  text-align: left;
}
.imgflowContent h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.imgflowContent p {
  font-size: 15px;
}
.imgflowContent .trim_visual {
  width: 100%;
  height: 28vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imgflowContent .trim_visual_t {
  width: 100%;
  height: 20vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imgflowContent .imgflow {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.imgflowContent .imgflow_step {
  width: auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  font-family: yu-mincho-pr6n, sans-serif;
  padding: 0 5%;
  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;
}
.imgflowContent .imgflow_thumbs {
  width: 70%;
  overflow: hidden;
}
.imgflowContent .imgflow_thumbs.is_twowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgflowContent .imgflow_thumbs.is_twowrap .t_Box {
  width: 47%;
}
.imgflowContent .imgflow.is_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.imgflowContent .imgflow.is_reverse_thumbs {
  width: 70%;
  overflow: hidden;
}
.imgflowContent .imgflow.is_reverse_thumbs.is_twowrap {
  margin-right: 5%;
}
.imgflowContent .t_Boxview {
  margin-top: 20px;
}
.imgflowContent .textflow {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.imgflowContent .textflow_info {
  width: 70%;
  padding: 0;
}
.imgflowContent .textflow_info h2 {
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  .imgflowContent {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 24px;
  }
  .imgflowContent h2 {
    text-align: left;
  }
  .imgflowContent h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .imgflowContent p {
    font-size: 15px;
  }
  .imgflowContent .trim_visual {
    width: 100%;
    height: 20vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .imgflowContent .trim_visual_t {
    width: 100%;
    height: 20vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .imgflowContent .imgflow {
    position: relative;
    width: 100%;
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .imgflowContent .imgflow_step {
    width: auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    font-family: yu-mincho-pr6n, sans-serif;
    padding: 0 5%;
    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;
  }
  .imgflowContent .imgflow_thumbs {
    width: 100%;
  }
  .imgflowContent .imgflow_thumbs.is_twowrap {
    display: block;
  }
  .imgflowContent .imgflow_thumbs.is_twowrap .t_Box {
    width: 100%;
  }
  .imgflowContent .imgflow.is_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .imgflowContent .imgflow.is_reverse_thumbs {
    width: 70%;
    overflow: hidden;
  }
  .imgflowContent .imgflow.is_reverse_thumbs.is_twowrap {
    margin-right: 5%;
  }
  .imgflowContent .t_Boxview {
    margin-top: 20px;
  }
  .imgflowContent .textflow {
    position: relative;
    width: 100%;
    display: block;
  }
  .imgflowContent .textflow_info {
    width: 100%;
  }
  .imgflowContent .textflow_info h2 {
    font-size: 17px;
  }
}
.hat_r_block {
  width: 35vw;
  max-width: 400px;
  margin-top: -60px;
  margin-right: -80px;
}

.hat_l {
  display: inline-block;
}

.hat_r {
  display: inline-block;
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}

.hat_l span,
.hat_r span {
  display: block;
  text-align: center;
  -webkit-animation: vertical3 1s ease-in-out infinite alternate;
}

.hat_l span {
  -webkit-animation-duration: 1.5s;
}

.hat_r span {
  -webkit-animation-duration: 2.2s;
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes vertical3 {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@media screen and (max-width: 769px) {
  #contents section .title_c h3 {
    font-size: 16px;
    text-align: left;
    color: black;
    margin: 0;
    padding: 10px 20px;
  }
  .is_wagamama #visual {
    position: relative;
    width: 100%;
    height: 38vh;
    overflow: hidden;
  }
  .is_wagamama .circle_wrap {
    grid-template-columns: 80px 1fr;
  }
  .is_wagamama .circle_wrap .circle {
    position: relative;
    background-color: #21263e;
    z-index: 1;
    width: 80px;
    height: 80px;
  }
  .is_wagamama .circle_wrap .circle .otokuname {
    width: 80px;
    font-size: 12px;
  }
  .is_wagamama .circle_wrap .title {
    width: 100%;
  }
  .is_wagamama .circle_wrap .title .subtext {
    font-size: 15px !important;
  }
  .is_wagamama .circle_wrap .title h1 {
    font-size: 24px !important;
    font-weight: 200;
    line-height: 1;
  }
  .is_wagamama .choice p {
    position: relative;
    font-size: 14px !important;
  }
  .is_wagamama .choice p span {
    font-size: 16px !important;
    padding: 8px 10px;
  }
  .is_uchiiwai #visual {
    position: relative;
    width: 100%;
    height: 58vh;
    background-color: #000;
    overflow: hidden;
  }
  .is_aged #visual {
    position: relative;
    width: 100%;
    height: 58vh;
    background-color: #000;
    overflow: hidden;
  }
  .is_year-end-gift #visual {
    position: relative;
    width: 100%;
    height: 58vh;
    background-color: #000;
    overflow: hidden;
  }
  #visual .post_Box {
    position: relative;
  }
  #visual .visual_trim {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #visual .is_visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 58vh;
    background-size: cover;
    background-position: center bottom;
  }
  #visual .slider {
    height: 58vh;
  }
}
/* --------------------------------

grid setting

-------------------------------- */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 896px) {
  .grid,
  .gridindex {
    padding: 0;
  }
}
.gridindex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px;
}

.gridlist {
  min-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.gridlist li {
  width: calc(33.3% - 10px);
  margin-left: 20px;
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_3column .cell {
  width: 32%;
}

.ph_4column .cell {
  width: 24.6%;
}

.ph_5column .cell {
  width: 19.6%;
}

.left {
  width: 49%;
  float: left;
}

.right {
  width: 49%;
  float: right;
}

.is_type {
  padding: 0 60px;
}
.is_type .ph_2column .cell {
  width: 48%;
}
.is_type .is_margin {
  margin-top: -50px;
}

@media screen and (max-width: 896px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
  }
  .ph_3column .cell {
    width: 100%;
  }
  .ph_4column .cell {
    width: 48.4%;
  }
  .ph_5column .cell {
    width: 48.4%;
  }
  .is_type {
    padding: 0 0;
  }
  .is_type .ph_2column .cell {
    width: 50%;
  }
  .is_type .is_margin {
    margin-top: 0px;
  }
}
.thumb {
  float: left;
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 24px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 896px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.arrow_box {
  position: relative;
  background: #F7F2E9;
  border: 1px solid #D6d5d5;
  padding: 16px;
}
.arrow_box p {
  margin-bottom: 0;
}

.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(247, 242, 233, 0);
  border-right-color: #F7F2E9;
  border-width: 12px;
  margin-top: -12px;
}

.arrow_box:before {
  border-color: rgba(214, 213, 213, 0);
  border-right-color: #D6d5d5;
  border-width: 13px;
  margin-top: -13px;
}

/*----empty----*/
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

a.textlink {
  text-decoration: underline;
}

/* acf.css*/
.headblock {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.headblock .caption {
  font-size: 14px;
  margin-bottom: 40px;
  color: #6b6b6b;
}

.headblock::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 896px) {
  .headblock {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
  }
  .headblock .caption {
    font-size: 14px;
    margin-bottom: 24px;
    color: #6b6b6b;
  }
}
.thumbnailBox3and2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.thumbnailBox3and2 .itemBox {
  position: relative;
  width: 46.4%;
  margin-bottom: 40px;
}
.thumbnailBox3and2 .itemBox:nth-child(2n) {
  top: 100px;
  position: relative;
}
.thumbnailBox3and2 h2 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .thumbnailBox3and2 {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    margin: 0 auto;
    padding: 0;
  }
  .thumbnailBox3and2 .itemBox {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .thumbnailBox3and2 .itemBox:nth-child(2n) {
    top: auto;
    position: relative;
  }
  .thumbnailBox3and2 h2 {
    font-size: 18px;
    font-weight: bold;
  }
}
.headcenter {
  margin-top: 16px;
  margin-bottom: 32px;
  text-align: center;
  padding: 0 5%;
}
.headcenter .caption {
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 8px;
}
.headcenter .headings_center_1 {
  font-size: 40px;
  line-height: 1.4;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: -12px 0 0 10px;
}
.headcenter .headings_center_1 span {
  font-size: 70px;
  font-weight: bold;
  color: #c11921;
}

@media screen and (max-width: 896px) {
  .headcenter {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .headcenter .caption {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .headcenter .headings_center_1 {
    font-size: 28px;
    line-height: 1.4;
    font-family: yu-mincho-pr6n, sans-serif;
    margin-bottom: 30px;
    margin: -12px 0 0 10px;
  }
  .headcenter .headings_center_1 span {
    font-size: 50px;
  }
}
.tokucho {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  font-family: yu-mincho-pr6n, sans-serif;
  margin-bottom: 16px;
  text-align: center;
}
.tokucho span {
  font-size: 40px;
  font-weight: bold;
  color: #c11921;
}

/*見出し1 中央揃え*/
.headings_center_1 {
  font-size: 2rem;
  line-height: 1.4;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_1.is_caption {
  margin-bottom: 8px;
}
.headings_center_1 span.bet {
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .headings_center_1 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 24px;
    text-align: center;
  }
}
/* 見出し1 サブコピー*/
.headings_center_2 {
  position: relative;
  line-height: 1.4;
  padding: 12px;
  display: inline-block;
  top: 0;
  font-size: 1.625rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.headings_center_2:before,
.headings_center_2:after {
  position: absolute;
  top: 0;
  content: "";
  width: 12px;
  height: 100%;
  display: inline-block;
}

.headings_center_2:before {
  border-left: solid 1px #111;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  left: 0;
}

.headings_center_2:after {
  content: "";
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  right: 0;
}

@media screen and (max-width: 896px) {
  .headings_center_2 {
    font-size: 17px;
    padding: 6px 12px 12px;
    line-height: 1.4;
  }
}
.headings_center_2 span {
  color: #dc9523;
}

.headings_center_3 {
  position: relative;
  padding: 1em 1em;
  font-size: 1.437rem;
  line-height: 1.4;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 200;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-align: center;
  display: block;
  width: 60%;
  margin: 1.4em auto 1.6em;
}

.headings_center_3:before,
.headings_center_3:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: black;
}

.headings_center_3:before {
  left: 7px;
}

.headings_center_3:after {
  right: 7px;
}

@media screen and (max-width: 896px) {
  .headings_center_3 {
    font-size: 1.125rem;
    width: 100%;
  }
  .headings_center_3 br {
    display: none;
  }
}
/* 通常 見出し1 装飾なし*/
.headings_display_1 {
  font-size: 24px;
  font-family: yu-mincho-pr6n, sans-serif;
  margin-bottom: 16px;
  padding-bottom: 8px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #dedede;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_display_1::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: "";
  width: 30%;
  height: 1px;
  background-color: #c11921;
}

@media screen and (max-width: 896px) {
  .headings_display_1 {
    font-size: 20px;
  }
}
/*見出し2*/
.headings_display_2 {
  position: relative;
  font-size: 21px;
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 1.3;
  margin-bottom: 0.825rem;
  color: #442e0a;
  font-weight: bold;
  padding: 0;
  display: block;
}
.headings_display_2 span {
  font-size: 17px;
}

@media screen and (max-width: 896px) {
  .headings_display_2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
/*見出し2 装飾*/
.headings_display_3 {
  position: relative;
  font-size: 16px;
  background-color: #3a2e26;
  font-weight: 200;
  color: #fff;
  padding: 6px 16px;
  overflow: hidden;
  margin-bottom: 4px;
  border-radius: 24px;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .headings_display_3 {
    position: relative;
    font-size: 14px;
    background-color: #3a2e26;
    font-weight: 200;
    color: #fff;
    text-align: center;
    padding: 6px 16px;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 24px;
    display: inline-block;
  }
}
/*見出し3*/
.headings_display_4 {
  position: relative;
  font-size: 21px;
  margin-bottom: 0.825rem;
  color: #7e6b5a;
  font-weight: bold;
  padding: 0;
  display: block;
}

.headings_display_4 span {
  font-size: 0.875rem;
  font-weight: 200;
}

.catch {
  font-size: 1.437rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}

.centering {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .catch {
    font-size: 1.125rem;
  }
  .catch.centering {
    text-align: left;
  }
  .catch.centering br {
    display: none;
  }
}
.headings_num {
  position: relative;
  color: #1D507E;
  font-size: 1.437rem;
  counter-increment: titleNum;
  margin-bottom: 48px;
  padding-left: 70px;
}

.headings_num:before {
  content: counter(titleNum);
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #fff;
  font-size: 1.437rem;
  background: #1D507E;
  font-weight: 900;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  border-radius: 50%;
}

.headings_displays {
  font-size: 44px;
  font-family: yu-mincho-pr6n, sans-serif;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.point_text {
  font-size: 24px;
  line-height: 1.5;
}
.point_text span {
  font-size: 44px;
  font-weight: bold;
  color: #c11921;
}
.point_text br {
  display: block;
}

/* --------------------------------

thumb summary

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

/* thumbnail+summary*/
.post_Box {
  position: relative;
  overflow: hidden;
}

.thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 100%;
}

/* zoom */
a .thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .is_thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
a .thumbnail {
	opacity: 1;
	-webkit-transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-ms-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
*/
a .thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

a .is_thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

@media screen and (max-width: 896px) {
  a .thumbnail,
  a .thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
  a .is_thumbnail,
  a .is_thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 50%;
}

/* --------------------------------

thumbnail
表示画像の高さ ÷ 表示画像の幅 × 100

-------------------------------- */
/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 135.8%;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 896px) {
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust {
    padding-top: 78%;
  }
  .visual .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 80.25%;
  }
  .post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_horizon.is_ajust {
    padding-top: 78%;
  }
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust_half {
    padding-top: 60.8%;
  }
  .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_length.is_ajust {
    padding-top: 78%;
  }
}
/* --------------------------------

arrow

-------------------------------- */
/*arrow*/
.arrowLeft,
.arrowRight {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.arrowLeft a,
.arrowRight a {
  position: relative;
  display: block;
  color: #111;
  padding: 0 0 0 16px;
}

.arrowLeft::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: translate(0%, -50%) rotate(-135deg);
          transform: translate(0%, -50%) rotate(-135deg);
}

.arrowRight::before {
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.arrowFile a {
  font-size: 0.875rem;
  background-image: url(../img/module/icon/is_file.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 4px 4px 4px 28px;
  display: block;
}

/* --------------------------------

acf map

-------------------------------- */
.acf-map {
  width: 100%;
  height: 500px;
}

.idxContentBox hr {
  margin: 2em -60px;
}

@media screen and (max-width: 896px) {
  .idxContentBox hr {
    margin: 1em -48px;
  }
}
/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.825rem;
  font-size: 13px;
}
table .diamond li {
  font-size: 0.875rem;
}

/* 表2段 */
table.cell2 tr {
  border-bottom: 1px solid #dedede;
}

table.cell2 tr:last-child {
  border-bottom: none;
}

table.cell2 th {
  font-weight: 900;
  vertical-align: top;
  text-align: left;
  width: 6.5em;
  padding: 12px 8px;
}

table.cell2 td {
  vertical-align: top;
  padding: 12px 0;
  line-height: 1.4;
}
table.cell2 td strong {
  color: #a7033b;
}
table.cell2 td .price {
  font-size: 36px;
  font-family: yu-mincho-pr6n, sans-serif;
}

/* 表3段 */
table.cell3 tr {
  border-bottom: 1px solid #dedede;
}

table.cell3 tr:last-child {
  border-bottom: none;
}

table.cell3 th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #7b7b7b;
  border-bottom: 1px solid #dedede;
  padding: 16px 16px 16px 16px;
  white-space: nowrap;
  width: 10em;
}

table.cell3 td {
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  padding: 16px 24px;
  color: #111;
}

.bg_pick {
  background-color: #fbf8f2;
}

@media screen and (max-width: 896px) {
  table {
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
  table.cell2 tr {
    border-bottom: none;
  }
  /* 表2段 */
  table.cell2 th {
    text-align: left;
    border-bottom: none;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-size: 13px;
    background-color: rgba(228, 225, 199, 0.2509803922);
  }
  table.cell2 td {
    font-size: 13px;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    display: block;
    word-break: break-all;
  }
  /* 表3段 */
  table.cell3 th {
    font-weight: 200;
    vertical-align: middle;
    text-align: left;
    color: #6A6361;
    border-bottom: 1px solid #dedede;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
  }
  table.cell3 td {
    vertical-align: middle;
    border: none;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    word-break: break-all;
    display: block;
  }
}
.side_scroll {
  overflow-x: inherit;
}

@media screen and (max-width: 896px) {
  .side_scroll {
    overflow-x: scroll;
    margin-bottom: 64px;
  }
  .side_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
  }
  .side_scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .side_scroll table th,
  .side_scroll table td {
    white-space: nowrap;
  }
}
.is_tablelist {
  margin-bottom: 48px;
}
.is_tablelist dl {
  margin-bottom: 24px;
}
.is_tablelist dt {
  font-weight: 200;
  font-size: 1rem;
}
.is_tablelist dd {
  font-size: 0.875rem;
  padding: 0 12px;
}
.is_tablelist .noteList li {
  font-size: 0.875rem;
}

/* --------------------------------

textContent

-------------------------------- */
.textContent {
  margin-top: 0;
  margin-bottom: 48px;
}
.textContent.is_center {
  text-align: center;
}
.textContent.is_cacth {
  text-align: center;
}
.textContent.is_cacth p {
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 1.437rem;
}

.is_bold {
  font-weight: 900;
}

@media screen and (max-width: 896px) {
  .textContent {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .textContent.is_center {
    text-align: center;
  }
  .textContent.is_cacth {
    text-align: left;
  }
  .textContent.is_cacth p {
    font-size: 1rem;
  }
}
.ph_caption {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #6b6b6b;
  padding: 0 4px 4px 0;
}

/* --------------------------------

GalleryBox

-------------------------------- */
.galleryBox {
  position: relative;
  margin-bottom: 0px;
}

.galleryBox {
  margin-bottom: 24px;
}

.galleryBox .ph_3column .cell {
  width: 15%;
}

.zoom {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%, rgba(76, 175, 80, 0.8);
  background-size: 16px 16px;
  border-radius: 100px;
  z-index: 1;
}

.galleryBox .ph_4column .cell {
  width: 22.8%;
}

@media screen and (max-width: 896px) {
  .galleryBox .ph_4column .cell {
    width: 48.6%;
  }
  .galleryBox {
    margin-bottom: 12px;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

.postHorizon.is_subvisual {
  margin: -24px -60px 24px -60px;
}

.textContent::after {
  clear: both;
  content: "";
  display: block;
}

/* --------------------------------

写真+見出し/テキスト

-------------------------------- */
.ph_block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ph_block::after {
  clear: both;
  content: "";
  display: block;
}

.ph_left .thumb {
  width: 52%;
  float: left;
  margin-bottom: 0px;
  margin-right: 40px;
  margin-left: 0;
}

.ph_right .thumb {
  width: 52%;
  float: right;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 0;
}

#gift .thumb {
  width: 54%;
  float: left;
  margin-bottom: 0px;
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (max-width: 896px) {
  .ph_block {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .ph_left .thumb {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .ph_right .thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
  #gift .thumb {
    width: 100%;
    float: none;
    margin-bottom: 36px;
    margin-right: 0px;
    margin-left: 0;
  }
}
/* --------------------------------

詳細

-------------------------------- */
.field {
  margin-top: 0;
  margin-bottom: 24px;
  overflow: hidden;
}

.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 896px) {
  .field {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: hidden;
  }
}
.field_line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px 12px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.field_line::after {
  clear: both;
  content: "";
  display: block;
}

.field_line:last-child {
  border: none;
}

/* --------------------------------

leadblock list index

-------------------------------- */
.inner {
  padding: 12px 24px;
}

.innerBlock {
  padding: 24px 70px;
}

.innerBlockLarge {
  width: 760px;
  margin: 0 auto 44px;
}

@media screen and (max-width: 896px) {
  .inner {
    padding: 8px 0;
  }
  .innerBlock {
    padding: 0 5%;
  }
  .innerBlockLarge {
    width: 100%;
    margin: 0 auto 36px;
  }
}
/* --------------------------------

内部リンク

-------------------------------- */
.returnBox {
  position: relative;
  width: 1024px;
  margin: 36px auto 48px;
  padding: 0;
}

.returnBox {
  position: relative;
  width: 1024px;
  margin: 36px auto 48px;
  padding: 0;
}

.return {
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.return a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 12px 48px 12px 48px;
  color: #b2874f;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.return a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.return a::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #204038;
  border-right: solid 2px #204038;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}

/* --------------------------------

link

-------------------------------- */
.box_link {
  border: 2px solid #313131;
  display: inline-block;
  margin-bottom: 0.825rem;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}

.box_link a {
  position: relative;
  font-size: 1rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  color: #313131;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-decoration: none;
}

.box_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.box_link > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.box_link.is_pdf {
  border: none;
  background-color: #852029;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}

.box_link.is_pdf a {
  position: relative;
  color: #fff;
  font-weight: 200;
  padding: 18px 12px 18px 12px;
  text-align: center;
  text-decoration: none;
}

.box_link.is_pdf > a::after {
  position: relative;
  top: auto;
  right: auto;
  content: "";
  width: 0px;
  height: 0px;
  border: none;
  -webkit-transform: none;
  transform: none;
}

.box_link.is_pdf > a {
  color: #fff;
  background-image: url(../img/module/icon/is_pdf.png);
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.buy_link {
  width: 90%;
  background: rgb(222, 186, 30);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 186, 30)), to(rgb(218, 124, 39)));
  background: linear-gradient(to bottom, rgb(222, 186, 30) 0%, rgb(218, 124, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deba1e", endColorstr="#da7c27", GradientType=0);
  margin: 24px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}
.buy_link a {
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.buy_link a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.buy_link a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 896px) {
  .buy_link {
    width: 100%;
    margin: 12px auto;
    display: block;
  }
  .buy_link a {
    font-size: 17px;
  }
}
.box_text {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  width: 60%;
  border-radius: 6px;
  background: #a7033b url(../img/module/icon/icon_window.svg) no-repeat 97% 50%;
  background-size: 18px auto;
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}
.box_text a {
  position: relative;
  color: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  line-height: 1.3;
  font-size: 17px;
  text-decoration: none;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 28px 16px 16px;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.box_text a span {
  font-size: 14px;
  font-weight: 300;
  display: block;
}

@media screen and (max-width: 896px) {
  .box_text {
    width: 100%;
    margin: 24px auto;
    display: block;
    background-size: 18px auto;
  }
  .box_text a {
    font-size: 17px;
    padding: 16px 12px;
  }
}
.box_twolink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.box_twolink .box_text {
  width: 47%;
}

.box_threelink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 2% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_threelink .box_text {
  width: 48.6%;
  margin: 0 0 20px;
}
.box_threelink .box_text a {
  text-align: left;
}
.box_threelink .box_text:last-child {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .box_twolink {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .box_twolink .box_text {
    width: 100%;
  }
  .box_threelink {
    position: relative;
    display: block;
  }
  .box_threelink .box_text {
    width: 100%;
    margin: 0 0 20px;
  }
  .box_threelink .box_text a {
    text-align: left;
  }
  .box_threelink .box_text:last-child {
    width: 100%;
  }
}
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=import.css.map */