@charset "UTF-8";

body {
	position: relative;
    background-color: #F6F6F6;
	font-family: YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	color: #2C2721;
	text-align: left;
	font-weight: 400;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 160%;
}
img {
	max-width: 100%;
    height: auto;    
	vertical-align: bottom;
}
a {
	color: #00a0e9;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:active {
	color: #00a0e9;
}
form {
	width: 100%;
}

.-center {
  text-align: center;
}

.p_newyear2021 #container {
    max-width: 960px;
    margin: 0 auto 50px;
    background-color: white;
    text-align: left;
    min-height: 500px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #53413c;
    line-height: 1;
}

.p_newyear2021 .wrap {
	position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    padding: 60px 30px;
	background-color: white;
	text-align: left;
	z-index: 1;
}
.p_newyear2021 .inner {
  padding: 30px 30px 0;
}
.p_newyear2021 .pcOnly {
    display: block !important;
}
.p_newyear2021 .spOnly {
    display: none !important;
}
@media only screen and (max-width: 959px) {
    .p_newyear2021 #container {
        width: 100%;
        padding: 0 10px;
    }
    .p_newyear2021 .wrap {
        width: 100%;
        padding: 20px 10px;
    }
    .p_newyear2021 .inner {
      padding: 20px 10px 0;
    }
    .p_newyear2021 .pcOnly {
        display: none !important;
    }
    .p_newyear2021 .spOnly {
        display: block !important;
    }
}

.p_newyear2021 .c_title {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
	letter-spacing: .05em;
}
.p_newyear2021 h2.c_title {
  margin-top: 0;
}
.p_newyear2021 h3.c_title {
  text-align: center;
}
.p_newyear2021 .img {
    margin-bottom: 20px;
}
.p_newyear2021 .txt {
    margin-bottom: 40px;
    line-height: 1.6;
}
@media only screen and (max-width: 959px) {
    .p_newyear2021 .c_title {
        font-size: 20px;
    }
    .p_newyear2021 .txt {
        font-size: 14px;
        line-height: 1.6;
    }
}



/* contents 
-----------------------------------------------------------*/
.p_newyear2021 .c_productt--title {
  margin-bottom: 20px;
}
.p_newyear2021 .c_productt--title .title_main {
  position: relative;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
.p_newyear2021 .c_productt--title .title_main::before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #53413c;
}

.p_newyear2021 .c_product--detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p_newyear2021 .c_product--detail .detail_title {
  width: 12%;
}
.p_newyear2021 .c_product--detail .detail_text {
  width: 85%;
}
.p_newyear2021 .img_onecolumn {
  margin: 0 auto 20px;
}
.p_newyear2021 ._mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p_newyear2021 .c_product--detail .detail_title {
    width: 100%;
    margin-right: 0;
  }
  .p_newyear2021 .c_product--detail .detail_text {
    width: 100%;
  }
}


/* ふわっと表示用 */
.fuwa {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all .5s;
}
.fuwa.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}